@charset "utf-8";

.basic-line .basic-list { list-style:none; padding:0px; margin:-2px 0px; line-height:26px; }
.basic-line .basic-list li { padding:0px; margin:0px; 
  font-size: 18px;
  color: #111111;
  text-decoration: none;
  font-family: 'Pretendard', sans-serif;
  white-space: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
    height: 20px;
}



/* 모바일 (가로 767px 이하) */
@media (max-width: 767px) {
.basic-line .basic-list li  {
        font-size: 22px;
    }
}



.basic-line .basic-list li b { letter-spacing:-1px; padding-right:1px; }
.basic-line .basic-list li .name { letter-spacing:-1px; color:#888; padding-left:4px; padding-right:1px;}
.basic-line .basic-list .txt-normal { letter-spacing:0; }


.basic-line .basic-list hr { margin-top: 20px; margin-bottom:20px; border:0; border-top:1px solid #e2e2e2; display:block; }
.basic-line .basic-none { padding:50px 10px; text-align:center; color:#888; }
.basic-line .wr-text { font-family:dotum; font-size:11px; letter-spacing:-1px; line-height:11px; font-weight:normal; }
.basic-line .wr-icon { display:inline-block; padding:0px; margin:0px; line-height:12px; vertical-align:middle; background-repeat: no-repeat; background-position: 0px 0px; }
.basic-line .wr-new { width:12px; height:12px; background-image: url('./img/icon_new.gif'); }
.basic-line .wr-secret { width:12px; height:12px; background-image: url('./img/icon_secret.gif'); }
.basic-line .wr-video { width:12px; height:12px; background-image: url('./img/icon_video.gif'); }
.basic-line .wr-image { width:12px; height:12px; background-image: url('./img/icon_image.gif'); }
.basic-line .wr-file { width:12px; height:12px; background-image: url('./img/icon_file.gif'); }
