
/*Link*/
.banner113 {width:100%; height:100%; float:left; text-align:center; background:#333; box-sizing:border-box; position:relative;}
.banner113 img {width:100%; min-height:100%; opacity:0.5; -webkit-transition:transform 1s; transition:transform 1s;}

.banner113 .banner113txtBox {position:absolute; top:0; left:0; width:100%; text-align:center; padding:15px 20px; box-sizing:border-box;
							 background:rgba(231,63,63,0.5);}
.banner113 .banner113txtBox span.co {
									color:white;
									font-size:17px;
									font-weight:600;
									line-height:23px;
									width:100%;
									word-break:keep-all;
									vertical-align:middle;
									display:inline-block;
									overflow: hidden;
									text-overflow: ellipsis;
									}

.banner113:hover img {transform:scale(1.1);}

	.layout_01 .banner113 {height:110px;}
	.layout_01 .banner113 .banner113txtBox {height:110px; line-height:80px;}
	.layout_01 .banner113 .banner113txtBox span.co {font-weight:400; letter-spacing:-1px; white-space:nowrap;}

	.layout_height_H .banner113 .banner113txtBox span.co {max-height:276px; -webkit-line-clamp:13;}
	.layout_height_M .banner113 .banner113txtBox span.co {max-height:185px; -webkit-line-clamp:8;}
	.layout_height_L .banner113 .banner113txtBox span.co {max-height:88px; -webkit-line-clamp:4;}



	@media (min-width:991px){}
	@media (min-width:800px){
		.layout_height_H .banner113 .banner113txtBox {height:350px;line-height: 320px;}
		.layout_height_M .banner113 .banner113txtBox {height:250px; line-height:220px;}
		.layout_height_L .banner113 .banner113txtBox {height:150px; line-height:110px;}
	}

	@media (max-width:799px){
		.banner113 {height:250px;}
		.banner113 .banner113txtBox {height:250px; line-height:200px;}

		.layout_height_L .banner113 {height:150px;}
		.layout_height_L .banner113 .banner113txtBox {height:150px; line-height:110px;}
		.banner113 .banner113txtBox span.co {white-space:normal !important; max-height:46px;
										 -webkit-line-clamp: 2; -webkit-box-orient: vertical; display:-webkit-inline-box; white-space: normal;}
	}

	@media (min-width:600px) and (max-width:799px){
	.layout_block4 > .layout_height_H .banner113 {height:350px; }
	.layout_block4 > .layout_height_H .banner113 .banner113txtBox {line-height:350px; height:350px;}
	.layout_block4 > .layout_height_M .banner113 {height:250px;}
	.layout_block4 > .layout_height_M .banner113 .banner113txtBox {line-height:250px; height:250px;}
	}

	@media (max-width:599px){}



