.page_section{
	margin-top : 60px;
	margin-bottom: 81px;
}

.page_section #btn_reg_report {
	margin-top : 10px;
}

.tabs_wrapper.report {
	height : 50px;
}

.report_list .item{
	position: relative;
	cursor: pointer;
	padding: 16px 30px;
	background-color: #FFF;
	border-radius: 6px;
	margin-bottom: 10px;
}

.report_list .item .first_box,
.report_list .item .second_box{
	display : flex;
	align-items: center;
}

.report_list .item .first_box{
	margin-bottom : 13.5px;
}

.report_list .item .first_box #dateTypeStr,
.report_list .item .first_box #date {
	color: #707683;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.report_list .item .first_box .btn_area {
	margin-left : auto;
	/* display: flex; */
}

.report_list .item.nodata > div,
.report_card_list .item.nodata > div{
	text-align: center;
	font-size: 1.5em;
    color: #a2b0bb;
    height: 350px;
}

.report_list .item.nodata > div > img,
.report_card_list .item.nodata > div > img{
	margin-top: 120px;
}

.report_list .item.nodata {
	cursor: default;
}

.report_card_list .item.nodata {
	float: none;
    width: 100%;
    height: 362px;
    cursor: default;
}

.report_card_list .item.nodata:hover{
	box-shadow: none;
}

.report_list .item .item_header{
	height: 70px;
}

.report_list .item.selected > .item_header{
	height: 70px;
	background-color:#f8fcff;	
}

.report_list .item .graph{
	display:none;
}

.report_list .item.selected .graph{
	display:block;
}


.report_list .item.selected{
	border-top: 1px solid #0099ff;
	border-bottom: 1px solid #0099ff;	

}

.report_list  .item:last-child{
	border-bottom: none;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/*		
.notice_tbl.body .items > .item.selected:first-child{
	border-top: none;
}

.notice_tbl.body .items > .item.selected:last-child{
	border-bottom: none;
}
*/

.report_list .item.selected + .item.selected{
	border-top: 0px;
}


.report_list .item .line{
	height: 14px;
	width: 1px;
	background-color: rgba(86, 104, 127, 0.20);
	margin-left: 6px;
	margin-right: 6px;
}

.report_list .item .line_big{
	height: 16px;
	width: 1px;
	background-color: #d5d9df;	
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 28px;	
}

.report_list .item #idx{
	line-height : 70px;
	color: rgba(86,104,127,0.8);
	font-size: 12px;
	float:left;
	margin-left: 32px; 	
}

.report_list .item .left_box{
	position: absolute;
	/*left: 65px;*/
	left: 32px;
} 



.report_list .item .left_box > div{
	float: left;
}

.report_list .item .right_box{
	float: right;
	padding-right: 30px;
}

.report_list .item .right_box > div{
	float: left;
}

.page_orderby #search_type_slt_box {
    width: 106px;
}

.page_orderby #search_type_slt_box .select_box_list .item {
	width: 104px;
}

.page_orderby #search_type_slt_box .select_box_list .item.disable #name {
	color: #cdd2d8;
}

.page_orderby #orderbyType_slt_box .select_box_list .item {
	width: 179px;
}

.page_orderby #search_type_slt_box .selected_box {
	background: #FFFFFF;
    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_box:not(.dim_mode):hover {
    background: #FAFAFA !important;
}

.report_list .item #icon{
	width: 24px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-image: url('/resources/img/common/img_app_default.png');
    margin-right: 10px;
}

.report_list .item #small_icon{
	width: 20px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url('/resources/img/common/img_app_default.png');
    margin-right: 10px;
}

.report_list .item #icon_list{
    margin-left : auto;
    margin-right: 20px;
}

.report_list .item #icon_list .icon{
	width: 18px;
	height: 18px;
	float:left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-image: url('/resources/img/common/img_app_default.png');
	margin-right: 6px;
	border-radius: 4.5px;
	outline: 0.9px solid rgba(0, 0, 0, 0.05);
}

