.main-content .hero-title-bar .inner-bar {
  display: block;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-content .hero-title-bar .toggle-menu-btn {
  display: block;
  height: 48px;
  width: 54px;
  border: 1px solid rgba(151, 151, 151, 0.12);
  background-color: #FFFFFF;
}

.main-content .hero-title-bar .toggle-menu-btn .line {
  display: block;
  height: 1px;
  width: 28px;
  margin: 0 auto;
  background: #404040;
  position: relative;
}

.main-content .hero-title-bar .toggle-menu-btn .line:before, .main-content .hero-title-bar .toggle-menu-btn .line:after {
  content: "";
  display: block;
  height: 1px;
  width: 28px;
  background: #404040;
  position: absolute;
}

.main-content .hero-title-bar .toggle-menu-btn .line:before {
  top: -5px;
}

.main-content .hero-title-bar .toggle-menu-btn .line:after {
  top: 5px;
}

.main-content .hero-title-bar .toggle-menu-btn.active .line {
  transform: rotate(45deg);
}

.main-content .hero-title-bar .toggle-menu-btn.active .line::before {
  transform: rotate(-90deg);
  top: 0;
}

.main-content .hero-title-bar .toggle-menu-btn.active .line::after {
  display: none;
}

.main-content .hero-title-bar.wrapper-active {
  background-color: #000000;
}

.main-content .hero-title-bar.wrapper-active h3 {
  color: #FFFFFF;
}

.main-content .hero-title-bar.wrapper-active h3::after {
  opacity: .23;
}

@media (max-width: 1024px) {
  .main-content .hero-title-bar {
    margin: 0 -41px 28px -41px;
    padding: 0 41px;
  }
}

@media (max-width: 767px) {
  .main-content .hero-title-bar {
    margin: 0 -20px 28px -20px;
    padding: 0 20px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .hero h3 {
    line-height: 70px;
    padding: 0;
  }
}

.main-content .hero-post {
  flex-direction: column;
  max-height: none;
}

.main-content .hero-post .hero-sticky-post {
  width: 100%;
  margin-bottom: 43px;
  box-shadow: 0 0.52px 220px 0 rgba(0, 0, 0, 0.07);
  margin-right: 0;
}

.main-content .hero-post .hero-sticky-post .post-thumbnail img {
  height: 475px;
}

@media (max-width: 539px) {
  .main-content .hero-post .hero-sticky-post .post-thumbnail img {
    height: 100%;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .hero-post .hero-sticky-post .post-text h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .hero-post .hero-sticky-post .post-text .thumbnail-footer a {
    font-size: 16px;
    line-height: 22px;
  }
}

.main-content .hero-post .hero-recent-post {
  width: 100%;
}

.main-content .hero-post .hero-recent-post .recent-post-item {
  max-height: 333px;
}

.main-content .hero-post .hero-recent-post .recent-post-item .post-thumbnail img {
  max-height: 333px;
}

.main-content .hero-post .hero-recent-post .recent-post-item .post-text {
  padding-top: 65px;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .hero-post .hero-recent-post .recent-post-item .post-text h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .hero-post .hero-recent-post .recent-post-item .post-text .read-more {
    font-size: 16px;
    line-height: 22px;
    left: auto;
    opacity: 1;
    position: relative;
  }
}

@media (max-width: 767px) {
  .main-content .hero h3::after {
    max-width: 150px;
    margin-left: 10px;
  }
  .main-content .hero-post .hero-sticky-post .post-text {
    width: 100%;
  }
  .main-content .hero-post .hero-sticky-post .post-text h2 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .main-content .hero-post .hero-sticky-post .post-text .thumbnail-footer {
    margin-top: 19px;
  }
  .main-content .hero-post .hero-sticky-post .post-text .thumbnail-footer a {
    margin: 0;
  }
  .main-content .hero-post .hero-sticky-post .post-text .thumbnail-footer img {
    max-width: 97px;
    margin-left: 50px;
  }
  .main-content .hero-post .hero-recent-post .recent-post-item .post-text {
    padding-top: 45px;
  }
}

.main-content .editor-pick-wrapper .sidebar {
  display: none;
}

.main-content .editor-pick-wrapper article #filter-form {
  flex-direction: column;
}

.main-content .editor-pick-wrapper article #filter-form input[name="search"] {
  width: 100%;
  margin: 0 0 23px 0;
  font-size: 12px;
}

.main-content .editor-pick-wrapper article #filter-form .select-form {
  width: 100%;
  justify-content: space-between;
}

