.chart_area{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 840px;
    margin: 10px auto 0;
    /* background-color: orange; */
    height: 400px;
}

.chart_area .chart_chg_btn{
    position: absolute;
    top: -40px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 4px;
    
    font-size: 14px;
    cursor: pointer;
}
.chart_area .chart_chg_btn:hover{
    border: 1px solid #bbb;
}
.chart_area .chart_chg_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    color: #777;
}

.pie_legend {
    display: none;
    margin-left: 60px;
}
.pie_legend ul {
    padding: 10px 4px;
    border: 1px solid #ececec;
    background-color: #fff;
    border-radius: 4px;
}
.pie_legend ul li {
    display: flex
} 
.pie_legend ul li:not(:last-child) {
    margin-bottom: 6px
}
.pie_legend ul li span:first-child{
    display: inline-block;
    width: 20px;
    /* background-color: red; */
    height: 20px;
    margin-right: 4px;
}
.country marquee img{
    width: 45px;
}
.country marquee img:not(:last-child){
    margin-right: 10px;
}

/* 2025.11.06 UPDATE */
.header_warp {
    position: relative;
    margin: 10px auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 840px;
}
.part_selectBox {
    display: flex;
    justify-content: right;
}

.part_selectBox select{
    width: 300px;
    border: 1px solid #ececec;
    background-color: #fff;
    height: 30px;
    font-size: 14px
}

.sort_warp {
    display: flex;
    justify-content: end;
    margin-bottom: 6px;
}

.sort_warp select {
    font-size: 14px;
    width: 100px;
    height: 30px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background-color: #fff;
}