#content_view{
	padding-top: 40px;
}

.post #div_apprank.body,
.post #apprank_body.body {
	overflow: visible;
}

.post #apprank_body.body {
	padding-top: 12px;
}

.post #apprank_body .section{
	height: auto;
	margin-top: 0px;
	border-radius: 0px;
}

.page_filter #marketType > #categoryType .inner_sub_list {
	width: 326px;
    float: left;
}

.page_filter #marketType #categoryType #category #name.step1 {
	margin : 0;
}

.page_filter #marketType > #categoryType .inner_sub_list:first-child {
	width: 325px;
	border-right: 1px solid #DDD;
}

.page_filter #marketType .sub_list .store_item,
.page_filter #marketType .sub_list .country_item,
.page_filter #marketType .sub_list .category_item {
	height: 54px;
	border-top: 1px solid #e1e3e5;
	background: #FFFFFF;
	color: rgba(86,104,127,0.8);
}

.page_filter #marketType .sub_list .category_item.selected {
	color: #0099ff;
	font-weight: 600;
}


.page_filter #marketType .sub_list .category_item {
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
    margin-top: -1px;
    border-right: 1px solid #DDD;
}


.page_filter #marketType .sub_list .category_item {
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
    margin-top: -1px;
    border-right: 1px solid #DDD;
}

.page_filter #marketType .sub_list .category_item:hover,
.page_filter #marketType .sub_list .category_item.choice {
	background: rgba(0, 153, 255, 0.1);
	font-weight: 600;
}


/***********  orderby   *************/
.page_orderby {
	width: 984px;
	padding: 30px 20px 0;
	position: relative;
	display: flex;
	align-items: center;
	clear: both;
	zoom: 1;
}

.page_orderby .select_box {
	position: relative;
}

.page_orderby #search_type_slt_box {
	width: 106px;
}

.page_orderby #orderby_slt_box {
	width: 190px;
	margin-left: 10px;
	float: right;
}

.page_orderby #orderbyType {
	width: 190px;
	border-radius: 6px;
}

.page_orderby #orderbyType_list {
	width: 280px;
}

.page_orderby #search_type_slt_box .selected_box {
	position: relative;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	z-index: 100;
}

.page_orderby #search_type_slt_box.selected .selected_box {
	z-index: 105;
}

.page_orderby #search_type_slt_box  .selected_box #selecter {
	margin-right: 15px;
}

.page_orderby #search_type_slt_box .select_box_list .item {
	width: 104px;
}

.page_orderby #search_type_slt_box .select_box_list .item #name {
	margin-left: 20px;
}

/* 검색어 검색 추후 별도 div로 이동*/
.page_orderby #keywordSearch {
	position: relative;
}

.page_orderby #keywordSearch form {
	display: flex;
	align-items: center;
}

.page_orderby #keywordSearch #search_keyword {
	position: relative;
	background-color: #FFFFFF;
	box-sizing: border-box;
	outline: none;
	z-index: 99;
	width: 200px;
	height: 36px;
	padding: 10px 32px 10px 16px;
	border-radius: 0px 6px 6px 0px;
	border: 1px solid #EAEAEA;
    color: #353C49;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

#total_container.en_US .page_orderby #keywordSearch #search_keyword {
	width: 232px;
}

.page_orderby #keywordSearch #search_keyword:focus,
.page_orderby #keywordSearch #search_keyword.focus {
	border: #0099ff solid 1px;
	z-index: 101;
}

.page_orderby #keywordSearch input[type="text"]:invalid + input[type="reset"] {
	display: none;
} 

.page_orderby #keywordSearch input[type="reset"] {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: 170px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url('/resources/img/common/btn_search_del.svg');
	z-index: 102;
	cursor: pointer;
	background-color: rgba(185, 200, 220, 0.20);
	background-size : 12px;
	border-radius: 10px;
}

#total_container.en_US .page_orderby #keywordSearch input[type="reset"] {
	left: 199px;
}

.page_orderby  #div_check_box {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.page_orderby  #div_check_box #chk_new_list {
	height: 46px;
}

#orderby_slt_box_line {
    width: 1px;
    height: 32px;
    background-color: #EEE;
    margin: 0 16px;
}

.page_orderby #div_check_box .chk_text {
	color: #707683;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 590;
	line-height: normal;
}


/***********  orderby   *************/

.rank_tbl.header {
	background-color: #ffffff;
	height:55px;
	text-align:center;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
} 

.rank_tbl.header .title {
	display:table;
}


.rank_tbl.header .item {
	display:table-cell;
	vertical-align:middle;
	font-weight: 600;
	font-size: 11px;
	color: #565671;
	height:55px;
	text-align:center;
	position: relative;
}

.rank_tbl.header .item.selected {
	color: #0099ff;
}

.rank_tbl.header .item.line {
	border-right: 1px solid #eff0f1;
}

 
.rank_tbl.header .item .btn_info {
	float:left;
	margin-left:3px;
	width:16px;
	height:20px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/resources/img/common/btn_info_nor.png');
}


.rank_tbl.header .item .text {
	line-height:16px;
	letter-spacing: -1px;
}

