@charset "utf-8";

/* 메인이미지 슬라이더 */

.roundabout-holder {
    list-style: none;
    width: 800px;
    height: 300px;
    margin: 20px auto;
}
.roundabout-moveable-item {
    font-size: 12px !important;
    height: 300px;
    width: 800px;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #aaaaaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f9f9f9;
}
.roundabout-moveable-item img {
    height: 300px;
    width: 800px;
    background-color: #FFFFFF;
    margin: 0;
}
.roundabout-in-focus {
    cursor: auto;
}
.roundabout-in-focus:hover {
    -webkit-box-shadow: 0px 0px 20px #787878;
    -moz-box-shadow: 0px 0px 20px #787878;
    background: #f9f9f9;
}
.roundabout-holder span {
    display: none;
    font-size: 12px;
}
.roundabout-in-focus:hover span {
    display: inline;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 8px 20px;
    background: #f9f9f9;
    color: #000000;
    z-index: 999;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topLeft: 5px;
    font-size: 12px;
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited {
    outline: none;
    text-decoration: none;
}
.roundabout li {
    margin: 0
}

/* 최근 글 박스 */

#content .mainbox {
    margin: 10px 0 30px 0;
    border-bottom: #DEDEDE solid 1px;
}
#content .mainbox .post {
    cursor: pointer;
    float: left;
    width: 254px;
    height: 202px;
    border-top: #DEDEDE solid 1px;
}
#content .mainbox .borderleft {
    border-left: #DEDEDE solid 1px;
}
#content .mainbox .post:hover {
    background: url(image/link_bg.png) repeat-x;
}
#content .mainbox .post .box1 {
    position: relative;
    padding: 10px 15px 15px 10px;
}
#content .mainbox .post .box1 .title {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
#content .mainbox .post .box1 .cont {
    margin-top: 15px;
    height: 195px;
    line-height: 170%;
    font-weight: normal;
    color: #777;
    white-space: ;overflow: hidden;
    text-overflow: ellipsis;
}
#content .mainbox .post .box1 .cont img {
    float: left;
    max-height: 125px;
    max-width: 229px;
    padding: 5px 0;
    margin-right: 10px;
}
#content .mainbox .post .box1 .caption {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 5px 15px;
    background: #fafafa;
    border: 1px solid #DEDEDE;
}

.breadCrumbHolder {
    margin: 0 0 20px 0;
}

.module:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .module {
    height: 1%;
    overflow: visible;
}
* + html .module {
    min-height: 1%;
}

.breadCrumb {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    height: 21px;
    overflow: hidden;
    width: 99%;
    padding: 5px;
    border: solid 1px #dedede;
    background: #fff;
}
.breadCrumb ul {
    margin: 0;
    padding: 0;
    height: 21px;
    display: block;
}
.breadCrumb ul li {
    display: block;
    float: left;
    position: relative;
    height: 21px;
    overflow: hidden;
    line-height: 21px;
    margin: 0px 6px 0px 0;
    padding: 0px 10px 0px 0;
    background: url(image/Chevron.gif) no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.breadCrumb ul li span {
    display: block;
    overflow: hidden;
}
.breadCrumb ul li a {
    display: block;
    position: relative;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    float: left;
}
.breadCrumb ul li a:hover {
    color: #000;
}
.breadCrumb ul li.first a {
    height: 16px !important;
    text-indent: -1000em;
    width: 16px;
    padding: 0;
    margin-top: 2px;
    overflow: hidden;
    background: url(image/IconHome.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover {
    background-position: 0 -16px;
}
.breadCrumb ul li.last {
    background: none;
    margin-right: 0;
    padding-right: 0;
}
.chevronOverlay {
    display: none;
    background: url(image/ChevronOverlay.png) no-repeat 100% 0;
    width: 13px;
    height: 20px;
}

.share {
    float: right;
    margin-left: 10px;
}

.pagetitle {
    margin-bottom: 30px;
}

#content .mbrinfo {
    border: #dfdfdf solid 0px;
    margin-bottom: 15px;

    padding: 8px 7px 8px 10px;
}
#content .mbrinfo .symbol {
    float: left;
}
#content .mbrinfo .symbol img {
    width: 37px;
    height: 37px;
}
#content .mbrinfo .name {
    float: left;
    margin: 0 0 0 10px;
}
#content .mbrinfo .name .namel {
    height: 12px;
    font-weight: bold;
    color: #454545;
    padding: 2px 0 0 0;
}
#content .mbrinfo .name .namer {
    padding-top: 6px;
}
#content .mbrinfo .userinfo {
    font-size: 11px;
    font-family: dotum;
    color: #636363;
    padding: 10px 0 0 0;
}
#content .mbrinfo .userinfo a {
    font-size: 11px;
    font-family: dotum;
    color: #636363;
}
#content .mbrinfo .userinfo a:hover {
    text-decoration: underline;
}

#content .mbrinfo .userinfo .user-info-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 0px solid #860229;
}
#content .mbrinfo .userinfo .user-info-table caption {
    color: #fff;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
}
#content .mbrinfo .userinfo .user-info-table th, #content .mbrinfo .userinfo .user-info-table td {
    padding: 5px 0 4px;
    vertical-align: middle;
}
#content .mbrinfo .userinfo .user-info-table th {
    width: 45px;
    background: #69563d;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
#content .mbrinfo .userinfo .user-info-table td {
    padding-left: 3px;
	border-top: #69563d solid 1px;
	border-bottom: #69563d solid 1px;
	border-right: #69563d solid 1px;
	color: #ffffff;
    text-align: left;
    letter-spacing: 0;
}