.main-content .editor-pick-wrapper article #filter-form .select-form select {
  font-size: 12px;
}

.main-content .editor-pick-wrapper article #filter-form .select-form select:not(:last-child) {
  margin-right: 20px;
}

.main-content .editor-pick-wrapper article .recent-post-item {
  width: calc(100% / 2 - 19px);
}

.main-content .editor-pick-wrapper article .recent-post-item:nth-child(3) {
  display: block;
  margin-right: 32px;
}

.main-content .editor-pick-wrapper article .recent-post-item:nth-child(3) .post-thumbnail {
  width: 100%;
  max-height: 158px;
  margin: 0;
}

.main-content .editor-pick-wrapper article .recent-post-item:nth-child(3) .post-text {
  width: 100%;
  padding: 27px 30px 15px 30px;
}

@media (min-width: 540px) and (max-width: 767px) {
  .main-content .editor-pick-wrapper article .recent-post-item:nth-child(3) .post-text .thumbnail-footer {
    padding-left: 30px;
  }
}

.main-content .editor-pick-wrapper article .recent-post .no-thumbnail .post-thumbnail {
  min-height: 253px;
}

.main-content #homepage-recent-posts-section .recent-post-item:nth-child(4) {
  display: block;
}

.main-content .loadmore-container .loaded-article > div {
  width: calc(100% / 2 - 19px);
}

.main-content .loadmore-container .loaded-article > div:nth-child(3) {
  margin-right: 32px;
}

.main-content .loadmore-container .loaded-article > div:nth-child(2n) {
  margin-right: 0;
}

.main-content .editor-pick-tab-version {
  display: block;
}

@media (max-width: 767px) {
  .main-content .editor-pick-tab-version {
    display: none;
  }
}

