@charset "UTF-8";

#middle_container {
	background-color: #F3F8FB;
}

#page_header_wrapper {
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden;
}

#page_header_wrapper:has(#header_title) {
	height: 398px;
}

#page_header_wrapper:has(.page_tag, .page_appBrandRel) {	
	background-color: #D1E0EB;
}

#page_header_wrapper #page_header_wrapper_bg {
	width: 100%;
	height: 384px;
	opacity: 0.16;
	filter: blur(78.125px);
	background-color: lightgray;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

#page_header_wrapper .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
    filter: blur(24px);
    opacity: 0.12;
    z-index: 1;
}
#page_header_wrapper .bg-layer.current { z-index: 1; }
#page_header_wrapper .bg-layer.next { z-index: 0; }


/* top banner area */
#page_header_view {
	position : relative;
	z-index: 10;
}

#page_header_view #header_title {
	margin-top: 27px;
    color: rgba(0, 0, 0, 0.80);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
}

#page_header_view .insight_banner_info {
	margin-top: 0px;
	display: flex;
	gap: 24px;
	height: 320px;
	padding-top: 63px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.75s ease;
	z-index: 10;
}

#page_header_view .insight_banner_info .image_info {
	display: flex;
	width: 646px;
	height: 230px;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	background: #DDE8EE;
    background-size: 100%;
}

#page_header_view .insight_banner_info .insight_info {
	width : 314px;
	height: 230px;
	display: flex;
	flex-direction: column;
}	

#page_header_view .insight_banner_info .insight_info .category_type_info {
	color: rgba(86, 104, 127, 0.50);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	margin-bottom: 8px;
	line-height: normal;
}

#page_header_view .insight_banner_info .insight_info .title_info {
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	text-align : left;
}

#page_header_view .insight_banner_info .insight_info .desc_info {
	overflow: hidden;
	color: #353C49;
	text-overflow: ellipsis;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin-top : 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	align-self: stretch;
	text-align : left;
}

.en_US .cmn_button_group .btn_item {
	white-space: nowrap;
}

.cmn_button_group .btn_item.selected:hover,
#page_header_view .insight_banner_info .image_info:hover,
#page_header_view .insight_banner_info .insight_info .desc_info:hover,
#page_header_view .insight_banner_info .insight_info .title_info:hover,
#page_header_view .insight_banner_info .insight_info .etc_info .insight_tag_info:hover {
	cursor : pointer;
}

#page_header_view .insight_banner_info .insight_info .etc_info {
	margin-top : auto;
	display: flex;
	justify-content: space-between;
}

#page_header_view .insight_banner_info .insight_info .etc_info .icon {
	width: 16px;
	height: 16px;
	background-size : 16px;
	background-position : center;
}

#page_header_view .insight_banner_info .insight_info .etc_info .icon.app {
	background-image: url(/resources/img/common/ico_insight_app.svg);
}

#page_header_view .insight_banner_info .insight_info .etc_info .icon.retail {
	background-image: url(/resources/img/common/ico_insight_retail.svg);
}

#page_header_view .insight_banner_info .insight_info .etc_info .page_btn_info {
	display: flex;
	width: 80px;
	padding: 5px;
	height: 20px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border-radius: 15px;
	background: #FFF;
	margin-left : auto;
}

#page_header_view .insight_banner_info .insight_info .etc_info .page_info {
	color: rgba(0, 0, 0, 0.80);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px; /* 100% */
}

#page_header_view .insight_banner_info .insight_info .etc_info .page_btn_left,
#page_header_view .insight_banner_info .insight_info .etc_info .page_btn_right{
	display: flex;
	width: 20px;
	height: 20px;
	padding: 4px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-position: center;
	flex-shrink: 0;
	background-repeat : no-repeat;
}
#page_header_view .insight_banner_info .insight_info .etc_info .page_btn_left:hover:not(.dim),
#page_header_view .insight_banner_info .insight_info .etc_info .page_btn_right:hover:not(.dim) {
	cursor : pointer;
	border-radius: 14px;
	background-color: rgba(0, 0, 0, 0.02);
}

