.home .SearchContainer__searchIcon{
  background-color: #C5002D
}
.Icon__brand {
  color: #C5002D
}

.Header__homeContent.Header__homeNavbarFixed .Header__navbar {
    background-color: #4C4E52
}
.Header__homeNavbarFixed .Header__navbar .Header__name, .Header__tabsTab {
  color: #FFF
}
.Header__homeNavbarFixed .Header__menu, .Header__homeNavbarFixed .Header__menu:after, .Header__homeNavbarFixed .Header__menu:before {
  background-color: #FFF
}
.Header__homeNavbarFixed .Header__navbar .Header__tabsTab.Header__active, .Header__tabsTab.Header__active, .Header__tabsTab:hover {
  color: #8B929A
}
.BreadCrumbs__breadcrumbsView ul li+li:before {
   color: #8B929A
}
.BreadCrumbs__breadcrumbsView ul li:last-child {
  color: #8B929A
}

.commonStyle__zt3BrandBg {
  background-color: #47525F
}

.AppContainer__backToTop:hover {
  background-color: #8B929A
}

.KbDetailLtContainer__articleContent a{
  color: #3c8ca0
}


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;
}


.commonStyle__zt3BrandBorder {
  border-color: #006fcf
}
.commonStyle__zt3Brand {
  color: #006fcf
}



.KbDetailLtContainer__userSocialIcon{
  display: none
}

.Footer__footerBg{
  display: none
}
.cw_footer_container{
    background: #F1EDE7;
    padding: 1.875rem 0;
    line-height: 1.6
}
.cw_footer_wrapper{
    padding: 0 0.9375rem;
    max-width: 73.125rem;
    margin: 0 auto
}
.cw_footer_info{
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #333;
    padding: 20px 0;
    text-align: center
}
.cw_footer_qus{
    font-size: 1.875rem;
    color: #333
}
.cw_footer_desc{
    font-size: 1rem;
    color: #333
}
.cw_footer_btn{
    padding: 1.25rem
}
.cw_footer_btn_link{
    display: inline-block
}
.cw_addticket_btn{
    border: 1px solid transparent;
    letter-spacing: normal;
    padding: 0.7rem 1rem;
    font-size: 1.0005rem;
    border-radius: 2rem;
    background: #515C6A;
    transition: all .15s ease;
    color: #FFF;
    font-family: inherit;
    display: inline-block;
    outline: none;
    cursor: pointer
}
.cw_addticket_btn:hover{
    background-color: #8B929A
}
@media (max-width: 48em){
    .cw_footer_info{
        flex-direction: column;
    }
    .cw_footer_qus{
        font-size: 1.375rem
    }
}
