@charset "utf-8";

.body-right{
	padding-top: 20px;
	padding-top: 30px;
	background:#222;
}

.body-right-head{
	display: none;
}

.tail-banner-slide:nth-of-type(2){
	display: none;
}

#dashboardContent .dashboard-content-top{
	flex-wrap: wrap;
}

#dashboardContent .dashboard-content-top .left-content{
	width: 100%;
}

#dashboardContent .dashboard-content-top .left-content .greeting-box{
	height: 220px;
	background-color: #f3f3f3;
	display: none;
}

#dashboardContent .dashboard-content-top .left-content .greeting-box .bg-box{
	opacity: 0.7;
	z-index: 1;
}

#dashboardContent .dashboard-content-top .left-content .greeting-box .txt-box{
	position: relative;
	z-index: 2;
}

#dashboardContent .dashboard-content-top .left-content .greeting-box .txt-box h3 strong{
	color: var(--red01);
}

#dashboardContent .dashboard-content-top .left-content .greeting-box .txt-box p{
	color: var(--gray02);
}

#dashboardContent .dashboard-content-top .left-content .greeting-box .greeting-btn-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

#dashboardContent .dashboard-content-top .left-content .greeting-box .btn_edit{
	margin-top: 0 !important;
	backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.4);
	border: 0;
	/* box-shadow: 0px 0px 10px rgba(255, 90, 90, 0.15); */
	box-shadow:0 0 10px rgba(227,227,227,0.15);
	padding: 15px 30px;
	color: var(--red01);
}

#dashboardContent .dashboard-content-top .left-content .greeting-box .btn_edit i{
	opacity: 0.7;
}

#dashboardContent .dashboard-content-top .left-content .state-list{
	/* flex-wrap: wrap; */
	/* gap: 20px 15px; */
	gap: 15px !important;
	/* width: 100%; */
	gap: 0 !important;
}

#dashboardContent .dashboard-content-top .left-content .state-list li{
	overflow: hidden;
	height: auto;
	/* width: calc((100% - 75px) / 6); */
}

#dashboardContent .dashboard-content-top .left-content .state-list li a{
	padding: 0;
}

#dashboardContent .dashboard-content-top .left-content .state-list li a figure{
	height: 0;
	padding-bottom: 140px;
	padding-bottom: 53.7%;
	position: relative;
}

#dashboardContent .dashboard-content-top .left-content .state-list li a figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}

#dashboardContent .dashboard-content-top .left-content .state-list li a .txt-box{
	box-sizing: border-box;
	padding: 15px 12px;
	background:#111;
	border: 1px solid #444;
}

#dashboardContent .dashboard-content-top .left-content .state-list li a .txt-box small{
	font-size: 0.8125rem;
	font-weight: var(--fw-500);
}

#dashboardContent .dashboard-content-top .left-content .state-list li a .txt-box small.premium{
	color: var(--red01);
}

#dashboardContent .dashboard-content-top .left-content .state-list li a .txt-box small.free{
	color: var(--orange01);
}

#dashboardContent .dashboard-content-top .left-content .state-list li a .txt-box h4{
	margin-top: 3px;
	font-weight: var(--fw-600);
	font-size: 1.125rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#fff;
}

#dashboardContent .dashboard-content-top .left-content .state-list li a .txt-box p{
	color: var(--gray02);
	word-break: keep-all;
	font-size: 0.875rem;
	margin-top: 7px;
	line-height: 1.3;
	height:calc( (0.875rem * 1.3) * 2 );
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#dashboardContent .dashboard-content-top .left-content .state-list li a .txt-box .view{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	justify-content: flex-end;
	margin-top: 12px;
	opacity: 0.5;
	font-size: 0.75rem;
}

#dashboardContent .dashboard-content-top .left-content .state-list li a .txt-box .view span{
	text-transform: uppercase;
	font-size: inherit;
	font-weight: var(--fw-500);
	letter-spacing: -0.005rem;
}

