.idk-kv {
  background: #f7f7f5;
}
.user-area {
  background-color: #e5f4ff;
  border-top: 2px solid #003a64;
}
.user-btn > li > .btn.type-idk {
  background: #003a64;
}
.user-btn > li > .btn-02.type-idk {
  background: #ffffff;
  color: #003a64;
  border: 2px solid;
  padding-top: 7px;
  padding-bottom: 5px;
}
.user-btn > li > .btn-02.type-idk::before {
  background-image: url(/option/security/idkeeper/img/index_s-safe-logo.png);
  left: 20px;
  width: 17px;
  height: 21px;
}

@media screen and (max-width: 767px) {
  .user-btn > li > .btn-02.type-idk {
    padding: 8px 8px 8px 20px;
  }
  .user-btn > li > .btn-02.type-idk::before {
    content: "";
    width: 12px;
    height: 15px;
    background-size: contain;
    left: 14vw;
  }
}

.idk-align-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .idk-align-center {
    text-align: left;
  }
}