.popup img { width: 100%; }
.popup .pop_btn {
	position: absolute;
	left: 0;
	bottom: -36px;
	width: 100%;
	text-align: right;
	padding: 10px;
	background-color: #000;
	box-sizing: border-box;
}

.popup .pop_btn label {
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
	font-weight: 400;
	cursor: pointer;
}

.popup .pop_btn span {
	color: #333;
	background-color: #fff;
	padding: 3px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

.popup strong {
	font-weight: bold !important;
}

.popup img.pc_show { display: block; }
.popup img.mobile_show { display: none; }

@media(max-width: 1024px) {
	.popup img.pc_show { display: none; }
	.popup img.mobile_show { display: block; }
}

@media (max-width: 767px) {
	.popup video {
		width: 100% !important;
	}	
}

@media (max-width: 499px) {
	.popup {
		width: calc(100% - 20px) !important;
	}
	
	.popup img {
		width: 100% !important;
	}
}