#page_header_view .insight_banner_info .insight_info .etc_info .page_btn_left {
	background-image:url("/resources/img/common/prev_btn.svg");
}

#page_header_view .insight_banner_info .insight_info .etc_info .page_btn_right {
	background-image:url("/resources/img/common/next_btn.svg");
}

#page_header_view .insight_banner_info .insight_info .etc_info .text {
	color: #353C49;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 12px;
}

#page_header_view .insight_banner_info .insight_info .etc_info .insight_tag_info {
	border-radius: 15px;
	background: rgba(31, 78, 246, 0.05);
	display: flex;
	padding: 7px 12px;
	align-items: center;
	gap: 4px;
	height: 16px;
	width : auto;
}

#page_header_view .insight_banner_info .insight_info .etc_info .insight_tag_info:hover,
.insight_card_list .item .category_items .category_item:hover {
	background: rgba(31, 78, 246, 0.10);
}

/* slide animation */
/* 초기 화면은 가운데 */
#page_header_view .insight_banner_info.center { transform: translateX(0); }

/* 오른쪽에서 들어올 때 */
#page_header_view .insight_banner_info.from-right { transform: translateX(100%); }

/* 왼쪽에서 들어올 때 */
#page_header_view .insight_banner_info.from-left { transform: translateX(-100%); }

/* 오른쪽으로 나갈 때 */
#page_header_view .insight_banner_info.to-left { transform: translateX(-200%); }

/* 왼쪽으로 나갈 때 */
#page_header_view .insight_banner_info.to-right { transform: translateX(200%); }
/* // slide animation */

/* // top banner area */

.button_box {
	border-bottom: 1px solid #DADFE4;
}

#page_header_view:has(.page_tag, .page_appBrandRel) {
	margin : unset;
	width : 100%;
	height : 100%;
}

#page_header_wrapper .page_tag {
	width: 100%;
	height: 320px;
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 3;
	background-size: cover;
	justify-content: center;
	background-position: center;
	opacity: 0.6;
	background-color: #FFF;
    filter: blur(78.125px);
}

#page_header_wrapper .page_appBrandRel_info {
	position: absolute;
    z-index: 9999;
    left: 50%;
    width: fit-content;
    top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    gap: 12px;
}

#page_header_wrapper .page_appBrandRel_info #appIcon.app {
	width: 120px;
    height: 120px;
    aspect-ratio: 1 / 1;
    background-size: 120px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px inset;
}

#page_header_wrapper .page_appBrandRel_info #appIcon.retail {
	width: 120px;
    height: 120px;
    border-radius: 22.5px;
    position: relative;
    border: none;
    background: #FFF;
    display: flex;
    justify-content: center;
    background-image: unset;
    background-color: unset;
    overflow: hidden;
    align-items: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10) inset;
}

#page_header_wrapper .page_appBrandRel_info #appIcon.retail #appBlur {
	width: 140%;
    height: 140%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: lightgray;
    filter: blur(33.4px);
}

#page_header_wrapper .page_appBrandRel_info #appIcon.retail #appText {
	color: #FFF;
    text-align: center;
    font-size: 52.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 999;
}	

#page_header_wrapper .page_appBrandRel_info .tag_info {
    padding: 12px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 40px;
}

#page_header_wrapper .page_appBrandRel {
	width: 140%;
    height: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    z-index: 3;
    background-size: 140%;
    justify-content: center;
    background-position: center;
    filter: blur(100px);
	pointer-events: none;
}

#page_header_wrapper .page_appBrandRel_layer {
	position: absolute;
	inset: 0;
	z-index: 4;
	opacity: 0.84;
	background: #FFF;
	pointer-events: none;
}

#page_header_wrapper .page_appBrandRel_gradation_layer {
	position: absolute;
	inset: 0;
	z-index: 5;
	pointer-events: none;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.00) 100%);
}

