.user_image_service {
	padding: 20px 0 0;
}

.border_image_user {
	border-bottom: 2px solid #064d80;
}

.text_video_ytb {
	color: #004250;
	text-align: center;
	font-weight: 600;
	margin-top: 5px;
}

.modal_img_user {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog_img_user {
	margin: 15% auto;
	width: 95%;
	max-width: 800px;
}

.modal-content_img_user {
	position: relative;
	background-color: #fefefe;
	border: 1px solid #888;
	border-radius: 5px;
}

.close-btn_img_user {
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
	border: none;
	font-size: xx-large;
	background: #fff;
}

.tab_user_image {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 100%;
	height: auto;
}

.tab_user_image button.active_image_user {
	background-color: #004250;
	color: #fff;
}

.tab_user_image_pc_block button:hover {
	background-color: #004250;
	color: #fff;
}

.tab_user_image button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 15px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	font-size: 17px;
	border-bottom: 1px solid #00000055;
}

.tab_content_user_image.active {
	display: block;
}

.tab_content_user_image_grid,
.video_section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	justify-items: center;
}

.video_section {
	margin-top: 10px;
}

.image-item {
	max-height: 350px;
	cursor: pointer;
}

.tab_content_user_image_grid img {
	width: 100%;
	max-width: 340px;
	height: 100%;
	object-fit: fill;
}

.paginationN {
	text-align: center;
	margin: 20px;
}

.pagination-link {
	margin: 0 5px;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
	padding: 8px 10px;
}

.pagination-link.activeimageuser {
	font-weight: bold;
	color: #ffffff;
	background: #004250;
}

.cta_playout {
	max-width: 850px;
	padding: 10px;
}

.cta_playout img {
	width: 100%;
}

.image_mb_user,
.user_image_mobi {
	display: none;
}

.tab_user_image_mb_block {
	display: flex;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(6px);
	padding-block: 14px;
	padding-inline: 12px;
	margin: 0 auto 20px;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
	border-radius: 16px;
	scroll-snap-type: x proximity;
	padding-bottom: var(--floating-menu-mobile-pb, 6px);
	scroll-padding-left: 0.5rem;
}

.tab_user_image_mb_item {
	margin: 0.25rem;
	padding: 0.5rem 1rem;
	min-width: max-content;
	min-height: 50px;
	overflow: hidden;
	backdrop-filter: blur(80px);
	background: #ffffff1a;
	border-radius: 14px;
	box-shadow: 0 8px 32px #00000040;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 480px) {

	.banner_even_user_image a img.mg-mb-block {
		display: block;
	}

	.banner_even_user_image a img.mg-pc-none,
	.tab_user_image_pc_block,
	.user_image_service {
		display: none;
	}

	.image_mb_user,
	.user_image_mobi {
		display: block;
	}

	.tab_user_image button {
		display: grid;
		place-items: center;
		min-width: 100px;
		padding: 0.25rem 0.5rem;
		gap: 0.325rem;
		color: #004250;
		background-color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		font-size: 0.875rem;
		border: none;
		cursor: pointer;
	}

	.tab_user_image_mb_item:has(.active_image_user) {
		background-color: #004250;
		color: #fff;
	}

	.tab_user_image_mb_item button.active_image_user img {
		filter: drop-shadow(0 0 2px #fff);
	}

	.tab_content_user_image_grid,
	.video_section {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.tab_content_user_image {
		padding: 0px 25px;
	}

	.user_image_pc,
	.cta_playout_pc {
		display: none;
	}

	.banner_even_user_image {
		margin-top: 5px;
	}

	.tab_content_user_image_grid img {
		width: 100%;
		max-width: 340px;
		height: auto;
	}

	.margin-top-10 {
		margin-top: 20px;
	}

	.cta_playout {
		width: 100%;
		text-align: center;
		margin: 10px 0 20px 0;
		cursor: pointer;
	}

	.cta_playout img {
		animation: scaleAnimation 2s ease-in-out infinite alternate;
		width: 90%;
	}

	@keyframes scaleAnimation {
		0% {
			transform: scale(1);
		}

		100% {
			transform: scale(1.1);
		}
	}
}