/* board_widequick112 */
/* @latest 2019.07.16 -ssj */

.widequick112 {width:100%; padding:15px 0; background:white; float:left; box-sizing:border-box; position:relative; }

	.widequick112 .maintit {text-align:center;}
	.widequick112 .maintit h2 {font-size:23px; font-weight:400; color:#333; letter-spacing:-1px;}
	.widequick112 .maintit p {font-size:14px; color:#a0a0a0; font-weight:200;padding:15px 0 25px;}
	

	/* quick setting */
	.widequick112 .wqwrap {text-align:center;}
	.widequick112 .wqwrap .wq112_box {width:23.5%; margin-left:-5px; margin-right:2%; border:1px solid #e8e8e8; background:white; 
									display:inline-block; position:relative; text-align:left; box-sizing:border-box; 
									box-shadow:0 1px 3px 0px #e8e8e8; margin-top:20px; vertical-align:top;}
	.widequick112 .wqwrap .wq112_box:last-child {margin-right:0;}
	.widequick112 .wqwrap .wq112_box a {width:100%; float:left; color:#333; text-align:left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
	.widequick112 .wqwrap .wq112_box:hover .img img {transform:scale(1.1); -webkit-transition:transform 1s; transition:transform 1s;}

	.widequick112 .wqwrap .wq112_box div {width:100%; display:block; clear:both; float:left; overflow:hidden; box-sizing:border-box;}
	.widequick112 .wqwrap .wq112_box .img {background:#333; }
	.widequick112 .wqwrap .wq112_box .img img {width:100%;min-height:100%;height:auto;opacity:0.9;vertical-align:  top;}
	.widequick112 .wqwrap .wq112_box .txt {background:white;} 
	.widequick112 .wqwrap .wq112_box .txt .mTitle {float:left; width:100%; font-weight:600; font-size:16px; letter-spacing:-1px; line-height:22px;
	   											  white-space:normal; /*display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;*/ min-height:42px; overflow:hidden; text-overflow:ellipsis;}
	.widequick112 .wqwrap .wq112_box .txt .bContents {float:left; width:100%; color:#636363; font-size:13px; letter-spacing:-0.5px; margin-top:13px; white-space:normal; line-height:20px; 
													  overflow:hidden; text-overflow:ellipsis; display:block; display:-webkit-box; -webkit-box-orient:vertical; /*height:40px; -webkit-line-clamp:2;*/}


											
	@media (min-width:800px){
		.widequick112 .wqwrap .wq112_box .img {}
		.widequick112 .wqwrap .wq112_box .txt {padding:20px 15px;}

		.widequick112 .wqwrap .wq112_box:nth-child(4n) {margin-right:0;}
		.widequick112 .wqwrap .wq112_box:nth-child(4n+1) {clear:both; margin-left:0;}
		.widequick112 .wqwrap .wq112_box:first-child,.widequick112 .wqwrap .wq112_box:nth-child(2),.widequick112 .wqwrap .wq112_box:nth-child(3),.widequick112 .wqwrap .wq112_box:nth-child(4) {margin-top:0;}
	}


	@media (max-width:799px){
		.widequick112 {padding:20px 10px;}
		.widequick112 .wqwrap .wq112_box {margin-left:0;}
		.widequick112 .wqwrap .wq112_box .img {}
		.widequick112 .wqwrap .wq112_box .txt {padding:15px;}

		.widequick112 .maintit h2 {font-size:20px;}

		.widequick112 .wqwrap .wq112_box {width:48%;}
		.widequick112 .wqwrap .wq112_box:nth-child(2n) {margin-right:0;}
		.widequick112 .wqwrap .wq112_box:nth-child(2n+1) {clear:both;}
		.widequick112 .wqwrap .wq112_box:first-child,.widequick112 .wqwrap .wq112_box:nth-child(2) {margin-top:0;}

		.widequick112 .wqwrap .wq112_box .txt .mTitle {font-size:17px;}		
	}


	@media (max-width:499px){
		.widequick112 .maintit p {font-size:13px; padding:5px 15px 25px; box-sizing:border-box;}
		.widequick112 .maintit h2 {font-size:17px; font-weight:600;}
		.widequick112 .wqwrap .wq112_box {margin-top:15px;}
		.widequick112 .wqwrap .wq112_box .txt .mTitle {font-size:15px;}
		.widequick112 .wqwrap .wq112_box .txt .bContents {-webkit-line-clamp:3; height:57px; font-size:12px; margin-top:5px;}	

	}