#content .logout {
    border: #dfdfdf solid 0px;
    margin-bottom: 15px;
}
#content .logout .tabbox .np {
    padding: 10px 0 10px 10px;
    background: #fbfbfb;
    border-bottom: #D4D4D4 solid 1px;
    font-weight: bold;
    color: #9E9E9E;
}
#content .logout .tabbox .tp {
    float: left;
    width: 98px;
    height: 22px;
    background: #fbfbfb;
    border-bottom: #D4D4D4 solid 1px;
    text-align: center;
    font-weight: bold;
    color: #9E9E9E;
    padding-top: 12px;
    cursor: pointer;
}
#content .logout .tabbox .vline {
    border-right: #D4D4D4 solid 0px;
}
#content .logout .tabbox .on {
    background: #ffffff;
    border-bottom: #ffffff solid 1px;
    color: #676767;
}
#content .logout .nlog {
    padding: 15px 0 15px 12px;
}
#content .logout .i1 {
    font-size: 11px;
    font-family: dotum;
    color: #67686A;
    letter-spacing: -1px;
    padding-bottom: 3px;
}
#content .logout .i1 .input {
    float: left;
    width: 105px;
    height: 17px;
    border: #BEBEBE solid 1px;
}
#content .logout .i1 .input:focus {
    border: #BEBEBE solid 2px;
}
#content .logout .i1 .checkbox {
    margin-left: 2px;
}
#content .logout .i1 .submit {
    float: left;
    margin-left: 5px;
}
#content .logout .rbtm {
    font-size: 11px;
    font-family: dotum;
    color: #67686A;
    letter-spacing: -1px;
    padding: 10px 0 0 3px;
}
#content .logout .rbtm .ipc {
    color: #67686A
}
#content .logout .rbtm a {
    color: #313946;
}
#content .logout .rbtm span {
    padding: 0 5px 0 5px;
}
#content .logout .slog {
    padding: 15px 12px 15px 12px;
}
#content .logout .slog .icon {
    padding: 10px;
    background: #efefef;
    text-align: center;
}
#content .logout .slog .icon img {
    cursor: pointer;
    margin: 8px;
}
#content .logout .slog .guide {
    line-height: 140%;
    font-size: 11px;
    font-family: dotum;
    color: #999;
    letter-spacing: -1px;
    padding: 10px 0 0 0;
}




#content .ca_name0 {
list-style-type: none;
    padding: 0;
}

#content .ca_name0  a {
list-style-type: none;
font-weight: bold;
font-family:"malgun gothic",dotum;font-size:22px;
color:#ffffff;
}




#content .submenu {
    list-style-type: none;
		border-top: #dfdfdf solid 1px;
		border-bottom: #dfdfdf solid 1px;
    padding: 0;
    margin-left:10px;
	margin-right:10px;

}

#content .submenu .new {
font-weight: bold;
font-family:"malgun gothic",dotum;font-size:8px;
margin-left:2px;
color:#fb336e;
}


#content .submenu li {
    padding: 8px;
    line-height: 140%;
    border-bottom: #dfdfdf solid 1px;
}
#content .submenu li a {
	font-family:"malgun gothic",dotum;font-size:13px;
	font-weight: bold;
	margin-left:10px;
    color: #333333;
}
#content .submenu li a:hover {
	font-family:"malgun gothic",dotum;font-size:13px;
	font-weight: bold;
	margin-left:10px;
    color: #c81d4f;
}
#content .submenu li ul {
    padding: 5px 0 0 0;
    margin: 0;
    list-style-type: none;
}
#content .submenu li ul li {
    padding: 0px 0 0px 5px;
    border-bottom: 0;
}
#content .submenu li ul li a {
    font-weight: normal;
	font-family:"malgun gothic",dotum;font-size:11px;
}
#content .submenu li ul li a:hover {
    color: #9d9d9d;
	font-family:"malgun gothic",dotum;font-size:11px;
}
#content .submenu .open {
}
#content .submenu .on {
    font-weight: bold;
    background: #f5f5f5;
	color: #c81d4f;
}
#content .submenu ._last {
    border-bottom: 0;
}
#content .submenu .none {
    color: #c0c0c0;
}

#content .hotbox {
    border: #dfdfdf solid 1px;
    margin-bottom: 15px;
}
#content .hotbox .tabbox {
}
#content .hotbox .tabbox .tp {
    float: left;
    width: 98px;
    height: 20px;
    padding-top: 10px;
    background: #fbfbfb;
    border-top: #F4F4F4 solid 2px;
    border-bottom: #D4D4D4 solid 1px;
    text-align: center;
    font-weight: bold;
    color: #9E9E9E;
    cursor: pointer;
}
#content .hotbox .tabbox .vline {
    border-right: #D4D4D4 solid 1px;
}
#content .hotbox .tabbox .on {
    background: #ffffff;
    border-top: #a1cf32 solid 2px;
    border-bottom: #ffffff solid 1px;
    color: #424242;
}
#content .hotbox .hbody {
    padding: 10px 5px 10px 8px;
}
#content .hotbox .hbody ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#content .hotbox .hbody li {
    height: 14px;
    margin: 10px 0 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#content .hotbox .hbody li i {
    display: inline-block;
    width: 11px;
    margin-right: 7px;
    height: 11px;
    font-style: normal;
    font-size: 10px;
    font-family: arial;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    background: #C0C0C0;
    border: #B6B6B6 solid 1px;
    border-radius: 2px 2px 2px 2px;
}
#content .hotbox .hbody li span {
    font-family: arial;
    font-size: 11px;
    color: #E75801;
    padding-left: 3px;
}
#content .hotbox .hbody li a:hover {
    color: #1b1;
}
#content .hotbox .hbody li .emp {
    background: #a1cf32;
    border: #1b1 solid 1px;
}