.add_app_popup {
	z-index: 10000;
}

.add_app_popup .panel {
	width: 560px;
	height: 749px;
	margin-top: 40px;
	margin-bottom: 0px;
	border-radius: 10px;
}

.add_app_popup .panel .title {
	height: 60px;
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	display: flex;
	line-height: normal;
	justify-content: center;
	align-items: center;
}

.add_app_popup .panel .btn_close {
	width: 40px;
    height: 40px;
    top: 10px;
    background-size: 22px 22px;
    right: 10px;
}

.add_app_popup .panel #content_box {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	overflow-y: auto;
	overflow-x: hidden;
}

.add_app_popup .panel #content_box::-webkit-scrollbar {
	width: 5px;
}

.add_app_popup .panel #content_box::-webkit-scrollbar-thumb {
	background: #D6D6D6;
	border-radius: 10px;
}

.add_app_popup .panel #content_box::-webkit-scrollbar-track {
	background: #FFFFFF;
}

.add_app_popup .panel .sub_section {
	margin: 0 20px 12px 20px;
	width: 520px;
	box-sizing: border-box;
	overflow-x: hidden;
}

.add_app_popup .panel .sub_section#search_app_box {
	margin-bottom : 20px;
}

.add_app_popup .panel .sub_section+.sub_section {
	padding-top: 0px;
}

.add_app_popup .panel #app_count_box {
	width: 500px;
	height: 17px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	z-index: 2;
	margin-top: 20px;
}

.add_app_popup .panel #app_count_box .title {
	width: unset;
	height: unset;
	font-style: normal;
	font-size: 14px;
	line-height: 15px;
	text-align: unset;
	display: inline-block;
}

.add_app_popup .panel #app_count_box #list_msg {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	color: rgba(112, 118, 131, 0.60);
	display: inline-block;
}

.add_app_popup .panel #app_count_box #list_msg .bold_color {
	vertical-align: unset;
	color: #949EAB;
}

.add_app_popup .panel #app_count_box #list_msg .bold_color.some {
	color: #000000;
	color: rgba(112, 118, 131, 0.60);
}

.add_app_popup .panel #app_count_box #list_msg .bold_color.max {
	color: #0099FF;
}

.add_app_popup .panel #app_list_box {
	margin-bottom: 12px;
}

.add_app_popup .panel #app_list_box #appinfo-view {
	margin-top : 8px;
}

