
/* help */

#div_help{
    width: 100%;
    color: rgba(25, 42, 62, 0.40);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
#div_help .inner{
	display: inline-block;	
	margin: 0 auto;	
}

#div_help .help_icon{
	float:left;
	width: 16px;
    height: 25px;
    background-image: url(/resources/img/common/btn_info_nor.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 22px;
    margin-right: 5px;
}

#div_help .help_text{
	display: inline-block;
    margin: 0 auto;
}

#div_help .text{
	float:left;
}

#div_help .text.nextline {
    min-width: 920px;
}

/* 상단 매출 박스 start */
/*
#top_box_view{
	// margin-top: 40px;
	display: inline-block;
}

#top_box_view .inline_box{
	float:left;
	background-color: #ffffff;
	width: 300px; 
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

#top_box_view .inline_box + .inline_box{
	margin-left: 20px;
}

#top_box_view .inline_box #title{
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	background-color: #f7f8f8;
    height: 60px;
    width: 300px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
}

#top_box_view .inline_box #val_box{
	text-align: right;
	height: 80px;	
} 

#top_box_view .inline_box #val_box .val{
	margin-top: 10px;
	line-height: 60px;
    font-size: 30px;
    color: #2c3749;
    float: right;
    margin-right: 10px;
}

#top_box_view .inline_box #val_box .unit{
	float: right;
	margin-top: 36px;
    font-size: 16px;	
    color: rgba(44, 55, 73, 0.8);
}
*/
/* 상단 매출 박스 end*/

.page_filter.rank {
    margin-bottom: 15px;
    margin-top: 30px;
}