/* 생활업종현황 도움말 */
.House_Index_Info { position:fixed; width:100%; height:100%; z-index:10000; top:0;box-sizing:border-box; }
.House_Index_Info .Blackbg { position:fixed; width:100%; height:100%; background:#000; opacity:0.5;}
.House_Index_Info .ContBox { position:absolute; width:95%; width:calc(100% - 40px); height:95%; height:calc(100% - 40px); background:#fff; box-sizing:border-box; left:20px; top:20px; z-index:10001; padding:20px; border-radius:10px; overflow-y:auto;}
.House_Index_Info .ContBox .BtnClose { position:absolute; right:15px; top:15px; background:url(../../img/house/icon_index_close.png) no-repeat left top; display:block; width:16px; height:16px; text-indent:-1000px; overflow:hidden; }
.House_Index_Info .ContBox h1 {font-weight:normal; font-family:"나눔고딕B";  font-size:18px; color:#333; background:url(../../img/house/icon_index_title.png) no-repeat left 3px; padding-left:25px; padding-bottom:5px; margin-bottom:15px; } 
.House_Index_Info .ContBox .Tab { overflow:auto; margin-bottom:20px; margin-top: 10px;}
.House_Index_Info .ContBox .Tab li { float:left; width:25%;}
.House_Index_Info .ContBox .Tab li:first-child { width:25%;}
.House_Index_Info .ContBox .Tab li:last-child { width:25%;}
.House_Index_Info .ContBox .Tab li a { display:block; text-align:center; border:#ccc solid 1px; border-left:none; padding-top:8px; background:#f2f2f2; font-size:14px; height:36px; box-sizing:border-box;}

.House_Index_Info .ContBox .Tab li:first-child a { border-left:#ccc solid 1px; border-top-left-radius:5px;border-bottom-left-radius:5px; }
.House_Index_Info .ContBox .Tab li:last-child a { border-top-right-radius:5px;border-bottom-right-radius:5px; }
.House_Index_Info .ContBox .Tab li a.M_on {background:#fff; font-family:"나눔고딕B"; background:#036; color:#fff;padding-top:7px; border:none; position:relative;}

.House_Index_Info .ContBox table { width:100%; width:calc(100% - 40px); /* height: 644px; */ /* height:calc(100% - 200px); */ border-collapse:collapse; position:absolute; left:20px; top:162px; }
.House_Index_Info .ContBox table thead { height:34px; position:relative;}
.House_Index_Info .ContBox table thead th { background:#369; color:#fff; font-weight:bold; text-align:center; padding:10px; font-family:dutum,"돋움",sans-serif; font-size:12px; box-sizing:border-box; white-space:nowrap; position:relative;}
.House_Index_Info .ContBox table thead th:before { content:''; display:block; width:1px; height:15px; background:#fff; position:absolute; left:0; top:9px; opacity:0.5;}

.House_Index_Info .ContBox table thead th:first-child:before { width:0; height:0;}
.House_Index_Info .ContBox table tbody {width:100%; height: 544px; /* height: 100%; */ overflow-y:auto;position:absolute; left:0px; top:34px; /* border-bottom:#ddd solid 1px; */ }
.House_Index_Info .ContBox table tbody td { border-left: #ddd solid 1px;border-bottom:#ddd solid 1px; padding:10px; font-family:dutum,"돋움",sans-serif; font-size:12px; box-sizing:border-box; line-height:1.8;/* word-break: keep-all; */ }
.House_Index_Info .ContBox table tbody tr:last-child td { border-bottom:none;}

.House_Index_Info .ContBox table thead th:first-child { border-left:none; width:195px;  }
.House_Index_Info .ContBox table thead th:nth-child(2) { width:410px; }
.House_Index_Info .ContBox table thead th:nth-child(3) { width:100px; }
.House_Index_Info .ContBox table thead th:nth-child(4) { width:130px; }
.House_Index_Info .ContBox table thead th:nth-child(5) { width:140px; }
.House_Index_Info .ContBox table thead th:nth-child(6) { width:auto; }
.House_Index_Info .ContBox table tbody td:first-child { border-left:none;text-align:center; width:200px;}
.House_Index_Info .ContBox table tbody td:nth-child(2) { width: 410px;}
.House_Index_Info .ContBox table tbody td:nth-child(3) { width: 100px; text-align:center; }
.House_Index_Info .ContBox table tbody td:nth-child(4) { width: 130px; text-align:center; }
.House_Index_Info .ContBox table tbody td:nth-child(5) { width: 140px; text-align:center; }
.House_Index_Info .ContBox table tbody td:nth-child(6) { width:auto; }

@media only all and (min-width:610px) {
	.House_Index_Info .ContBox { width:662px; left:50%; margin-left:-330px; }
	.House_Index_Info div {font-family:dutum,"돋움",sans-serif; font-size:12px;}
}