/* Top 메뉴 화면 */
.main .top_menu-container { margin-top:0; padding:0; width:100%; 
	border-top:1px solid #999; border-bottom:1px solid #999; 
	background-color: #eee; -moz-box-sizing:border-box; box-sizing:border-box;
	/* outline:1px solid #999; */ /* ie에서 선이 안나타 사용함 */ }
.main .top_menu-container > div { display:inline-block; 
	width:100%; max-width:980px; text-align:left; margin:0; padding:0; }
.main .top_menu-container .top_menu_item { 
	list-style:none; display:inline-block; margin:0; padding:8px 16px;
	text-align:center; border-left:1px solid #999; font-weight:700; }
.main .top_menu-container .top_menu_item:first-child { width:25%; border-left:0; }
.main .top_menu-container .top_menu_item:last-child { border-right:0; }

@media (max-width: 767px) {
	.main .top_menu-container { margin-top:20px; }
	.main .top_menu-container .top_menu_item:first-child { display:none; }
	.main .top_menu-container .top_menu_item.top_btn_sell { border-left:0; width:50%; }
}