body{
    -ms-overflow-style: none;  /* IE와 Edge를 위한 스크롤바 숨김 */
}        

body::-webkit-scrollbar {  
    display: none;  /* Chrome, Safari, Opera를 위한 스크롤바 숨김 */
}

#main{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.25rem;
    background: #CFE6FF;
    box-sizing: border-box;
}

.main_title_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.main_title_ko{
    font: 600 3.25rem 'Pretendard';
    color: #000;
}

.main_title_en{
    font: 600 2rem 'Pretendard';
    color: #000;
}

#proleague_top > img{
    width: 74.3125vw;
    height: 34.1875vh;
    object-fit: contain;
}

#management {
    position: relative;
    width: 100%;
    height: 100%;
    background: #473DC6;
    overflow: hidden;
    margin-top: 0;
}

.management_txt_wrap{
    position: absolute;
    top: 12.5rem;
    left: 11.25rem;
    z-index: 1;
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.management_title {
    font: 600 3.25rem/4rem 'Pretendard';
    color: #fff;
}

.management_txt{
    font: 400 1.125rem/1.3125rem 'Pretendard';
    color: #fff;
}

.cards_slider{
    position: absolute;
    top: 7.5rem;
    right: 10%;
    width: 28.125rem;
    height: 300%;
}

.cards_list{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 2rem;
}

.management_card{
    width: 100%;
    height: 37.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1rem;
    padding: 0 2.5rem 2rem;
    margin-bottom: 2rem;
    box-sizing: border-box;
    transition: all 0.6s ease;
}

.management_card_title{
    font: 700 2.25rem 'Pretendard';
    color: #fff;
}

.management_card_txt{
    font: 600 1.0625rem 'Pretendard';
    color: #fff;
}

.management_card.card1{
    background: url('/starbattle/images/card1.png') no-repeat center;
    background-size: cover;
}

.management_card.card2{
    background: #74288B;
    align-items: flex-start;
    justify-content: first baseline;
    position: relative;
}

.management_card.card2 img{
    width: 25vw;
    height: 26.0625vh;
    object-fit: contain;
    margin-bottom: 1.75rem;
    left: 50%;
    transform: translateX(-1.125rem);
}

.management_card.card3{
    background: url('/starbattle/images/card3.png') no-repeat center;
    background-size: cover;
}   

#manager_lists{
    position: relative;
    width: 100%;
    height: 100%;
    background: #473DC6;
    box-sizing: border-box;
}

.manager_list_title{
    position: absolute;
    top: 12.5rem;
    left: 3.125rem;
    font: 600 2.5rem 'Pretendard';
    color: #fff;
}

.producers_list_box{
    position: absolute;
    top: 12.5rem;
    right: 8.75rem;
    width: 81vw;
    height: 39.8125vh;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 3.125rem 1.5rem;
    box-sizing: border-box;
}

.producers_wrap{
    display: flex;
    flex-direction: column;
}

.producers_wrap img{
    width: 15vw;
    height: 15vh;
    object-fit: cover;
    margin-bottom: 0.125rem;
}

.producers_name{
    font: 600 1.5rem 'Titillium Web';
    color: #000;
}

#musician_lists{
    position: relative;
    width: 100%;
    height: 100%;
    background: #473DC6;
    box-sizing: border-box;
}

.musician_list_title{
    position: absolute;
    top: 12.5rem;
    left: 3.125rem;
    font: 600 2.5rem 'Pretendard';
    color: #fff;
}

#supportsystem{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #473DC6;
    box-sizing: border-box;
}

.supportsystem_txt_wrap{
    position: absolute;
    top: 12.5rem;
    left: 11.25rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.supportsystem_title{
    font: 600 3.375rem/4rem 'Pretendard';
    color: #fff;
}

.supportsystem_txt{
    font: 400 1.125rem/1.3125rem 'Pretendard';
    color: #fff;
}

.supportsystem_cards{
    position: absolute;
    top: 12.5rem;
    right: 17.5rem;
    width: 31.5rem;
    height: auto;
}

.support_card {
    width: 100%;
    height: 33.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2.625rem 3.125rem;
    box-sizing: border-box;
    position: absolute;
    top: 0;

}

.cover {
    background:#7D90C9;
    z-index: 10;
}

.cover > img{
    width: 31px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 16px;
}

.cover_title{
    font: 700 38px/57px 'Pretendard';
    color: #fff;
    margin-bottom: 24px;
}

.cover_txt{        
    font: 700 20px/24px 'Pretendard';
    color: #fff;
}

.cardnum1{
    background: url('/starbattle/images/card_cover.png') no-repeat center;
    background-size: cover;
    z-index: 9;
    transform: translateY(40px) scale(0.95);
}

.card_title_1{
    font: 700 40px/57px 'Pretendard';
    color: #fff;
}

.cardnum2{
    background: #743EC7;
    z-index: 8;
    transform: translateY(80px) scale(0.90);
}

.cardnum2 img{
    width: 48px;
    height: 47px;
    object-fit: contain;
    margin-bottom: 32px;
}

.card_title_2{
    font: 700 32px/38px 'Pretendard';
    color: #fff;
}

.cardnum3{
    background: #3E8CC7;
    z-index: 7;
    transform: translateY(120px) scale(0.85);
}

.cardnum3 img{
    width: 78px;
    height: 52px;
    object-fit: contain;
    margin-bottom: 27px;
}

.cardnum4{
    background: #BBECA4;
    z-index: 6;
    transform: translateY(160px) scale(0.8);
}

.cardnum4 img{
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 31px;
}

.black{
    color: #000;
    font-weight: 600;
}       

#multi{
    position: relative;
    width: 100%;
    height: 920px;
    background: #473DC6;
    box-sizing: border-box;
    display: flex;  
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.whitebox{
    position: relative;
    width: 1460px;
    height: 508px;
    background: url('/starbattle/images/multi_bg.png') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 52px;
}

.multi_title{
    font: 700 40px 'Pretendard';
    color: #000;
    margin-bottom: 44px;
}

.multi_txt{
    font: 400 20px/24px 'Pretendard';
    color: #000;
    text-align: center;
}

.multi_wrap{
    position: relative;
    width: 852px;
    height: 43px;
    display: flex;
    gap:52px;
    justify-content: center;
}

.multi_name_wrap{
    display: flex;
    width: fit-content;
    align-items: center;
}

.multi_name {
    font: 700 20px 'Pretendard';
    color: #fff;
}

.multi_name_wrap img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}








































