@import url(./c_cable_search.css);
@import url(./c_apply.css);

.application__description li {
  color: var(--brandgreen-550);
  font-weight: 500;
}

.asterisk {
  color: red;
}

.selectbox__toggle {
  width: 6rem;
}
.select-wrapper {
  width: 6rem;
}
.inputbox-wrapper {
  width: 18rem;
}

.inputbox {
  height: 3rem;
}

#apply_code_wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}

/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 767px) {
  .button-secondary {
    padding: 0.75rem 1rem;
  }
  .inputbox-wrapper {
    width: 100%;
  }
  #apply_number_wrapper,
  #apply_code_wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .select-wrapper,
  .selectbox,
  .selectbox__toggle {
    width: 100%;
  }
}