#page_header_wrapper .tag_text {
	padding: 20px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	position: absolute;
	border-radius: 40px;
	z-index: 9999;
	left: 50%;
	top: 121px;
	transform: translateX(-50%);
}

#page_header_wrapper .tag_text .text {
	color: #343C49;
	font-size: 28px;
	font-weight: 590;
	line-height: 38px;
}

#page_header_wrapper .page_appBrandRel_info .tag_info .text {
	font-weight: 600;
	font-size: 24px;
	line-height: 38px;
	color: #353C49;
}

#page_header_wrapper.tag .page_slogan,
#page_header_wrapper.tag .page_orderby {
	display: none;
}

#page_header_wrapper.tag .page_tag {
	display: flex;
	justify-content: center;
	align-items: center;
}

#page_header_view .page_section {
	margin-top: 52px;
}

#page_header_view .page_section #title h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -1.7px;
	color: rgba(0, 0, 0, 0.7);
}

#page_header_view .page_slogan {
	margin-top: 3px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

#page_header_view .page_slogan .slogan_top {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #353C49;
}

#page_header_view .page_slogan .slogan_bottom {
	margin-top: 12px;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #353C49;
}

.en_US #page_header_view .page_slogan .slogan_top {
	font-weight: 700;
	font-size: 32px;
	color: #353C49;
	line-height: 38px;
}

.en_US #page_header_view .page_slogan .slogan_bottom {
	margin-top: 12px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #353C49;
}

#page_header_view .page_orderby {
	height: 45px;
	margin-top: 30px;
	padding-right: unset;
	padding-left: unset;
	display: flex;
	justify-content: center;
	align-items: center;
}

#page_header_view .page_orderby #keywordSearch {
	width: 325px;
	height: 100%;
}

#page_header_view .page_orderby #keywordSearch form {
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 6px;
}

#page_header_view .page_orderby #keywordSearch .search_icon {
	width: 20px;
	height: 45px;
	margin-left: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-image: url(/resources/img/230306/tag/icon/ic_input_search.svg);
}

#page_header_view .page_orderby #keywordSearch #search_keyword {
	width: 253px;
	height: 45px;
	padding: 0px 8px;
	border: unset;
	outline: none;
	caret-color: #0099FF;
}

#page_header_view .page_orderby #keywordSearch #search_keyword:invalid + input[type="reset"] {
	display: none;
}

#page_header_view .page_orderby #keywordSearch input[type="reset"] {
	border: unset;
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url(/resources/img/230306/tag/icon/ic_input_search_clear.svg);
	cursor: pointer;
}

/***********  insight_banner   *************/

.insight_banner {
	width: 944px;
	height: 38px;
	margin-top: 30px;
	justify-content: space-between;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: #FFF;
	display: flex;
	padding: 16px 20px;
	align-items: center;
	gap: 12px;
	align-self: stretch;
}

.insight_banner .banner_left {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.insight_banner .banner_left.noImg {
	justify-content: flex-start;
}

.insight_banner .banner_left .banner_icon {
	width: 36px;
	height: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px 36px;
}

.insight_banner .banner_left .banner_text {
	color: #353C49;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
}

.insight_banner .banner_left.noImg .banner_text {
	width: 100%;
	margin-left: 0px;
}

.insight_banner .banner_btn {
	display: flex;
    padding: 12px 32px;
	align-items: center;
	gap: 10px;
	border-radius: 24px;
	background: #1F4EF6;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	justify-content: center;
	line-height: 16px;
	white-space: normal;
}

.insight_banner .banner_btn:hover {
	background-color: #1D4AEA;
    cursor: pointer;
}

.insight_banner .banner_btn:active {
	background-color: #1D4AEA;
}

/***********  insight_banner   *************/

/***********  tab_title   *************/
.tab_title {
	margin-top: 40px;
}

.tab_title #tab_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab_title .item {
	width: unset;
	min-width: 50px;
}

#total_container.en_US .tab_title .item {
	letter-spacing: 0px;
}

.tab_title .item + .item {
	margin-left: 56px;
}