.add_app_popup .panel #app_list_box #appinfo-view .app_empty_msg {
	flex-grow: 1;
	align-self: center;
	color: rgba(112, 118, 131, 0.60);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list {
	width: 520px;
	height: 140px;
	background-color: #F6F8FB;
	border-radius: 6px;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	align-items: center;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list::-webkit-scrollbar {
	height: 5px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list::-webkit-scrollbar-thumb {
	background: #D6D6D6;
	border-radius: 10px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list::-webkit-scrollbar-track {
	background: #FFFFFF;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item {
	min-width: 100px;
	height: 109px;
	display: flex;
	flex-flow: column;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item.appInfo {
	height : 120px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item.brand {
	position: relative;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:hover {
	background-color: rgba(0, 0, 0, 0.02);
	border-radius: 6px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:first-child {
	margin-left: 10px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item.scroll_view {
	margin-bottom: 0px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .btn_remove {
	position: absolute;
	top: 4px;
	right: 4px;
	display: none;
	height: 28px;
	width: 28px;
	z-index: 9;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .btn_remove .icon {
	background-image: url(/resources/img/common/edit_btn.svg);
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:hover > .btn_remove {
	display: inline-flex;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .icon {
	width: 48px;
	height: 48px;
	margin-top: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 48px;
	background-image: url('/resources/img/common/img_app_default.png');
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10) inset;
	border: none;
	border-radius: 10.25px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .icon .android_only_icon {
	position: absolute;
	top: 31px;
	left: 34px;
	background-color: #FFF;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .icon.dev {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: unset;
	position: relative;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:nth-child(1) > .icon.dev {
	background-color: #5B9EEC;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:nth-child(2) > .icon.dev {
	background-color: #E4406F;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:nth-child(3) > .icon.dev {
	background-color: #007CB9;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:nth-child(4) > .icon.dev {
	background-color: #98C74E;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:nth-child(5) > .icon.dev {
	background-color: #FFCE20;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:nth-child(6) > .icon.dev {
	background-color: #FF895D;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:nth-child(7) > .icon.dev {
	background-color: #B95BDA;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:nth-child(8) > .icon.dev {
	background-color: #FE91CC;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:nth-child(9) > .icon.dev {
	background-color: #02C39A;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item:nth-child(10) > .icon.dev {
	background-color: #70D8DF;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .icon.brand {
	width : 48px;
	height : 48px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background-image: unset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10) inset;
    border: none;
	overflow: hidden;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .icon:where(.dev, .brand) .icon_text {
	font-weight: 400;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.80);
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .icon.brand .icon_blur {
	width: 72px;
	height: 72px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: lightgray;
	filter: blur(15px);
	-webkit-filter: blur(15px);
	opacity: 0.4;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .icon.brand .icon_img {
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 27px;
	z-index: 1;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os {
	height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 14px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os .app_os_crew {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os .app_os_crew.none {
	border: none;
	background: #F8F8F8;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os .app_os_crew + .app_os_crew {
	margin-left: 4px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os .os_icon {
	width: 8px;
    height: 8px;
    background-size: 8px 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os .os_icon.google {
	background-image: url(/resources/img/app/icon_android.svg);
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os .app_os_crew.none .os_icon.google {
	background-image: url(/resources/img/common/android_dim.svg);
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os .os_icon.apple {
	background-image: url(/resources/img/app/icon_ios.svg)
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os .app_os_crew.none .os_icon.apple {
	background-image: url(/resources/img/common/ios_dim.svg);
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os .os_icon.plus {
	background-image: url(/resources/img/app/icon_add.svg);
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .app_os .app_os_crew.none .os_icon.plus {
	background-image: url(/resources/img/common/plus_dim.svg);
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .market_icon {
	display: flex;
	color: #707683;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 6px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .market_icon .icon {
	height: 14px;
	width: 14px;
	background-size: 14px;
	margin-right: 2px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .market_icon.google .icon {
	background-image: url(/resources/img/app/icon_android.svg);
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item > .market_icon.apple .icon {
	background-image: url(/resources/img/app/icon_ios.svg);
}

.retail_add_popup.add_app_popup .panel #search_app_box .search_tab {
	padding-top: 10px;
}


.retail_add_popup.add_app_popup .panel #search_app_box .search_tab .tab_app_list {
	padding : 0;
}


.retail_add_popup.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item {
	height: 102px;
}


.retail_add_popup.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .icon {
	width: 48px;
	height: 48px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .content_box {
	text-align: -webkit-center;
	margin-top : 10px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .content_box:where(.dev, .brand) {
	margin-top: 10px;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .content_box #app_name {
	width: 84px;
	height: 33px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	color: #2C3749;
}

.add_app_popup .panel #app_list_box #appinfo-view #app_info_list > .item .content_box.dev #app_name {
	height: fit-content;
	max-height: 33px;
}

.add_app_popup .panel #search_app_box .tab_items {
	display: inline-block;
}

.add_app_popup .panel #search_app_box .tab_items .tab_item {
	width: 260px;
	height: 48px;
	float: left;
	border-radius: 6px 6px 0px 0px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	background: rgba(0, 153, 255, 0.10);
	position: relative;
}

.add_app_popup .panel #search_app_box .tab_items .tab_item.active {
	background-color: #FFFFFF;
	border-top: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
}

.add_app_popup .panel #search_app_box .tab_items .tab_item .star_icon {
	width: 20px;
	height: 20px;
	background-size : 20px;
	background-image: url('/resources/img/common/btn_star_list_nor.svg');
	display: inline-block;
	margin-top: 14px;
}

.add_app_popup .panel #search_app_box .tab_items .tab_item.active .star_icon {
	background-image: url('/resources/img/common/btn_star_list_foc.svg');
}

.add_app_popup .panel #search_app_box .tab_items .tab_item .search_icon {
	width: 20px;
	height: 20px;
	background-size : 20px;
	background-image: url('/resources/img/common/gnb_search_icon.svg');
	display: inline-block;
	margin-top: 14px;
}

.add_app_popup .panel #search_app_box .tab_items .tab_item.active .search_icon {
	background-image: url(/resources/img/common/ico_search_pre.svg);
}

.add_app_popup .panel #search_app_box .tab_items .tab_item .icon_text {
	display: inline-block;
	margin-top: 16px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #415477;
}

#total_container.en_US .add_app_popup .panel #search_app_box .tab_items .tab_item .icon_text {
	font-size: 12px;
}

.add_app_popup .panel #search_app_box .tab_items .tab_item.active .icon_text {
	font-weight: 700;
	color: #0099FF;
}

.add_app_popup .panel #search_app_box .search_tab {
	height: 352px;
	background-color: #FFFFFF;
	border-radius: 0px 0px 6px 6px;
	border-bottom: 1px solid #0099FF;
	border-left: 1px solid #0099FF;
	border-right: 1px solid #0099FF;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	width: 520px;
	padding: 10px;
	padding-top: 0;
}

.add_app_popup .panel #search_app_box .search_tab::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: rgba(0, 0, 0, 2);
}

.add_app_popup .panel #search_app_box .search_tab::-webkit-scrollbar-track {
	background: #FFFFFF;
}

.add_app_popup .panel #search_app_box #interest_app.active {
	border-top-right-radius: 6px;
}

.add_app_popup .panel #search_app_box .tab_item:nth-child(1):not(.active):after {
	content: "";
	width: 256px;
	display: block;
	border-top: 1px solid #0099FF;
	position: absolute;
	bottom: 0px;
	margin-left: 5px;
}

.add_app_popup .panel #search_app_box .tab_item:nth-child(2):not(.active):after {
	content: "";
	width: 257px;
	display: block;
	border-top: 1px solid #0099FF;
	position: absolute;
	bottom: 0px;
}

.add_app_popup .panel #search_app_box #interest_app .app_empty_msg {
	position: absolute;
	top: 440px;
	left: 199px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	color: #949EAB;
}

.en_US .add_app_popup .panel #search_app_box #interest_app .app_empty_msg {
	left : 158px;
}

.add_app_popup .panel #search_app_box #searching_app {
	width: 520px;
	min-height: 352px;
}


.add_app_popup .panel #search_app_box #searching_app.active {
	border-top-left-radius: 6px; 
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list {
	padding: 10px 10px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(20%, auto));
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.add_app_popup .panel #search_app_box .search_tab.ten_over .tab_app_list {
	padding: 10px 0 0 0;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item {
	width: 84px;
	height: 102px;
	display: flex;
	flex-flow: column;
	align-items: center;
	cursor: pointer;
	position: relative;
	padding: 12px 8px 6px 8px;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item:hover {
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.02);
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .btn_check {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	/* background-color: #FFFFFF; */
	background-image: url("/resources/img/common/btn_check_foc_new.svg");
	image-rendering: -webkit-optimize-contrast;
	display: none;
	cursor: pointer;
	z-index: 4;
	top: 8px;
	right: 8px;
	position: absolute;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item:hover > .btn_check {
	/* background-color: #EBF2FA; */
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item.selected > .btn_check {
	display: inline-block;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .btn_check.search {
	background-image: none;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item.selected > .btn_check.search {
	background-image: url("/resources/img/common/btn_check_foc_new.svg");
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .icon {
	width: 48px;
	height: 48px;
	border-radius: 10.25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 48px;
	background-image: url('/resources/img/common/img_app_default.png');
	border: 0.854px solid rgba(0, 0, 0, 0.05);
	display: inline-block;
	box-sizing: border-box;
	position : relative
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .icon.dev {
	border-radius : 13px;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .icon .android_only_icon {
	position: absolute;
	top: 32px;
	left: 34px;
	background-color: #FFF;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .icon.dev {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: unset;
	background-color: #7593C1;
	position: relative;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .icon.brand {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background-image: unset;
	border: none;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.10) inset;
	overflow: hidden;
}

.add_app_popup .panel #search_app_box #searching_app .tab_app_list > .item > .icon.brand {
	margin-top: 0px;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .icon:where(.dev, .brand) .icon_text {
	font-weight: 400;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.80);
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .icon.brand .icon_blur {
	width: 72px;
	height: 72px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: lightgray;
	filter: blur(15px);
	-webkit-filter: blur(15px);
	opacity: 0.4;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item > .icon.brand .icon_img {
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 27px;
	z-index: 1;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .market_icon {
	display: flex;
    color: #707683;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .market_icon .icon {
	height: 14px;
    width: 14px;
    background-size: 14px;
	margin-right : 2px;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .market_icon.google .icon {
	background-image: url(/resources/img/app/icon_android.svg);
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .market_icon.apple .icon {
	background-image: url(/resources/img/app/icon_ios.svg);
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os {
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 6px 14px;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os .app_os_crew {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os .app_os_crew.none {
	border: none;
	background: #F8F8F8;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os .app_os_crew + .app_os_crew {
	margin-left: 4px;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os .os_icon {
	width: 8px;
    height: 8px;
    background-size: 8px 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os .os_icon.google {
	background-image: url(/resources/img/app/icon_android.svg);
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os .app_os_crew.none .os_icon.google {
	background-image: url(/resources/img/common/android_dim.svg);
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os .os_icon.apple {
	background-image: url(/resources/img/app/icon_ios.svg)
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os .app_os_crew.none .os_icon.apple {
	background-image: url(/resources/img/common/ios_dim.svg);
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os .os_icon.plus {
	background-image: url(/resources/img/app/icon_add.svg);
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .app_os .app_os_crew.none .os_icon.plus {
	background-image: url(/resources/img/common/plus_dim.svg);
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .content_box {
	margin-top : 10px;
	text-align: -webkit-center;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .content_box.brand {
	margin-top: 10px;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .content_box #app_name {
	width: 84px;
	height: 33px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	color: #2C3749;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .content_box #app_name > span {
	font-weight: 700;
	font-size: 12px;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item .content_box.dev #app_name {
	height : fit-content;
	max-height : 33px;
}

.add_app_popup .panel #search_app_box .search_tab .tab_app_list > .item.selected .content_box #app_name {
	color: #0099FF;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType {
	width: fit-content;
	margin-top: 17px;
	margin-left: 12px;
	position: relative;
	display: inline-block;
	overflow: visible;
	cursor: pointer;
}

.retail_add_popup.add_app_popup .panel #search_app_box .search_tab #categoryType,
.retail_add_popup.add_app_popup .panel #search_app_box .search_tab #div_form .search_box {
    margin-top: 6px;
}

.retail_add_popup.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list {
    top: 402px;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category {
	width: 200px;
	height: 36px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	border: 1px solid #EAEAEA;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType:hover #category {
	border: 1px solid #0099FF;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType.selected #category {
	border: 1px solid #0099FF;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category #name {
	/* margin-top: 13px; */
	margin-left: 16px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #949EAB;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType:hover #category #name,
.add_app_popup .panel #search_app_box .search_tab #categoryType.selected #category #name {
	color: #0099FF;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category #icon_area {
	width: 18px;
	height: 18px;
	border-radius: 10.125px;
	background: #416EA7;
	float: left;
	margin-left: 12px;
	margin-top: 10px;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category #icon_area #icon {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 12px;
	background-repeat: no-repeat;
	background-image: url(/resources/img/common/icon_all.svg);
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category #selecter {
	width: 20px;
	height: 20px;
	float: right;
	margin-left: auto;
	margin-right: 13px;
	font-size: 14px;
	background-image: url("/resources/img/common/arrow_bottom_gray.svg");
}

.add_app_popup .panel #search_app_box .search_tab #categoryType:hover #category #selecter {
	transform: scaleY(-1);
	background-image: url("/resources/img/common/arrow_bottom_selected.svg");
}

.add_app_popup .panel #search_app_box .search_tab #categoryType.selected #category #selecter {
	transform: scaleY(1);
	background-image: url("/resources/img/common/arrow_bottom_selected.svg");
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list {
	width: 200px;
	max-height: 190px !important;
	position: fixed;
	top: 403px;
	display: none;
	z-index: 1901;
	background: #FFFFFF;
	border: 1px solid #0099FF;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list.result_do {
	position: absolute;
	top: 39px;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType.selected #category_list {
	display: block;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item {
	height: 37px;
	border-top: 1px solid #E1E3E5;
	background: #FFFFFF;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .svc_sector_icon {
	width: 28px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 6px;
	height: 28px;
	background-size: 15.75px;
	background-repeat : no-repeat;
	border-radius : 14px;
	background-position : center;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item:hover {
	background: rgba(0, 153, 255, 0.1);
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item #name {
	margin-top: 13px;
	margin-left: 17px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	float: left;
	color: #56687F;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item.selected #check {
	float: left;
	margin-left: 6px;
	margin-top: 11px;
	width: 16px;
	height: 16px;
	background-image: url(/resources/img/common/ico_check.svg);
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item.subselecter #name {
	display: inline-block;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item.selected #name {
	font-weight: 700;
	color: #0099FF;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item #name .categoryLink {
	display: none;
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item #selecter {
	width: 14px;
	height: 14px;
	float: right;
	margin-top: 13px;
	margin-right: 13px;
	background-image: url(/resources/img/common/ico_filter_arrow_open_nor.png);
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item #selecter:hover {
	background-image: url(/resources/img/common/ico_filter_arrow_open_pre.png);
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item.close #selecter {
	background-image: url(/resources/img/common/ico_filter_arrow_close_nor.png);
}

.add_app_popup .panel #search_app_box .search_tab #categoryType #category_list .category_item.close #selecter:hover {
	background-image: url(/resources/img/common/ico_filter_arrow_close_pre.png);
}

.add_app_popup .panel #search_app_box .search_tab #svcType {
	width: fit-content;
	margin-top: 17px;
	margin-left: 12px;
	position: relative;
	display: inline-block;
	overflow: visible;
	cursor: pointer;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc {
	width: 200px;
	height: 36px;
	border-radius: 6px;
	border: 1px solid #EAEAEA;
	padding: 0 13px 0 17px;
	display: flex;
	align-items: center;
	column-gap: 2px;
	box-sizing: border-box;
}

.add_app_popup .panel #search_app_box .search_tab #svcType:hover #svc {
	border: 1px solid #0099FF;
}

.add_app_popup .panel #search_app_box .search_tab #svcType.selected #svc {
	border: 1px solid #0099FF;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc #name {
	max-width: 90px;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 400;
	font-size: 12px;
	color: #949EAB;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc .ico_arrow {
	width: 18px;
	height: 18px;
	display: none;
	background-size: 18px;
	background-repeat: no-repeat;
	background-image: url(/resources/img/common/arrow_gray.svg);
}

.add_app_popup .panel #search_app_box .search_tab #svcType .inner_sub_list {
	width: 200px;
	max-height: 190px !important;
	float: left;
}

.add_app_popup .panel #search_app_box .search_tab #svcType .inner_sub_list:first-child {
	width: 218px;
	border-right: 1px solid #0099ff;
}

.add_app_popup .panel #search_app_box .search_tab #svcType .inner_sub_list .category_item .ico_arrow {
	width: 18px;
	height: 18px;
	margin-top: 9px;
	float: right;
	margin-right: 8px;
	background-size: 18px;
	background-repeat: no-repeat;
	background-image: url(/resources/img/common/arrow_gray.svg);
}

.add_app_popup .panel #search_app_box .search_tab #svcType .inner_sub_list .category_item {
	border-top: 1px solid #e1e3e5;
	border-bottom: 1px solid #e1e3e5;
	margin-top: -1px;
}

.add_app_popup .panel #search_app_box .search_tab #svcType:hover #svc #name,
.add_app_popup .panel #search_app_box .search_tab #svcType.selected #svc #name {
	color: #0099FF;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc #selecter {
	width: 20px;
	height: 20px;
	margin-left: auto;
	font-size: 14px;
	background-image: url("/resources/img/common/arrow_bottom_gray.svg");
}

.add_app_popup .panel #search_app_box .search_tab #svcType:hover #svc #selecter {
	transform: scaleY(-1);
	background-image: url("/resources/img/common/arrow_bottom_selected.svg");
}

.add_app_popup .panel #search_app_box .search_tab #svcType.selected #svc #selecter {
	transform: scaleY(1);
	background-image: url("/resources/img/common/arrow_bottom_selected.svg");
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list {
	width: 420px;
	max-height: 190px !important;
	position: fixed;
	top: 427px;
	display: none;
	border: 1px solid #0099FF;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	background: #FFFFFF;
	z-index: 1901;
	overflow: hidden;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list.result_do {
	position: absolute;
	top: 35px;
}

.add_app_popup .panel #search_app_box .search_tab #svcType.selected #svc_list {
	display: block;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item {
	height: 37px;
	border-top: 1px solid #E1E3E5;
	background: #FFFFFF;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item:hover,
.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item.choice {
	background: rgba(0, 153, 255, 0.1);
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item #name {
	float: left;
	margin-top: 13px;
	margin-left: 17px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	color: #56687F;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item.subselecter #name {
	display: inline-block;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item.selected #name {
	display: inline-block;
	font-weight: 700;
	color: #0099FF;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item.selected #check {
	width: 14px;
	height: 14px;
	margin-top: 12px;
	margin-left: 10px;
	display: inline-block;
	background-image: url(/resources/img/common/ico_filter_check.png);
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item #name .svcLink {
	display: none;
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item.selected #check {
	float: left;
	margin-left: 6px;
	margin-top: 11px;
	width: 16px;
	height: 16px;
	background-image: url("/resources/img/common/ico_check.svg");
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item #selecter {
	width: 14px;
	height: 14px;
	float: right;
	margin-top: 13px;
	margin-right: 13px;
	background-image: url(/resources/img/common/ico_filter_arrow_open_nor.png);
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item #selecter:hover {
	background-image: url(/resources/img/common/ico_filter_arrow_open_pre.png);
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item.close #selecter {
	background-image: url(/resources/img/common/ico_filter_arrow_close_nor.png);
}

.add_app_popup .panel #search_app_box .search_tab #svcType #svc_list .category_item.close #selecter:hover {
	background-image: url(/resources/img/common/ico_filter_arrow_close_pre.png);
}

.add_app_popup .panel #search_app_box .search_tab #div_form {
	display: inline-block;
}

.add_app_popup .panel #search_app_box .search_tab #div_form .search_box {
	width: 222px;
	margin-top: 17px;
	margin-left: 8px;
}

.add_app_popup .panel #search_app_box .search_tab #div_form .search_box.only {
	width: 468px;
	margin-left: 16px;
}

.add_app_popup .panel #search_app_box .search_tab #div_form .search_box .input_group {
	width: 258px;
	height: 36px;
	background-color: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #EAEAEA;
}

.add_app_popup .panel #search_app_box .search_tab #div_form .search_box.only .input_group {
	width: 450px;
}

.add_app_popup .panel #search_app_box .search_tab #div_form .search_box .input_group #ipt_search {
	width: 205.5px;
	height: 9px;
	padding: 13px 0px 13px 17px;
	display: inline-block;
	outline: none;
	border: none;
	background-color: #FFFFFF;
	border-radius: 4px;
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	color: #0099FF;
}

.add_app_popup .panel #search_app_box .search_tab #div_form .search_box.only .input_group #ipt_search {
	width: 405px;
}

.add_app_popup .panel #search_app_box .search_tab #div_form .search_box .input_group #ipt_search::placeholder {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #949EAB;
}

.add_app_popup .panel #search_app_box .search_tab #div_form .search_box .input_group #reset {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-bottom: -6px;
	background-image: url(/resources/img/common/btn_search_del.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: none;
	cursor: pointer;
	background-color: rgba(185, 200, 220, 0.20);
	background-size : 12px;
	border-radius: 10px;
	box-sizing : border-box;
}

.add_app_popup .panel #search_app_box .search_tab #div_form .search_box .input_group #ipt_search:invalid + #reset {
	display: none;
}

.add_app_popup .panel #search_app_box .search_tab #line {
	margin: 10px 4px 0 16px;
	border-top: 1px solid #E7E7E7;
	display: block !important;
	width: 470px;
}

.add_app_popup .panel #search_app_box .search_tab #line.show {
	display: block;
}

.add_app_popup .panel #search_app_box .search_tab #div_search_result {
	min-height: 275px;
	overflow-x: hidden;
	overflow-y: auto;
}

.add_app_popup .panel #search_app_box .search_tab #div_search_result::-webkit-scrollbar {
	width: 5px;
	height: 316px;
}

.add_app_popup .panel #search_app_box .search_tab #div_search_result::-webkit-scrollbar-thumb {
	background: #D6D6D6;
	border-radius: 10px;
}

.add_app_popup .panel #search_app_box .search_tab #div_search_result::-webkit-scrollbar-track {
	background: #FFFFFF;
}

.add_app_popup .panel #search_app_box .search_tab #div_search_result #loading {
	width: 46px;
	height : 250px;
    margin: 0 auto;
	display: none;
}

.add_app_popup .panel #search_app_box .search_tab #div_search_result #loading.show {
	display: block;
}

.add_app_popup .panel #search_app_box .search_tab #div_search_result .search_app_list .nodata {
	margin:  74px auto 78px;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	color: #949EAB;
}

.add_app_popup .panel .button_box {
	width: auto;
	margin: 16px 20px 16px auto;
}

.add_app_popup .panel .button_box #btn_add_app {
	margin-left: 10px;
}

.add_app_popup .panel .button_box #btn_add_app.dim {
	opacity: 0.3;
	cursor: default;
}