@charset "utf-8";

/* 기본 서브비쥬얼 */
.wrap-sub-visual { background:url('/images/guide/common/sub-visual.jpg'); }

.class_content {width: 80%!important;}
 .box-line {border: 1px solid #ddd; padding: 20px; margin-top: 20px; border-radius: 5px;}
.text-primary {color: #337ab7 !important;}

/*소중한글 추가(20211103)*/
.orange_txt{color: #e77800;}
.post-img {text-align: center;}
.singer {width: 500px;  text-align: right;}




/*테이블 반응형 UI 수정 */
@media all and (max-width:960px) {
  .wrap-contents .con-table table {width:100% !important;}
.wrap-contents .con-table:after {width:auto !important; background:none !important;}
}