.tab_title .item .tab_inner {
	height: 60px;
	margin: 0px 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tab_title .item .img {
	float: left;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: center;
}

.tab_title #tab_app.item .img {
	background-image: url(/resources/img/common/ico_insight_app.svg);
}

.tab_title #tab_retail.item .img {
	background-image: url(/resources/img/common/ico_insight_retail.svg);
}

.tab_title .item .text {
	margin-left: 4px;
	font-size: 18px;
}

.tab_title .item:first-child .text {
	margin-left: unset;
}

.tab_title .item.selected .text {
	font-weight: 600;
	cursor: default;
	color: #1F4EF6;
}

.tab_title #tab_app.item.selected .text,
.tab_title #tab_retail.item.selected .text,
.tab_title #tab_goods.item.selected .text {
	color: #52627b;
}

#total_container.en_US .tab_title .item.selected .text {
	letter-spacing: -0.5px;
}

.tab_title .item:first-child .text.cnt {
	margin-left: 6px;
}

.tab_title #tab_all.item .text.cnt,
.tab_title #tab_app.item .text.cnt,
.tab_title #tab_retail.item .text.cnt {
	color: #1F4EF6;
}

.tab_title .selected_line {
	width: 0px;
}

.tab_title .selected_line.etc {
	background-color: #52627b;
}

#total_container.en_US .tab_title .selected_line {
	left: 88px;
}
/***********  tab_title   *************/

/***********  insight   *************/
.insight_card_list .item {
	width: 315px;
	height: 317px;
	margin-top: 30px;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 9px;
	background-color: #ffffff;
	transition: transform 0.3s ease;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.06);
}

.insight_card_list .item:hover {
	box-shadow: 0 14px 16px 0 rgba(53, 60, 73, 0.12);
}

.insight_card_list .item + .item {
	margin-left: 19px;
}

.insight_card_list .item:nth-child(1), 
.insight_card_list .item:nth-child(2), 
.insight_card_list .item:nth-child(3) {
	margin-top: 0px;
}

.insight_card_list .item:nth-child(3n+1) {
	margin-left: 0px;
}

.insight_card_list .item .img_area {
  width: 315px;
  height: 165.3px;
  overflow: hidden;
  display: block;
  position: relative;
}

.insight_card_list .item .img_cover {
	cursor: pointer;
    width: 315px;
    height: 165.3px;
    object-fit: cover;
    object-position: center;
    background-color: #8a9eaf;
	transition: transform 0.3s ease;
}

.insight_card_list .item:hover .img_area .img_cover {
  transform: scale(1.1);
}

.insight_card_list .item:not(.newsletter,.rank_top_three) .insight_info {
	height : 120px;
	display: flex;
	padding: 16px;
	align-self: stretch;
	flex-direction: column;
}

.insight_card_list .item.rank_top_three .insight_info .insight_desc{
	color: rgba(86, 104, 127, 0.50);
	font-size: 12px;
	font-weight: 300;
	padding-left : 8px;
	padding-bottom: 27px;
}

.insight_card_list .item:where(.newsletter,.rank_top_three) .insight_info {
	padding : 16px;
	height: 285px;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 285px;
}

.insight_card_list .item.rank_top_three .insight_info .insight_title{
	padding-bottom: 8px;
}

.insight_card_list .item.rank_top_three .insight_info .top_rank_insight_list {
	display : flex;
	gap: 12px;
	flex-direction: column;
}

.insight_card_list .item.rank_top_three .insight_info .top_rank_insight_list .insight_mini_card {
	border-radius: 8px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	display: flex;
	width: 283px;
	height: 60px;
	overflow: hidden;
	align-items: center;
}

.insight_card_list .item.rank_top_three .insight_info .top_rank_insight_list .insight_mini_card .img_area {
	width : 100px;
	height : 60px;
	display : block;
}

.insight_card_list .item.rank_top_three .insight_info .top_rank_insight_list .insight_mini_card .img_area .insight_mini_banner {
	display: flex;
	width: 100px;
	height : 60px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	align-self: stretch;
    transition: transform 0.3s ease;
}