#dashboardContent .dashboard-content-top .left-content .state-list li a .txt-box .view i{
	font-size: inherit;
}



#trendWebsite{
	margin-top: 0;
	height: auto;
}

#trendWebsite .title-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

#trendWebsite h3{
	border-bottom: 0;
	padding-bottom: 0;
	width: auto !important;
}

#trendWebsite .slide-tool-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

#trendWebsite .slide-tool-box .select-pagination{
	cursor: pointer;
	position: relative;
}

#trendWebsite .slide-tool-box .select-pagination .active-text{
	width: 150px;
	box-sizing: border-box;
	padding: 10px 12px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	position: relative;
	font-size: 0.9375rem;
	color: var(--gray02);
	transition: var(--transition);
	background:#333;
}

#trendWebsite .slide-tool-box .select-pagination .active-text:hover,
#trendWebsite .slide-tool-box .select-pagination .active-text:focus{
	border-color: #ccc;
}

#trendWebsite .slide-tool-box .select-pagination .active-text span{
	font-size: 0.9375rem;
	pointer-events: none;
	font-size: inherit;
	color: inherit;
}

#trendWebsite .slide-tool-box .select-pagination .active-text i{
	position: absolute;
	top: 50%; right: 10px;
	transform: translateY(-50%);
	font-size: inherit;
	color: inherit;
	margin-top: -2px;
}

#trendWebsite .slide-tool-box .select-pagination .swiper-pagination-1{
	position: absolute;
	top: calc( 100% + 5px ); left: 0;
	z-index: 5;
	background-color: var(--white);
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	bottom: auto;
	opacity: 0;
	pointer-events: none;
	transition: 0.5s;
}

#trendWebsite .slide-tool-box .select-pagination .active-text:focus + .swiper-pagination-1{
	opacity: 1;
	pointer-events: all;
}

#trendWebsite .slide-tool-box .select-pagination .swiper-pagination-1 span{
	display: block;
	width: 100%;
	height: auto;
	background: var(--white);
	border-radius: 0;
	opacity: 1 !important;
	box-sizing: border-box;
	padding: 10px 12px;
	margin: 0;
	transition: var(--transition);
	font-size: 0.9375rem;
}

#trendWebsite .slide-tool-box .select-pagination .swiper-pagination-1 span:hover{
	background-color: #efefef;
}

#trendWebsite .slide-tool-box .swiper-pagination-2{
	width: auto;
	font-size: 0.875rem;
	font-weight: var(--fw-600);
	color: #707070;
}

#trendWebsite .slide-tool-box .swiper-pagination-2 .swiper-pagination-total{
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#trendWebsite .slide-tool-box .swiper-pagination-2 .swiper-pagination-current{
	color: var(--red01);
	font-weight: inherit;
}

#trendWebsite .slide-tool-box .btn-pause{
	width: 25px; height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ececec;
	border-radius: 3px;
}

#trendWebsite .slide-tool-box .btn-pause i{
	color: var(--red01);
	font-size: 0.8125rem;
}

#trendWebsite .keywordSlider{
	margin-top: 10px;
}

#trendWebsite .keywordSlider .keyword-part{
	box-sizing: border-box;
	/* background-color: #f6f6f6; */
	background-color: #333;
	padding: 15px;
	border-radius: 5px;
}

#trendWebsite .keywordSlider .keyword-part .part-title{
	text-align: center;
}

#trendWebsite .keywordSlider .keyword-part .part-title span{
	display: inline-block;
	background-color: var(--red01);
	color: var(--white);
	padding: 8px 22px;
	border-radius: 50px;
	font-weight: var(--fw-500);
	font-size: 0.9375rem;
}

