:root {
  --primary-color: #e8280b;
  --footer-bg-color: #252525;
  --header-bg-color: var(--primary-color);
  --font-d: #181818;
  --font-b-1: #2d3340;
  --font-w-0: #fff;
  --font-g-1: #898a8c;
  --font-g-2: #a1a1a1;
  --font-g-3: #949494;
  --border-color-1: #ebebeb;
  --border-color-2: #ededed;
  --border-color-3: #eaeaea;
  --cover-title-color: #f7f7f7;
  --list-article-title-color: #1e1e1e;
  --list-article-desc-color: #7e7e7e;
  --list-article-border-color: #e4e4e4;
  --gutter: 16px;
  --navigation-font-size: 26px;
  --post-title-font-size: 2.5em;
  --widget-title-font-size: 1.8em
}
* {
  margin: 0;
  padding: 0;
  font-family: Noto Sans KR,sans-serif;
  box-sizing: border-box
}
.bc-container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter)
}
@media only all and (min-width:1090px) {
  .bc-container {
    max-width: 1152px
  }
}
.clx:after {
  content: "";
  display: table;
  clear: both
}
a {
  color: initial;
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
ol,
ul {
  list-style: none
}
button,
input {
  border: none;
  background: 0 0;
  outline: 0
}
main .sidebar-holder {
  display: none
}
@media only all and (min-width:768px) {
  main .sidebar-holder {
    display: block
  }
}
.widget {
  border: 1px solid var(--border-color-1);
  padding: 22px 27px;
  border-radius: 3px;
  margin-bottom: 30px
}
.widget__title {
  color: var(--text-primary-color);
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 20px
}
.bc-navigation {
  display: none
}
@media only all and (min-width:768px) {
  .bc-navigation {
    display: block
  }
}
#tt-body-index main .inner {
  display: block
}
#tt-body-index main .sidebar-holder {
  margin-top: 30px;
  display: block;
  width: 100%;
  margin-left: 0
}
@media only all and (min-width:768px) {
  #tt-body-index main .inner {
    display: flex
  }
  #tt-body-index main .sidebar-holder {
    display: flex;
    width: 360px;
    margin-left: 40px
  }
}
#tt-body-page.bc-enabled-post-sidebar .content-holder {
  max-width: 832px;
  overflow: hidden
}
#tt-body-page.bc-enabled-post-sidebar .content-holder .bc-markdown__main {
  width: 100%
}
#tt-body-page.bc-enabled-post-sidebar .sidebar-holder,
.bc-header .login {
  display: none
}
@media only all and (min-width:768px) {
  .bc-header .login {
    display: block
  }
}
.bc-header .menu-opener {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 68px;
  height: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(37,37,37,.2);
  transition: all .2s ease-out
}
.bc-header .menu-opener:hover {
  background-color: #181818
}
@media only all and (min-width:768px) {
  .bc-header .menu-opener {
    display: none
  }
}
.bc-header .menu-container {
  padding: 20px
}
.bc-header .menu-container .menu {
  margin-top: 20px
}
.bc-header .menu-container .menu .tt_category a {
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
  border-top: 1px solid hsla(0,0%,88.2%,.1);
  cursor: pointer;
  text-decoration: none;
  height: 75px;
  line-height: 75px;
  color: #fff;
  font-weight: 300;
  font-size: 22px
}
.bc-header .menu-container .menu .tt_category .category_list li {
  position: relative
}
.bc-header .menu-container .menu .tt_category .category_list li.active .sub_category_list {
  opacity: 1;
  height: auto
}
.bc-header .menu-container .menu .tt_category .category_list li.active i {
  transform: translateY(-50%) rotate(90deg)
}
.bc-header .menu-container .menu .tt_category .category_list i {
  position: absolute;
  top: 40px;
  transform: translateY(-50%);
  color: #fff;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}
.bc-header .menu-container .menu .tt_category .sub_category_list {
  transition: all .2s ease-out;
  opacity: 0;
  height: 0
}
.bc-header .menu-container .login-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #eaeaea;
  color: #fff;
  font-size: 19px;
  line-height: 60px;
  font-weight: 300;
  width: 282px;
  height: 60px;
  border-radius: 3px
}
@media only all and (min-width:768px) {
  .bc-header .menu-container {
    display: none
  }
}
.module.module_plugin {
  margin-bottom: 30px
}
.module.module_plugin img {
  width: 100%
}
.content-holder .layout-type {
  margin-top: 57px;
  border-top: 4px solid #ebebeb
}
.content-holder .layout-type:first-child {
  margin-top: 0;
  border-top: 0
}
.layout-type .cover-title {
  color: var(--font-d);
  font-size: 20px;
  padding: 12px 0 20px
}
.layout-type img {
  width: 100%;
  object-fit: cover;
  border: 1px solid var(--border-color-1)
}
.layout-type .title {
  color: var(--font-d)
}
.layout-type--image ul {
  display: flex;
  flex-wrap: wrap
}
.layout-type--image ul li {
  margin-bottom: 30px
}
.layout-type--image ul li .detail {
  display: none
}
.layout-type--image ul li .category {
  display: block;
  font-size: 10px;
  color: #a1a1a1;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 21px
}
.layout-type--image ul li .summary {
  display: none
}
.layout-type--image ul li .title {
  overflow: hidden;
  word-wrap: normal;
  white-space: normal;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px
}
@media only all and (min-width:481px) {
  .layout-type--image li {
    width: 48.66%;
    margin-bottom: 50px
  }
  .layout-type--image li:nth-child(2n-1) {
    margin-right: 2.67%
  }
}
.layout-type--masonry ul:after,
.layout-type--masonry ul:before {
  content: " ";
  display: table
}
.layout-type--masonry ul:after {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  visibility: hidden
}
.layout-type--masonry ul li:first-child .title {
  display: block;
  font-size: 2em;
  line-height: 1.25;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 8px
}
.layout-type--masonry ul li:first-child .summary {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px
}
.layout-type--masonry ul li:first-child .detail {
  font-size: 14px;
  display: block;
  margin-bottom: 23px
}
.layout-type--masonry ul li:nth-child(n+2) {
  float: left;
  width: 46%;
  margin: 0 2% 20px
}
.layout-type--masonry ul li .category {
  display: inline-block;
  font-size: 10px;
  color: #a1a1a1;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 21px
}
.layout-type--masonry ul li .summary {
  overflow: hidden;
  word-wrap: normal;
  white-space: normal;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}