.rank_tbl.header .item .text.inline {
	float:left;
	margin-top: 2px;
}

.rank_tbl.header .item .wrapper.rank {
	float:left;
}

.rank_tbl.header .item:nth-child(1) .text {
	margin-left: 15px;
	text-align: left;
}

.rank_tbl.header .item:nth-child(1) .text.rank {
	margin-left: 0px;
}

.rank_tbl.header .item:nth-child(1) .text.num {
	margin-left: 3px;
	margin-top: 10px;
}

	
.rank_tbl.body .items > .item {
	height:67px;
	position:relative;
	cursor: pointer;
}

.rank_tbl.body .items > .item.nodata {
	cursor: default;
	height:200px;
	margin-top: 100px;
}

.rank_tbl.body .items > .item.nodata .text {
	color: #A2B0BB;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	margin-top: 12px;
}

.rank_tbl.body .items > .item:hover,
.rank_tbl.body .items > .item:hover .columns {
	background-color:#f8faff;
}

.rank_tbl.body .items .item:hover .columns > a .name {
	color: #0099ff;
}


.rank_tbl.body .items .item .columns {
	background-color: #ffffff;
	display:inline-block;
	width:100%;
	left:0px;
	z-index: 1798;
}


.rank_tbl.body .items .item .columns li {
	float:left;
	position: relative;
}



.rank_tbl.body .items .item .columns li.line  {
	border-right: 1px solid #eff0f1;
}

.rank_tbl.body .items .item .columns li.item_val_2 div:nth-child(2) {
	margin-left:10px;
}

.rank_tbl.body .items .item .columns li {
	height:67px;
	line-height:67px;
}


.rank_tbl.body .items .item .columns > li.rank .rank {
	font-size:14px;
	color:  #56687f;
	width:50px;
	height: 42px;
}
.rank_tbl.body .items .item .columns > li .val {
	font-size: 12px;
	color: #56687f;
}

.rank_tbl.body .item .wrapper.rank {
	float:left;
}


/*
.rank_tbl.body .items .item .columns .rank.index {
	width:46px;
}
*/




.rank_tbl.body .items .item .columns #app .icon {
	float:left;
	width: 20px;
	height:67px;
	margin-left:10px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	background-image: url('/resources/img/common/img_app_default.png');   
}



.rank_tbl.body .items .item .columns #app > a > .name {
	float:left;
	font-size:14px;
	color: #56687f;
	font-weight:600;
	
	max-width: 205px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
}


.rank_tbl.body .items .item .columns .btn_myapp {
	float:left;
	width: 20px;
	height:67px;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-image: url('/resources/img/common/btn_star_list_nor.svg'); 
	background-position: center;
	margin-left: 5px;
	display:none; 
}

.rank_tbl.body .items .item:hover .columns  .btn_myapp {
	display:inline-block;
	background-image: url('/resources/img/common/btn_star_list_nor.svg');
}


.rank_tbl.body .items .item .columns .btn_myapp.selected {
	display:inline-block;
	background-image: url('/resources/img/common/btn_star_list_foc.svg');
}



.rank_tbl.body .items .item .columns > .cate_change {
	margin-left:12px;
	margin-top:17px !important;
	font-size:10px;
	/*
	color: #0099ff;
	color: #F96398;
	*/
	color: #F9677E;
	font-weight:600;
	z-index: 1799;
}


.rank_tbl.body .items .item .columns li:nth-child(1) {
	/*
	width:50px;
	*/
	width: 70px;
}


.rank_tbl.body .items .item .columns li:nth-child(2) {
	width: 290px;
	text-align: left;
	/*
	margin-left:31px;
	*/
	margin-left:0px;
}

