.header {
  position: fixed;
  background-color: white;
  height: 80px;
  width: 100%;
  z-index: 3; }
  .header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    height: 80px;
    margin: 0 auto; }
    .header .header-content .header-left {
      display: flex;
      align-items: center;
      gap: 80px; }
      .header .header-content .header-left .header-logo {
        width: 148px;
        height: 38px; }
        .header .header-content .header-left .header-logo img {
          width: 100%;
          height: 100%; }
      .header .header-content .header-left .h-l-nav-item {
        font-family: Bold;
        font-weight: bold;
        font-size: 16px;
        color: #262933;
        line-height: 19px;
        text-align: right;
        font-style: normal;
        transition: all 300ms ease; }
        .header .header-content .header-left .h-l-nav-item:hover {
          color: #065AFE; }
    .header .header-content .header-right {
      display: flex;
      align-items: center; }
      .header .header-content .header-right .h-r-unlogin {
        display: flex;
        margin-left: 40px; }
        .header .header-content .header-right .h-r-unlogin .h-r-login {
          width: 124px;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          box-sizing: border-box;
          border-radius: 20px;
          border: 1px solid #262933;
          margin-right: 20px;
          transition: all 300ms; }
          .header .header-content .header-right .h-r-unlogin .h-r-login:hover {
            border: 1px solid #065AFE; }
            .header .header-content .header-right .h-r-unlogin .h-r-login:hover span {
              color: #065AFE; }
          .header .header-content .header-right .h-r-unlogin .h-r-login span {
            font-family: Regular_Medium;
            font-weight: normal;
            font-size: 15px;
            color: #262933;
            line-height: 20px;
            text-align: right;
            font-style: normal;
            white-space: nowrap; }
        .header .header-content .header-right .h-r-unlogin .h-r-signUp {
          width: 124px;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 40px;
          box-sizing: border-box;
          background: #065AFE;
          border-radius: 20px;
          transition: all 300ms; }
          .header .header-content .header-right .h-r-unlogin .h-r-signUp:hover {
            background: #377BFE; }
          .header .header-content .header-right .h-r-unlogin .h-r-signUp span {
            font-family: Regular_Medium;
            font-weight: normal;
            font-size: 15px;
            color: #FFFFFF;
            line-height: 20px;
            text-align: center;
            font-style: normal;
            white-space: nowrap; }
      .header .header-content .header-right .user-container {
        position: relative;
        display: none;
        align-items: center;
        gap: 5px;
        margin-left: 24px;
        cursor: pointer;
        height: 80px; }
        .header .header-content .header-right .user-container span {
          font-size: 15px;
          margin-left: 8px;
          color: #171717; }
        .header .header-content .header-right .user-container .user-arrow {
          width: 15px;
          height: 15px;
          transition: transform 0.3s ease; }
        .header .header-content .header-right .user-container .rotate {
          transform: rotate(-180deg); }
        .header .header-content .header-right .user-container #user-id {
          margin-left: 0px; }
        .header .header-content .header-right .user-container .user-icon {
          width: 30px;
          height: 30px; }
        .header .header-content .header-right .user-container .user-info {
          position: absolute;
          top: 70px;
          right: 0px;
          width: 300px;
          padding: 20px 20px 10px;
          height: auto;
          display: none;
          background-color: white;
          flex-direction: column;
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
          .header .header-content .header-right .user-container .user-info .user-email {
            font-family: Bold;
            font-weight: bold;
            font-size: 14px;
            color: #262933;
            line-height: 16px;
            margin-left: 0px; }
          .header .header-content .header-right .user-container .user-info .user-uid {
            color: #6B7280;
            font-size: 15px;
            margin-left: 0px !important; }
          .header .header-content .header-right .user-container .user-info .user-opt-content {
            display: flex;
            flex-direction: column; }
            .header .header-content .header-right .user-container .user-info .user-opt-content .user-opt {
              display: flex;
              align-items: center;
              gap: 6px;
              height: 40px; }
              .header .header-content .header-right .user-container .user-info .user-opt-content .user-opt img {
                width: 24px;
                height: 24px; }
              .header .header-content .header-right .user-container .user-info .user-opt-content .user-opt span {
                font-family: Regular;
                font-weight: 400;
                font-size: 14px;
                color: #262933;
                line-height: 16px; }
              .header .header-content .header-right .user-container .user-info .user-opt-content .user-opt:hover {
                background: #F8F9FB; }
              .header .header-content .header-right .user-container .user-info .user-opt-content .user-opt:last-child span {
                color: #F53F3F; }
  .header .header-content-750 {
    width: 100%;
    display: none;
    transition: all 300ms ease; }
    .header .header-content-750 .header-content-750-right {
      display: flex;
      align-items: center;
      gap: 5px; }
      .header .header-content-750 .header-content-750-right .user-container {
        display: flex;
        align-items: center;
        gap: 5px; }
        .header .header-content-750 .header-content-750-right .user-container .img-user {
          width: 20px;
          height: 20px; }
        .header .header-content-750 .header-content-750-right .user-container span {
          font-family: DINExp;
          font-weight: normal;
          font-size: 16px;
          color: #171717;
          line-height: 17px;
          text-align: left;
          font-style: normal;
          text-transform: none; }
        .header .header-content-750 .header-content-750-right .user-container .user-icon {
          width: 30px;
          height: 30px; }
      .header .header-content-750 .header-content-750-right .header-start-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 12px;
        box-sizing: border-box;
        background: #015EF7;
        color: #FFFFFF;
        border-radius: 14px;
        transition: all 300ms; }
        .header .header-content-750 .header-content-750-right .header-start-btn:hover {
          background: #377BFE; }
        .header .header-content-750 .header-content-750-right .header-start-btn span {
          font-family: Regular_Medium;
          font-weight: normal;
          font-size: 12px;
          color: #FFFFFF;
          line-height: 15px;
          white-space: nowrap; }

@media screen and (max-width: 1200px) {
  .header .header-content {
    max-width: unset !important;
    box-sizing: border-box !important; } }
@media screen and (max-width: 960px) {
  .header {
    height: 50px !important;
    max-width: 100%; }
    .header .header-content {
      display: none;
      max-width: none; }
    .header .header-content-750 {
      display: flex;
      align-items: center;
      padding-left: 15px;
      padding-right: 12px;
      height: 50px;
      box-sizing: border-box;
      justify-content: space-between; }
      .header .header-content-750 .img-logo {
        width: 119px;
        height: 30px; }
      .header .header-content-750 .user-container {
        display: flex; }
      .header .header-content-750 .img-user {
        width: 20px;
        height: 20px; }
      .header .header-content-750 .header-more-icon {
        cursor: pointer;
        width: 27px !important;
        height: 27px !important; }
      .header .header-content-750 .header-close-icon {
        cursor: pointer;
        width: 27px !important;
        height: 27px !important;
        display: none; } }

/*# sourceMappingURL=header.css.map */
