@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@font-face {
    font-family: 'Aggravo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

html,body {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.saleList.tabs .tab-header {
    width: 100%;
    padding: 0 25px;
    margin-top: 30px;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f6f6f6;
    
}

.saleList.tabs .tab-header .tab {
    border-radius: 50px;
    border: 1px solid #d5d5d5;
    background-color: #fff;;
    color: #797979;
    padding: 3px 17px;
    cursor: pointer;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.saleList.tabs .tab-header .tab.active {
    color: #fff;
    background-color: #ec1b3b;
    border-color: #ec1b3b;
    font-weight: 700;
}

.saleList.tabs .tab-body{
    margin: 33px auto 0;
}

.saleList.tabs .tab-body .tabBody {
    display: none;
}

.saleList.tabs .tab-body .tabBody.active {
    display:block;
}