#trendWebsite .keywordSlider .keyword-part .keywordRank{
	margin-top: 10px;
	/* background-color: var(--white); */
	border-radius: 10px;
	box-sizing: border-box;
	padding: 15px;
	height: calc( (20px * 10) + (12px * 9) + 26px );
	overflow-y: auto;
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7px;
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li:not(:first-child){
	margin-top: 12px;
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li .number{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px; height: 20px;
	border-radius: 3px;
	font-size: 0.75rem;
	font-weight: var(--fw-700);
	background-color: #eee;
	color: var(--gray02);
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li:nth-child(1) .number,
#trendWebsite .keywordSlider .keyword-part .keywordRank li:nth-child(2) .number,
#trendWebsite .keywordSlider .keyword-part .keywordRank li:nth-child(3) .number{
	background-color: var(--red01);
	color: var(--white);
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li .keyword{
	display: inline-block;
	width: calc( 100% - 7px - 20px );
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.875rem;
	color: #aaa;
	/* color: var(--gray01); */
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li:nth-child(1) .keyword,
#trendWebsite .keywordSlider .keyword-part .keywordRank li:nth-child(2) .keyword,
#trendWebsite .keywordSlider .keyword-part .keywordRank li:nth-child(3) .keyword{
	font-weight: var(--fw-500);
	/* color: #101010; */
	color: #fff;
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li .rankChange{
	text-align: right;
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li .rankChange em{
	font-size: 0.8125rem;
	opacity: 0.6;
	font-style: normal;
	font-weight: var(--fw-500);
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li .rankChange.rank-new em{
	background-color: var(--orange01);
	color: var(--white);
	padding: 2px 4px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 0;
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li .rankChange.rank-up em{
	/* color: #d81245; */
	color: #ffa1b9;
}

#trendWebsite .keywordSlider .keyword-part .keywordRank li .rankChange.rank-down em{
	color: #8fc5ff;
}


#dashboardContent .dashboard-content-bottom > div{
	height: 395px;
}

#dashboardContent .hot-topic-box{
	width: 25%;
	width: 100%;
	height: 100%;
	height: auto;
	background:#111;
	border:1px solid #444;
}

#dashboardContent .hot-topic-box h3{
	border-bottom: 0;
	padding-bottom: 0;
}

#dashboardContent .dashboard-content-bottom .topic-list-box{
	display: block;
}

#dashboardContent .hot-topic-box .topic-list-box .topic-list-header{
	gap: 7px;
}

.hot-topic-box .topic-list-box .topic-list-header span.rank{
	width: 25px;
}

.hot-topic-box .topic-list-box .topic-list-header span.keyword{
	width: 55%;
}

.hot-topic-box .topic-list-slide{
	height: auto;
	height: 20px;
}

#dashboardContent .dashboard-content-bottom .topic-list-box{
	margin-top: 15px;
}

.hot-topic-box .topic-list-slide .topic-list{}

.hot-topic-box .topic-list-slide .topic-list li{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 7px;
}

.hot-topic-box .topic-list-slide .topic-list li:not(:first-child){
	/* margin-top: 10px; */
}

.hot-topic-box .topic-list-slide .topic-list li span,
.hot-topic-box .topic-list-slide .topic-list li em{
	font-size: 0.875rem;
	font-weight: var(--fw-500);
	color: var(--gray01);
	font-style: normal;
	margin-right: 5px;
}

.hot-topic-box .topic-list-slide .topic-list li span.number{
	margin-right: 5px;
}

.hot-topic-box .topic-list-slide .topic-list li span.rank{
	display: flex;
		justify-content: center;
		align-items: center;
		width: 20px;
		height: 20px;
		border-radius: 3px;
		font-size: 0.75rem;
		font-weight: var(--fw-700);
		background-color: #eee;
		color: var(--gray02);
		margin-right: 0px;
}

.hot-topic-box .topic-list-slide .topic-list li:nth-child(1) span.rank,
.hot-topic-box .topic-list-slide .topic-list li:nth-child(2) span.rank,
.hot-topic-box .topic-list-slide .topic-list li:nth-child(3) span.rank{
	background-color: var(--red01);
	color: var(--white);
}

