/* 타이틀 이미지 영역 */
.mtitle {
    position: relative;
    width: 1024px;
    height: 445px;
    margin: 0 auto;
    background: #fff;
}

.mtitle div, .mtitle .image img {
    width: 1024px;
    height: 445px;
}

.mtitle .shadow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.mtitle .image {
    position: absolute;
    top: 0;
    left: 0;
}

.mtitle .image1 {
    z-index: 9;
}

.mtitle .image2 {
    z-index: 8;
}

/* 컨텐츠 영역 */
.cbox {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    background: #fff;
}

.cbox .heightbar {
    height: 272px;
}

/* 최근게시물 */
.cbox .boards {
    position: absolute;
    width: 323px;
    height: 130px;
}

.cbox .board_box1 {
    top: 23px;
    left: 20px;
}

.cbox .board_box2 {
    top: 23px;
    left: 382px;
}

.cbox .boards .tabs {
    width: 323px;
    height: 20px;
    background: url('/_images/mainpage/mainpage_19.png') repeat-x;
    margin-bottom: 10px;
}

.cbox .boards .list {
    height: 24px;
    margin-top: 3px;
    background: url('/_images/mainpage/mainpage_33.png') no-repeat;
}

.cbox .boards .list dd {
    margin-top: 5px;
    margin-left: 10px;
}

.cbox .boards .list dd.title {
    width: 250px;
    height: 16px;
    overflow: hidden;
}

.cbox .boards .list .title a {
    margin-left: 10px;
    color: #555;
    font-size: 12px;
    letter-spacing: -1px;
    text-align: left;
}

.cbox .boards .list .date {
    font-family: "Verdana";
    font-size: 10px;
    color: #666;
    letter-spacing: -1px;
    text-align: right;
}

.cbox .boards .list .count_comments {
    font-family: "Verdana";
    font-size: 6pt;
    color: #666;
    letter-spacing: -1px;
    color: #CC3333;
}

/* 온라인상담 배너 */
.cbox .banner1 {
    position: absolute;
    bottom: 0;
    left: 20px;
}

/* 중앙 #1 */
.cbox .content1 {
    position: absolute;
    top: 23px;
    left: 382px;
    width: 323px;
    height: 239px;
}

/* 우측 */
.cbox .content_right {
    position: absolute;
    top: 23px;
    right: 36px;
    width: 245px;
    height: 233px;
}

.cbox .content_right .quicklinks {
    margin-top: 32px;
}

.cbox .content_right .quicklinks dd {
    float: left;
}

.cbox .content_right .quicklinks dd.right {
    margin-left: 7px;
}

.cbox .content_right .quicklinks dd.lower {
    margin-top: 5px;
}

/* 로그인 */
.cbox .xm {
    width: 400px;
    margin: 0px auto;
}