.main-content .editor-pick-tab-version .editor-pick {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.main-content .editor-pick-tab-version .editor-pick-item {
  position: relative;
  width: calc(100% / 2 - 23px);
  margin: 0 38px 40px 0;
  background-color: #fff;
  box-shadow: 0 0.52px 220px 0 rgba(0, 0, 0, 0.07);
  box-shadow: none;
  display: block;
  max-height: unset;
}

.main-content .editor-pick-tab-version .editor-pick-item .card-label {
  position: absolute;
  top: 18px;
  left: 14px;
  background-color: rgba(23, 23, 23, 0.88);
  color: #fff;
  padding: 7px 15px;
  font-size: 16px;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .editor-pick-tab-version .editor-pick-item .card-label {
    font-size: 16px;
  }
}

@media (max-width: 539px) {
  .main-content .editor-pick-tab-version .editor-pick-item .card-label {
    font-size: 11px;
  }
}

.main-content .editor-pick-tab-version .editor-pick-item:nth-child(3) {
  margin-right: 0;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-thumbnail {
  width: 100%;
  min-height: 253px;
  max-height: 253px;
  overflow: hidden;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-thumbnail img {
  display: block;
  width: 100%;
  min-height: 253px;
  max-height: 253px;
  object-fit: cover;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-thumbnail.compact-object-fit {
  background-size: cover;
  background-position: center center;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-thumbnail.compact-object-fit img {
  display: none;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text {
  box-sizing: border-box;
  padding: 27px 30px 15px 30px;
  position: relative;
  min-height: 203px;
  max-height: 203px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-content .editor-pick-tab-version .editor-pick-item .post-text {
    min-height: 201px;
    max-height: 201px;
  }
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text .published-date span {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.58vw;
}

@media (max-width: 539px) {
  .main-content .editor-pick-tab-version .editor-pick-item .post-text .published-date span {
    font-size: 10px;
  }
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text h2 {
  min-height: 78px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.81px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text h2:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .editor-pick-tab-version .editor-pick-item .post-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 539px) {
  .main-content .editor-pick-tab-version .editor-pick-item .post-text h2 {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 0;
  }
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text .thumbnail-footer {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 47px;
  background-color: #fbfbfb;
  justify-content: space-between;
  align-items: center;
  font-family: "Segoe UI";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1vw;
}

@media (max-width: 767px) {
  .main-content .editor-pick-tab-version .editor-pick-item .post-text .thumbnail-footer {
    padding: 0 10px;
  }
}

@media (min-width: 320px) and (max-width: 1024px) {
  .main-content .editor-pick-tab-version .editor-pick-item .post-text .thumbnail-footer {
    line-height: 16px;
  }
}

@media (max-width: 539px) {
  .main-content .editor-pick-tab-version .editor-pick-item .post-text .thumbnail-footer {
    font-size: 10px;
  }
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text .thumbnail-footer .post-author {
  margin-right: 20px;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text .thumbnail-footer .reading-time {
  font-weight: normal;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text .thumbnail-footer .reading-time span {
  padding-left: 8px;
  white-space: nowrap;
}

@media (max-width: 539px) {
  .main-content .editor-pick-tab-version .editor-pick-item {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .main-content .editor-pick-tab-version .editor-pick-item .post-thumbnail,
  .main-content .editor-pick-tab-version .editor-pick-item .post-text {
    width: 100%;
  }
  .main-content .editor-pick-tab-version .editor-pick-item .post-text {
    padding: 27px 10px 15px 10px;
    margin: 0;
  }
  .main-content .editor-pick-tab-version .editor-pick-item .post-text .card-label {
    top: 10px;
    left: 10px;
  }
}

.main-content .editor-pick-tab-version .editor-pick-item:nth-child(2n) {
  margin-right: 0;
}

.main-content .editor-pick-tab-version .editor-pick-item:nth-child(3n) {
  margin-right: 38px;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-thumbnail {
  margin-bottom: 20px;
  min-height: 203px;
  max-height: 203px;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-thumbnail img {
  min-height: 203px;
  max-height: 203px;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text {
  padding: 0;
  min-height: 100px;
  max-height: 100px;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text h2 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text .thumbnail-footer {
  justify-content: flex-start;
  padding: 0;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text .thumbnail-footer .post-author {
  margin: 0;
}

.main-content .editor-pick-tab-version .editor-pick-item .post-text .thumbnail-footer .post-author::after {
  content: '|';
  padding: 0 10px;
  color: #DBDBDB;
}

.main-content section.popular-posts-wrapper h3 {
  justify-content: flex-start;
  overflow: hidden;
  font-size: 24px;
  width: 100%;
  margin-bottom: 40px;
}

.main-content section.popular-posts-wrapper h3::before {
  display: none;
}

.main-content section.popular-posts-wrapper h3::after {
  max-width: 500px;
}

.main-content section.popular-posts-wrapper .popular-post-content {
  position: relative;
}

.main-content section.popular-posts-wrapper .popular-post-content .tower-card {
  position: absolute;
  height: calc(50% - 38px);
  right: 0;
  bottom: 0;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side {
  margin-right: 0;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item {
  width: calc(100% / 2 - 19px);
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:nth-child(2n) {
  margin-right: 0;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:nth-child(3n) {
  display: block;
  margin-right: 32px;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:nth-child(3n) .post-thumbnail {
  width: 100%;
  margin: 0;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:nth-child(3n) .post-text {
  width: 100%;
  padding: 27px 30px 15px 30px;
}

.main-content section.popular-posts-wrapper .popular-post-content .left-side .popular-post-item:nth-child(3n) .post-text .thumbnail-footer {
  padding-left: 30px;
}

/*# sourceMappingURL=homepage-tab.css.map */