.layout-type--masonry ul li .title {
  display: none;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400
}
.layout-type--masonry ul li .detail {
  display: none
}
@media only all and (min-width:481px) {
  .layout-type--masonry ul li:first-child {
    float: left;
    width: 61.49%;
    margin-right: 2.67%
  }
  .layout-type--masonry ul li:nth-child(n+2) {
    float: right;
    width: 31.18%;
    margin: 0 0 20px
  }
}
.layout-type--thumbnail ul {
  margin-bottom: -30px
}
.layout-type--thumbnail ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea
}
.layout-type--thumbnail ul li:last-child {
  border-bottom: none
}
.layout-type--thumbnail img {
  width: 100%
}
.layout-type--thumbnail .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px
}
.layout-type--thumbnail .category {
  font-size: 10px;
  color: #a1a1a1;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 21px
}
.layout-type--thumbnail .detail {
  color: #b7b7b7;
  font-size: 12px
}
.layout-type--thumbnail .summary {
  overflow: hidden;
  word-wrap: normal;
  white-space: normal;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  color: #2d3340;
  line-height: 27px;
  margin-bottom: 3px;
  font-weight: 400
}
@media only all and (min-width:481px) {
  .layout-type--thumbnail a {
    display: flex
  }
  .layout-type--thumbnail img {
    width: 170px;
    height: 120px;
    object-fit: cover;
    margin-right: 20px
  }
}
.layout-type--first-row ul {
  display: flex;
  flex-wrap: wrap
}
.layout-type--first-row ul li {
  width: 31%;
  border-bottom: 1px solid #ddd;
  padding-top: 0;
  padding-bottom: 21px
}
.layout-type--first-row ul li .category {
  font-size: 10px;
  color: #a1a1a1;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 21px
}
.layout-type--first-row ul li .detail {
  font-size: 12px;
  color: #b7b7b7;
  padding-top: 5px
}
.layout-type--first-row ul li .title {
  color: #2d3340;
  font-size: 16px
}
.layout-type--first-row ul li .summary {
  display: none
}
.layout-type--first-row ul li:nth-of-type(3n),
.layout-type--first-row ul li:nth-of-type(3n-1) {
  margin-left: 2.33%
}
.layout-type--first-row ul li:nth-of-type(n+4) {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 17px;
  padding-top: 11px
}
.layout-type--first-row ul li:nth-of-type(n+4) .title {
  font-weight: 400
}
.layout-type--first-row ul li:nth-of-type(n+4) img {
  display: none
}
.list-article {
  padding: 30px 0;
  margin-left: 30px;
  margin-right: 30px;
  border-bottom: 1px solid var(--list-article-border-color)
}
.list-article a .img-holder {
  margin-left: -30px;
  margin-right: -30px
}
.list-article a .img-holder img {
  display: block;
  width: 100%;
  object-fit: cover
}
.list-article a .content {
  margin-top: 15px
}
.list-article a .content .category {
  font-size: 12px;
  color: #1e1e1e;
  line-height: 1.4em;
  padding-bottom: 3px;
  display: inline-block;
  margin-bottom: 1px
}
.list-article a .content .title {
  overflow: hidden;
  word-wrap: normal;
  white-space: normal;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  margin-bottom: 7px;
  color: var(--list-article-title-color)
}
.list-article a .content .title img {
  padding-left: 0!important;
  margin-left: 5px
}
.list-article a .content .summary {
  overflow: hidden;
  word-wrap: normal;
  white-space: normal;
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 7px;
  line-height: 1.8em;
  font-size: 12px;
  color: var(--list-article-desc-color)
}
.list-article a .content .meta-info {
  font-size: 12px;
  color: #b6b6b6
}
@media only all and (min-width:481px) {
  .list-article {
    padding: 50px 0;
    margin-left: 0;
    margin-right: 0
  }
  .list-article a {
    display: flex;
    align-items: center
  }
  .list-article a .img-holder {
    margin-left: 0;
    margin-right: 0
  }
  .list-article a .img-holder img {
    width: 170px;
    height: 124px
  }
  .list-article a .content {
    flex: 1;
    margin-left: 20px;
    margin-top: 0
  }
  .list-article a .content .category,
  .list-article a .content .meta-info,
  .list-article a .content .summary {
    font-size: 14px
  }
  .list-article a .content .title {
    font-size: 18px
  }
}
#tt-body-page:not(.marginless) .bc-markdown__inner-content blockquote,
#tt-body-page:not(.marginless) .bc-markdown__inner-content figure,
#tt-body-page:not(.marginless) .bc-markdown__inner-content h1,
#tt-body-page:not(.marginless) .bc-markdown__inner-content h2,
#tt-body-page:not(.marginless) .bc-markdown__inner-content h3,
#tt-body-page:not(.marginless) .bc-markdown__inner-content h4,
#tt-body-page:not(.marginless) .bc-markdown__inner-content ol,
#tt-body-page:not(.marginless) .bc-markdown__inner-content p,
#tt-body-page:not(.marginless) .bc-markdown__inner-content pre,
#tt-body-page:not(.marginless) .bc-markdown__inner-content table,
#tt-body-page:not(.marginless) .bc-markdown__inner-content ul {
  margin-bottom: 30px!important
}
.bc-markdown .tt_article_useless_p_margin p {
  padding-top: 0!important;
  padding-bottom: 0!important;
  margin-top: 0!important;
  margin-bottom: 0!important
}
.bc-markdown .thumbnail {
  display: none
}
.bc-markdown__flex-holder {
  display: flex
}
.bc-markdown__left-side-menu {
  display: none;
  width: 140px;
  margin: 8px 40px 0 0
}
.bc-markdown__left-side-menu .inner-content {
  border-radius: 3px;
  border: 1px solid #e1e1e1
}
.bc-markdown__left-side-menu .inner-content .share-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 16px
}
.bc-markdown__left-side-menu .inner-content .share-counter .count {
  font-size: 48px;
  line-height: 36px;
  font-weight: 700
}
.bc-markdown__left-side-menu .inner-content .share-counter .text {
  margin-top: 10px;
  font-size: 18px
}
@media only all and (min-width:768px) {
  .bc-markdown__left-side-menu {
    display: block
  }
}
.bc-markdown__main {
  flex: 1
}
.bc-markdown__header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1
}
.bc-markdown__header .category {
  margin-bottom: 8px
}
.bc-markdown__header .category a {
  color: var(--text-primary-color);
  font-weight: 700
}
.bc-markdown__header .heading {
  font-size: var(--post-title-font-size);
  line-height: 55px;
  font-weight: 700;
  margin: 0 0 28px
}
.bc-markdown__header .heading a {
  color: var(--gray-color-3)
}
.bc-markdown__header .subinfo {
  white-space: nowrap;
  margin-top: 20px
}
.bc-markdown__header .subinfo p,
.bc-markdown__header .subinfo span {
  display: inline-block;
  font-size: 14px
}
.bc-markdown__header .subinfo span {
  margin-right: 4px
}
.bc-markdown__header .subinfo__name {
  color: var(--gray-color-3);
  margin-right: 8px;
  font-weight: 500
}
.bc-markdown__header .subinfo__date {
  color: var(--gray-color-5)
}
.bc-markdown .post-inner-ads {
  margin-bottom: 30px
}
@media only all and (min-width:768px) {
  .bc-markdown {
    font-size: 16px
  }
}
.bc-markdown__inner-content p {
  color: var(--font-d);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300
}
.bc-markdown__inner-content .og-host {
  margin-bottom: 0!important
}
.bc-markdown__inner-content table {
  overflow-x: scroll;
  border: none;
  table-layout: fixed
}
.bc-markdown__inner-content table tbody tr:nth-child(2n) {
  background-color: #f8f9fa
}
.bc-markdown__inner-content table tbody td {
  font-size: 13px;
  text-align: center;
  padding: 12px;
  word-break: break-word
}
.bc-markdown__inner-content ol,
.bc-markdown__inner-content ul {
  margin-left: 20px
}
.bc-markdown__inner-content ol li,
.bc-markdown__inner-content ul li {
  margin-bottom: 5px
}
.bc-markdown__inner-content ol li:last-child,
.bc-markdown__inner-content ul li:last-child {
  margin-bottom: 0
}
.bc-markdown__inner-content hr {
  margin: 0 auto 30px!important
}
.bc-markdown__inner-content a {
  color: var(--text-primary-color);
  text-decoration: underline;
  font-weight: 700
}
.bc-markdown .another_category {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  background-color: #f8f9fa;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.06);
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px
}
.bc-markdown .another_category h4 {
  font-size: 1em!important;
  border: none;
  margin-bottom: 0!important
}
.bc-markdown .another_category h4 a {
  text-decoration: none!important
}
.bc-markdown .another_category table {
  margin-bottom: 0!important
}
.bc-markdown .another_category table a {
  text-decoration: none
}
.bc-markdown .another_category table tbody {
  border-bottom: none
}
.bc-markdown .another_category table tbody tr {
  line-height: 35px;
  border-bottom: none!important
}
.bc-markdown .another_category table tbody tr th {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  flex: 1
}
.bc-markdown .another_category table tbody tr td {
  flex: none;
  width: 80px
}
.bc-markdown .another_category table tbody:after {
  content: "";
  display: table;
  clear: both
}
@media only all and (min-width:768px) {
  .bc-markdown .another_category table tbody tr {
    width: 50%
  }
}
.related-articles {
  margin-top: 50px;
  border-top: 4px solid #ebebeb
}
.related-articles h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  padding-top: 12px;
  padding-bottom: 12px
}
.related-articles ul li {
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea
}
.related-articles ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none
}
.related-articles ul li .content {
  padding-top: 12px;
  padding-bottom: 12px
}
.related-articles ul li .content .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px
}
.related-articles ul li .content .date {
  font-size: 14px;
  color: #b7b7b7
}
.related-articles ul li img {
  width: 100%
}
@media only all and (min-width:768px) {
  .related-articles ul li a {
    display: flex
  }
  .related-articles ul li img {
    width: 172px
  }
  .related-articles ul li .content {
    flex: 1;
    margin-left: 20px
  }
}
.prev-next-article {
  margin-top: 50px;
  border-top: 4px solid #ebebeb
}
.prev-next-article h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  padding-top: 12px;
  padding-bottom: 12px
}
.prev-next-article .article {
  margin-bottom: 20px
}
.prev-next-article .article img {
  width: 100%
}
.prev-next-article .article .title {
  line-height: 27px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 20px
}
.prev-next-article .article .date {
  color: #b7b7b7;
  font-size: 14px
}
@media only all and (min-width:768px) {
  .prev-next-article .article-holder {
    display: flex
  }
  .prev-next-article .article-holder .article {
    flex: 1;
    max-width: 48%;
    margin-right: 2%;
    margin-bottom: 0
  }
}
.bc-footer {
  position: relative;
  background-color: var(--footer-bg-color);
  color: var(--font-g-1)
}
.bc-footer .desc {
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 36px;
  margin-top: 34px;
  padding-bottom: 36px;
  border-bottom: 1px solid #2e2e2e
}
.bc-footer .contact-holder a {
  display: block;
  color: #898a8c;
  margin-bottom: 12px;
  font-size: 16px
}
.bc-footer .detail-info {
  margin-bottom: 36px
}
.bc-footer .detail-info .address {
  margin-bottom: 5px
}
.bc-footer .card .title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  margin: 8px 0 20px
}
.bc-footer .bc-container .inner-content {
  padding: 48px 0 20px
}
.bc-footer .bottom-holder {
  background-color: #1e1e1e;
  line-height: 50px
}
.bc-footer .bottom-holder .bc-container {
  display: flex;
  align-items: center;
  color: #949494
}
.bc-footer .category-holder {
  margin-top: 30px
}
@media only all and (min-width:768px) {
  .bc-footer .category-holder {
    margin-top: 0;
    display: flex
  }
}
.bc-footer .categories {
  margin-bottom: 30px
}
@media only all and (min-width:768px) {
  .bc-footer .categories {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px
  }
}
.bc-footer .categories i {
  display: none
}
.bc-footer .categories .link_tit {
  display: block
}
.bc-footer .categories .category_list .sub_category_list {
  display: none
}
.bc-footer .sub-categories {
  margin-bottom: 30px
}
.bc-footer .sub-categories a:hover {
  color: #fff;
  font-weight: 700
}
@media only all and (min-width:768px) {
  .bc-footer .sub-categories {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px
  }
}
.bc-footer .follow-holder {
  padding-top: 20px
}
.bc-footer .follow-holder .list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 40px;
  height: 40px
}
.bc-footer .follow-holder .list li:hover a img:first-child {
  display: none
}
.bc-footer .follow-holder .list li:hover .hover {
  display: block
}
.bc-footer .follow-holder .list li .hover {
  display: none
}
.bc-footer .follow-holder .list li img {
  width: 100%;
  height: 100%
}
.bc-footer .email-holder {
  margin-top: 12px;
  font-size: 14px;
  color: #acacac
}
.bc-footer .category_list .active a {
  font-weight: 700;
  color: #fff
}
@media only all and (min-width:768px) {
  .bc-footer .inner-content {
    display: flex
  }
  .bc-footer .col-3 {
    width: 33.33%;
    padding-right: 15px
  }
  .bc-footer .col-3.left-side-col {
    margin-right: 50px;
    width: 450px
  }
}
.bc-footer .categories img,
.bc-footer .sub-categories img {
  display: none
}
.bc-footer .categories a,
.bc-footer .sub-categories a {
  font-size: 14px;
  color: #b0b1b4;
  border-bottom: 2px solid #2e2e2e;
  padding-bottom: 12px;
  padding-top: 12px;
  display: block
}
.bc-backtop {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 35px;
  bottom: 35px;
  color: #181818;
  background-color: #fff;
  display: block;
  font-size: 18px;
  width: 35px;
  height: 35px;
  z-index: 9999;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  transition: all .3s ease-in-out
}
.logo-holder {
  display: inline-block;
  font-size: 1.65em;
  margin: 0
}
.logo-holder a {
  color: #fff
}
.logo-holder img {
  display: block;
  min-height: 16px;
  max-height: 32px;
  object-fit: cover
}
.bc-header {
  position: relative
}
.bc-header .flex-holder {
  padding: 20px 0;
  display: flex;
  align-items: center
}
.bc-header .right-side {
  position: relative;
  margin-left: auto
}
.bc-header .right-side .login {
  color: #fff
}
.bc-content-holder {
  position: relative;
  z-index: 1001;
  background-color: var(--header-bg-color)
}
.bc-header .menu-container {
  position: absolute;
  z-index: 1000;
  width: 100%;
  background-color: rgba(37,37,37,.95);
  transform: translateY(-300%);
  transition: all .2s ease-out
}
.bc-header .menu-container.active {
  transform: translateY(0)
}
.bc-navigation {
  border-bottom: 1px solid var(--border-color-3)
}
.bc-navigation img {
  display: none
}
.bc-navigation .bc-container {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px
}
.bc-navigation .search-holder {
  position: relative
}
.bc-navigation .submit {
  position: absolute;
  right: 0;
  top: 0
}
.bc-navigation .c_cnt {
  display: none
}
.bc-navigation .bc-container .left-side {
  width: 75%
}
.bc-navigation .bc-container .right-side {
  margin-left: 30px
}
.bc-navigation .search {
  height: 42px;
  width: 268px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding-left: 17px;
  padding-right: 40px
}
.bc-navigation .tt_category li {
  display: inline-block
}
.bc-navigation .link_tit,
.bc-navigation .tt_category .link_item {
  position: relative;
  display: block;
  padding-right: 24px;
  font-size: var(--navigation-font-size);
  color: var(--font-d);
  text-decoration: none;
  outline: 0
}
.bc-navigation .link_item:after {
  content: none
}
.bc-navigation .link_item.active,
.bc-navigation .link_item:hover {
  font-weight: 700;
  color: var(--text-primary-color)
}
.bc-navigation .link_item + i {
  display: none
}
.bc-navigation .link_item + .sub_category_list + i {
  display: block
}
.bc-navigation .link_item:hover + .sub_category_list + i {
  color: var(--text-primary-color)
}
.bc-navigation .link_item:hover + .sub_category_list {
  opacity: 1;
  z-index: 10
}
.bc-navigation .link_tit {
  display: inline-block
}
.bc-navigation .tt_category .category_list {
  display: inline-block
}
.bc-navigation .tt_category .category_list i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  font-size: 12px
}
.bc-navigation .tt_category .category_list li {
  position: relative;
  margin-right: 10px
}
.bc-navigation .tt_category .category_list .link_item:after {
  content: '\f0d7';
  font-size: 14px;
  color: #c2c2c2;
  position: absolute;
  right: -16px;
  top: 2px
}
.bc-navigation .tt_category .sub_category_list:hover {
  opacity: 1;
  z-index: 10
}
.bc-navigation .tt_category .sub_category_list {
  position: absolute;
  top: 30px;
  left: 0;
  width: 210px;
  padding: 12px;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  border: 1px solid #e6e8e9;
  box-shadow: 0 0 4px rgb(194 194 194 / 40%);
  border-radius: 1px;
  transform: translate(0,10px);
  transition: all .2s ease-in-out
}
.bc-navigation .tt_category .sub_category_list li {
  display: block;
  border-bottom: 1px solid #f0f0f0
}
.bc-navigation .tt_category .sub_category_list li:last-child {
  border-bottom: none
}
.bc-navigation .tt_category .sub_category_list li a {
  display: block;
  font-size: 16px;
  color: var(--font-d);
  text-decoration: none;
  line-height: 40px;
  padding: 0 18px
}
.bc-navigation .tt_category .sub_category_list li a.active,
.bc-navigation .tt_category .sub_category_list li a:hover {
  color: var(--text-primary-color);
  font-weight: 700
}
.bc-navigation button {
  width: 42px;
  height: 42px
}
.bc-navigation button i {
  font-size: 16px;
  color: #707070
}
.box-no-search {
  display: none
}
#tt-body-search .type-search {
  display: block
}
#tt-body-category .type-category {
  display: block
}
#tt-body-tag .type-tag {
  display: block
}
#tt-body-archive .type-archive {
  display: block
}
.tags-holder {
  font-size: 0
}
.tags-holder a {
  display: inline-block;
  padding: 7px 25px;
  border: 1px solid #e5e5e5;
  color: #b7b7b7;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 31px;
  border-radius: 2px;
  font-size: 16px
}
.share-list li {
  line-height: 40px;
  border-top: 1px solid #e1e1e1;
  padding-left: 43px;
  cursor: pointer;
  font-size: 14px;
  color: #a1a1a1
}
ul.tags li {
  display: inline-block
}
.guest-page {
  width: 100%
}
.recentPost li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea
}
.recentPost li a {
  display: flex
}
.recentPost li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}
.recentPost li img {
  width: 111px;
  height: 77px;
  object-fit: cover;
  border: 1px solid var(--border-color-1)
}
.recentPost li .info {
  padding-left: 15px;
  flex: 1
}
.recentPost li .info .title {
  display: block;
  color: var(--gray-color-3);
  font-size: 14px
}
.recentPost li .info .date {
  margin-top: 6px;
  font-size: 10px;
  color: var(--gray-color-5)
}
.recentPost li .info .category {
  font-size: 10px;
  color: #a1a1a1;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 21px
}