.report_list .item .left_box > a{
	float: left;
}

.report_list .item #title{
	color: #353C49;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.report_list .item #rank{
	line-height : 70px;
	color: rgba(86,104,127,1.0);
	font-size: 14px;	
}

.report_list .item.selected > .item_header  #idx{
	color: rgba(0,153,255,0.8);
}

.report_list .item.selected > .item_header  #keyword{
	color: rgba(0,153,255,1.0);
}

.report_list .item.selected > .item_header  #update_text{
	color: rgba(0,153,255,1.0);
}


.report_list .item.selected > .item_header  #target_name{
	color: rgba(0,153,255,1.0);
}

.report_list .item.selected > .item_header #rank{
	color: rgba(0,153,255,1.0);
}

.report_list .item #reg_user{
	color: #707683;
	text-align: right;
	font-size: 12px;
	font-weight: 300;
}

.report_list .item #count_box{
	line-height : 70px;
	color: #828e9d;
	font-size: 12px;	
	float:left;
	width: 60px;
	margin-left: 5px;
	text-align:right;
}

.report_list .item #count_desc{
	line-height : 70px;
	color: rgba(86,104,127,0.5);
	font-size: 12px;	
	float:left;
	width: 24px;
	margin-left: 1px;
	text-align:right;
}


.report_list .item .btn_like{
	margin-left: 10px;
	margin-top: 22px;	
}


.report_list .item #state_reporting,
.report_card_list .item .right_top_box #state_reporting{
	display : flex;
	gap : 2px;
}

.report_list .item #state_reporting .text,
.report_card_list .item .right_top_box #state_reporting .text {
	color: #09F;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top : 2px;
}

.report_list .item #state_reporting .icon,
.report_card_list .item .right_top_box #state_reporting .icon {
	width : 16px;
	height : 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/resources/img/common/create_report_now.svg');	
}

.report_list .item #state_reported{
    padding-left: 10px;
    /* padding-right: 10px; */
    font-size: 12px;
    margin-left: 30px;
    color: #0099ff;
}

.report_list .item #state_reported .img{
    float: left;
    height: 16px;
    width: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/resources/img/common/ico_my_complete.svg');
}

.report_list .item #state_reported.cancel .img{
	width: 16px;
	background-size: 16px;	
	background-image: url('/resources/img/common/ico_my_cancel.svg');
}

.report_list .item #state_reported .text{
	float: left;
	margin-left:5px;
	margin-top : 2px;
}

.report_list .item #btn_open {
    right: 35px;
    height: 70px;
	width: 20px;
	margin-left:20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/resources/img/common/ic_notice_arrow_open.png');
}

.report_list .item.selected #btn_open {
    background-image: url('/resources/img/common/ic_notice_arrow_close.png');
}


/* card type */
.report_card_list{
	display: inline-block;
	width: 984px;
	margin-top : 13px;
}

.report_card_list .item{
	float: left;
	position: relative;
	width: 320px;
	height: 200px;
	
	border-radius: 6px;
	background-color: #ffffff;
	cursor: pointer;
}

.report_card_list .item{
	margin-left:11px;
	margin-top: 11px;
}

.report_card_list > .item:nth-child(3n+1){
	margin-left:0px;
}

.report_card_list  > .item:nth-child(1),
.report_card_list  > .item:nth-child(2),
.report_card_list  > .item:nth-child(3){
	margin-top: 0px;
}

.report_card_list .item:hover,
.report_list .item:hover{
	box-shadow: 0px 4px 4px 2px rgba(204,204,204,0.3);
}

.report_card_list .item .left_top_box{
	position: absolute;
	top: 20px;
	left: 20px;	
}

.report_card_list .item .right_top_box{
	position: absolute;
	top:14px;
	right:15px;
}