.insight_card_list .item.rank_top_three .insight_info .top_rank_insight_list .insight_mini_card:hover .img_area .insight_mini_banner {
	transform: scale(1.05);
}

.insight_card_list .item.rank_top_three .insight_info .top_rank_insight_list .insight_mini_card .insight_mini_info {
	display: flex;
	padding: 10px 12px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
}

.insight_card_list .item.rank_top_three .insight_info .top_rank_insight_list .insight_mini_card:hover .insight_mini_info{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), #FFF;
}

.insight_card_list .item.rank_top_three .insight_info .top_rank_insight_list .insight_mini_card .insight_mini_info .text {
	overflow: hidden;
	color: #353C49;
	text-overflow: ellipsis;
	font-size: 15px;
	font-style: normal;
	line-height: 20px; /* 133.333% */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	flex: 1 0 0;
}

.insight_card_list .item.newsletter .insight_info .insight_bg{
	width: 517.75px;
	height: 362.27px;
	left: 51px;
	top: 153px;
	position: absolute;
	background: linear-gradient(171deg, rgba(153.54, 214.41, 255, 0.60) 0%, #AAF3D2 100%);
	box-shadow: 120px 120px 120px;
	filter: blur(60px);
}

.insight_card_list .item.newsletter .insight_info .insight_plane{
	width: 149.52px;
	height: 99.68px;
	left: 147px;
	top: 170px;
	position: absolute;
    transition: transform 0.3s ease;
}

.insight_card_list .item.newsletter .insight_info:hover .insight_plane {
	transform: rotate(-3.075deg);
}

.insight_card_list .item:where(.newsletter, .rank_top_three) .insight_info .insight_title{
	color: #353C49;
	font-size: 24px;
	font-weight: 500;
	line-height: 26px;
	padding-left : 8px;
	padding-top: 8px;
	padding-bottom: 16px;
}
.insight_card_list .item.newsletter .insight_info .insight_desc{
	padding: 0 8px;
	color: #353C49;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
.insight_card_list .item.newsletter .insight_info .insight_btn{
	border-radius: 38px;
	background: #1F4EF6;
	display: flex;
	width: 219px;
	height : 16px;
	padding: 14px 32px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	position: relative;
	margin-top: auto;
}

.insight_card_list .item.newsletter .insight_info .insight_btn:hover {
	background: #1D4AEA;
}


.insight_card_list .item .detail_info {
	display : flex;
	align-items: center;
	margin: 8px 0 16px 0;
}

.insight_card_list .item .detail_info .reg_date,
.insight_card_list .item .detail_info .category_type{
	color: rgba(53, 60, 73, 0.50);
	font-size: 12px;
	font-weight: 400;
}

.insight_card_list .item .detail_info #orderby_slt_box_line {
	width : 1px;
	height : 10px;
	background: rgba(53, 60, 73, 0.10);
	margin : 0 8px;
}

.insight_card_list .item:not(.newsletter, .rank_top_three) .insight_title {
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #2a4e6a;
	min-height: 52px;
	line-height: 26px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	overflow: hidden;
	letter-spacing: -1px;
}

.insight_card_list .item:not(.newsletter, .rank_top_three) .insight_title:hover,
.insight_card_list .item.rank_top_three .insight_info .top_rank_insight_list .insight_mini_card .insight_mini_info .text:hover,
.insight_card_list .item.rank_top_three .insight_info .top_rank_insight_list .insight_mini_card .insight_mini_banner:hover,
.insight_card_list .item.newsletter .insight_info .insight_btn:hover {
	cursor: pointer;
	cursor : pointer;
}

.insight_card_list .item .category_items {
	position: relative;
	margin-top : auto;
}

.insight_card_list .item .category_items ul {
	display : flex;
	gap : 8px;
}

.insight_card_list .item .category_items .category_item {
	display: flex;
	padding: 7px 12px;
	align-items: center;
	gap: 4px;
	border-radius: 15px;
	background: rgba(31, 78, 246, 0.05);
	cursor: pointer;
}

.insight_card_list .item .category_items .category_item .category_icon {
	float: left;
	width: 14px;
	height: 14px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.insight_card_list .item .category_items .category_item.app .category_icon {
	background-image: url(/resources/img/common/ico_insight_app_card.svg);
}

.insight_card_list .item .category_items .category_item.retail .category_icon {
	background-image: url(/resources/img/common/ico_insight_retail_card.svg);
}

.insight_card_list .item .category_items .category_item .text {
	float: left;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	color: #52627b;
	margin-left: 6px;
	letter-spacing: -0.5px;
}

.insight_card_list .item.nodata > div > img {
	margin-top: 90px;
}

.insight_card_list .item.nodata {
	gap : 12px;
	width: 100%;
	height: 300px;
	display: flex;
	cursor: default;
	box-shadow: none;
	align-items: center;
	border-radius : 16px;
    flex-direction: column;
	justify-content: center;
}

.insight_card_list .item.nodata .no_data_img {
	width: 40px;
	height: 40px;
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/resources/img/common/no_data.svg");
}


.insight_card_list .item.nodata .text .keyword {
	color: #353C49;
}
/***********  insight   *************/

.post .more {
	width: 100%;
}

.post .more #btn_more {
	margin-top: 30px;
}

.page_section.bottom.bottom0 {
	margin-top: 30px;
}

/***********  orderby   *************/
.page_orderby {
	width: 984px;
	margin-top: 58px;
	margin-bottom: 30px;
	position: relative;
	clear: both;
	zoom: 1;
	display : flex;
}

.page_orderby .btn_filter_group {
	display : flex;
	width: 100%;
}

.page_orderby #keywordSearch {
	float: left;
	min-width : 274px;
	position: relative;
}

