.p-header__nav-item {
  height: 55.5px;

  .p-header__nav-item--text {
    padding: 15px 50px;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;                            
  }

  &:hover .p-header__nav--list {
    transition: all ease .5s;
    top: 73px!important;
    z-index: 1000;
    opacity: 1;
  }

  .p-header__nav-item--b.--sub {
    height: 100%;
    display: block;
    margin-top: 3px;
    font-size: 17px;
  }

}

.p-header__nav--list {
  transition: all ease .5s;
  position: absolute;
  top: 15px;                            
  z-index: -1;
  opacity: 0;
}

.u-desktop .p-header__nav-item {
  .p-header__nav--list:nth-child(2) {
    top: -2px;
  } 

  &:hover .p-header__nav--list:nth-child(2) {
    top: 56px;
  }                        
}

.mypage__wrapper {
  transition: all ease .5s;

  .p-header__nav--list {
    transition: all ease .5s;
    position: relative;
    top: -10px;                            
    z-index: -1;
    opacity: 0;
    width: 100%;
    font-size: 18px;
  }

  /*&:hover {
    transition: all ease .5s;
    margin-bottom: 200px;
  }*/

  &:hover .p-header__nav--list {
    transition: all ease .5s;
    top: 5px;
    z-index: 1000;
    opacity: 1;
  }

  /*&:hover .entry {
    margin-top: 100px;
  }*/

  .p-header__nav-item--text{
    padding: initial;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .p-header__nav-item--b {
    background: #fff;
    color: #4180FF;
    padding: 0;
    text-align: center;
    height: 0;
    font-size: 16px;
  }

  &:hover .p-header__nav-item--b {
    transition: all ease .5s;
    background: #fff;
    color: #4180FF;
    margin-top: 3px;
    padding: 10px 24px;
    text-align: center;
    height: 100%;
  }
}



@media screen and (max-width: 1000px) {
  .p-header__nav-item {
    height: 44px!important;

    .p-header__nav-item--text {
      padding: 10px 24px;
      font-size: 16px;
    }

  }
  
}

@media screen and (max-width: 767px) {
  .u-mobile {
    .p-header__nav-item {
      width: 100%;

      .p-header__nav--list {
        position: relative;
        top: -42px!important;
        width: 100%;
      }

      &:hover .p-header__nav--list {
        top: 3px!important;
      }

      > a {
        padding: 0.9375rem 0.9375rem 0.9375rem 1.875rem;
      }

      &:nth-child(2) > a {
        padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
      }
    }

    .p-header__nav-item--b.--sub {
      height: 40px;
      display: block;
      margin-top: 3px;
    }
  }

  .p-drawer__link {
    margin-top: 100px!important;
    color: rgba(255, 255, 255, .7);
  }

}