.hot-topic-box .topic-list-slide .topic-list li span.keyword{
	width: 55%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot-topic-box .topic-list-slide .topic-list li em.volume{
	width: 68px;
}

.hot-topic-box .topic-list-slide .topic-list li em.increase{
	width: 80px;
}


#dashboardContent .dashboard-content-bottom .bottom-center-box{
	width: 50%;
	padding: 0;
	background: none;
	box-shadow: none;
}

#dashboardContent .dashboard-content-bottom .bottom-center-box,
#dashboardContent .ai-banner-box{
	padding: 0;
}

#dashboardContent .dashboard-content-bottom .bottom-center-box .swiper{
	margin-top: 0;
	/* box-shadow: 0px 0px 10px rgba(255, 90, 90, 0.15); */
	box-shadow:0 0 10px rgba(227,227,227,0.15);
	width: 100%;
	height: 142px;
}

#dashboardContent .tail-banner-slide .swiper-slide a{
	border-radius: 5px;
	height: 100%;
}

#dashboardContent .tail-banner-slide .swiper-slide a img{
	width: 100%; height: 100%;
	object-fit: cover;
}

#dashboardContent .dashboard-content-bottom > div:nth-child(3){
	display: block;
}

#dashboardContent .notice-box{
/*	background-color: var(--white);*/
	background-color: #111;
	border-radius: 5px;
	padding: 20px;
	/* box-shadow: 0px 0px 10px rgba(255, 90, 90, 0.15); */
	box-shadow:0 0 10px rgba(227,227,227,0.15);
	height: auto;
	margin-top: 15px;
	width: calc(50% - 15px);
	border:1px solid #444;
}

#dashboardContent .notice-box .title-box h3{
	width: auto !important;
}

#dashboardContent .notice-box .title-box .view{
	display: flex;
		flex-direction: row;
		align-items: center;
		gap: 5px;
		justify-content: flex-end;
		opacity: 0.5;
		font-size: 0.75rem;
}

#dashboardContent .notice-box .title-box .view span{
	text-transform: uppercase;
	font-size: inherit;
	font-weight: var(--fw-500);
	letter-spacing: -0.005rem;
    color: #fff;
}

#dashboardContent .notice-box .title-box .view i{
	font-size: inherit;
}

#dashboardContent .notice-box .notice-list{
	margin-top: 15px;
}

#dashboardContent .notice-box .notice-list li:not(:first-of-type){
	margin-top: 12px;
}

#dashboardContent .notice-box .notice-list li a{
	display: flex;
	gap: 5px;
}

#dashboardContent .notice-box .notice-list li .number{
	display: flex;
		justify-content: center;
		align-items: center;
		width: 20px;
		height: 20px;
		border-radius: 3px;
		font-size: 0.75rem;
		font-weight: var(--fw-700);
		background-color: #eee;
		color: var(--gray02);
}

#dashboardContent .notice-box .notice-list li .title{
	font-size: 0.875rem;
	font-weight: var(--fw-500);
	color: var(--gray01);
	width: calc( 100% - 20px - 5px );
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


#dashboardContent .ai-banner-box{
	width: 100%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	/* background-color: var(--white); */
	border-radius: 5px;
	overflow: hidden;
	margin-top: 15px;
    aspect-ratio: 1/1;
}

#dashboardContent .ai-banner-box a{
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: calc( (20px * 10) + (12px * 9) + 72px);
	position: relative;
}

#dashboardContent .ai-banner-box a img{
	width: 100%; height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
}


#dashboardContent .dashboard-content-top .right-content{
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 15px;
}

#dashboardContent .dashboard-content-top .right-content #trendWebsite{
	width: 50%;
	background:#111;
	border:1px solid #444;
}

#dashboardContent .dashboard-content-top .right-content .right-box{
	width: calc( 50% - 15px );
}


