.job__list--no-item {
    background: #F4F4F4;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    height: 324px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 64px;
}
.job__list--no-item .job__list__message {
    font-size: 18px;
    color: #202020;
    letter-spacing: 0.04em;
    font-weight: 500;
}

@media screen and (max-width: 959px){
  .job__list--no-item {
    height: 200px;
  }
  .job__list--no-item .job__list__message {
    font-size: 14px;
  }
}
.job__head {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 56px;
}
@media screen and (max-width: 959px){
	.job__head {
		padding-left: 30px;
		font-weight: 700;
		font-size: 28px;
		line-height: 44px;
		margin-bottom: 16px;
	}
}

.account-setting-item__error {
  color: #E36144;
  font-size: 15px;
  line-height: 1.25;
  margin-top: 4px;
}
.account-setting__btn.account-setting__btn--disabled .account-setting__btn__item{
  opacity: .2;
}
.top-history__no-job-card-message {
  font-size: 16px;
}
#popup__wrap_background {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3f3f3f;
  height: 100vh;
  opacity: 0.9;
}
.popup__wrap {
  position: fixed;
  z-index: 9999;
  width: 100vw;
}
#preregister_popup {
  display: none;
}
