/*.lightbox{display: none;}*/
.box-modal,.box-modal2 {
	position: relative;
	width: 100%;
	background: #cbc8c8;
	background-color: rgba(255,255,255,0.65);
	-webkit-backdrop-filter: blur(8px);
backdrop-filter: blur(8px);
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0px 6px 16px 0px rgb(0,0,0,0.12);
}
.box-modal_close {
	position: absolute;
	right:5px;
	top:5px;
	background:url(../images/index/close1.png);
	width:31px;
	height:31px;
	text-indent:-9999px;
	transition: all 0.4s;
	z-index:4;
	cursor:pointer;
}
.box-modal_close:hover {
	background:url(../images/index/closeHover1.png);transition: all 0.4s;
}

.g-hidden { display: none; }

.m-dotted {
	width:118px;
	height:36px;
	line-height:36px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:100;
	text-align:center;
	background-color:#a40000;
	right:20px;
	bottom:10px;
	position:absolute;
	cursor: pointer;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none;}

.m-dotted:hover { 
	color: #fff; 
	background-color:#156beb;}
	
div.caption{ padding:40px 10px 10px 10px; line-height:1.7; overflow:auto;}
div.caption h2{
	font-size: 24px;
	margin-bottom: 10px;
}
div.caption p{
	font-size: 16px;
	line-height:1.7;
	margin-bottom: 10px;
}
div.caption a{
	color: #2a3b4d;
}
div.caption a.lightbox_detail{
	display: block;
    float: right;
    color: #fff;
    background-color: #2a3b4d;
    padding: 5px 15px;
    text-decoration: none;
    margin-top: 0px;
}

/*廠商快訊的LIGHTBOX*/
div.caption div.title{ font-size:25px; color:#39704b; margin-bottom:20px; width:90%; font-family:"微軟正黑體", sans-serif; line-height:30px;}
div.caption div.Tool{ margin-top:20px; border:0;}

/*加購產品的LIGHTBOX*/
div.caption div.pic{width:181px; float:left; border:0px solid #F00; color:#595959; font-size:13px;}
div.caption div.pic img{ width:100%;}
div.caption div.text{width:690px; float:left; border:0px solid #F00; padding:0 10px;}
div.caption div.text div{ font-size:25px; color:#39704b; font-family:"微軟正黑體", sans-serif; border-bottom:1px dotted #000; margin-bottom:10px;}