@charset "utf-8";

#content-box
{
        float                            : left;
        width                            : 700px;
}

#sidebar
{
        float                            : left;
        width                            : 230px;
        padding                          : 15px;
}

/* ---- Add LN -------------------------------------------------- */
#sidebar dl dt { /* 사이드바 컨텐츠 제목 타이틀 스타일 */
/*	background:                     url(./images/LN/hentry_h4_bg.png) no-repeat 0 4px;*/
	background:                     url(./images/LN/content_h4_bg.png) no-repeat 0 4px;
/*	background:		url(./images/LN/sidebar_title_bg.png) no-repeat;*/
	height:			16px;
	font:			13px dotum bold;
/*	color:			#fff;*/
	color:			#222;
	padding-left:	10px;
	padding-top:    2px;
	padding-bottom:    5px;
	border-bottom: solid 2px #CCC;
}

#sidebar dl dd { /* 사이드바 컨텐츠 서브 타이틀 스타일 */
	margin-left:	10px;
	background:		url(./images/LN/sidebar_bul01.png) 0px 5px no-repeat;
	padding-left:	15px;
}
#sidebar .SB_Downloader {
	line-height: 1.25;
}
#sidebar .SB_Downloader.latest { /* 사이드바 텍스트큐브 다운로드 */
/*	background:		url(./images/LN/sidebar_download.png) no-repeat;*/
	background:		url(./image/logo_textcube.png) no-repeat top center;
	margin: 0;
	padding-top: 160px;
}
#sidebar .SB_Downloader a.downloadButton {
	display:block;
	height: 48px;
	width: 180px;
	background: url(./images/btn_textcube_download_latest.png) no-repeat left top;
	padding: 10px 0 0 50px;
}
#sidebar .SB_Downloader a.downloadButton:hover,
#sidebar .SB_Downloader a.downloadButton:visited {
	text-decoration: none;
}
#sidebar .SB_Downloader.previous {
	margin-top: 5px !important;
}
#sidebar .SB_Downloader.previous a.downloadButton {
	background-image: url(./images/btn_textcube_download_previous.png);
}
#sidebar .SB_Downloader span.title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#sidebar .SB_Downloader.previous span.title {
	color: #666;
}
#sidebar .SB_Downloader span.description {
	font-size: 12px;
	color: #7f7f7f;
}

#sidebar .input-button { /* 사이드바 텍스트큐브 다운로드 링크*/
	font:			13px tahoma bold;
}

.coverContents .TC_covertitle h4 {

}

#latest_notices { /* 센터페이지 텍스트큐브 최근공지 영역 */
	border:			6px solid #f3f3f3;
	padding:		7px;
}

#latest_notices h4 { /* 센터페이지 텍스트큐브 최근공지 영역 타이틀 */
	margin-left:	7px;
	background:		url(./images/LN/sidebar_bul02.png) 0px 0px no-repeat;
	padding-left:	20px;
	text-align:		left;
}

#latest_notices ul { /* 센터페이지 텍스트큐브 최근공지 영역 컨텐츠 목록 */
	margin:			0;
	padding:		0;
}

#latest_notices li { /* 센터페이지 텍스트큐브 최근공지 영역 컨텐츠 목록 */
	margin:			3px 0 3px 20px;
	padding-left:	10px;
	list-style:		none;
	background:		url(./images/LN/sidebar_bul03.png) 0px 3px no-repeat;
}

.TC_coverItems .TC_covertitle { /* 최근 컨텐츠 목록 제목 */
	border:			none;
	background:		url(./images/LN/lastes_title_bg.png) left bottom no-repeat;
	font:			11px tahoma bold;
}

.TC_coverItems .TC_covertitle .h4 {

}


