/*spec*/
@media only screen and (max-width:667px) {
    .specTabWrap .tabContent .tabDetails .note_box {
		padding: 0 3% ;
	}
	.specTabWrap .tabContent .tabDetails .note {
		padding-bottom: 5px;
	}
	.specTabWrap .tabContent .tabDetails .note2 {
		font-size: 12px;
		padding-bottom: 7px;
	}
}
@media only screen and (min-width:667px) {
	.note_box {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.note_box .note2{
		font-size: .8em;
	}
}
/*hilights*/
.bx-wrapper .bx-caption span img {
  padding-bottom: 0;
}
@media screen and (max-width:768px) {
  .bx-wrapper .bx-caption {
    padding: 0 20px;
  }
}