.en_US .page_orderby #keywordSearch {
	width : 545px;
}

.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 34px 10px 16px;
	border-radius: 0px 6px 6px 0px;
	border: 1px solid #EAEAEA;
    color: #353C49;
	font-size: 13px;
	font-weight : 400;
	font-style: normal;
	line-height: normal;
}

.page_orderby #keywordSearch #search_keyword::-webkit-input-placeholder {
	color: rgba(112, 118, 131, 0.60);
}
.page_orderby #keywordSearch #search_keyword::-moz-placeholder {
	color: rgba(112, 118, 131, 0.60);
}
.page_orderby #keywordSearch #search_keyword::-moz-placeholder {
	color: rgba(112, 118, 131, 0.60);
}
.page_orderby #keywordSearch #search_keyword::-ms-input-placeholder {
	color: rgba(112, 118, 131, 0.60);
}

.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"] {
	background-image:url('/resources/img/common/btn_search_del.svg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	top: 9px;
	right: 83px;
	z-index : 199;
	background-color: rgba(185, 200, 220, 0.20);
	background-size : 12px;
	border-radius: 10px;
}

.en_US .page_orderby #keywordSearch input[type="reset"] {
	right : 340px;
}

.page_orderby #keywordSearch #btn_search:focus {
	outline: none;
}

.page_orderby #keywordSearch #btn_search.focus {
	color: #FFFFFF;
	background-color: #0099FF;
	border: none;
}

.page_orderby #keywordSearch #btn_search.focus:hover {
	color: #FFFFFF;
	background-color: #0099FF;
	border: none;
}


.page_orderby #search_type_slt_box {
    width: 106px;
}

.page_orderby #search_type_slt_box .select_box_list .item {
	width: 104px;
}

.en_US .page_orderby #search_type_slt_box .select_box_list .item {
	width : 101px;
}

.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;
	box-sizing: border-box;
}

.page_orderby #search_type_slt_box .selected_box:not(.dim_mode):hover {
    background: #FAFAFA !important;
}

.page_orderby #sel_term_box {
	margin-left : auto;
}

#btn_common_sales.show {
	bottom : 92px;
}
/***********  orderby   *************/