.report_list .item .left_box .storeicon,
.report_card_list .item .right_top_box .storeicon{
	float: left;
	height: 25px;
    width: 12px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.report_list .item .left_box .storeicon{
	height: 69px;
    width: 18px;
}

.report_list .item .storeicon {
    width: 16px;
    height: 16px;
    margin-left: auto;
    background-size : 16px;
}

.report_list .item .storeicon.google,
.report_card_list .item .storeicon.google{
	background-image: url(/resources/img/common/ico_android_hover.svg);
}

.report_list .item .storeicon.apple,
.report_card_list .item .storeicon.apple{
	background-image:url(/resources/img/common/ico_ios_hover.svg);
}

.report_card_list .item #icon_list{
    height: 20px;
    position:absolute;
    right: 15px;
    bottom:18px;    
}

.report_card_list .item #icon_list .icon{
	width: 20px;
	height: 20px;
	float:left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url('/resources/img/common/img_app_default.png');
	margin-left: 5px;
	border-radius: 4.5px;
	outline: 0.9px solid rgba(0, 0, 0, 0.05);
}

.report_card_list .item #title{
	color: #353C49;
	font-size: 28px;
	font-weight: 400;
	width: 280px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	left: 20px;
	top: 60px;
}

.report_card_list .item #reg_user{
	color: #707683;
	font-size: 12px;
	float:left;
	max-width: 70px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 300;
}

.report_card_list .item #reg_date{
	color: #707683;
	font-size: 12px;
	float:left;
	margin-left: 6px;
	font-weight: 300;
}

.report_card_list .item #partner.text{
	color: rgba(86,104,127,0.5);
	font-size: 12px;
	float:left;
	margin-left: 5px;	
	letter-spacing: -1px;	
}

.report_card_list .item #partner.icon{
	float:left;
	margin-left: 0px;
	margin-top: -6px;
	width: 62px;
	height: 25px;
	background-image: url(/resources/img/170904/img_paid_report_partner.png);
    background-repeat: no-repeat;
    background-size: 62px 25px;
    background-position: left;
}

.report_card_list .item #count_box{
	color: #828e9d;
	font-size: 12px;
	line-height: 25px;
	float:left;
	margin-right: 5px;
}

.report_card_list .item #count_desc{
	color: rgba(86,104,127,0.5);
	font-size: 12px;
	line-height: 25px;
	float:left;	
	margin-right: 5px;
	display:none;
}

.report_card_list .item .switch,
.report_list .item .switch{
	display: inline-block;
	float: left;
	border-radius: 4px;
	background: #FFF;
	/* border: 1px solid #DDD; */
}

.report_list .item .switch{
	/* margin-top: 9px; */
	/* margin-left: 5px; */
}

.report_card_list .item .switch {
	margin-right: 5px;
}

.report_card_list .item .switch > div,
.report_list .item .switch > div{
	float: left;
}

.report_card_list .item .switch .sitem,
.report_list .item .switch .sitem{
	font-size: 12px;
	color: rgba(86,104,127,0.5);
	padding: 5px 6px;
	font-weight: 600;
	padding: 6px 12px;
}

.report_card_list .item .switch .sline,
.report_list .item .switch .sline{
	width: 1px;
	height: 12px;
	background-color: #eeeeee;
	margin-top: 5px;
}

.report_card_list .item .switch .sitem.selected,
.report_card_list .item .switch .sitem:hover,
.report_list .item .switch .sitem.selected,
.report_list .item .switch .sitem:hover{
	border: 1.002px solid #09F;
	color: #09F;
	border-radius: 4px;
	background: #F8FBFF;
}

.report_card_list .item .term_box{
	color: rgba(86,104,127,0.8);
	font-size: 14px;
	font-weight: 600;
	position:absolute;
	left:20px;
	top: 95px;
	display: flex;
	align-items: center;
}

.report_card_list .item .term_box .line{
	height: 12px;
	width: 1px;
	background-color: rgba(86,104,127,0.5);
	margin-left: 8px;
	margin-right: 8px;
}

.report_card_list .item .term_box div{
	float: left;
}

.report_card_list .item #state_reported{
	float: left;
    padding-left: 10px;
    padding-right: 10px;
	font-size: 12px;	
	color: #0099ff;
	line-height: 25px
}

