
.inner{
    padding: 0 24px;
}
#wrap .top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    z-index: 3;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}

#wrap .top.scrolled{
    background-color: #000;
}
#wrap .top.liner{
    border-bottom: 1px solid #f5f5f5;
}
#wrap .top.liner .red{
    color: #FF2D55;
}
#wrap .top .inner{
    position: relative;
    height: 73px;
    display: flex;
    align-items: center;
}
#wrap .top .inner h2{
    width: 100%;
    font-size: 17px;
    text-align: center;
    color: #fff;
}
#wrap .top .inner .backBtn{
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    padding: 0;
    background-color:transparent;
    border: none;
}
#wrap .top .moreBtn{
    padding: 0;
    background-color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
#wrap .top .inner .backBtn img{
    width: 9.5px;
}
#wrap .bottomBtn{
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 8px;
    width: 100%;
    background-color: #000;
    padding: 24px;
    z-index: 1;
}
/* 버튼 고정풀기 */
#wrap .bottomBtn.bottomBtn_none_fix{
    position: relative;
    padding-bottom: 0;
}
/* 하단 색상 다른경우 */
#wrap .bottomBtn.bg_type{
    background-color:#101012;
}
#wrap .bottomBtn>button{
    font-size: 17px;
    width: calc((100% - 8px) / 2);
    height: 52px;
}
#wrap .bottomBtn>button.w-100{
    width: 100%;
}


#wrap .bottomBtn.btn-4{
    gap: 0;
    padding: 8px 0;
    border-top: 1px solid #3A3B41;
}

#wrap .bottomBtn.btn-4 button{
    width: calc(100% / 3);
    border: none;
    background-color: transparent;
    color: #707070;
    text-align: center;
    font-size: 10px;
    height: 50px;
}
#wrap .bottomBtn.btn-4 button span{
    margin-top: 3px;
}

#wrap .bottomBtn.btn-4 button img{
    opacity: 0.5;
    height: 25px;
    margin: 0 auto;
}
#wrap .bottomBtn.btn-4 button.on{
    color: #fff;
}
#wrap .bottomBtn.btn-4 button.on img{
    opacity: 1;
}


#wrap .home{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 73px;
    display: flex;
    align-items: center;
    z-index: 3;
    padding: 0 24px;
    background-color: #101012;
}
#wrap .home .logo img{
    height: 16px;
}
#wrap .home .search{
    margin-left: auto;
    border: none;
    background-color: transparent;
    padding: 0;
}
#wrap .home .search img{
    width: 15px;
}