
/* board_widequick122 */
.widequick122 {width:100%;height: 400px;background:white;box-sizing:border-box;position:relative;}

/* quick setting */
.widequick122 .wqwrap {text-align: left;}
.widequick122 .wqwrap .wq122_box {width: 50%;float: left;position:relative;box-sizing:border-box;/* padding-right: 15px; */}	
.widequick122 .wqwrap .wq122_box:nth-child(2) .txt .mTitle {color:#000;}	
.widequick122 .wqwrap .wq122_box:nth-child(2) .txt .bContents {color:#000;}
.widequick122 .wqwrap .wq122_box:nth-child(2) a.linkbtn {color:#000;}					  

.widequick122 .wqwrap .wq122_box:hover .img img {transform:scale(1.05); }

.widequick122 .wqwrap .wq122_box .img {width: 100%; height: 400px; position: absolute; overflow:hidden;}
.widequick122 .wqwrap .wq122_box .img img {width:auto; min-width:100%; height:auto; min-height:100%; display: block; 
											-webkit-transition:transform 1s; transition:transform 1s;}

.widequick122 .wqwrap .wq122_box .txt {float:left;display:block;width:100%;height: 400px;clear:both;overflow:hidden;box-sizing:border-box;
										max-width: 665px;padding-left:15px;padding-right: 15px;} 
	

.widequick122 .wqwrap .wq122_box .txt .mTitle {float:left; width:100%; margin-top: 24px; margin-bottom: 15px; overflow:hidden; 
												color: #fff; font-size: 28px; font-weight: 400; letter-spacing:-1px; line-height: 35px; 
												white-space:nowrap; text-overflow:ellipsis; position:relative; max-height: 70px; 
												-webkit-line-clamp: 2; -webkit-box-orient:vertical; display:-webkit-box; white-space:normal; word-break:keep-all; }
.widequick122 .wqwrap .wq122_box .txt .bContents {width:100%; height: 63px; float:left; margin: 20px 0 60px; padding-right: 15px; box-sizing: border-box; 
												color:#fff; font-size: 15px; line-height: 22px; letter-spacing:-1px; white-space:normal; overflow:hidden;
												text-overflow:ellipsis; display:block; display:-webkit-box; -webkit-line-clamp: 3; -webkit-box-orient:vertical; 
												word-break:keep-all; position: relative; }

.widequick122 .wqwrap .wq122_box a.linkbtn {width:100%; float:left; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; box-sizing:border-box; 
											font-size: 18px; font-weight:600; color:#fff; text-decoration:underline; position:relative; }				



	@media (min-width:800px){
		.widequick122 .wqwrap .wq122_box:first-child .txt {float:right;}
	}
	
	@media (max-width:799px){
		.widequick122 {height:300px;}
		.widequick122 .wqwrap .wq122_box {width:100%;}
		.widequick122 .wqwrap .wq122_box:first-child .txt {float:left;}
		.widequick122 .wqwrap .wq122_box .img, .widequick122 .wqwrap .wq122_box .txt {height:300px;}
		.widequick122 .wqwrap .wq122_box .img img {max-height:100%;}

		.widequick122 .wqwrap .wq122_box .txt .mTitle {font-size:23px; line-height:27px; max-height:54px; margin-bottom:5px;}
		.widequick122 .wqwrap .wq122_box .txt .bContents {margin:10px 0 40px;}
		.widequick122 .wqwrap .wq122_box a.linkbtn {font-size:17px;}
	}
	@media (min-width:600px) and (max-width:799px){

	}
	@media (max-width:599px){

	}



