/** LEFT LINE COLOR **/
* {
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  color: #777;
  margin: 0;
  min-height: 100%;
}

#page {
  width: 90%;
  margin: 0 auto;
  background: #fff;
}

.intro {
  padding: 0 ;
  line-height: 22px;
}

.category {
  margin-left: 0px;
  margin-right: 0px;
}

.category :nth-child(2) .item {
  border-color: #53c6c2;
}

.category :nth-child(3) .item {
  border-color: #e9b45b;
}

.category :nth-child(4) .item {
  border-color: #63a3e6;
}

.category :nth-child(5) .item {
  border-color: #5aa05c;
}

.category :nth-child(6) .item {
  border-color: #e68c5d;
}

.category :nth-child(7) .item {
  border-color: #c197c8;
}

.category :nth-child(8) .item {
  border-color: #4aa3c9;
}

.category :nth-child(9) .item {
  border-color: #919191;
}

.category :nth-child(10) .item {
  border-color: #e9b45b;
}

.category :nth-child(11) .item {
  border-color: #5aa05c;
}

.category :nth-child(12) .item {
  border-color: #63a3e6;
}

.category :nth-child(13) .item {
  border-color: #5aa05c;
}

.category :nth-child(14) .item {
  border-color: #e68c5d;
}

.category :nth-child(15) .item {
  border-color: #c197c8;
}

.category :nth-child(16) .item {
  border-color: #4aa3c9;
}

.category :nth-child(17) .item {
  border-color: #c197c8;
}

.category :nth-child(18) .item {
  border-color: #919191;
}

.category :nth-child(19) .item {
  border-color: #e9b45b;
}

.category :last-child {
  border-bottom: none;
}

.item-wrap {
  padding: 5px; /** 왼쪽 세로 줄 부터 **/
  border-bottom: 1px solid rgba(147, 157, 171, 0.3);
}

.item-group h3 {
  color: #333;
  padding: 10px 10px 5px 10px; /** 큰 제목 **/
  margin: 22px 0 2px 0;
  text-transform: uppercase;
  font-size: 1rem;
  border-color: #405171;
  background-color: #eee;
}

.item {
  margin: 10px 0;
  padding-left: 10px;
  border-left: 4px solid;
  border-color: #e05248;
}

.item-content-top {
  display: flex;
}

.item-content-top .item-data {
  flex-direction: column;
  width: 100%;
}

.item-content-top .item-data .item-title {
 font-weight: bold;
 color: #333;
 margin: 0 0 5px 0;
}

.item-content-top .item-data .item-description {
  padding: 4px 0 5px 0;
  font-size: .85rem; /** 본문 글 크기 **/
  line-height: 22px;
  word-break:normal; /** 단어짤림 방지 **/
}

.item-content-top .item-data .item-player {
  padding-top: 5px;
  width: 75%;
}

.item-content-top .item-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}

.item-content-top .item-right .item-time {
  color: #939dab;
  font-size: .75rem;
  padding: 0 10px;
}

@media all and (max-width: 650px) {
  .intro {
    font-size: .85rem;
    text-align: justify;
    margin-top: .5em;
    margin-bottom: .5em;
    line-height: 22px;
  }
  .item-group h3 {
    font-size: .85rem;
  }
  .item-content-top .item-data .item-title {
    font-size: .85rem;
    line-height: 22px;
  }
  .item-content-top .item-data .item-description {
    font-size: .85rem;
    line-height: 22px;
  }
  .item-content-top .item-data .item-player {
    margin-top: 10px;
    padding-top: 5px;
    width: 60%;
    height: 3em;
    transform: scale(1.5) translateX(18%);
  }
  .item-content-top .item-right .item-time {
    font-size: .85rem;
    padding: 0 10px;
    line-height: 22px;
  }
  .item-content-bottom .item-tags-list .label {
    font-size: .85rem;
    margin-top: 15px;
    line-height: 22px;
  }
}
/** /. LEFT LINE COLOR **/

/** PC ! MOBILE **/
@media (max-width:660px) {.pc {display:none}}
@media (min-width:660px) {.mb {display:none;}}
/** /. TABLE **/

/** IMG BOX **/
.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: center;
  border:1px solid #eee;
  /** box-shadow: 0 1px 2px rgba(0,0,0,0.1); **/
  padding: 6px;
  width: 140px;
  height: 160px;
  margin: 4px 2px 4px 2px; 
/** /. IMG BOX **/