#wrap{
	width:100%;
}
#width_100pro{
	width:100%;
}

.width_100pro{
	width:100%;
	margin:0 auto;
}

#header_contents{
	width:990px;
	margin:0 auto;
	height:36px;
}

.header_contents{
	width:990px;
	margin:0 auto;
}

#width_990{
	width:990px;
	margin:0 auto;
}

.width_990{
	width:990px;
	margin:0 auto;
}


.main_top_alpha{
	position:absolute;
	bottom:10px;
	left:5px;
	color:#ffffff;
	font:bold 14px '돋움';
	margin:0 0 0 5px;
	z-index:100;
}
.alpha_bg{
	position:absolute;
	bottom:0;
	background:#000000;
	height:40px;
	width:190px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.alpha_bg_180{
	position:absolute;
	bottom:0;
	background:#000000;
	height:40px;
	width:180px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.alpha_bg2{
	position:absolute;
	bottom:0;
	background:#000000;
	height:40px;
	width:170px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

#footer{
	width:100%;
	border-top:2px solid #616161;
	background:#fcfcfc;
}



/* 상품 롤오버시 border스타일 */
.box_st_out{
border:1px solid #dcdcdc;
border-bottom:1px solid #b3b3b3;
margin:10px 2px;
}

.box_st_over {
border:3px solid #373c4e;
margin:8px 0px;
}

.box_st_out_noProduct{
border:1px solid #dcdcdc;
border-bottom:1px solid #b3b3b3;
background:#f7f7f7 url('../img/bg_coming_soon.jpg') no-repeat center center;
}



/* 상품 롤오버시 border스타일 */



/* 디데이툴팁투명(메인페이지) */
.alpha_bg_dday_01{
	position:absolute;
	background:#373c4e;
	height:321px;
	width:218px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}

/* 디데이툴팁레이어(메인페이지) */
.dday_01{
	position:absolute;
	height:321px;
	width:218px;
	z-index:60;
}


/* 디데이툴팁투명(서브페이지) */
.alpha_bg_dday_02{
	position:absolute;
	background:#373c4e;
	height:342px;
	width:218px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}


/* 디데이툴팁레이어(서브페이지) */
.dday_02{
	position:absolute;
	height:342px;
	width:218px;
	z-index:60;
}



/* 상세페이지탭 */
.detail_tab{
	position:relative;
	display:inline-block;
	width:150px;
	height:67px;
	float:left;
}

.detail_tab_cnt{
	position:absolute;
	top:-11px;
	left:45%;
	z-index:100;
	color:#ffffff;
	font-weight:bold;
}

.detail_tab_img{
	position:absolute;
}


/* 상단 공지사항 게시글 제목 스타일 --------------------------------------------------------------------------*/
.top_notice b { font-size:11px; color:#949aad; font-weight:normal;}
.top_notice font { font-size:11px; color:#949aad; font-weight:normal;}



