.post #div_apprank.body,
.post #apprank_body.body {
	overflow: visible;
}

.post #apprank_body.body {
	padding-top: 10px;
}

.post #apprank_body .section {
	height: auto;
	margin-top: 0px;
	border-radius: 0px;
}

/***********  orderby   *************/
.page_orderby {
	width: 984px;
	padding: 30px 20px 0;
	position: relative;
	display: flex;
	align-items: center;
	clear: both;
	zoom: 1;
}

#orderby_slt_box_line {
    width: 1px;
    height: 32px;
    background-color: #EEE;
    margin: 0 16px;
}

.page_orderby .select_box {
	position: relative;
}

.page_orderby #search_type_slt_box {
	width: 120px;
}

.page_orderby #orderby_slt_box {
	float: right;
	width: 280px;
}

.page_orderby #orderbyType {
	border-radius: 6px;
	margin-left : 12px
}

.en_US .page_orderby.revenue #orderby_slt_box{
	width : 200px;
}

.en_US .page_orderby #orderbyType #name {
	white-space:nowrap;	
}

.page_orderby #orderbyType_list {
	width: 280px;
}

.page_orderby #search_type_slt_box .selected_box {
	z-index: 100;
	position: relative;
	border-radius: 6px 0px 0px 6px;
	border: 1px solid #EAEAEA;
	/* border-right: none; */
	box-sizing: border-box;
}

.page_orderby #search_type_slt_box.selected .selected_box {
	z-index: 105;
	border: 1px solid #0099ff;
}

.page_orderby #search_type_slt_box .select_box_list .item {
	width: 118px;
}

.page_orderby #orderbyType_slt_box .select_box_list .item {
	width: 280px;
}

/* 검색어 검색 추후 별도 div로 이동*/
.page_orderby #keywordSearch {
	position: relative;
}

.page_orderby #keywordSearch form {
	display: flex;
	align-items: center;
	height: 36px;
}

.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;
	margin-right : 12px;
}

.page_orderby  #div_check_box #chk_new_list {
	height: 46px;
}

.page_orderby  #div_check_box .chk_text {
	color: #707683;
	text-align: center;
	font-size: 13px;
	font-weight: 400;
	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.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.rank .rank2 {
	font-size:12px;
	color:  #56687f;
	width: 110px;
	text-align: center;
	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 #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: 190px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rank_tbl.body .items .item .columns #app > .store_rel_icon {
	float:left;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	margin-top: 27px;
	margin-left: 10px;
}

.rank_tbl.body .items .item .columns #app > .store_rel_icon.google {
	background-image: url(/resources/img/201110/ico_os_android_small_nor.png);
}

.rank_tbl.body .items .item .columns #app > .store_rel_icon.apple {
	background-image: url(/resources/img/201110/ico_os_ios_small_nor.png);
}

.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: #F9677E;
	font-weight:600;
	z-index: 1799;
}


.rank_tbl.body .items .item .columns li:nth-child(1) {
	width:80px;
}

.rank_tbl.body .items .item .columns li:nth-child(1) .diff {
	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;
}

.rank_tbl.body .items .item .columns li:nth-child(2) {
	width:280px;
	text-align: left;
	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: left;
	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:110px;
}

.rank_tbl.body .items .item .columns li:nth-child(5) .val {
	width: 100%;
}


.rank_tbl.body .items .item .columns li:nth-child(6) {
	text-align: right;
	width:110px;
}


.rank_tbl.body .items .item .columns li:nth-child(7) {
	text-align: right;
	width:140px;
}
.rank_tbl.body .items .item .columns li:nth-child(7) .val {
	margin-right: 12px;
	font-weight: 590;
	font-size: 13px;
}



.rank_tbl.body .items .item .columns .diff {
	text-align:center;
	overflow: hidden;
	text-align: center;
	padding-top: 8px;
}

.rank_tbl.body .items .item .columns .diff div.wrapper {
	text-align: center;
	display: flex;
}

.rank_tbl.body .items .item .columns .diff.new div.wrapper{
	justify-content: center;
}

