.layout_body{padding: 0 !important;background-color: #F6F6F6 !important;}
/* 탭메뉴 */
#wrap,body{
    background-color: #F6F6F6;
}
.wrap{
    padding: 2% 0% 4%; 
    background-color: #fff;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1;
}
.tabs{
    display: flex;
    justify-content: center;
}
.tab{
    width: 27%;
    margin-right: 2%;
}
.tabs > li:nth-child(3){
    margin-right: 0;
}
.tabs-title{
    width: 100%;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border: 1px solid #D5D5D5;
    border-radius: 16px;
    background-color: #fff;
}
.tab.current > .tabs-title{
    background-color: #00B877;
    color: #fff;
    border-radius: 16px;
    width: 100%;
    height: 32px;
    line-height: 32px;
}
.nav_category_area{
    display: none;
}

 /* 난스타그램 탭 */
.nan-star-list{
    position: relative;
    width: 32.78999999999%;
    height: 156px;
    margin-bottom: 2px;
    margin-right: 2px;
    flex: 0 0 auto;
}
.nan-star-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #e7e7e7;
}

/* 회원 탭 */
.user-ul{
    width: 94%;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}
.user-li{
    padding: 3% 8%;
    justify-content: space-between;
    margin: 0 0 3% 0;
}
.user-li,.user-profile{
    display: flex;
    align-items: center;
}
.user-img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}
.user-profile > p{
    font-size: 1rem;
    font-weight: 300;
}
.user-btn{
    width: 64px;
    height: 28px;
    text-align: center;
    background-color: #00B877;
    border-radius: 3px;
}
.blocklist-btn {
    width: 64px;
    height: 28px;
    text-align: center;
    background-color: #FF5757;
    border-radius: 3px;
    color: #ffffff !important;
}

.user-btn > a{
    font-size: 0.875rem;
    color: #fff;
    line-height: 28px;
}

/* 난초 탭 */
.nan-ul{
    display: flex;
    flex-flow: row wrap;
    width: 100%;

    margin-left: 5%;
}
.nan-card{
    position: relative;
    width: 44%;
    flex: 0 0 auto;
    margin-right: 2%;
}
.nan-card > a{
    width: 100%;
}
.nan-card-img{
    width: 100%;
    height: 160px;
}
.nan-img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 3px;
}
.nan-card-text{
    padding: 5% 0;
}
.nan-title{
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
}
.nan-name{
    font-size: 0.75rem;
    color: #00B877;
}

/* 비밀글 */
.lock-bg::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00000061;
}
.lock{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 100;
}

/* 검색결과 없음 */
.nan_none_text{
    margin: 29px 44px;
}
.nan_none_text > p:nth-child(1){
    color: #00B877;
    font-size: 1.125rem;
    font-weight: 700;
}
.nan_none_text > p:nth-child(2){
    color: #414141;
    font-weight: 300;
}

@media only screen and (max-width: 425px){
    .nan-star-list{
        width: 32.699999999%;
        height: 132px;
    }
}

@media only screen and (max-width: 365px){
    .nan-star-list{
        width: 32.699999999%;
        height: 113px;
    }
}