/* @charset "UTF-8";

.header_nav li:has(.header_apply_btn) {
  display: flex;
}
.header_nav .header_apply_btn {
  font-size: min(1.5vw, 16px);
  width: 175px;
  padding-inline: 6% 13%;
}
.header_nav .header_apply_btn::after {
  right: 14%;
}
.header_apply_btn:nth-child(2) {
  border-radius: 0;
  background-color: #fabf00;
}
.header_apply_btn:nth-child(2):hover {
  background-color: #d89a00;
}
@media screen and (max-width:1024px) {
  .header_nav .header_apply_btn {
    width: 140px;
  }
}
@media screen and (max-width:767px) {
  .fixed_btn {
    display: flex;
    font-size: min(3.7vw, 16px);
    padding: 0;
    overflow: hidden;
    background-color: none;
    line-height: 1.6;
  }
}

.fixed_btn a {
  width: 50%;
  padding: 11px 3%;
}
.fixed_btn a:nth-child(2):hover {
  background-color: #d89a00;
}
.bg_yellow {
  background-color: #fabf00;
}
.fixed_btn span::after {
  left: 128%;
} */