.rank_tbl.body .items .item .columns li:nth-child(3) {
	width:130px;
	text-align: left;
	display: flex;
	justify-content: center;
}
.rank_tbl.body .items .item .columns li:nth-child(3) .val {
	margin-left: 15px;
	max-width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.rank_tbl.body .items .item .columns li:nth-child(4) {
	text-align: center;
	width:130px;
}

.rank_tbl.body .items .item .columns li:nth-child(4) .val {
	margin-left: 15px;
	max-width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.rank_tbl.body .items .item .columns li:nth-child(5) {
	text-align: right;
	width:115px;
}

.rank_tbl.body .items .item .columns li:nth-child(5) .val {
	margin-right: 15px;
}

.rank_tbl.body .items .item .columns li:nth-child(6) {
	text-align: right;
	width:50px;
}
.rank_tbl.body .items .item .columns li.ios:nth-child(6) {
	width: 65px;
}
.rank_tbl.body .items .item .columns li:nth-child(6) .val {
	margin-right: 15px;
}


.rank_tbl.body .items .item .columns li:nth-child(7) {
	text-align: right;
	width:95px;
}
.rank_tbl.body .items .item .columns li:nth-child(7) .val {
	margin-right: 15px;
}

.rank_tbl.body .items .item .columns li:nth-child(8) {
	text-align: center;
	width:100px;
}
.rank_tbl.body .items .item .columns li:nth-child(8) .val {
	margin-right: 15px;
}



.rank_tbl.body .items .item .columns .diff {
	text-align:center;
	overflow: hidden;
	width: 50px;
}

.rank_tbl.body .items .item .columns li:nth-child(1) .diff.up, .rank_tbl.body .items .item .columns li:nth-child(1) .diff.down{
	padding-left : 15px;
	padding-top: 5px;
	height: 20px;
}

.rank_tbl.body .items .item .columns .diff div.wrapper {
	display: block;
	text-align: center;
	display: flex;
}

.rank_tbl.body .items .item .columns .diff .icon {
	float:left;
	width:7px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
}			

.rank_tbl.body .items .item .columns .diff.up .icon {
	background-image: url('/resources/img/common/ico_ranking_up.svg');
	margin-top: 3px;
}	

.rank_tbl.body .items .item .columns .diff.down .icon {
	background-image: url('/resources/img/common/ico_ranking_down.svg');
	margin-top: 2px;
}	
	
.rank_tbl.body .items .item .columns .diff.new .icon {
	width:100%;
	height:9px;
	background-size: 26px 9px;
	background-image: url('/resources/img/common/ic_new_rank.png');
	margin-top: 6px;
}
		
.rank_tbl.body .items .item .columns .diff .val {
	font-size: 13px;
	color: rgba(86, 104, 127, 0.80);
	font-weight: 400;
	height: 10px;
	line-height: 10px;
	margin-top: 1px;
}

.rank_tbl.body .items .item .columns .diff:not(.up,.down,.new) .val {
	width : 100%;
}

.rank_tbl.body .items .item .columns .diff.up .val {
	margin-left:3px;
	color:#ff788e;
	max-width: 22px;
	line-height: 14px;
}	

.rank_tbl.body .items .item .columns .diff.down .val {
	margin-left:3px;
	color:#00bf99;
}	

/*
.rank_tbl.body .items .item .columns .text {
	font-size:14px;
	color: #56687f;
	font-weight: 600;
	width:260px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
*/		

.rank_tbl.body .items .item.selected .columns .text {
	color: #0099ff;
}		


.rank_tbl.body .items .item .columns > .val {
	font-size:12px;
	color: #56687f;
}		


.rank_tbl.body .items .item .columns .pct {
	font-size:12px;
	font-weight: 600;
	text-align:center;
	width:120px;
}

.rank_tbl.body .items .item .columns > .val.up {
	color:#ff788e;
}
.rank_tbl.body .items .item .columns > .val.down {
	color:#00bf99;
}


.rank_tbl.body .items > .item:last-child {
	border-bottom: 1px solid #c9cdd2;
}



#btn_diff_box {
	margin-top: 20px;
}

#btn_diff_box.hidden {
	display: none;
}

#btn_diff_box #btn_diff_myapp {
	width: 250px;
}	

/*info_free_user_box*/

#div_apprank .info_free_user_box {
	position: relative;
	height: 335px;
	background-repeat: no-repeat;
	background-size: 984px 335px;
	background-position: center;
	background-image: url(/resources/img/1214/market_rank_blur.png);
}

#div_apprank .info_free_user_box .btn_go_login {
	height: 55px;
	background-color: rgb(0, 153, 255);
	font-weight: 600;
	color: rgb(255, 255, 255);
	cursor: pointer;
	line-height: 55px;
	display: inline-block;
	margin-top: 30px;
	font-size: 14px;
	border-radius: 6px;
	padding: 0px 40px;
}
/*info_free_user_box*/


.page_searchtime {
	position: relative;
    clear: both;
    margin-left: auto;
    margin-right: 12px;
    zoom: 1;
}

.en_US .page_searchtime {
	max-width : 100px;
}

.page_searchtime #div_text_box {
	display: inline-block;
	float: right;
	position: relative;
	line-height: 54px;
}

.page_searchtime #div_text_box .chk_text {
	color: #707683;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 510;
	line-height: normal;
}


.rank_tbl.body .items .item .columns li:nth-child(3) .corp {
	font-size: 11px;
	line-height: 18px !important;
	color: rgba(86, 104, 127, 0.6);
	margin-top: 24px !important;
	max-width: 105px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 5px;
	width: auto;
	margin-right: 5px;
	position: absolute;
	padding: 0 4px;
	border-radius: 2px;
	border: 1px solid #D2DBE3;
}


.rank_tbl.body .items .item .columns li:nth-child(3) .corp:hover {
	color: rgba(86,104,127,0.8);
	border: solid 1px rgba(180,190,198,0.8); 	
}


/***********  header scroll   *************/
#top_filter_box.show {
	display : flex;
}

#top_filter_box.hide {
	display : none;
}

#top_filter_box {
	top: 116px;
	width: 100%;
	z-index: 1800;
	position: fixed;
    align-items: center;
    justify-content: center;
	background-color: #FFFFFF;
	border-bottom: none;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
}
/***********  header scroll   *************/

.chk_btn_area {
	display: flex;
    justify-content: center;
    align-items: center;
}

#marketType #store_term_box .btn_item {
	padding: 0 31px;
}

.page_filter #marketType #play_store_icon, 
.page_filter #marketType #app_store_icon {
	margin-right : 6px;
}