.invest_status .run_box {
    gap: 30px;
}
.invest_status .run_box .top h4 {
    font-size: 20px;
}
.invest_status .run_box .top h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 15px;
    height: 15px;
    background: var(--green);
    border-radius: 50%;
}
.invest_status .run_box .top strong {
    font-size: 18px;
}
.invest_status .run_box .price h3 {
    font-size: 40px;
    line-height: 1;
}
.invest_status .run_box .price span {
    font-size: 18px;
}
.invest_status .run_box .today_box {
    width: max-content;
    padding: 15px 28px;
    border-radius: 100px;
    border: 2px solid var(--green);
    background: rgba(0, 0, 0, 0.10);
    font-size: 18px;
    box-sizing: border-box;
}


.invest_status .status_box {
    gap: 40px;
}
.invest_status .status_box .grid3 {
    gap: 20px 0;
}
.invest_status .status_box .grid3 > div {
    flex: 1;
    gap: 16px;
}
.invest_status .status_box .grid3 > div p {
    font-size: 18px;
    opacity: .8;
}
.invest_status .status_box .grid3 > div h4 {
    font-size: 32px;
}
.invest_status .status_box .bar_box {
    gap: 16px;
}
.invest_status .status_box .bar_box .top {
    font-size: 18px;
}
.invest_status .status_box .bar_box .bar {
    position: relative;
    height: 40px;
    background: rgba(5, 0, 28, 0.45);
    border-radius: 100px;
    overflow: hidden;
}
.invest_status .status_box .bar_box .bar span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    border-radius: 100px;
    transition: width 1.5s cubic-bezier(0.1, 0.76, 0.55, 0.94);
}
.invest_status .status_box .box > div {
    flex: 1;
    padding: 30px;
    gap: 16px;
    font-size: 20px;
    box-sizing: border-box;
}
.invest_status .status_box .box > div p {
    font-size: 18px;
    opacity: .8;
}


.invest_status .daily_box {
    gap: 30px;
}
.invest_status .daily_box .graph_box {
    padding: 30px;
    border-radius: 15px;
    gap: 30px;
    box-sizing: border-box;
}
.invest_status .daily_box .graph_box .result {
    font-size: 18px;
    font-weight: 700;
}
.invest_status .daily_box .graph_box .result strong {
    font-size: 20px;
}
.invest_status .daily_box .graph_box .box {
    padding: 30px;
    gap: 16px;
    box-sizing: border-box;
}
.invest_status .daily_box .graph_box .box .icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.15);
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.invest_status .daily_box .graph_box .box .txt {
    gap: 16px;
    font-size: 18px;
}
.invest_status .daily_box .graph_box .box .percent {
    position: relative;
}
.invest_status .daily_box .graph_box .box .percent span {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    letter-spacing: -0.32px;
}



.invest_status .invest_box {
    gap: 30px;
}
.invest_status .invest_box .chart_box {
	gap: 32px;
    padding: 20px 0;
    box-sizing: border-box;
}
.invest_status .invest_box .chart_box .donut {
	width: 260px;
	height: 260px;
}
.invest_status .invest_box .chart_box .legend {
    min-width: 300px;
    padding: 10px 0;
    gap: 16px;
}
.invest_status .invest_box .chart_box .legend > div {
    gap: 6px;
}
.invest_status .invest_box .chart_box .legend > div .label {
    flex: 1;
    width: 100%;
}
.invest_status .invest_box .chart_box .legend > div .label span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 6px;
}
/* __nv_terms_head2_v1 : 'Asset Weight' 가 한 줄에 들어가도록 폭 확보.
   같은 만큼 .price 를 줄여 범례 전체 폭은 그대로 유지 */
/* __nv_legend_pc_v1 : 넓은 화면 칸 폭 조정 */
.invest_status .invest_box .chart_box .legend > div .percent {
    width: 70px;
}
.invest_status .invest_box .chart_box .legend > div.body .percent {
    text-align: right;
}
/* __nv_legend_head_v2 : 머리글 겹침 방지.
   .flex 가 wrap 이라 칸 폭을 넓히면 범례가 아래줄로 떨어지므로
   폭은 그대로 두고 머리글만 축소 + 오른쪽 정렬로 떼어놓음 */
/* __nv_terms_v1 : 머리글이 길어져 두 줄로 접히도록 허용.
   한 줄로 강제하면 폭이 넘쳐 범례가 도넛 아래로 떨어짐 */
