#app-open-banner {
  display: none; }

@media (max-width: 667px) {
  #app-open-banner[data-visible='true'] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    padding-left: 16px;
    padding-right: 10px;
    background-color: #f5f5f5; }
  .close-and-description {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 253px;
    height: 40px; }
  #app-open-store {
    width: 74px;
    height: 23px;
    padding: 6px 4px;
    font-family: 'YuGothic';
    color: #0068b7;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0; }
  .description {
    display: flex;
    gap: 12px;
    width: 221px; }
  .description-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 169px;
    margin: 6.5px 0;
    font-family: 'YuGothic';
    letter-spacing: 0; }
  .description-top-text {
    font-size: 10px;
    font-weight: 500; }
  .description-bottom-text {
    font-size: 13px; }
  .description-text-blue {
    font-weight: 700;
    color: #142f71; }
  .header {
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5); } }
