span.SearchContainer__searchIcon.commonStyle__positionRel.commonStyle__cursor.commonStyle__zt3BrandBg {
    display: none;
}
input.Input__inputCommon.Input__headerSearch.commonStyle__w100per.commonStyle__borderNone.commonStyle__outlineNone {
    display: none;
}
.SearchContainer__formGroup.commonStyle__positionRel {
    display: none;
}
.SearchContainer__globalSearch.commonStyle__positionRel.commonStyle__flex {
    display: none;
}
input.Input__inputCommon.Input__searchBox.commonStyle__outlineNone.commonStyle__borderNone.commonStyle__w100per {
    display: none;
}
svg.Icon__icon.commonStyle__positionRel.commonStyle__verticalMiddle.Icon__small.Icon__brand {
    display: none;
}
.card-image{


}
h2 {
  color:white;
  font-size: 20px;
  text-align: center;
  line-height: 8px; 
}

h3 {
  color:white;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  line-height: 25px; 
}
h4 {
  color:white;
  font-size: 12px;
  text-align: center;
  font-style: oblique;
  font-weight: normal;
  line-height: 20px; 
}

.Footer__footerBg {
   display:none
}

.articleDetail .KBArticleRightContainer__userFollowOption,
.articleList .KBArticleRightContainer__userFollowOption,
.article_subcategory .KBArticleRightContainer__userFollowOption,
.articleDetail .KBArticleRightContainer__followerCount,
.article_subcategory .KBArticleRightContainer__followerCount,
.articleList .KBArticleRightContainer__followerCount,
.ContentList__subCategory .ListHeader__dottedPopup,
.KbCategory__box .KbCategory__dottedPopup,
.KbDetailRtContainer__widgetRight .KbDetailRtContainer__widgetSection:nth-child(1),
.articleList .ArticleListRightContainer__widgetRight .ArticleListRightContainer__widgetSection:nth-child(1) .ArticleListRightContainer__followOption,
.articleList .ArticleListRightContainer__widgetRight .ArticleListRightContainer__widgetSection:nth-child(1) .ArticleListRightContainer__subscribeDescription
{
    display:none
}

.navbar {
  	z-index: 50;
  	width: 100%;
  	background-color: white;
  	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-container {
	padding-left: 3rem;
  	padding-right: 3rem;
  	margin-left: auto;
  	margin-right: auto;
}

.navbar-row {
	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	height: 80px;
}

.navbar-img-container {
	display: flex;
  	align-items: center;
}

.div-img {
	font-size: 24px;
    font-weight: bold;
    color: #2d3748;
    display: flex;
}

#container > portal > div > div:nth-child(6) > div.ScrollSticky__type1 {
    display: none !important;
}

@media screen and (max-width: 1024px) {
  .navbar-container {
  	padding-left: 1rem;
    padding-right: 1rem;
  }
}
