.application--wrapper {
  padding-top: 60px;
  height: 100%;
  border-top: unset;
}
.application__description li:nth-child(2) {
  font-weight: 600;
  color: var(--brandgreen-500);
}
.application__description p {
  text-align: center;
}
.grid__header {
  width: 20rem;
}
#app_previous.hide {
  display: none;
}
#app_results {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#app_results.hide {
  display: none;
}
#app_results p {
  font-size: 1rem;
  font-weight: 500;
  color: var(--gray-600);
}
#app_flatform {
  font-weight: 600;
}
#app_result {
  font-weight: 500;
  color: var(--brandgreen-550);
}
#app_result.fail {
  color: hsla(0, 83%, 60%, 1);
}

#viewTimer {
	display:block;
}
	
/* 모바일 세로 (해상도 ~ 479px)*/
@media all and (max-width: 479px) {
  .button-primary,
  .button-secondary,
  .button-teritory {
    width: 100%;
  }
  
	.grid__header {
    width: 9rem;
	}
	.grid__header__row {
    padding: 1.3rem 0.5rem;
	}
	
	#viewTimer {
    display:none;
	}
	
}
