body.menu-open {
  overflow: hidden;
}

body.menu-open .Menu-panel {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 10;
  width: 100vw;
}

.Bg {
  background-color: #f5f5f5;
}

.Body {
  background-color: #f5f5f5;
  padding-bottom: 44px;
  overflow-x: hidden;
  position: relative;
}

.Body.Scrolling {
  padding-top: 50px;
}

.Body.With-reading-progress {
  top: 0px;
}

.Body.With-reading-progress.Scrolling {
  padding-top: 66px;
}

.Body.With-reading-progress .Post-section {
  margin-top: 10px;
}

.Body.With-reading-progress .White {
  margin-top: 0px;
}

.Body {
  padding-left: 16px;
  padding-right: 16px;
}

.Header-content {
  padding-left: 8px;
  padding-right: 8px;
}

.Header {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  z-index: 12;
  top: 0;
  box-shadow: 0 2px 10px 0 rgba(37, 37, 37, 0.3);
  /** Navigation Part **/
}

.Header-banner {
  position: relative;
  max-height: 180px;
  background-color: rgba(37, 37, 37, 0.1);
}

.Header-banner .wrap {
  max-width: 1110px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.Header-banner img {
  width: 100%;
  margin: 0 auto;
}

.Header-content {
  text-align: center;
  padding-bottom: 8px;
  height: 50px;
}

.Header-link {
  color: #cd0505;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 32px;
  transition: .25s;
}

.Header-link:not(:first-of-type) {
  margin-left: 39px;
}

.Header-link.Margin-right {
  margin-right: 26px;
}

.Header-link:hover {
  color: #900101;
}

.Header-login-register-btn {
  margin-left: -8px;
  border: none !important;
}

.Header-sub-btn .btn {
  color: #ffffff;
  background-color: #cd0505;
  width: 84px;
}

.Header-sub-btn .btn:hover {
  background-color: #900101;
  color: #ffffff;
}

.Header-search {
  margin-right: 8px;
}

.Header-search:hover, .Header-search:active {
  cursor: pointer;
}

.Header-search:hover path, .Header-search:active path {
  fill: #900101;
}

.Header-notice {
  margin-right: 8px;
}

.Header-notice:hover, .Header-notice:active {
  cursor: pointer;
}

.Header-notice-container {
  position: absolute;
  top: 0;
  left: 14px;
  box-shadow: 0 0 4px 0 rgba(37, 37, 37, 0.3);
  border: solid 1px #ffffff;
  background-color: #cd0505;
  padding: 0px 2px;
  border-radius: 8px;
}

.Header-notice-count {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: normal;
  color: #ffffff;
}

.Header-user {
  position: relative;
}

.Header-user-info {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  right: -8px;
  z-index: -1;
  width: 100vw;
  padding: 24px;
  background-color: rgba(37, 37, 37, 0.9);
  transition: .25s;
}

.Header-user-info.open {
  visibility: visible;
  opacity: 1;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .Header-user-info {
    width: 255px;
  }
}

@media screen and (min-width: 1024px) {
  .Header-user-info {
    right: 16px;
  }
  .Header-user-info.open {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
}

.Header-user-info .Type {
  margin-left: 8px;
  color: #dd9f60;
  font-size: 1.25rem;
}

.Header-user-info .Subscription {
  background-color: #dd9f60;
  padding: 8px 8px 12px 8px;
  margin-top: 8px;
}

.Header-user-info .Subscription .Due-date {
  color: #fff;
  font-size: 0.875rem;
  line-height: 20px;
}

.Header-user-info .Subscription .Text {
  margin-top: 6px;
  opacity: 0.8;
  color: #fff;
  font-size: 0.75rem;
  line-height: 14px;
  text-align: left;
}

.Header-user-info .Count {
  background-color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  color: #424242;
  padding: 8px 0px 16px;
}

.Header-user-info .Count .Number {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  color: #dd9f60;
}

.Header-user-info .user-func {
  width: 100%;
  padding-top: 24px;
}

.Header-user-info .user-func a {
  display: block;
  padding-bottom: 16px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 24px;
  transition: .25s;
}

.Header-user-info .user-func a:hover {
  color: #b9b9b9;
}

.Header-user-info .user-func .btn-logout {
  width: 84px;
  height: 32px;
  padding: 0;
  margin: 8px auto 0;
  border: 1px solid #fff;
  line-height: 30px;
  text-align: center;
  transition: .25s;
}

.Header-user-info .user-func .btn-logout:hover {
  border-color: #b9b9b9;
}

.Header-user:hover .Header-name,
.Header-user:hover .Header-name-arrow, .Header-user:active .Header-name,
.Header-user:active .Header-name-arrow {
  color: #b9b9b9;
}

.Header-user:hover .Header-name polygon,
.Header-user:hover .Header-name-arrow polygon, .Header-user:active .Header-name polygon,
.Header-user:active .Header-name-arrow polygon {
  fill: #b9b9b9;
}

.Header-name {
  margin-right: 1px;
}

.Header-name:hover, .Header-name:active {
  cursor: pointer;
  color: #b9b9b9;
}

.Header-name-arrow {
  margin-right: 16px;
}

.Header-name-arrow:hover, .Header-name-arrow:active {
  cursor: pointer;
}

.Header-name-arrow:hover polygon, .Header-name-arrow:active polygon {
  fill: #b9b9b9;
}

.Header-nav {
  height: 40px;
  width: 100%;
  text-align: center;
  background-color: #cd0505;
  position: relative;
  top: 0px;
  z-index: 9;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.Header-nav-item {
  position: relative;
  font-size: 16px;
  height: 40px;
  padding: 0;
  font-weight: 300;
  line-height: 40px;
}

.Header-nav-item:hover, .Header-nav-item:active {
  cursor: pointer;
  background-color: #900101;
}

.Header-nav-item.level-menu.hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 5.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5.5px 0 5.5px;
  border-color: #900101 transparent transparent transparent;
}

.Header-nav-panel {
  display: inline !important;
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 40px;
  min-width: 233px;
  transition: .2s all;
  text-align: left;
  cursor: default;
}

.Header-nav-panel.d-xs-none {
  display: inline !important;
  visibility: hidden;
  opacity: 0;
}

.Header-nav-panel.position-left {
  left: 0;
}

.Header-nav-panel.position-right {
  right: 0;
}

.Header-nav-panel-content {
  background-color: rgba(42, 42, 42, 0.9);
  padding: 40px;
}

.Header-nav-panel-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1;
}

.Header-nav-panel-title-column {
  padding-right: 65px;
}

.Header-nav-panel-title a:hover {
  color: #b9b9b9;
  text-decoration: none;
}

.Header-nav-panel .Column-body {
  padding: 0;
  margin: 0;
}

.Header-nav-panel .Column-body ul {
  overflow: hidden;
  list-style: none;
  min-width: 133px;
  padding: 0;
  margin: 0;
}

.Header-nav-panel .Column-body ul li {
  margin-bottom: 16px;
  line-height: 24px;
}

.Header-nav-panel .Column-body ul li:last-child {
  margin-bottom: 0;
}

.Header-nav-panel .Column-body ul li .subtitle {
  margin: 0;
  color: #b9b9b9;
  font-weight: 500;
  font-size: 0.875rem;
}

.Header-nav-panel .Column-body a {
  display: block;
  color: #ffffff;
  font-weight: normal;
  font-size: 1.125rem;
  transition: .25s;
}

.Header-nav-panel .Column-body a svg {
  margin-left: 8px;
}

.Header-nav-panel .Column-body a:hover {
  color: #b9b9b9;
  text-decoration: none;
}

.Header-nav-panel .Column-body a:hover svg path {
  fill: #b9b9b9;
}

.Header-nav-footer {
  background-color: #252525;
  padding: 16px 40px;
  line-height: normal;
}

.Header-nav-footer p {
  margin: 0;
  color: #b9b9b9;
  text-align: center;
}

.Header-nav-footer > a {
  display: block;
  margin-top: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.Header-nav-footer ul {
  list-style: none;
  padding: 16px 0 12px 0;
  margin: 0;
  border-bottom: 1px solid #dadada;
}

.Header-nav-footer ul li:not(:first-child) {
  margin-left: 16px;
}

.Header-nav-footer span {
  margin-right: 24px;
  font-size: 12px;
}

.Header-nav-footer svg {
  width: 32px;
  height: 32px;
}

.Post-section {
  color: #424242;
  font-size: 12px;
  padding-top: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b9b9b9;
}

.Post-section.White {
  position: relative;
  z-index: 1;
  color: #ffffff;
  margin: -6px;
}

.Post-section.White path {
  fill: #ffffff;
}

.Post-section-content {
  margin-left: 6px;
  overflow: hidden;
  height: 20px;
}

.Menu-panel {
  background-color: #424242;
  color: #ffffff;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  position: relative;
}

.Menu-category {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 8px 24px;
  position: relative;
}

.Menu-category svg {
  position: absolute;
  right: 24px;
  top: 4px;
}

.Menu-category svg polygon {
  fill: #ffffff;
}

.Menu-category.active {
  background-color: #ffffff;
  color: #cd0505;
}

.Menu-category.active svg {
  transform: rotate(180deg);
}

.Menu-category.active svg polygon {
  fill: #cd0505;
}

.Menu-category-content {
  padding: 16px 24px;
  background-color: #252525;
}

.Menu-category-content-section:not(:first-of-type) {
  margin-top: 24px;
}

.Menu-category-sub {
  color: #757575;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 8px;
}

.Menu-category-item {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 16px;
}

.Menu-category-item:last-of-type {
  margin-bottom: 0;
}

.Menu-category-item svg {
  margin-left: 8px;
}

.Menu-footer {
  width: 100%;
  background-color: #252525;
  padding: 8px 24px 16px;
  font-size: 12px;
  font-weight: normal;
}

.Menu-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Menu-footer ul li {
  float: left;
}

.Menu-footer.Force-bottom {
  position: absolute;
  bottom: 0px;
}

.Menu-footer-left-part {
  margin-right: 114px;
}

.Menu-icon-group {
  border-bottom: 1px solid #dadada;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.Menu-icon-group ul li:not(:last-of-type) {
  margin-right: 16px;
}

.Menu-icon-group ul li svg {
  width: 32px;
  height: 32px;
}

.User-profile {
  text-align: left;
  width: 259px;
  height: 270px;
  background-color: #252525;
  opacity: 0.9;
  padding: 11px 16px 0px;
  position: absolute;
  top: 40px;
  right: 100px;
  z-index: 10;
}

.User-profile-type {
  font-size: 20px;
  color: #dd9f60;
}

.User-profile-type img {
  margin-right: 7px;
}

.User-profile-period {
  background-color: #dd9f60;
  color: #ffffff;
  font-size: 12px;
  line-height: 14px;
  padding: 8px;
  margin-top: 8px;
}

.User-profile-point {
  background-color: #ffffff;
  font-size: 9px;
  line-height: 15px;
  color: #424242;
  text-align: center;
  padding: 8px 0px;
}

.User-profile-point .Count {
  font-size: 20px;
  font-weight: 500;
  color: #dd9f60;
  line-height: 29px;
}

.User-profile-link {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #ffffff;
}

.User-profile-link.Margin-top {
  margin-top: 24px;
}

.User-profile-link:hover {
  opacity: 0.5;
}

.Article-content a {
  width: 100%;
}

.media .media-icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 320px) {
  .Header-content {
    width: 100%;
  }
  .Header-logo {
    width: 60px;
    height: 32px;
  }
  .Header-sub-btn .btn {
    width: 84px;
  }
}

@media screen and (min-width: 768px) {
  .Body, .Header-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .Body {
    margin-bottom: 0px;
  }
  .Header-login-register-btn {
    margin-left: 8px;
  }
  .Header-sub-btn .btn {
    width: 84px;
  }
}

@media screen and (min-width: 1024px) {
  .Body.Scrolling {
    padding-top: 98px;
  }
  .Body.With-reading-progress.Scrolling {
    padding-top: 142px;
  }
  .Body, .Header-content {
    padding-left: 47px;
    padding-right: 47px;
  }
  .Header-logo {
    width: 77px;
    height: 42px;
  }
  .Header-search, .Header-notice {
    margin-right: 16px;
  }
  .Header-avatar {
    margin-right: 8px;
  }
  .Header-nav-item {
    width: 84px;
  }
  .Header-content {
    height: 58px;
  }
  .Header-login-register-btn {
    margin-right: 56px;
  }
  .Header .btn {
    width: 84px;
  }
  .Header-user:hover .Header-user-info {
    visibility: visible;
    opacity: 1;
    z-index: 9;
  }
  .Post-section {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1280px) {
  .Body, .Header-content {
    padding-left: 85px;
    padding-right: 85px;
  }
  .Header-logo {
    width: 119px;
    height: 65px;
  }
  .Header-logo.Scrolling {
    width: 77px;
    height: 42px;
  }
  .Header-nav-item {
    width: 101px;
  }
  .Header-content {
    height: 100px;
  }
  .Header-content.Scrolling {
    height: 58px;
  }
  .Header-sub-btn .btn {
    width: 84px;
  }
}

@media screen and (min-width: 1440px) {
  .Body, .Header-content {
    padding-left: calc(50% - 550px);
    padding-right: calc(50% - 550px);
    margin: 0px auto;
  }
  .Header-banner {
    text-align: center;
  }
  .Header-banner > img {
    max-width: 1110px;
  }
  .Header-sub-btn .btn {
    width: 84px;
  }
}

.Ad-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #252525;
}

.Ad-list {
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
  -ms-flex: 1 0 0%;
  overflow-x: scroll;
  /* Firefox */
  scrollbar-width: none;
  /* IE 10+ */
  -ms-overflow-style: none;
  /* WebKit */
  width: 100vw;
  padding-top: 32px;
  /* override smooth-scrollbar.js style */
}

.Ad-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.Ad-list#Scroll-panel article:first-of-type {
  padding-left: 32px;
}

.Ad-list .scroll-content {
  display: flex;
  display: -ms-flexbox;
}

.Ad-list .scrollbar-track-x {
  display: none !important;
}

.Ad-figure {
  max-width: calc((100% - 32px) / 3);
  max-width: calc((100% - 30px) / 3) \0;
  min-width: 162px;
  padding: 0 0 32px;
  margin: 0;
}

.Ad-figure figcaption {
  font-size: 1.125rem;
  color: #252525;
  padding-top: 8px;
}

@media screen and (min-width: 320px) {
  .Ad-figure {
    margin: 0 16px 0 0;
  }
  .Ad-figure:last-of-type {
    margin: 0;
  }
  .Ad-figure figcaption {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .Ad-container .scroll-content {
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .Ad-figure {
    margin: 0;
    margin: 0 14px 32px 0 \0;
  }
  .Ad-figure:last-of-type {
    margin: 0;
  }
  .Ad-figure:nth-of-type(3n) {
    margin: 0 0 32px 0 \0;
  }
  .Ad-figure figcaption {
    font-size: 1.125rem;
  }
}
