@charset "utf-8";

/* 기본 서브비쥬얼 */
.wrap-sub-visual { background:url('/images/guide/common/sub-visual.jpg'); }
.table_book_img{ height:190px;}
@media all and (max-width: 960px){
  .wrap-contents .con-table table{width: 100%; word-break: break-all;
	/*white-space: nowrap;*/ overflow:hidden; text-overflow:ellipsis;
	table-layout: auto;}
  .table_book_img{ height:100px!important;}
  .wrap-contents .con-table:after{display:none;}
}




/*테이블 반응형 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;}
}