.report_card_list .item #state_reported .img{
    float: left;
    height: 22px;
    width: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/resources/img/common/ico_my_complete.svg');
}
.report_card_list .item #state_reported .text{
	float: left;
}


.report_card_list .item #state_reported.cancel .img{
	width: 16px;
	background-size: 16px;	
	background-image: url('/resources/img/common/ico_my_cancel.svg');
}

/*
.report_card_list .item #btn_open {
    right: 35px;
    height: 70px;
	width: 20px;
	margin-left:20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/resources/img/common/ic_notice_arrow_open.png');
}

.report_card_list .item.selected #btn_open {
    background-image: url('/resources/img/common/ic_notice_arrow_close.png');
}
*/

.report_card_list .item #provider_list {
	min-height: 20px;
	max-height: 35px;
    position: absolute;
    right: 15px;
    bottom: 10px;
    overflow: hidden;
}

.report_card_list .item #provider_list .provider {
    max-width: 130px;
    height: 20px;
    float: right;
    margin-left: 5px;
}

.report_card_list .item #provider_list .provider #text {
	float: left;
    color: rgba(86,104,127,0.8);
    letter-spacing: -1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
}

.report_card_list .item #provider_list .provider #provider_icon {
    float: left;
    height: 14px;
    width: 14px;
    background-size: 100%;
    margin-top: 0px;
    margin-left: 5px;
}

.report_card_list .item #provider_list .provider #provider_icon.icon.group {
    background-image: url(/resources/img/170622/ico_group.png);
}

.report_card_list .item #provider_list .provider #provider_icon.icon.company {
	background-image: url(/resources/img/170622/ico_company.png);
}

.report_card_list .item .paid_report_description {
	width: 270px;
    height: 114px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 262px;
    color: rgba(86,104,127,0.8);
    line-height: 16px;
}

.report_card_list .item .download {
    color: #0099ff;
    font-weight: 600;
    width: 100px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: right;
    padding-right: 17px;
    
    background-image: url("/resources/img/170904/ico_report_download.png");
    background-repeat: no-repeat;
  	background-size: 12px 12px;
  	background-position: right;
}

.report_card_list.paid_report .item {
    height: 430px;
}


.report_card_list .item.ad #title {
	text-align: left;
    line-height: 35px;
}

.report_card_list .item.ad #title > span {
	font-style: italic;
}

.report_card_list .item.ad .email_box {
	color: rgba(86,104,127,1.0);
    width: 280px;
    position: absolute;
    left: 22px;
    top: 170px;
    font-weight: 600;
    font-size: 16px;
}

.report_card_list .item.ad:hover .email_box {
    color: #0099ff;
}

.report_card_list .item.ad .email_box .title {
	float: left;
}

.report_card_list .item.ad .email_box .email {
	float: left;
	/*margin-left: 10px;*/
}


.report_card_list.paid_report .item.ad {
	background-color: #dae1e6;
}

.report_card_list .item .free {
    color: #fe5fa6;
    font-weight: 600;
    width: 100px;
    position: absolute;
    right: 120px;
    top: 20px;
    text-align: right;
    padding-right: 27px;
    background-image: url(/resources/img/170904/ico_report_free.png);
    background-repeat: no-repeat;
    background-size: 22px 12px;
    background-position: right;
}


.report_card_list.paid_report .item #title {
	top: 210px;
}

.report_card_list.paid_report .item .term_box {
    top: 243px;
}

.report_card_list.paid_report .item.ad #title {
    top: 60px;
}

.report_card_list .item .reprot_image {
	position: absolute;
    width: 290px;
    height: 152px;
    left: 20px;
    top: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 290px 152px;
    background-image: url(/resources/img/170904/img_paid_report_sample.png);
}

#btn_report_cancel {
	border-radius: 4px;
	border: 1.002px solid #DDD;
}

#btn_report_cancel .wrapper {
	font-size : 12px;
}

.page_orderby #keywordSearch{
	position: relative;
}