.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,
.rank_tbl.body .items .item .columns .diff.down {
	padding-left : 45px;
}


.rank_tbl.body .items .item .columns .diff.up .icon {
	background-image: url('/resources/img/common/ico_ranking_up.svg');
}

.rank_tbl.body .items .item .columns .diff.down .icon {
	background-image: url('/resources/img/common/ico_ranking_down.svg');
}
	
.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');
}

.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) .val{
	width : 100%;
}

.rank_tbl.body .items .item .columns .rank:nth-child(5) .diff{
	padding-left : 40px;
}

.rank_tbl.body .items .item .columns .rank:nth-child(5) .diff .wrapper {
	width: 24px;
	margin-left : 5px;
}

.rank_tbl.body .items .item .columns .diff.up .val {
	margin-left:3px;
	color:#ff788e;
}

.rank_tbl.body .items .item .columns .diff.down .val {
	margin-left:3px;
	color:#00bf99;
}

.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;
}

/* 그래프 기간 */
.section .chart_filter_box {
	height: 24px;
	position: absolute;
	right: 38px;
	z-index: 1000;
	bottom: 410px;
}

.section  .chart_filter_box .period_filter {
	width: 214px;
	height: 24px;
	float:left;
}

.section .chart_filter_box .btn_excel {
	margin-left: 10px;
	margin-top: -3px;
	float: left;
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px 36px;
	text-align: center;
	background-image: url(/resources/img/common/btn_excel_s_nor2.png);
	cursor: pointer;
}

.section .chart_filter_box .btn_excel:hover {
	background-image: url(/resources/img/common/btn_excel_s_pre2.png);
}

.section.nodata .period_filter {
	display: none;
}

.section .period_filter .period_filter_list {
	height: 100%;
	position: relative;
	cursor: pointer;
	display: none;
}

.section .period_filter .period_filter_list.selected {
	display: block;
}

.section .period_filter .period_filter_list .item {
	float: left;
	font-size: 14px;
	text-align: center;
	height: 100%;
	width: 70px;
	position: relative;
	border: 1px solid #e1e3e5;
	background-color: #FFFFFF;
	cursor: pointer;
	margin-left: -1px;
}

.section .period_filter .item p {
	line-height: 24px;
}

.section .period_filter .period_filter_list .item:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.section .period_filter .period_filter_list .item:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.section .period_filter .period_filter_list .item:hover {
	color: 	#0099ff;
	border: 1px solid #0099ff;
	background-color: #0099ff;
	z-index: 1001;
}

.section .period_filter .period_filter_list .item.selected {
	border-color: #0099ff;
	background-color: #0099ff;
}

.section .period_filter .period_filter_list .item.selected + .item {
	border-left-color:  #0099ff;
}

.section .period_filter .period_filter_list .item:hover p,
.section .period_filter .period_filter_list .item.selected p {
	color: #ffffff;
	font-weight: 600;
}

/* 그래프 기간 */
.section .graph {
	overflow: hidden;
	position: relative;
}

.section .graph .amchart {
	height: 380px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.section .graph .unit {
	position: relative;
	overflow: hidden;
	height: 20px;
	text-align: left;
	padding-left: 80px;
	padding-top: 30px;
	color: #acb2bd;
}


.page_orderby #keywordSearch #div_search_result {
	position: absolute;
	top: 60px;
	left: 0px;
	border-radius: 9px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	width: 275px;
	min-height: 86px;
	max-height: 354px;
	box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	display: none;
	z-index: 1901;
	zoom: 1;
}

.page_orderby #keywordSearch #div_search_result .list {
	position: relative;
	min-height: 44px;
	max-height: 352px;
	overflow: hidden;
}

.page_orderby #keywordSearch .ui-autocomplete {
	color: #2b3d52;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 210px;
	max-height: 352px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 0px;
	position: relative;
}

.page_orderby #keywordSearch .ui-autocomplete::-webkit-scrollbar {
	-webkit-appearance: none;
}

.page_orderby #keywordSearch .ui-autocomplete::-webkit-scrollbar:vertical {
	width: 5px;
}