.sidebar-categories a {
  color: var(--font-b-1)
}
.sidebar-categories i {
  display: none
}
.sidebar-categories .link_item,
.sidebar-categories .link_tit {
  font-weight: 500;
  font-size: 16px;
  display: inline-block
}
.sidebar-categories .link_item {
  margin-bottom: 8px
}
.sidebar-categories .category_list > li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--border-color-2);
  margin-top: 16px;
  margin-bottom: 16px
}
.sidebar-categories .category_list .sub_category_list {
  font-size: 14px
}
.sidebar-categories .category_list .sub_category_list li {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 15px;
  margin-bottom: 10px
}
.popularPost li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-2)
}
.popularPost li:first-child {
  padding-top: 8px
}
.popularPost li:last-child {
  border-bottom: 0;
  padding-bottom: 0
}
.popularPost li a {
  display: flex;
  align-items: center
}
.popularPost .rank {
  color: var(--text-primary-color);
  font-size: 18px;
  font-weight: 500;
  margin-right: 12px
}
.popularPost .title {
  flex: 1;
  color: var(--font-d);
  font-size: 16px
}
.recentComment ul li {
  margin-bottom: 16px
}
.recentComment ul li a {
  font-size: 14px
}
.recentComment ul li b {
  color: var(--text-primary-color)
}
.recentComment ul li:last-child {
  margin-bottom: 0
}
.sidebar-counter .counter {
  display: flex;
  align-items: center;
  line-height: 35px
}
.sidebar-counter .counter b {
  margin-left: auto
}
.sidebar-counter .counter.today b {
  color: var(--text-primary-color)
}
.archives li a {
  display: flex;
  align-items: center;
  color: var(--font-b-1);
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color-2)
}
.archives li span {
  margin-right: 4px;
  font-size: 16px
}
.archives li b {
  color: #acacac;
  font-size: 16px;
  font-weight: 400
}
.sidebar-follow li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px
}
.sidebar-follow a {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center
}
.sidebar-follow a img {
  width: 100%
}
.tagbox li {
  color: #2d3340;
  display: inline-block;
  background-color: #f4f4f4;
  padding: 5px 12px;
  margin: 0 5px 12px 0;
  border-radius: 3px
}
.bc-sidebar {
  overflow-x: hidden
}
main {
  margin-top: 30px;
  margin-bottom: 80px
}
main .inner {
  display: flex
}
main .content-holder {
  flex: 1
}
main .sidebar-holder {
  margin-left: 40px;
  width: 360px
}
