.box-regulation {
	width:100%;
	display:inline-block;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(19, 28, 25, 0.1);
	border-radius: 10px;
	margin-bottom:30px;
	margin-top:10px;
	}
.box-regulation .box-a {
	width:100%;
	display:inline-block;
	min-height:200px;
	padding:10px;
	}
.box-regulation .box-a .title {
	margin:0;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #128AC4;
	margin-bottom:15px;
	text-align:center;
	}	
.box-regulation .box-a .photo {
	width:100%;
	display:inline-block;
	max-height:250px;
	background:#E5E5E5;
	padding:0 5px;
	margin-bottom:15px;
	}
.box-regulation .box-a .photo img { width:100%;}	
.box-regulation .box-a .checkbox {
	float:left;
	margin:0;
	width:100%;
	margin-top:8px;
}
.box-regulation .box-a .checkbox input[type="checkbox"] {
    display:none;
}
.box-regulation .box-a .checkbox input[type="checkbox"] + label {
    
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #4D555D;
	padding:0;
}
.box-regulation .box-a .checkbox input[type="checkbox"] + label span {
      display:inline-block;
    height: 24px;
    width: 24px;
    vertical-align:middle;    
    cursor:pointer;
    border: 1px solid #dedede;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
	margin-right:8px;
	margin-bottom:3px;
	float:left;
}

.box-regulation .box-a .checkbox input[type="checkbox"] + label span {
       
}
 
.box-regulation .box-a .checkbox input[type="checkbox"]:checked + label span{
	background: #16BCDC;
	 border: 1px solid #16BCDC;
	 }
.box-regulation .box-a .checkbox input[type="checkbox"]:checked + label span:before { 
	 content:"";
	 position:absolute;
	 left:0;
	 top:0;
	 height:22px;
	 width:22px;
	 background:url(../images/detail/icon-check-white.svg) no-repeat center center;
   
}		
.box-regulation .asset-info {
	width:100%;
	display:inline-block;
	background: #F4FDFF;
	padding:10px;
	}
.box-regulation .asset-info .photo {
	width:100%;
	display:block;
	border-radius: 10px;
	margin-bottom:15px;
	}	
.box-regulation .asset-info .title {
	margin:0;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #128AC4;
	margin-bottom:15px;
	text-align:center;
	}	
.box-regulation .asset-info .list {
	margin:0;
	padding:0;
	}
.box-regulation .asset-info .list li {
	width:100%;
	float:left;
	list-style:none;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #4D555D;
	padding:10px 0;
	border-bottom: 1px solid rgba(173, 189, 206, 0.4);
	}
.box-regulation .asset-info .list .tx {
	width:100%;
	display:block;
	font-weight: 500;
	}
.box-regulation .asset-info .list .text-2 {
	display:block;
	}		
.box-regulation .asset-info .list li:last-child { border:0;}
.box-regulation .asset-info .button {
	width:100%;
	display:inline-block;
	height: 38px;
	background: #16BCDC;
	border-radius: 10px;
	border:0;
	cursor:pointer;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:9px;
	margin-top:14px;
	}				
@media screen and (min-width:960px) {
.box-regulation {
	margin-bottom:50px;
	margin-top:15px;
	}
.box-regulation .box-a {
	width: calc(100% - 500px);
	float:left;
	}	
.box-regulation .asset-info {
	width:475px;
	float:right;
	padding:25px;
	margin-left:25px;
	}
.box-regulation .asset-info .photo {	
	margin-bottom:30px;
	}
.box-regulation .asset-info .title, .box-regulation .box-a .title {
	font-size: 24px;
	line-height: 21px;
	margin-bottom:30px;
	}
.box-regulation .asset-info .list .tx {
	width:179px;
	float:left;
	}
.box-regulation .asset-info .list .text-2 {
	width: calc(100% - 179px);
	text-align:right;
	float:left;
	}
.box-regulation .box-a {
	padding:25px;
	padding-right:0;
	}	
.box-regulation .box-a .photo {	
	max-height:744px;
	padding:0 13px;
	margin-bottom:25px;
	}
.box-regulation .box-a .checkbox input[type="checkbox"] + label {
	font-size: 16px;
	line-height: 24px;
}	
	
.box-regulation .box-a .checkbox {
	
	margin-top:14px;
}						
	}
@media screen and (min-width:768px) and (max-width:1060px) {
	.box-regulation .box-a .photo {	
	max-height:544px;
	}
	}		
	
	
	
	
	
	