.page_orderby #keywordSearch .ui-autocomplete::-webkit-scrollbar-button:start:decrement,
.page_orderby #keywordSearch .ui-autocomplete::-webkit-scrollbar-button:end:increment {
	display: block; height: 5px; 
	border: 0
}

.page_orderby #keywordSearch .ui-autocomplete::-webkit-scrollbar-thumb {
	background-color: rgba(59, 76, 102, 0.5);
	-webkit-border-radius: 2.5px;
	border-radius: 2.5px;
}

/* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .page_orderby #keywordSearch .ui-autocomplete {
	height: 100px;
  }

.page_orderby #keywordSearch .ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	zoom: 1;
	width: 100%;
	list-style-image: none;
	min-height: 44px;
}

.page_orderby #keywordSearch .ui-menu .ui-menu-item .ui-corner-all {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page_orderby #keywordSearch .ui-menu .ui-menu-item a {
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 1.5;
	zoom: 1;
	font-weight: 100;
	cursor: pointer;
}

.page_orderby #keywordSearch .ui-state-focus,
.page_orderby #keywordSearch .ui-widget-content .ui-state-focus,
.page_orderby #keywordSearch .ui-widget-header .ui-state-focus {
	border: 0px;
	background: rgba(0, 153, 255, 0.1);
	font-weight: 100;
	color: #212121;
}

.page_orderby #keywordSearch .autocomplete-link {
	position: relative;
	display: block;
	padding: 11px 15px 12px 14px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page_orderby #keywordSearch .autocomplete-details {
	float:left;
	width: 149px;
	height: 20px;
	margin-right: 8px;
	padding-top: 1px;
}

.page_orderby #keywordSearch .autocomplete-check {
	float: left; 
	height: 19px;
	width: 19px;
	background-size: 100%;
}

.page_orderby #keywordSearch .autocomplete-check.group {
	background-image: url(/resources/img/170622/ico_group.png);
}

.page_orderby #keywordSearch .autocomplete-check.company {
	background-image: url(/resources/img/170622/ico_company.png);
}

.page_orderby #keywordSearch .autocomplete-name {
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page_orderby #keywordSearch .autocomplete-name span {
	color: #0099ff;
	font-weight: 600;
}


.page_orderby #keywordSearch #div_selected_provider {
   	position: absolute;
	z-index: 101;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border: #0099ff 2px solid;
	margin-left: -2px;
	box-sizing: border-box;
	padding-left: 22px;
	padding-right: 42px;
	padding-top: 0px;
	width: 280px;
	height: 58px;
	font-size: 1.166em;
	background-color: #FFFFFF;
}

.page_orderby #keywordSearch #div_selected_provider .name {
	line-height: 55px;
	max-width: 127px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #637b8d;
	font-size: 16px;
	font-weight: 600;
	float: left;
}

.page_orderby #keywordSearch #div_selected_provider .icon {
	margin-left: 5px;
	margin-top: 18px;
	width: 19px;
	height: 19px;
	background-repeat: no-repeat;
	background-size: 19px 19px;
	background-position: center;
	float: left;
}

.page_orderby #keywordSearch #div_selected_provider .icon.group {
	background-image: url(/resources/img/170622/ico_group.png);
}

.page_orderby #keywordSearch #div_selected_provider .icon.company {
	background-image: url(/resources/img/170622/ico_company.png);
}

.page_orderby #keywordSearch #div_selected_provider .reset {
	background-image: url(/resources/img/common/btn_search_del.svg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 16px;
	right: 10px;
	z-index: 102;
	background-color: rgba(185, 200, 220, 0.20);
	background-size : 12px;
	border-radius: 10px;
}

.rank_tbl.body .items .item .columns li .blind {
	background-color: #ebeff3;
	width: 30px;
	min-height: 14px;
	margin-left: 40px;
	margin-top: 25px;
}

.rank_tbl.body .items .item .columns li .rightline {
	margin-right: 8px;
}

.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-top: 1px solid rgba(0, 0, 0, 0.16);
	border-bottom : none;
}
/***********  header scroll   *************/

.tooltip_icon_12 {
	margin-top : 2px;
}