.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

/* 상단 헤더 반응형 */
@media (max-width:1200px){
	.pace .pace-progress {
		background: #009e96;
		position: fixed;
		z-index: 2000;
		top: 44px;
		right: 100%;
		width: 100%;
		height: 5px;
	}    
}

@media (min-width:1200px){
    .pace .pace-progress {
		background: #009e96;
		position: fixed;
		z-index: 2000;
		top: 81px;
		right: 100%;
		width: 100%;
		height: 5px;
	}
}