.portfolio .list {
	gap: 60px 20px;
}
.portfolio .list .item {
	width: calc(25% - 15px);
	cursor: pointer;
}
.portfolio .list .item .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 126.586%;
	border-radius: 20px;
	overflow: hidden;
}
.portfolio .list .item .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
.portfolio .list .item:hover .thumb img {
	transform: translate(-50%,-50%) scale(1.05);
}
.portfolio .list .item .txt {
	margin-top: 30px;
	gap: 6px;
	text-transform: uppercase;
}
.portfolio .list .item .txt p {
	color: var(--text);
	font-size: 20px;
	line-height: 1.4;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.portfolio .list .item .txt strong {
	font-size: 24px;
	font-weight: 500;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}



#port_pop .modal_cont {
	max-width: 600px;
	overflow: visible;
}
#port_pop .bar {
	margin-bottom: 30px;
}
#port_pop .scroll {
	padding: 0;
}
#port_pop .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 125.586%;
	border-radius: 20px;
	overflow: hidden;
}
#port_pop .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
#port_pop .txt {
	margin-top: 30px;
	padding-bottom: 20px;
	gap: 6px;
	text-transform: uppercase;
	text-align: center;
}
#port_pop .txt p {
	color: var(--text);
	font-size: 20px;
	line-height: 1.4;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#port_pop .txt strong {
	font-size: 24px;
	font-weight: 500;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#port_pop .swiper-button-next:after, 
#port_pop .swiper-button-prev:after {
	display: none;
}
#port_pop .swiper-button-prev {
	left: -45px;
}
#port_pop .swiper-button-next {
	right: -45px;
}
#port_pop .swiper-pagination {
    bottom: auto;
    top: calc(95% - 105px);
    transform: translateY(-50%);
}
#port_pop .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: .2;
	margin: 0 7px;
}
#port_pop .swiper-pagination .swiper-pagination-bullet-active {
	background: #000;
	opacity: 1;
}





@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 1024px) {
	.portfolio .list .item {
        width: calc(33.333% - 14px);
    }
	.portfolio .list .item .txt {
		margin-top: 20px;
	}
	.portfolio .list .item .txt p {
    	font-size: 16px;
	}
	.portfolio .list .item .txt strong {
        font-size: 20px;
    }


	#port_pop .txt {
		margin-top: 20px;
	}
	#port_pop .txt p {
    	font-size: 16px;
	}
	#port_pop .txt strong {
        font-size: 20px;
    }
	#port_pop .swiper-pagination {
		top: calc(95% - 85px);
	}
}
@media screen and (max-width: 768px) {
	.portfolio .list {
        gap: 30px 10px;
    }
	.portfolio .list .item {
        width: calc(50% - 5px);
    }
	.portfolio .list .item .txt p {
		font-size: 14px;
	}
	.portfolio .list .item .txt strong {
        font-size: 16px;
    }


	#port_pop .txt p {
		font-size: 14px;
	}
	#port_pop .txt strong {
        font-size: 16px;
    }
	#port_pop .swiper-pagination {
    	top: calc(95% - 80px);
	}
	#port_pop .swiper-button-next,
	#port_pop .swiper-button-prev {
		display: none;
	}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}