@charset "utf-8";

/********************************************* global *********************************************/
html, body, div, ul, li, a, dl, dt, dd {margin:0; padding:0;}
ol, ul, li {list-style:none;}		/*목록 뷸릿 없애기 초기화*/
.quickBar img {vertical-align:top}
/* *********************************************************************************************************************************** */



.quickBar {position:fixed; height:100%; top:0; background:#323232; z-index:999; display:block; text-align:center; overflow:h idden;}
.quickBar ul {margin-bottom:5px;}
.quickBar a {outline:none;}

#toggle_btn {position:absolute; left:-24px; top:20%; z-index:9999; cursor:pointer;}
.quickBar ul {float:left;}

.today_view li {margin-bottom:10px;}
.today_view .title {margin-bottom:5px; line-height:28px; letter-spacing:-1px; color:#818181;  font-size:11px; font-family:Dotum; text-align:center; font-weight:normal}
.today_view {margin:0; padding:0 0 0px 0;}
.today_view .thumb {overflow:hidden; text-align:center; margin-top:0; .margin-top:-13px;}
.today_view .thumb img {display:block; margin:0 auto;}
.today_view dd.title {background:none;}
.today_view dd.title a {display:block; width:90%; margin:0 auto 5px; font-size:11px; letter-spacing:-1px; height:20px; line-height:20px; 
	overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;
	}

.go_top {position:absolute; left:50%; bottom:30px; display:block; width:60px; height:20px; line-height:20px; margin-left:-30px; font-size:12px; font-family:Tahoma; font-weight:bold;}





/* 스킨 작업 시 수정 */

/*
.quickBar {left:0;}									/* 퀵 위치 변경(왼쪽으로) */
.quickBar {background:#323232;}				/* 백그라운드 색상 */
.today_view .title {color:#818181;}				/* 오늘 본 상품 폰트 색상 */
.go_top	{
	background:#252525;							/* 하단 탑 버튼 배경 색상 */
	color:#7c7c7c !important;						/* 하단 탑 버튼 폰트 색상 (!important는 삭제하지 말 것!) */
	}