body {
  background-color: #000;
}
.drama-detail-page {
  max-width: 500px;
  padding-top: 60px;
  color: #fff;
}
.nav {
  margin-bottom: 15px;
}
.nav span {
  margin: 0 5px;
  color: A6A0A0;
}
.nav a {
  color: #a6a0a0;
}
.nav a:hover {
  color: #fff;
}

.video-wrap {
  position: relative;
  width: 100%;
}
.plyr--video {
  height: 500px;
}
h1 {
  font-size: 23px;
}

#videoEndAction {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
#videoEndAction button {
  width: 153px;
  font-size: 20px;
  font-weight: bold;
  background-color: #0b57d0;
  color: #fff;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 10px;
  margin-bottom: 15px;
}
#videoEndAction button:nth-child(2) {
  color: #0b57d0;
  background-color: #fff;
}
.qrcode-wrap {
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#videoEndAction p {
  font-size: 24px;
}
#videoEndAction div {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.desc {
  background-color: #090909;
  padding: 20px;
}
.desc .selections p {
  font-weight: bold;
  color: #eeeeee;
  margin: 0 0 10px 0;
}
.desc .selections .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  grid-gap: 5px;
}
.desc .selections .list .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 22px;
  border-radius: 10px;
  width: 73px;
  height: 53px;
  text-align: center;
  margin-bottom: 5px;
}
.desc .selections .list .item.lock-item {
  position: relative;
}
.desc .selections .list .item.lock-item img {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
}
.desc .division {
  height: 1px;
  background-color: #7979798c;
  margin: 10px 0;
}
.desc .overlay {
  position: fixed;
  width: 300px;
  height: 350px;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  top: 30%;
  left: calc(50% - 150px);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 0 0 0;
  z-index: 2000;
}
.desc .overlay p {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
  color: #333;
}
.desc .overlay .close-wrap {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  padding: 5px;
  margin-top: 10px;
  cursor: pointer;
}
.desc .tag-list {
  display: flex;
  flex-flow: row wrap;
}
.desc .tag-list .item {
  color: #fff;
  background-color: #222;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 5px;
}
.desc p {
  color: #9d9b9b;
}

.you-may-like h2 {
  color: #fff;
  font-size: 18px;
  margin: 10px auto;
  padding: 0 20px;
  max-width: 1500px;
  &::after {
    content: '';
    display: block;
    margin-top: 5px;
    height: 3px;
    width: 100%;
    background-color: #fff;
  }
}
.content-item {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  h1,
  .nav {
    padding: 0 10px;
  }
}
