/*-------------------------------------------------
VERSION :1.0
AUTHOR :CHO SUN-YOUNG
CREATE DATE :2012. 08. 28.
-------------------------------------------------*/

#mainL {
    float: left;
    width: 700px;
}

#mainR {
    float: right;
    width: 230px;
}

#mvisual {
    width: 700px;
    height: 368px;
    margin: 0 50px 50px 0;
    overflow: hidden;
}

#pop-wrap {
    position: relative;
}

.visualNumber {
    position: absolute;
    top: 335px;
    left: 35px;
    overflow: hidden;
}

.visualNumber li {
    float: left;
    padding-left: 8px;
}

.newsZone {
    float: left;
    width: 385px;
}

.board {
    width: 100%;
    /* height: 115px; */
    height: 120px;
    margin-bottom: 35px;
    border-top: 2px solid #565e75;
    overflow: hidden;
}

.family {
    /* height: 115px; */
    height: 120px;
    border-top: 2px solid #565e75;
    overflow: hidden;
}

.rBoardZone {
    float: right;
    border-top: 2px solid #565e75;
    width: 270px;
}

.rBoard {
    height: 100px;

    overflow: hidden;
}

.dataList {}

.dataList li {
    color: #636363;
    height: 15px;
    padding-bottom: 5px;
    padding-left: 9px;
    background: url(/images/korean/common/bu01.gif) no-repeat left 5px;
}

.dataList .txt {
    /* float: left; */
    /* display: inline-block; */
    width: 300px; 
    height: 14px;
    overflow: hidden;
    letter-spacing: -0.1em;
}

.dataList .txt a {
    color: #636363;
}

.dataList .date {
    float: right;
    display: inline-block;
    /* width: 60px; */
    width: 80px;
    color: #acacac;
}

.w155 {
    width: 155px !important;
}

.life {
    float: right;
    width: 260px;
}

.life li {
    float: left;
    width: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.life li.last {
    margin-right: 0;
}

.life .img {
    width: 120px;
    height: 68px;
}

.life .txt {
    width: 120px;
    height: 15px;
    overflow: hidden;
    letter-spacing: -0.1em;
}

.life .txt a {
    color: #636363;
}

.life .date {
    color: #acacac;
}

.schedule {
    height: 260px;
    border-top: 5px solid #565e75;
}

.carlendarZone {
    border: 1px solid #e5e5e5;
    border-top: 1px solid #565e75;
}

.monthZone {
    padding: 10px 0;
    text-align: center;
}

.month {
    font-size: 1.4em;
    font-weight: bold;
    color: #000;
}

.monthL,
.monthR {
    padding: 0 20px;
}

.styleCarlendar th,
td {
    font-weight: normal;
    text-align: center;
    padding: 5px 0;
}

.styleCarlendar th {
    background: #f9f9f9;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.styleCarlendar .sun {
    color: #f2412c;
}

.styleCarlendar .sat {
    color: #527fcd;
}

.styleCarlendar .gray {
    color: #b3b3b3;
}

.styleCarlendar .today {
    color: #fff;
    background: #6b9ac7;
    font-weight: bold;
}

.styleCarlendar .event {
    color: #777;
    background: #fff url(/images/korean/main/eventBg.gif) no-repeat center 4px;
    font-weight: normal;
}

/* .todayNews {
    margin-top: 30px;
    height: 35px;
    background: url(/images/korean/main/todayBg.gif) no-repeat left top;
    padding: 5px 15px 5px 55px;
    overflow: hidden;
    letter-spacing: -0.1em;
    color: #636363;
    overflow: hidden;
} */

.quickZone {
    margin-top: 50px;
    border-top: 5px solid #565e75;
}

.titleZone {
    padding: 15px 0;
    height: 12px;
}

.titleZone02 {
    padding-bottom: 30px;
    height: 12px;
}

.titleZone03 {
    padding-bottom: 15px;
    height: 12px;
}