<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#idModalChannelInfo .channelinfo-header {
  background-color: #EC008C;
  border: 3px solid #FFFFFF;
  height: 52px;
}

#idModalChannelInfo .channelinfo-title {
  font-family: SCDreamMedium;
  font-size: 16px;
  color: #FFFFFF;
}
#idModalChannelInfo .channelinfo-tab {
  font-family: SCDreamMedium;
  font-size: 13px;
}
#idModalChannelInfo .channelinfo-tab .nav-link {
  color: #6c757d;
}
#idModalChannelInfo .channelinfo-tab .active {
  color: #EC008C;
}
#idModalChannelInfo .channelinfo-contents {
  font-family: SCDreamRegular;
  font-size: 13px;
  padding-top: 15px;
  height: 445px;
}
#idModalChannelInfo .channelinfo-rank-img {
  width: 60%;
  object-fit: cover;
  object-position: center;
}
#idModalChannelInfo .channelinfo-rank-channel03 {
  font-family: SCDreamRegular;
  font-size: 13px;
  color: #343a40;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}
#idModalChannelInfo .channelinfo-rank-channel01 {
  font-family: SCDreamRegular;
  font-size: 11px;
  color: #6c757d;
  text-align: center;
}
#idModalChannelInfo .channelinfo-rank-notice {
  font-family: SCDreamRegular;
  font-size: 13px;
  color: #1A1A1A;
  padding-top: 16px;
  padding-left: 18px;
}
#idModalChannelInfo hr {
  margin: 0;
  color: #c0c0c0;
}
#idModalChannelInfo .channelinfo-list-sect {
  height: 430px;
  box-shadow: inset 0px 0px 1px 1px #E0E0E0;
  background-color: #FAFAFA;
  border-radius: 5px;
}
#idModalChannelInfo .channelinfo-list-tree ul {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px dashed #D0D0D0;
}
#idModalChannelInfo .channelinfo-list-tree li {
  font-family: SCDreamRegular;
  list-style: none;
  color: #6c757d;
  font-size: 13px;
  padding-top: 10px;
}
#idModalChannelInfo .channelinfo-list-tree .folder-lvl2 {
  font-family: SCDreamMedium;
  color: #343a40;
  font-size: 13px;
}
#idModalChannelInfo .channelinfo-list-tree .folder-lvl1 {
  font-family: SCDreamMedium;
  color: #343a40;
  font-size: 13px;
}
#idModalChannelInfo .channelinfo-list-tree li:before {
  margin-right: 4px;
  content: "";
  height: 20px;
  vertical-align: middle;
  width: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("/images/channel_list/clist_3.svg");
  background-position: center 2px;
  background-size: 60% auto;
}
#idModalChannelInfo .channelinfo-list-tree li.folder-lvl2:before {
  background-image: url("/images/channel_list/clist_2.png");
  background-position: center top;
  background-size: 75% auto;
}
#idModalChannelInfo .channelinfo-list-tree li.folder-lvl1:before {
  background-image: url("/images/channel_list/clist_1.png");
  background-position: center top;
  background-size: 80% auto;
}
</pre></body></html>