@charset "utf-8";

/* List */
.list-item .tack-check { right: 10px; bottom: 10px; z-index: 2; position: absolute;	font-weight:normal; }
.list-item .tack-check-left { left: 10px; bottom: 10px; z-index: 2; position: absolute;	font-weight:normal; }
.list-item .box-wrap {
	position: relative;
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px;
	cursor: pointer;
}
.list-item .box-wrap .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,75,191,0.9);
	transition: all .3s;
	opacity: 0;
	z-index: 1;
	text-align: center;
}
.list-item .box-wrap .hover .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% - 30px);
}
.list-item .box-wrap .hover h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 20px;
	word-break: break-word;
	line-height: 1.3;
}
.list-item .box-wrap .hover .more-btn {
	width: 60px;
	height: 60px;
	line-height: 55px;
	border-radius: 60px;
	border: 1px solid #fff;
	display: inline-block;
	transition: all .3s;
}
.list-item .box-wrap .hover .more-btn img {
	width: auto;
	display: inline-block;
}
.list-item .box-wrap > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	max-width: 70%;
	max-height: 50%;
}
.list-item:hover .box-wrap .hover {opacity: 1;}
.list-item .list-img { position:relative; overflow:hidden; }
.list-item .list-img img { width:100%; height:auto; }

.list-row.clearfix { float:none !important; padding:0 !important; margin:0 !important; width:100% !important }

/* Infinite */
.list-wrap #infscr-loading { background: rgb(0, 0, 0); margin:0px; padding: 10px; border-radius: 10px; left: 50%; width: 200px; margin-left:-110px; text-align: center; bottom: 50px; color: rgb(255, 255, 255); position: fixed; z-index: 100; opacity: 0.8; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.list-wrap .list-more { text-align:center; margin-bottom:20px; }
.list-wrap .list-more a { color:#ddd; font-size:60px; }
.list-wrap .list-top { line-height:1px; }


.brand-modal .modal-dialog {
	width: 100%;
	max-width: 1200px;
	background: #fff;
	padding: 50px 50px 35px;
	position: relative;
	margin: 100px auto;
}
.brand-modal .modal-close {
	position: absolute;
	top: -50px;
	right: 0;
	background: none;
	border: none;
}
.brand-modal .modal-title {
	margin-bottom: 30px;
	display: flex;
}
.brand-modal .modal-title .modal-logo img {max-height: 50px;}
.brand-modal .modal-title .modal-desc {
	font-size: 21px;
	font-weight: 500;
	margin-left: 30px;
	margin-top: 12px;
	word-break: keep-all;
}
.brand-modal .modal-content {
	box-shadow: none;
	border-radius: 0;
	border: none;
}
.brand-modal .modal-content img {width: 100%;}

/* Responsive */
@media all and (max-width:1200px) {
	.brand-modal .modal-dialog {width: calc(100% - 30px);}
}
@media all and (max-width:991px) {
	.responsive .list-row { width:33.33% !important }
	.list-row.clearfix {display: none;}
}
@media all and (max-width: 767px) {
	.list-wrap .list-container {margin-right: -10px !important;}
	.list-wrap .list-item {
		margin-right: 10px !important;
		margin-bottom: 10px !important;
	}
	.list-item .box-wrap .hover h2 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.list-item .box-wrap .hover .more-btn {
		width: 45px;
		height: 45px;
		line-height: 40px;
	}
	.brand-modal .modal-dialog {
		margin: 50px auto;
		padding: 25px 25px 5px;
	}
	.brand-modal .modal-close {top: -30px;}
	.brand-modal .modal-close img {width: 18px; height: 18px;}
	.brand-modal .modal-title {
		display: block;
		margin-bottom: 20px;
	}
	.brand-modal .modal-title .modal-logo img {max-height: 30px;}
	.brand-modal .modal-title .modal-desc {
		font-size: 16px;
		margin: 15px 0 0;
	}
}
@media all and (max-width:480px) {
	.responsive .list-row { width:50% !important }
}