
@media screen and (max-width: 600px){
	.camera_wrap .camera_pag .camera_pag_ul li {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		cursor: pointer;
		display: inline-block;
		height: 8px;
		margin: 4px 5px;
		position: relative;
		text-indent: 9999px;
		width: 8px;
	}
	.camera_wrap .camera_pag .camera_pag_ul li > span {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		height: 4px;
		left: 2px;
		overflow: hidden;
		position: absolute;
		top: 2px;
		width: 4px;
	}
	.camera_pag_ul {
		display: flex !important;
		justify-content: center !important;
		margin-top: -54px !important;
	}
}
@media screen and (min-width: 600px) and (max-width: 992px) and (orientation: landscape){
	
}
@media screen and (min-width: 600px) and (max-width: 992px) and (orientation: portrait){
	
}
@media screen and (min-width: 992px) and (max-width: 1370px){
	
}
@media screen and (min-width: 1370px) and (max-width: 1690px){

}