.post > .body {	
	overflow: visible;
}

.post .more #btn_more {
	margin-top : 0px !important;
}

.page_section{
	margin-top : 60px;
	margin-bottom: 81px;
}

.page_section #btn_reg_report {
	margin-top : 10px;
}

.tabs_wrapper.report {
	height : 50px;
}

.post,
.section {
	border-radius: 12px;
	background-color : transparent;
	box-shadow: none;
}

.report_list .item {
	position: relative;
	cursor: pointer;
	padding: 16px 30px;
	margin-bottom: 12px;
	background-color: #FFF;
	border-radius: 6px;
}

.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 {
	display: flex;
	flex-direction: column;
}

.report_list .item .item_header.exceeded {
	height: 135px;
}

.report_list .item .graph {
	display:none;
}

.report_list  .item:last-child {
	border-bottom: none;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 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 .top_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.report_list .item .bottom_box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.report_list .item .retail_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: relative;
    margin-left: auto;
}

.report_list .item .retail_list .retail_name_item {
	display: flex;
	width: 18px;
	height: 18px;
	justify-content: center;
	align-items: center;
	margin: 4px 0px 4px 8px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.report_list .item .retail_list .retail_name_item:hover {
	border: 1px solid #0099FF;
	color: #0099FF;
}

.report_list .item .top_box > a,
.report_list .item .top_box .repeat_group {
	display: flex;
	align-items: center;
}

.report_list .item .top_box > a #baseDT,
.report_list .item .top_box .repeat_group .repeatTitle {
	font-weight: 400;
	font-size: 14px;
	color: #707683;
}

.report_list .item .top_box > a .line,
.report_list .item .top_box .repeat_group .line {
	width: 1px;
    height: 14px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: rgba(86, 104, 127, 0.2);
}

.report_list .item #title {
	font-weight: 400;
	font-size: 18px;
	color: #353C49;
}

.report_list .item #reg_user {
	margin-left: 28px;
	margin-bottom: 7px;
	font-weight: 400;
	font-size: 12px;
	color: #56687F;
	opacity: 0.5;
}

.report_list .item #reg_date {
	margin-left: 6px;
	margin-bottom: 7px;
	font-weight: 400;
	font-size: 12px;
	color: #56687F;
	opacity: 0.5;
}

.report_list .item #count_box {
	width: 60px;
	margin-left: 5px;
	font-size: 12px;
	color: #828e9d;
}

.report_list .item #count_desc {
	width: 24px;
	margin-left: 1px;
	font-size: 12px;
	color: rgba(86,104,127,0.5);
}

.report_list .item .btn_like {
	margin-left: 10px;
	margin-top: 22px;
}


#sel_view_box {
	margin-left : auto;
}

#sel_view_box .btn_item {
	background-repeat: no-repeat !important;
	background-position : center !important;
	height : 100%;
	padding: 0 18px;
}

#reg_brand_report_popup_view.reg_report_popup_view .panel{
	min-height: 500px;
}

#card.btn_item {
	background-image:url('/resources/img/common/btn_filter_cardview_nor.svg') !important;
	background-size: 19px !important;
}

#card.btn_item.selected {
	background-image:url('/resources/img/common/btn_filter_cardview_foc.svg') !important;
}

#list.btn_item {
	background-image:url('/resources/img/common/btn_filter_listview_nor.svg') !important;
	padding: 0 17.5px;
	background-size: 19px !important;
}

#list.btn_item.selected {
	background-image:url('/resources/img/common/btn_filter_listview_foc.svg') !important;
}

.report_list .item #state_reported {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 12px;
	color: #0099ff;
}

.report_list .item #state_reported .img {
    width: 16px;
	height: 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;
	height: 16px;
	background-size: 16px;
	background-image: url('/resources/img/common/ico_my_cancel.svg');
}

.report_list .item #state_reported .text{
	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');
}

.report_list .item .switch {
	width: 80px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(103, 119, 140, 0.4);
	border-radius: 100px;
}

.report_list .item .switch .sitem {
	width: 23px;
	height: 12px;
	font-weight: 400;
	font-size: 12px;
	color: rgba(86, 104, 127, 0.8);
	padding: 5px 6px;
}

.report_list .item .switch .sline {
	width: 1px;
	height: inherit;
	background-color: #C2C9D1;
}

.report_list .item .switch .sitem.selected,
.report_list .item .switch .sitem:hover {
	color: #0099ff;
}

/* search tooltip */
.report_list .item .iwsearchtooltip {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1799;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
}

.report_list .item .iwsearchtooltip .bg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    box-shadow: 0px 1px 2px 1px rgba(150,150,150,0.5);
    border-radius: 4px;
}

.report_list .item .iwsearchtooltip .content {
    margin: 7px 8px 6px 10px;
    font-size: 11px;
    color: #000000;
    line-height: 11px;
    overflow: hidden;
}

.report_list .item .iwsearchtooltip .content > div.wrapper {
	display: block;
	overflow: hidden;
}

.page_orderby #search_type_slt_box {
    width: 106px;
}

.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 .iwsearchtooltip .content .text {
	float: left;
}

.report_list .item .iwsearchtooltip .content .text.name {
	font-weight: 600;
}

.report_list .item .iwsearchtooltip .content .line {
	float: left;
	width: 1px;
    height: 11px;
    background-color: rgba(144, 147, 147, 0.5);
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4.5px;
}

.report_list .item .iwsearchtooltip .content .icon {
    float: left;
    width: 11px;
    height: 11px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 11px;
    background-image: url('/resources/img/190621/ico_search_nor.png');
}

.report_list{
	margin-top : 13px;
}

/* card type */
.report_card_list{
	display: inline-block;
	width: 984px;
	margin-bottom : 12px;
}

.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_card_list .item #icon_list{
    height: 20px;
    position:absolute;
    right: 15px;
    bottom:18px;
    margin-left: 15px;
}

.report_card_list .item #icon_list .icon,
.report_list .item .retail_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;
	border: 1px rgba(0, 0, 0, 0.05);
}

.report_card_list .item #icon_list .icon.no_icon,
.report_list .item .retail_list .icon.no_icon {
	background-image : none;
	color: #FFF;
	font-weight : 400;
	text-align: center;
    padding-top: 5px;
    height: 15px;
	font-size : 8.75px;
}

.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;
}

.report_card_list .item #reg_date{
	color: #707683;
	font-size: 12px;
	float:left;
	margin-left: 5px;
	letter-spacing: -1px;
}

.report_card_list .item .switch,
.report_list .item .switch{
	border: 1px solid #eeeeee;    
	display: inline-block;
	padding: 0px 3px;
	float: left;
}

.report_list .item .switch{
	margin-top: 22px;
	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;
}

.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{
	color: #0099ff;
}


.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_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;
	margin-left:5px;
}

.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.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.paid_report .item #title {
	top: 210px;
}

.report_card_list.paid_report .item.ad #title {
    top: 60px;
}


.report_card_list .item .term_box{
	color: #707683;
	font-size: 16px;
	font-weight: 600;
	position:absolute;
	left:20px;
	top: 99px;
}

/* search tooltip */

#btn_report_cancel {
	border-radius: 4px;
	border: 1.002px solid #DDD;
}

#btn_report_cancel .wrapper {
	font-size : 12px;
}

.page_orderby #keywordSearch{
	position: relative;
}