.top_btn_wrap{
    width: 100%;
    display: flex;
    height: 100%;
    gap: 5%;
    align-items: center;
    justify-content: center;
}
.top_btn_wrap .top_btn{
    flex: 1;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D2B4FF;
    color: #F1F1F1;
    border-radius: 10px;
    font-size: 17px;
    cursor: pointer;
    gap: 5%;
    transition: all .5s ease;
    padding: 3%;
}
.top_btn_wrap .top_btn > span.locale_name,
.top_btn_wrap .top_btn > span.icon{
    color: #F1F1F1;
}
.top_btn_wrap .top_btn:hover,
.top_btn_wrap .top_btn.select{
    background: #8A5FC9;
}
.top_btn_wrap .top_btn .locale_name{

}

#asd::-webkit-scrollbar {
    display: none;
} 
#asd {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}
#application-splash-wrapper::-webkit-scrollbar {
    display: none;
} 
#application-splash-wrapper {
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}