@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");

.ui-corner-all {
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.ui-widget-content {
	border: 1px solid black;
}
.ui-widget {
	font-size: 15px;
}
.ui-menu {
	display: block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 2px;
}
.ui-autocomplete {
	cursor: default;
	position: absolute;
	position: absolute;
	left: 0;
	top: 4rem;
	z-index: 10;
	width: 100%;
	border: 2px solid #e4e7e8;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 2px 3px 0 rgba(248, 248, 248, 0.7%);
	letter-spacing: -0.25px;
	line-height: 1.8rem;
	background-color: #fff;
	box-sizing: border-box;

	ul {
		padding: 0.5em 3%;

		li {
			padding: 0.2em;
		}
	}
}
.ui-menu .ui-menu-item {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item span {
	color:red;
}
.ui-menu .ui-menu-item a {
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	cursor: pointer;
	background-color: Green;
}
.ui-menu .ui-menu-item a:hover {
	display: block;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	color: White;
	cursor: pointer;
	background-color: Green;
}
.ui-widget-content a {
	color: #222222;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #aeaba8;
	background: #aeaba8;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #aeaba8;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

.dimmed {
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	transition: opacity 0.5s ease-in;
	content: "";
	width: 100%;
	height: 100vh;
	background-color: #000;
	opacity: 0.4;
}

.popup_link, .self_link, .naver_total_search_link, .naver_influencer_search_link, .posting_analyze_link, .smartstore_sales_rate_link, .smartstore_catalog_sales_rate_link, .search_keyword_link, .search_keyword_popup_link, .smartstore_search_keyword_link, .influencer_user_analyze_link { cursor:pointer; }

.blog_profile_image { border-radius: 50%; height: 30px; width: 30px; }

.normal { font-weight:normal; }
.bold { font-weight:bold; }


.red { background-color: #df2936!important; }
.blue { background-color: #3772ff!important; }
.green { background-color: #146c43!important; }
.black { background-color: #383838!important; }
.gray { background-color: #888888!important; }

.purpleFont { color: #8000ff!important; font-weight: 700; }
.blueFont { color: #3772ff!important; font-weight: 700; }
.redFont { color: #df2935!important; font-weight: 700; }
.greenFont { color: #3cb05f!important; font-weight: 700; }
.yellowFont { color: #f0b71e!important; font-weight: 700; }
.blackFont { color: #000!important; font-weight: 700; }
.influencerFont { color: #03c85a!important; font-weight: 700; }

.influencer_blue { color: #0048f2!important; font-weight: 700; }

.blue, .red, .green, .black, .gray { color: #fff; font-weight: 700; }

.point-cell {
	box-sizing: border-box;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	text-align:center;
	height:28px;
	padding-top:6px;
	font-weight: 600 !important;
}

.cont_top input[type='text'] { padding: 0.125rem 0.75rem; }

.graph__second { display:flex; /*width:60%;*/ }

@media (max-width: 980px) {
	main {
		width: 100% !important;
	}
	div.cont_top .row .col-2 {
		width: 33%;
	}
	div.cont_top .row .col-3 {
		width: 40%;
	}
	div.cont_top .row .mb-w100 {
		width: 100%;
	}
	div.cont_top .row .mb-w40 {
		width: 40%;
	}
	div.cont_top .row .mb-w38 {
		width: 38%;
	}
	div.cont_top .row .mb-w35 {
		width: 35%;
	}
	div.cont_top .row .mb-w33 {
		width: 33%;
	}
	div.cont_top .row .mb-w30 {
		width: 30%;
	}
	div.cont_top .row .mb-col-40 {
		width: 41%;
	}

	#search_keyword_form.mb-w70 { width:70% !important; }
	#search_keyword_form.mb-w55 { width:55% !important; }
	#search_keyword_form.col-7 { width:75% !important; }

	main .mb-w90 { width:90% !important; }
	main .mb-w60 { width:60% !important; }
	main .mb-w55 { width:55% !important; }
	main .mb-w50 { width:50% !important; }
	main .mb-w45 { width:45% !important; }
	main .mb-w40 { width:40% !important; }

	#article_list { width: 1500px !important; }
	#article_list.w1600 { width:1600px !important; }
	#article_list.w1500 { width: 1500px !important; }
	#article_list.w1300 { width: 1300px !important; }
	#article_list.w1200 { width: 1200px !important; }
	#article_list.w1100 { width: 1100px !important; }
	#article_list.w1050 { width: 1050px !important; }
	#article_list.w1000 { width: 1000px !important; }
	#article_list.w900 { width: 900px !important; }
	#article_list.wr100 { width: 100% !important; }

	.article_list_multi { width: 1500px !important; }
	.article_list_multi.w1600 { width: 1600px !important; }
	.article_list_multi.w1500 { width: 1500px !important; }
	.article_list_multi.w1300 { width: 1300px !important; }
	.article_list_multi.w1200 { width: 1200px !important; }
	.article_list_multi.w1100 { width: 1100px !important; }
	.article_list_multi.w1050 { width: 1050px !important; }
	.article_list_multi.w1000 { width: 1000px !important; }
	.article_list_multi.w900 { width: 900px !important; }
	.article_list_multi.wr100 { width: 100% !important; }

	/*#monitoring_rank_history_div { width:900px;overflow-x:auto; }*/

	.mb-w100 { width:100% !important; }

	.mb-mb10 { margin-bottom:10px !important; }

	.form-control { font-size:0.8rem; }

	.popup__inner { width:98% !important; }

	.filterPopup .popup__inner {
		width: 80% !important;
	}

	 div.ui-tooltip {
		max-width: 90vw !important;
	}

	.graph__second { display:flex;width:100%; }

	.search_related_keyword { max-height: 118px; overflow-y:auto; }

	.popup__result { padding: 3% !important; }

	.popup__close { top: 0.8em !important; }
}

table.table th { text-align:center; }
.btn-success { padding-top:4px; }

#point_rate_graph { display:none; }

img.thumb_img { width:35px; height:35px; margin-right:4px; }
mark { font-weight:bold; background:none; padding:0; /*background:#f2d81a;*/ }

#article_list td { vertical-align:middle !important; }
#article_list td.title { text-align:left; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;  max-width:400px;}
#article_list td.nickname { text-align:left; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;  max-width:130px;}
#article_list td.center { text-align:center; }
#article_list td a { text-decoration:none; }
#article_list span.link { cursor:pointer; }
#article_list td.box_red { background:red; color:#fff !important; font-weight:bold; }
#article_list td.box_blue { background:blue; color:#fff !important; font-weight:bold; }
#article_list th { font-weight: 700; }

.article_list_multi td { vertical-align:middle !important; }
.article_list_multi td.title { text-align:left; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;  max-width:400px;}
.article_list_multi td.nickname { text-align:left; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;  max-width:130px;}
.article_list_multi td.center { text-align:center; }
.article_list_multi td a { text-decoration:none; }
.article_list_multi span.link { cursor:pointer; }
.article_list_multi td.box_red { background:red; color:#fff !important; font-weight:bold; }
.article_list_multi td.box_blue { background:blue; color:#fff !important; font-weight:bold; }
.article_list_multi th { font-weight: 700; }

#autocomplete_keyword { float: left; margin:0 6px 6px 0;}
#autocomplete_keyword .keyword {
	display:inline-block;
	padding:5px;
	border:solid 1px #eaeced;
	cursor:pointer;
	margin:3px;
}

#related_keyword { float: left; margin:0 6px 6px 0;}
#related_keyword .shopping_keyword {
	display:inline-block;
	padding:5px;
	border:solid 1px #eaeced;
	cursor:pointer;
	margin:3px;
}

main textarea { border: 1px solid rgb(221, 221, 221); }

/*-------------------------------------------------------------------------*/
/*  Monitoring Rank
/*-------------------------------------------------------------------------*/
.result__ac {
	display: flex;
	align-items: center;
}
.result--icon {
	font-size: 1.5rem;
	color: #aaa;
}
.result__td--thumb {
	position: relative;
	width: 2.5rem;
	border-radius: 50rem;
	display: flex;
	align-items: center;
}
.result__td--keyword {
	display: flex;
	align-items: center;
	margin-left: 1.5em;
	text-align: left;
	min-height: 2.5rem;
}
.result__table th, .result__table td {
	padding: 0.5em 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}
.color--red {
	color: #d93231 !important;
}
.color--blue {
	color: #0064b5 !important;
}
.result__rank--up, .result__rank--down {
	font-size: 0.7rem;
}
.result__date {
	display: flex;
	justify-content: start;
	align-items: center;
	color: #aaa;
	font-size: 0.8rem;
	margin-bottom: 0.1em;

}
.result__date .update_date {
	margin-left:8px;
}
.result__refresh {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
}
.result__refresh span {
	font-size: 1.5rem;
	color: #aaa;
	padding-top:0px;
}
.result {
	position: relative;
}
/*
#btn_checked_delete {
	border: solid 2px #ee2424;
	padding: 3px;
	margin-right: 10px;
	font-size: 0.8rem;
	background: #eee;
}
*/
.trash {
	width: 83.7%;
	max-width: 83.7%;
	margin: 0;
	height: 10vh;
	position: fixed;
	bottom: -1vh;
	z-index: -1;
	color: #fff;
	transition: all 0.5s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aaa;
	opacity: 0;
}

.ui-sortable-helper {
	opacity: 0.4;
	transition: opacity 0.5s;
	border: 2px dashed #009646;
	background-color: rgba(0, 150, 70, 0.2);
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.ui-state-highlight {
	background-color: rgba(0, 150, 70, 0.1) !important;
	border: 2px dotted #ddd !important;
	z-index: 100;
	opacity: 1;
}

.ui-droppable-hover {
	background-color: rgba(0, 150, 70, 0.4) !important;
	border: 2px dotted rgba(0, 150, 70, 0.8) !important;
}

.ui-droppable-hover span {
	color: #f00;
}

.historyPopupBtn, .smartBlockAnalyzelBtn, .refreshBtn, .naverResultBtn, .blogPostViewBtn { cursor:pointer; }

.table>:not(caption)>*>* {
	padding: 0.3rem 0.3rem;
}

/*-------------------------------------------------------------------------*/
/*  Popup
/*-------------------------------------------------------------------------*/
.popup {
	display: none;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	position: absolute;
	left: 0;
	top: -60px;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.popup__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9999;
	transition: right 0.2s ease-in-out;
	width: 70%;
	margin: 0 auto;
	background-color: #fff;
	transform: translate(-50%, -50%);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.paymentInfluencerPopup .popup__inner {
	width: 40%;
}

.paymentSellerPopup .popup__inner {
	width: 40%;
}

.paymentBloggerPopup .popup__inner {
	width: 40%;
}

.filterPopup .popup__inner {
	width: 30%;
	min-width: 300px;
}

.popup__result {
	padding: 5%;
}
.popup__tit {
	color: #009646;
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
}
.popup__graph {
	padding: 5% 0;
}
.popup__table {
	width: 100%;
	border-top: 2px solid #ddd;
}
.popup__table th,
.popup__table td {
	padding: 0.6em 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
	/*font-size: 1.0rem;*/
	line-height: 1.2;
}
.popup__table th {
	padding: 0.8em 0;
	border-bottom: 2px solid #ddd;
}
.popup__rank--up {
	color: #d93231;
}
.popup__rank--down {
	color: #31a1ff;
}
.popup__close {
	position: absolute;
	right: 1.5em;
	top: 1.3em;
	z-index: 1;
	color: #000000;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
}
.popup__list--item {
	border-bottom: 1px solid #ddd;
}
.popup__list--link {
	display: block;
	padding: 1em 0;
}

.popup.active {
	display: block;
	opacity: 1;
}

.volume--small {
	color: #828282;
	font-size: 0.8rem;
}

/*-------------------------------------------------------------------------*/
/*  Smartblock Analyze
/*-------------------------------------------------------------------------*/
.smartBlockAnalyzeContent a { text-decoration: none !important; color:var(--bs-link-hover-color); !important; }
.smartBlockAnalyzeContent li { margin-bottom: 10px;border-bottom: 1px solid #f1f1f1; height:30px; }
.smartBlockAnalyzeContent dl { display: flex; }
.smartBlockAnalyzeContent dl dt { color: #000; font-weight: bold; min-width: 100px; }
.smartBlockAnalyzeContent dl dd { margin-left: 0.1em; }

#smartblock_analyze_table thead { display:none; }
#smartblock_analyze_table tbody tr td img.thumb { width:60px; height:60px; border: 1px solid rgba(0,0,0,.1); }
#smartblock_analyze_table tbody tr td { text-align:left; }
#smartblock_analyze_table tbody tr td.thumb { width:72px; padding-left:5px; }
#smartblock_analyze_table tbody tr td.desc p { padding-top:7px; }
#smartblock_analyze_table tbody tr td.desc b { font-size:1rem; }
#smartblock_analyze_table tbody tr td.desc .desc_blue { color:blue; }

#smartblock_analyze_table tbody tr td img.recommend_img { width:25px; height:25px; vertical-align:middle; padding-right:2px; }
#smartblock_analyze_table tbody tr td span.recommend_span { padding-right:9px; }
#smartblock_analyze_table tbody tr td span.recommend_span a { color:#696969; }

/*-------------------------------------------------------------------------*/
/*  네이버 쇼핑
/*-------------------------------------------------------------------------*/
.img_area { position: relative; display: table-cell; vertical-align: top; /*width:83px;*/ }

.thumbnail_thumb_wrap { position: relative; }

.product_image:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid rgba(0,0,0,.1);
	z-index: 10;
	content: "";
}

.product_image { display:block; border: 1px solid rgba(0,0,0,.1); }
.product_name { position: relative; display: table-cell; padding-left:10px; vertical-align: top; }

#represent_image_url { width:42px; height:42px; border-radius: 50%; }
.tags { font-size: 0.8rem; background-color: #eee; color: #666; margin-right:4px; }
.product_category { font-size: 0.9rem; color: #666; margin-right:4px; }

.ad_ad {
    background-image: url(/images/spSearch_svg.svg);
    background-size: 185px 162px;
    background-position: -73px -64px;
    width: 39px;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    margin-right: 5px;
    margin-top: 0;
    border: 0;
    background-color: transparent;
    vertical-align: top
}

#article_limit { width:90px; }
#sort_type { display:none; width:127px; }

.cont_top label { color:#5c6b7a; }
.cont_top .input_div { padding:.200rem .75rem; }
/*-------------------------------------------------------------------------*/
/*  Table Sorter
/*-------------------------------------------------------------------------*/
.tablesorter-header { height:40px; padding: 4px 20px 9px 4px !important; }
.tablesorter-default tbody > tr > td { font-size: 13px !important; }

/*-------------------------------------------------------------------------*/
/*  Skill bar style
/*-------------------------------------------------------------------------*/

.zt-skill-bar {
	color: #fff;
	font-weight:bold;
	font-size:0.9rem;
	line-height: 25px;
	height: 25px;
	margin-bottom: 5px;
	background-color: rgba(0,0,0,0.1);

	-webkit-border-radius: 7px;
	   -moz-border-radius: 7px;
		-ms-border-radius: 7px;
			border-radius: 7px;

}

.zt-skill-bar * {
	webkit-transition: all 0.5s ease;
	  -moz-transition: all 0.5s ease;
	   -ms-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		   transition: all 0.5s ease;
}

.zt-skill-bar div {
	background-color: #ffc600;
	position: relative;
	padding-left: 25px;
	width: 0;

	-webkit-border-radius: 7px;
	   -moz-border-radius: 7px;
	   -ms-border-radius: 7px;
			border-radius: 7px;
}

.zt-skill-bar span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 5px 0 10px;
	background-color: #1a1a1a;

	-webkit-border-radius: 0 2px 2px 0;
	   -moz-border-radius: 0 2px 2px 0;
		-ms-border-radius: 0 2px 2px 0;
			border-radius: 0 2px 2px 0;
}

.zt-skill-bar span:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	left: -3px;
	margin-top: -3px;
	background-color: #1a1a1a;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

#inputbox-text { position:absolute;top:0;left:0;width:1px;height:1px;margin:0;padding:0;border:0; }

#loading, #canvas_loading {
	position: absolute;
	display: none;
	/*background: url("/images/loading.gif") no-repeat;*/
	background-size: 100%;
	width: 300px;
	height: 300px;
	/*
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	*/
	z-index:9999;
}

.ui-tooltip.ui-widget.ui-widget-content { background:#009646;color:#fff; font-size:12px; }

div.ui-tooltip {
    max-width: 40vw;
}

.excel_download_area { font-weight:bold; cursor:pointer; font-size:12px; margin-left:15px; padding-right:2px; }

select.form-control { margin-top:5px;height:28px;padding:0.1rem 0.75rem;-webkit-appearance:menulist-button;-moz-appearance:menulist-button;appearance:menulist-button; }

.material-icons { line-height: unset; }

/*.keyword_box_list { display:none; }*/


.card .card-header:not([data-background-color]) {
	background-color: initial;
}
.card .card-header {
	padding: 5px 15px 0;
	border: 0;
}
.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.card .card-header .card-title {
	margin-top: 10px;
}
.card-title {
	margin-bottom: 0.75rem;
}
.h6, h6 {
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
}

.card-category {
	font-size: 1em;
}

.card-category, .category {
	text-transform: capitalize;
	font-weight: 400;
	color: #9a9a9a;
	font-size: .7142em;
}

.no_searched_image_wrap {
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
	margin-right:3px;
}

.no_searched_image_wrap img {
	width: 100%;
	opacity: 0.6; 
	vertical-align: middle;
}

.no_searched_image_wrap .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.no_searched_image_wrap .text {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
}

.nav_bottom_area {
	/*position: absolute;
	bottom: 20px;*/
	margin-top: 30px;
	padding-left: 45px;
	min-height: 50px;
}

.nav_bottom_area > div {
	display: block;
}

.nav_bottom_area span {
	float: left;
	width: 20px;
	color: #aaa;
	font-size: 1rem;
}

.nav_bottom_area a {
	float: left;
	color: #000;
	text-decoration: none;
	font-size: 0.9rem;
}

.product_compare_mall_count {
    font-size: 12px;
    display: inline-block;
    height: 23px;
    margin: 10px 0 0 3px;
    padding: 0 7px;
    border: 1px solid #8b8e98;
    background-color: #91949e;
    font-family: gulim,sans-serif;
    font-weight: 400;
    line-height: 2.1em;
    color: #fff;
    text-align: center;
    vertical-align: top;
}

.smartblock_keyword_thumb {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 5px 8px 0 0;
    border-radius: 32px;
    vertical-align: top;
}
