* {
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
}
/* 스크롤바 안보이게 */
body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.container {
  margin: 0 auto;
  color: #686868;
}

.all {
  color: #981d26;
  font-size: 16px;
  text-align: center;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: #0c43b7;
}
.recent {
  min-height: fit-content;
  margin-top: 20px;
}
.recent-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.recent-top > span {
  color: black;
}
.img-background {
  position: relative;
}
.fas {
  width: 20px;
  height: 20px;
  display: block;
}
.recent-middle {
  margin-top: 10px;
}
.recent-middle > span {
  display: inline-block;
  cursor: pointer;
  border: 1px solid;
  border-radius: 20px;
  border-color: #686868;
  padding: 0.25rem 0.5rem;
  margin-bottom: 5px;
  margin-right: 5px;
}
#no-recent {
  border: none;
  padding: 0;
  cursor: default;
  text-align: center;
}
.title {
  color: black;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
}
.search-ranking-time {
  font-size: 10px;
  color: #686868;
}
.ranking-item-container {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0;
}
.ranking-item {
  flex: 1;
}
.ranking-num {
  padding-left: 5px;
  width: 40px;
  text-align: start;
}
.line {
  height: 1px;
  border-bottom: 0.5px solid rgb(228, 228, 228);
  padding-top: 25px;
  margin-bottom: 25px;
}
.line2 {
  padding-top: 5px;
}
.all-theater-play {
  margin-bottom: 25px;
}

.x-btn {
  display: none;
  color: lightslategray;
}
.dropdown-content {
  display: none;
  z-index: 1;
  width: 70px;
  position: absolute;
  left: -40px;
  background-color: white;
}
.dropdown-content span {
  color: black;
  display: block;
}
.show {
  display: block;
  float: left;
}
.fas-container {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.choice-delete,
.all-delete {
  cursor: pointer;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
