.lazy {
    background-image: none!important;
}

.visible {
  visibility: hidden;
}
.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.header__add-menu ul li.tel {
    padding-right: 40px;
    border-right: 1px solid #FF5EA0;
    margin-right: 40px;
}

.header__add-menu ul li.tel a {
    font-weight: 600!important;
    font-size: 18px!important;
    line-height: 140%;
}

.header__add-menu ul li.tel a span.mobile {
    display: none;
}

.header__add-menu ul li.tel a svg {
    background-color: #fff;
    width: 28px;
    height: 28px;
    padding: 7px;
    margin-right: 13px;
    border-radius: 8px;
}

.header__add-menu ul li.tel,
.header__add-menu ul li.sign_in {
    display: inline-flex;
    align-items: center;
}

.header__add-menu ul li.sign_in a {
    font-weight: 600;
    font-size: 18px;
    line-height: 99.4%;
}

.header__add-menu ul li.apply {
  margin-top: 5px;
  margin-left: 20px;
}

@media (max-width: 1200px) {
  nav.header__menu::after,
  .header__inner-center .header__logo::after {
    content: "";
    height: 1px;
    width: 160px;
    margin: 15px auto 5px;
    background-color: #FF5EA0;
    display: block;
  }
  nav.header__menu::after {
    margin: 10px auto 10px;
  }
  .header__add-menu ul {
    display: flex;
    max-width: 375px;
    margin: 0 auto!important;
  }
  .header__add-menu ul li:not(:last-child) {
    margin-right: 0!important;
  }
  .header__add-menu ul li.tel {
    order: 3;
    justify-content: center;
    margin-top: 60px;
    margin-right: 0;
    border: none;
    padding-right: 0;
    font-size: 16px!important;
  }
  .header__add-menu ul li.tel a {
    background-color: #D12B77;
    width: 100%;
    border-radius: 8px;
    line-height: 1;
    padding: 14px 0 8px;
  }
  .header__add-menu ul li.tel a svg,
  .header__add-menu ul li.tel a span {
    display: none;
  }
  .header__add-menu ul li.tel a span.mobile {
    display: inline;
  }
  .header__add-menu ul li.sign_in {
    order: 1;
    max-width: 50%;
    margin: 0;
    font-size: 16px!important;
    justify-content: center;
  }
  .header__add-menu ul li.apply {
    order: 2;
    max-width: 50%;
    margin-left: 0;
    margin-top: 15px;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
  }
  .header__add-menu ul li.apply a::before {
    right: -50px;
    top: -35px;
  }
}

@media (max-height: 650px) and (max-width: 1200px) {
  .header__add-menu ul li.tel {
    margin-top: 30px;
  }
}