main {
  background: #f8f8f8;
}

#header {
  .search-box {
    width: 480px;
    height: 40px;
  }

  .header-main {
    justify-content: space-between;
    min-height: 120px;
  }

  .header-top {
    background: white;
    border-bottom: 1px solid #edecec;

    .content-width {
      color: #929190;
      height: 38px;
      font-size: 14px;
    }

    .to_mob {
      background-image: url(../images/sj.png);
    }
  }
}