/** cat_02_05 **/

#sec.detail .unit_box .tbl_wrap table {
	border: 1px solid #221815;
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
}



#sec.detail .unit_box .tbl_wrap thead th {
	border: 1px solid #999999;
	width: 14%;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 8px;
}

#sec.detail .unit_box .tbl_wrap thead td {
	border: 1px solid #999999;
	width: 43%;
	box-sizing: border-box;
	padding: 5px 5px;
	text-align: center;
	font-weight: bold;
	background: #5A83B2;
	color: #fff;
}

#sec.detail .unit_box .tbl_wrap tbody tr {
	position: relative;
}

#sec.detail .unit_box .tbl_wrap tbody tr .blue_point p {
	background: #5982c4;
    padding: 3px 8px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
}

#sec.detail .unit_box .tbl_wrap tbody td.position_relative {
	position: relative;
}

#sec.detail .unit_box .tbl_wrap tbody td.pr2em {
	padding-right: 2em;
}

#sec.detail .unit_box .tbl_wrap tbody td.pr3em {
	padding-right: 3em;
}

#sec.detail .unit_box .tbl_wrap tbody td.pl2em {
	padding-left: 2em;
}

#sec.detail .unit_box .tbl_wrap tbody td.pl3em {
	padding-left: 3em;
}

#sec.detail .unit_box .tbl_wrap tbody td .blue_point.point_00 p {
	border: 1px solid #999999;
	background: #fff;
	padding: 0 8px; 
	display: inline-block;
	position: absolute;
	color: #333;
	border-radius: 0;
	white-space: nowrap;
	left: 2%;
}

#sec.detail .unit_box .tbl_wrap tbody td .blue_point.point_00 p .bwr_pwr_common {
	background: #fff;
	border-right: 1px solid #999999;
	color: #333;
	font-weight: bold;
	margin-right: 8px;
    padding: 0 8px 0 0 ;
    display: inline-block;
}

#sec.detail .unit_box .tbl_wrap tbody td .blue_point.point_01 p {
	left: calc(100% - 23.4px);
	white-space: nowrap;
}

#sec.detail .unit_box .tbl_wrap tbody td .blue_point.point_02 p {
	top: 3.5em;
	left: calc(100% - 38.8px);
	white-space: nowrap;
}

#sec.detail .unit_box .tbl_wrap tbody td .pt3em {
	padding-top: 3em;
}

#sec.detail .unit_box .tbl_wrap tbody th {
	border: 1px solid #999999;
	width: 16%;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 8px;
	background: #C8D7E8;
}

#sec.detail .unit_box .tbl_wrap tbody td {
	border: 1px solid #999999;
	width: 43%;
	box-sizing: border-box;
	padding: 8px 5px;
	vertical-align: top;
}

#sec.detail .unit_box .tbl_wrap tbody td ul {
	margin-bottom: 0;
}

#sec.detail .unit_box .tbl_wrap tbody td ul li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6em;
	margin-bottom: 8px;
}

#sec.detail .unit_box .tbl_wrap tbody td ul li:last-child {
	margin-bottom: 0px;
}

#sec.detail .unit_box .tbl_wrap tbody td td.w35 {
	width: 35%;
}

#sec.detail .unit_box .tbl_wrap tbody td td.w65 {
	width: 65%;
}

#sec.detail .unit_box .tbl_wrap tbody td td.bb0 {
	border-bottom: 1px solid #fff;
}

#sec.detail .unit_box .tbl_wrap tbody td td.bt0 {
	border-top:  1px solid #fff;
}

#sec.detail .unit_box .photo_wrap img {
	max-width: 100%;
}


@media screen and (max-width: 999px) {
	#sec.detail .unit_box .tbl_wrap table {
		width: 1000px;
	}
	
	#sec.detail .unit_box .tbl_wrap table table {
		width: auto;
	}
	
	#sec.detail .unit_box .tbl_wrap .scroll {
		overflow: auto;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 679px) {
	#sec.detail .unit_box .photo_wrap.imgs_wrap_01 {
		width: 100%;
		overflow: auto;
		padding-bottom: 15px;
	}
	
	#sec.detail .unit_box .photo_wrap.imgs_wrap_01 img {
		width: 800px;
		max-width: none !important;
	}
	
	#sec.detail .unit_box .photo_wrap.imgs_wrap_02 {
		width: 100%;
		overflow: auto;
		padding-bottom: 15px;
	}
	
	#sec.detail .unit_box .photo_wrap.imgs_wrap_02 img {
		width: 800px;
		max-width: none !important;
	}
}

