@charset "utf-8";

/* 기본 서브비쥬얼 */
.wrap-sub-visual { background:url('/images/guide/common/sub-visual.jpg'); }

.wrap-fix {z-index: 1003!important;}
.wrap-sub-navi { z-index: 1002!important; }


.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;}
  .wrap-contents .con-table:after{display:none;}
  */
  .table_book_img{ height:100px!important;}
}




/*테이블 반응형 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;}
}