.invest_status .invest_box .chart_box .legend .head {
    font-size: 12px;
    white-space: normal;
    line-height: 1.25;
    align-items: flex-end;
}
.invest_status .invest_box .chart_box .legend .head .percent,
.invest_status .invest_box .chart_box .legend .head .price {
    text-align: right;
}
.invest_status .invest_box .chart_box .legend > div .price {
    width: 70px;
    text-align: right;
}
.invest_status .invest_box .tabs .swiper-slide {
    width: auto;
}
.invest_status .invest_box .tabs .swiper-slide button {
    height: 58px;
    font-size: 18px;
    font-weight: 300;
    padding: 0 20px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.invest_status .invest_box .tabs .swiper-slide button.active {
    font-weight: 500;
    background: #05001C;
}
.invest_status .invest_box .tabs .swiper-slide button > span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.invest_status .invest_box .tabs .swiper-slide button > p span {
    display: none;
}
.invest_status .invest_box .tab_cont {
    padding: 30px;
    border-radius: 15px;
    gap: 30px;
    box-sizing: border-box;
}
.invest_status .invest_box .tab_cont .title {
    gap: 6px;
    font-size: 20px;
}
.invest_status .invest_box .tab_cont .title > span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.invest_status .invest_box .tab_cont .title p {
    font-size: 18px;
}
.invest_status .invest_box .tab_cont .grid > div {
    flex: 1;
    padding: 20px 30px;
    gap: 10px;
    box-sizing: border-box;
}
.invest_status .invest_box .tab_cont .grid > div p {
    font-size: 18px;
    opacity: .8;
}
.invest_status .invest_box .tab_cont .grid > div strong {
    font-size: 20px;
}
.invest_status .invest_box .tab_cont .list .item {
    padding: 24px 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    box-sizing: border-box;
}
.invest_status .invest_box .tab_cont .list .item > div .icon {
    height: 34px;
}
.invest_status .invest_box .tab_cont .list .item > div .icon img {
    max-width: 100%;
    height: 100%;
}
.invest_status .invest_box .tab_cont .list .item > div span {
    font-size: 18px;
    opacity: .8;
    text-transform: capitalize;
}



.invest_status .history_box {
    gap: 30px;
    padding-bottom: 40px;
}
.invest_status .history_box .tab button {
    flex: 1;
    height: 58px;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
.invest_status .history_box .tab button.active {
    background: #05001C;
    font-weight: 500;
}
.invest_status .history_box .list {
    padding: 40px;
    gap: 40px;
}
.invest_status .history_box .list .item {
    gap: 20px;
}
.invest_status .history_box .list .item .date {
    font-size: 18px;
    font-weight: 700;
    opacity: .8;
}
.invest_status .history_box .list .item .h_box > div {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.invest_status .history_box .list .item .h_box > div span {
    font-size: 16px;
}




@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
    .invest_status .run_box .top h4 {
        font-size: 18px;
    }
    .invest_status .run_box .top strong {
        font-size: 16px;
    }
    .invest_status .run_box .price h3 {
        font-size: 30px;
    }
    .invest_status .run_box .price span {
        font-size: 16px;
    }

    .invest_status .daily_box .graph_box {
        padding: 20px;
    }

    .invest_status .status_box {
        gap: 30px;
    }
    .invest_status .status_box .grid3 > div:last-child {
        flex: none;
        width: 100%;
    } 
    .invest_status .status_box .grid3 > div p {
        font-size: 14px;
    }
    .invest_status .status_box .grid3 > div h4 {
        font-size: 24px;
    }
    .invest_status .status_box .bar_box .top {
        font-size: 16px;
    }
    .invest_status .status_box .bar_box .bar {
        height: 32px;
    }
    .invest_status .status_box .box > div {
        padding: 20px;
        font-size: 16px;
    }
    .invest_status .status_box .box > div:last-child {
        flex: none;
        width: 100%;
    }
    .invest_status .status_box .box > div p {
        font-size: 14px;
    }

    .invest_status .history_box .list {
        padding: 30px;
    }
}
@media screen and (max-width: 700px) {
    .invest_status .daily_box .graph_box .box {
        padding: 20px;
    }
    .invest_status .daily_box .graph_box .box .icon {
        width: 100%;
        height: 65px;
        border-radius: 20px;
        padding: 10px;
        box-sizing: border-box;
    }
    .invest_status .daily_box .graph_box .box .txt {
        font-size: 14px;
    }
    .invest_status .daily_box .graph_box .box .percent svg {
        width: 45px;
    }
    .invest_status .daily_box .graph_box .box .percent span {
        font-size: 12px;
    }

    .invest_status .invest_box .chart_box .donut {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    /* __nv_legend_narrow_v1 : 폭이 좁을 때 범례가 양 끝으로 벌어지지 않게 */
    .invest_status .invest_box .chart_box .legend {
        width: 100%;
        min-width: 0;
        max-width: 420px;
        margin: 0 auto;
    }
    /* __nv_terms_head3_v1 : 'Asset Weight' 한 줄 확보 (합계 폭은 130px 유지) */
    .invest_status .invest_box .chart_box .legend > div .percent {
        width: 82px;
    }
    /* __nv_legend_700_v2 : 수익률 칸 폭 확보 */
    .invest_status .invest_box .chart_box .legend > div .price {
        min-width: 82px;
    }
    .invest_status .invest_box .chart_box .legend .head {
        font-size: 13px;
    }
    .invest_status .invest_box .tab_cont .list .item {
        justify-content: space-between;
        font-size: 14px;
    }
    .invest_status .invest_box .tab_cont .list .item > div {
        flex: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .invest_status .invest_box .tab_cont .list .item > div span {
        font-size: 16px;
    }
    .invest_status .invest_box .tab_cont .grid > div p {
        font-size: 16px;
    }
    .invest_status .invest_box .tab_cont .grid > div strong {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {

    .invest_status .status_box .box > div {
        flex: none;
        width: 100%;
    }

    .invest_status .history_box .tab button {
        height: 52px;
        padding: 0 10px;
        font-size: 16px;
    }
    .invest_status .history_box .list .item .h_box > div {
        font-size: 16px;
    }
    .invest_status .history_box .list .item .h_box > div span {
        font-size: 14px;
    }
    .invest_status .history_box .list .item .h_box > div strong {
        width: 100%;
        text-align: right;
    }
}
@media screen and (max-width: 380px) {
    /* __nv_legend_380_v1 : 좁은 폭에서도 [분야명 | 비중 | 수익률] 을 한 줄로 */
    .invest_status .invest_box .chart_box .legend {
        gap: 12px;
    }
    .invest_status .invest_box .chart_box .legend > div {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 4px;
    }
    /* flex:none 이면 기본의 width:100% 가 살아나 라벨이 한 줄을 다 먹음 */
    .invest_status .invest_box .chart_box .legend > div .label {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        font-size: 14px;
    }
    .invest_status .invest_box .chart_box .legend > div .label span {
        width: 12px;
        height: 12px;
        margin-right: 4px;
        flex: 0 0 auto;
    }
    .invest_status .invest_box .chart_box .legend > div .percent {
        width: 68px;
        font-size: 14px;
        flex: 0 0 auto;
    }
    /* __nv_legend_380_v2 : 고정폭 + 오른쪽정렬 -> 수익률 끝자리가 세로로 맞음 */
    .invest_status .invest_box .chart_box .legend > div .price {
        width: 68px;
        min-width: 0;
        font-size: 14px;
        flex: 0 0 auto;
        text-align: right;
    }
    .invest_status .invest_box .chart_box .legend .head {
        font-size: 11px;
    }
}
/* NEW4 portfolio donut video fix */
.invest_status .invest_box .chart_box .donut{
    position: relative;
    flex: 0 0 260px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
}

.invest_status .invest_box .chart_box .donut .video{
    position: absolute;
    inset: 31%;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    pointer-events: none;
}

.invest_status .invest_box .chart_box .donut .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.invest_status .invest_box .chart_box .donut canvas{
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 700px){
    .invest_status .invest_box .chart_box .donut{
        flex: 0 0 200px;
        width: 200px;
        height: 200px;
    }
}

/* NEW4 portfolio donut final mask fix */
.invest_status .invest_box .chart_box .donut{
    position: relative !important;
    flex: 0 0 260px !important;
    width: 260px !important;
    height: 260px !important;
    overflow: visible !important;
}

.invest_status .invest_box .chart_box .donut .video{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, #000 27.88%, rgba(255,255,255,0) 100%) !important;
    mask-image: radial-gradient(50% 50% at 50% 50%, #000 27.88%, rgba(255,255,255,0) 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.invest_status .invest_box .chart_box .donut .video video{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.invest_status .invest_box .chart_box .donut canvas{
    position: relative !important;
    z-index: 2 !important;
}

@media screen and (max-width: 700px){
    .invest_status .invest_box .chart_box .donut{
        flex: 0 0 200px !important;
        width: 200px !important;
        height: 200px !important;
    }
}