@media screen and (max-width: 1500px){
	#dashboardContent .dashboard-content-top .right-content{
		flex-wrap: wrap;
	}
	
	#dashboardContent .dashboard-content-top .right-content #trendWebsite,
	#dashboardContent .dashboard-content-top .right-content .right-box{
		width: 100%;
	}
	
	#dashboardContent .ai-banner-box a{
		/* padding-bottom: 66.5%; */
		padding-bottom: calc( (20px * 10) + (12px * 9) + 72px);
	}
}

@media screen and (max-width: 1200px){
	.body-right-head{
		display: flex;
	}
	
	.body-right{
		padding-top: 80px;
	}
	
	#dashboardContent .dashboard-content-top .right-content,
	#dashboardContent .dashboard-content-top .right-content .right-box .right-bottom{
		gap: 10px !important;
	}
	
	#dashboardContent .ai-banner-box a{
		padding-bottom: 380px;
	}
}

@media screen and (max-width: 767px){
	.body-right{
		padding-top: 60px;
	}
	#dashboardContent .dashboard-content-top .right-content .title-box{
		justify-content: flex-start;
	}
	#dashboardContent .dashboard-content-top .left-content .state-list{
		flex-wrap: nowrap;
	}
	
	#dashboardContent .ai-banner-box,
	#dashboardContent .notice-box{
		width: 100%;
	}
	
	#dashboardContent .dashboard-content-top .right-content .right-box .right-bottom{
		flex-wrap: wrap;
		flex-direction: column-reverse !important;
	}
	
	#dashboardContent .notice-box .notice-list li:nth-last-child(-n+5){
		display: none;
	}
	
	#dashboardContent .ai-banner-box a{
		padding-bottom: 375px;
	}
	
	#trendWebsite .slide-tool-box{
		width: 100%;
	}
	
	#trendWebsite .slide-tool-box .select-pagination{
		width: 60%;
	}
	
	#trendWebsite .slide-tool-box .select-pagination .active-text{
		width: 100%;
	}
	
	#dashboardContent .notice-box .title-box{
		justify-content: space-between;
	}
}


#dashboardContent .hot-topic-box.new_banner_box{
	background: #121212;
	/* background: linear-gradient(90deg,rgba(18, 18, 18, 1) 0%, rgba(215, 35, 104, 0.3) 100%); */
	background: linear-gradient(90deg,rgba(34, 34, 34, 1) 0%, rgba(85, 85, 85, 1) 100%);
	position:relative;
}

#dashboardContent .hot-topic-box.new_banner_box:after{
	position:absolute;
	content:'';
	width:124px;
	height:100%;
	right:0;
	bottom:0;
	background-image:url(/assets/img/banner_bg001.png);
	background-size:100% auto;
	background-position:center bottom;
	background-repeat:no-repeat;
}

#dashboardContent .hot-topic-box.new_banner_box a{
	display:block;
	width:100%;
	height:100%;
}

#dashboardContent .hot-topic-box.new_banner_box a .chargeBanner h5{
	font-size:1.8rem;
	font-weight:700;
	color:#fff;
}

#dashboardContent .hot-topic-box.new_banner_box a .chargeBanner h5 strong{
	font-size:inherit;
	font-weight:inherit;
	color:var(--red01);
}

#dashboardContent .hot-topic-box.new_banner_box a .chargeBanner .m_br{
	display:none;
}

#dashboardContent .hot-topic-box.new_banner_box a .chargeBanner .chargeSubtxt{
	font-size:1rem;
	color:#fff;
	margin-top:10px;
}

@media screen and (max-width:640px){
	#dashboardContent .hot-topic-box.new_banner_box a .chargeBanner h5{
		line-height:1.2;
	}
	
	#dashboardContent .hot-topic-box.new_banner_box a .chargeBanner .m_br{
		display:block;
	}

	#dashboardContent .hot-topic-box.new_banner_box a .chargeBanner .chargeSubtxt{
		line-height:1.5;
	}
}

@media screen and (max-width:460px){
	#dashboardContent .hot-topic-box.new_banner_box:after{
		width:140px;
	}
}