ul {
  list-style: none;
}

.container_box {
  display: grid;
  grid-template-columns: 130px 750px 150px;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(171deg, rgb(30 30 30) 0%, rgb(20 20 20) 0.4%);
}

.scroll_ad {
  position: sticky;
  top: 80px; /* 화면 상단에서의 거리 */
  margin-left: -10px;
}
.container_main {
  width: 100%;
  padding: 30px 25px;
  border-radius: 5px;
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(171deg, rgb(35 35 35) 0%, rgb(30 30 30) 0.4%);
  max-width: 780px;
}

.container .sub2 {
  margin: 30px;
  font-weight: 500;
}

.Elapsed_time {
  display: inline-block;
  position: relative;
  border-radius: 10px;
}

.bottom_other_list {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 5px;
}

.bottom_other_list a {
  display: block;
}

.content-people a {
  display: inline-block;
}

.container_main_right {
  padding: 5px;
  background: #1e1e1e;
}

.container_main_right .bottom_other_list {
  grid-template-columns: 100%;
}

.container_main_right > .index_thumb_box {
  height: 100px;
}

.container_main_right .index_thumb_box {
  height: 100px;
}

.container_main_right .other_article {
  height: 100px;
  filter: brightness(80%);
}

.container_main_right .list_description {
  display: none;
}

.container_main_right .list_sub {
  overflow-y: hidden;
  height: 150px;
}

.container_main_right strong {
  color: #8d8d8d;
}

.container_main_right .sub3 {
  display: none;
}

.content-area img:first-child {
  margin: 20px auto;
}

/* 모바일 */
@media screen and (max-width: 768px) {
  .bottom_other_list {
    grid-template-columns: auto;
  }
  .content-area img {
    /* width: 100%;
        position: relative; */
  }
}
