.jumbotron{margin-top: 50px; background-color: #fff;}
.pic-1{max-width: 100%;}
.pic-min{max-width: 65%; cursor: pointer;}
.info{font-size: 20px; padding-left: 15px;}
.tit{ font-weight: bold;}
.tit2{ font-weight:500; font-size: 18px;}
.algimg{display: flex; justify-content: center; align-items: top; align-content: center;}
.alg{display: flex; justify-content: center; align-items: center; align-content: center;}
.mg{margin-top: 5px; margin-bottom: 5px;}
.mgb-2{ margin-bottom: 20px;}
.ofa{overflow-y: auto; max-height: 400px; margin-top: 20px;}
.icnMenu{width: 20%;}
.icnMenuActive{width: 20%; display: none;}
.active .icnMenu{display: none;}
.active .icnMenuActive{display: block;}
.col-sm .media{
	justify-content: center;
	margin-bottom: 20px;
}
.video::after{
	content: url('../img/icn/video.png');
	position: absolute;
	cursor: pointer;
}
.titprice{font-size:25px; font-weight: bold;}
.detprice{color:#FA9C05;font-size:35px; font-weight: bold;}
.space{margin-top: 45px;}

@media screen and (max-width:980px){
	.video::after{
		transform: scale(.8);
	}
	.pic-min{max-width: 100%; cursor: pointer;}
}