.mypage-css .select-wrap {
    position: relative;
}
.mypage-css .select-wrap .arrow-down-gray {
    display: block;
    position: absolute;
    content: '';
    background: url("../images/icon/arrow-right-gray.png") no-repeat;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    cursor: pointer;
    pointer-events: none;
}
.mypage-css select {
    padding: 0 11px;
    width: 100%;
    height: 100%;
    min-width: 110px;
    min-height: 39px;
    line-height: 37px;
    background-color: #fff;
    border: 1px solid #E6EEF6;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #A1ACB4;
    cursor: pointer;
    -webkit-appearance:none; 
    -moz-appearance:none; 
    appearance:none 
}
.mypage-css input[type="checkbox"]:disabled+label {
    cursor: not-allowed;
}
.mypage-css input[type="checkbox"]+label {
    padding-left: 18px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #888;
    cursor: pointer;
    white-space: nowrap;
}
.mypage-css input[type="checkbox"]+label::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: url("../images/icon/icon-check-no.png") no-repeat;
    width: 12px;
    height: 12px;
}
.mypage-css input[type="checkbox"]:checked+label {
    color: #222;
}
.mypage-css input[type="checkbox"]:checked+label::before {
    background: url("../images/icon/icon-check-ok.png") no-repeat;
}
.mypage-css .toggle-wrap {
    display: flex;
    align-items: center;
}
.mypage-css .toggle-wrap .txt {
    margin-right: 12px;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.mypage-css .toggle-wrap input.toggle+label {
    display: block;
    width: 30px;
    height: 15px;
    background-color: #ECEFF2;
    border-radius: 10px;
    padding-left: 0;
}
.mypage-css .toggle-wrap input.toggle+label::before {
    left: 3px;
    background: none;
    background-color: #fff;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    transition: all 0.25s ease;
}
.mypage-css .toggle-wrap input.toggle+label span {
    position: absolute;
    text-indent: -9999px;
}
.mypage-css .toggle-wrap input.toggle:checked+label {
    background-color: #AA1F24;
}
.mypage-css .toggle-wrap input.toggle:checked+label::before {
    left: initial;
    right: 3px;
    background: none;
    background-color: #fff;
}
.mypage-css input[type="radio"]:disabled+label {
    cursor: not-allowed;
}
.mypage-css input[type="radio"]+label {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #888;
    cursor: pointer;
}
.mypage-css input[type="radio"]+label::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 14px;
    height: 14px;
    background: url("../images/icon/icon-radio-no.png") no-repeat;
}
.mypage-css input[type="radio"]:checked+label::before {
    background: url("../images/icon/icon-radio-ok.png") no-repeat;
}
.mypage-css input[type="text"],
.mypage-css input[type="number"] {
    padding: 11px 75px 11px 15px;
    width: 100%;
    border: 1px solid #CDD0D6;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: -0.5px;
}
.mypage-css input[type="text"]:disabled,
.mypage-css input[type="number"]:disabled {
    cursor: not-allowed;
    background-color: #ECEFF2;
}
.mypage-css input[type="text"]:disabled+.input-delete-btn,
.mypage-css input[type="number"]:disabled+.input-delete-btn {
    display: none;
}
.mypage-css input[type="checkbox"],
.mypage-css input[type="radio"],
.mypage-css input[type="file"] {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.mypage-css textarea {
    padding: 11px 15px;
    width: 100%;
    height: 150px;
    border: 1px solid #CDD0D6;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 21px;
}
.mypage-css textarea:disabled {
    cursor: not-allowed;
    background-color: #ECEFF2;
}
@media (max-width:767px) {
    .mypage-css input[type="checkbox"]+label {
        font-size: 13px;
        line-height: 19px;
    }
    .mypage-css input[type="checkbox"]+label::before {
        background: url("../images/icon/icon-check-no@2x.png") no-repeat;
        background-size: cover;
    }
    .mypage-css input[type="checkbox"]:checked+label::before {
        background: url("../images/icon/icon-check-ok@2x.png") no-repeat;
        background-size: cover;
    }
    .mypage-css input[type="radio"]+label {
        padding-left: 18px;
        font-size: 13px;
        line-height: 19px;
    }
    .mypage-css input[type="radio"]+label::before {
        background: url("../images/icon/icon-radio-no-mb@2x.png") no-repeat;
        background-size: cover;
    }
    .mypage-css input[type="radio"]:checked+label::before {
        background: url("../images/icon/icon-radio-ok-mb@2x.png") no-repeat;
        background-size: cover;
    }
    .mypage-css input[type="text"],
    .mypage-css input[type="number"] {
        padding: 10px 12px;
        font-size: 13px;
    }
    .mypage-css textarea {
        padding: 10px 12px;
        height: 110px;
        font-size: 13px;
        line-height: 19px;
    }
}
.mypage-css .cumulative-status-common .main-text-css {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.mypage-css .cumulative-status-common .main-text-css li {
    margin-right: 30px;
}
.mypage-css .cumulative-status-common .main-text-css li:last-child {
    margin-right: 0;
}
.mypage-css .cumulative-status-common .main-text-css li > div {
    display: flex;
    align-items: baseline;
}
.mypage-css .cumulative-status-common .main-text-css .name {
    margin-right: 8px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #888888;
}
.mypage-css .cumulative-status-common .main-text-css .value {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.5px;
}
.mypage-css .cumulative-status-common .main-text-css .value.blue {
    color: #AA1F24;
}
.mypage-css .cumulative-status-common .bar-css {
    margin-bottom: 30px;
}
.mypage-css .cumulative-status-common .bar-css .graph-inner {
    display: flex;
    width: 100%;
    height: 12px;
    border-radius: 10px;
    background: #FDF9F9;
}
.mypage-css .cumulative-status-common .bar-css .bar {
    position: relative;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
}
.mypage-css .cumulative-status-common .bar-css .bar:hover > .gr-tooltip {
    display: block;
}
.mypage-css .cumulative-status-common .bar-css .bar::before {
    position: absolute;
    right: -6px;
    top: 0;
    content: "";
    width: 11px;
    height: 12px;
    background-color: #fff;
    z-index: 2;
    border-radius: 50px 50px 50px 50px / 0 50px 50px 0;
}
.mypage-css .cumulative-status-common .bar-css .bar::after {
    position: absolute;
    right: -3px;
    top: 0;
    content: "";
    width: 11px;
    height: 12px;
    z-index: 2;
    border-radius: 50px 50px 50px 50px / 0 50px 50px 0;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar01 {
    background-color: #AA1F24;
    z-index: 20;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar01::after {
    background-color: #AA1F24;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar02 {
    background-color: #FF7E7E;
    z-index: 10;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar02::after {
    background-color: #FF7E7E;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar03 {
    background-color: #FDC18A;
    z-index: 5;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar03::after {
    background-color: #FDC18A;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar04 {
    background-color: #F6BDFF;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar04::after {
    background-color: #F6BDFF;
}
.mypage-css .cumulative-status-common .sub-text-css {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mypage-css .cumulative-status-common .sub-text-css li {
    padding-left: 23px;
    border-right: 1px solid #ECEFF2;
    width: calc(100% / 4);
}
.mypage-css .cumulative-status-common .sub-text-css li:first-child {
    padding-left: 0;
}
.mypage-css .cumulative-status-common .sub-text-css li:first-child .icon-circle {
    background-color: #AA1F24;
}
.mypage-css .cumulative-status-common .sub-text-css li:nth-child(2) .icon-circle {
    background-color: #FF7E7E;
}
.mypage-css .cumulative-status-common .sub-text-css li:nth-child(3) .icon-circle {
    background-color: #FDC18A;
}
.mypage-css .cumulative-status-common .sub-text-css li:last-child {
    border-right: 0;
}
.mypage-css .cumulative-status-common .sub-text-css li:last-child .icon-circle {
    background-color: #F6BDFF;
}
.mypage-css .cumulative-status-common .sub-text-css li .font-css {
    letter-spacing: -0.5px;
}
.mypage-css .cumulative-status-common .sub-text-css li .font-css .name {
    margin-bottom: 1px;
    font-size: 13px;
    line-height: 19px;
    color: #888888;
}
.mypage-css .cumulative-status-common .sub-text-css li .font-css .name .icon-circle {
    margin-right: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.mypage-css .cumulative-status-common .sub-text-css li .font-css .value {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
@media (max-width:767px) {
    .mypage-css .cumulative-status-common .main-text-css {
        display: block;
    }
    .mypage-css .cumulative-status-common .main-text-css li {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .mypage-css .cumulative-status-common .main-text-css li:last-child {
        margin-bottom: 0;
    }
    .mypage-css .cumulative-status-common .main-text-css li > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mypage-css .cumulative-status-common .main-text-css .name {
        margin-right: 0;
        font-size: 12px;
        line-height: 17px;
    }
    .mypage-css .cumulative-status-common .main-text-css .value {
        font-size: 15px;
        line-height: 22px;
    }
    .mypage-css .cumulative-status-common .sub-text-css {
        display: block;
    }
    .mypage-css .cumulative-status-common .sub-text-css li {
        margin-bottom: 10px;
        padding-left: 0;
        border-right: 0;
        width: 100%;
    }
    .mypage-css .cumulative-status-common .sub-text-css li:last-child {
        margin-bottom: 0;
    }
    .mypage-css .cumulative-status-common .sub-text-css li .font-css {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mypage-css .cumulative-status-common .sub-text-css li .font-css .name {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 17px;
    }
    .mypage-css .cumulative-status-common .sub-text-css li .font-css .name .icon-circle {
        width: 8px;
        height: 8px;
    }
    .mypage-css .cumulative-status-common .sub-text-css li .font-css .value {
        font-size: 15px;
        line-height: 22px;
    }
    .mypage-css .cumulative-status-common .bars {
        position: relative;
    }
    .mypage-css .cumulative-status-common .bars .bar-bg-left {
        display: none;
        position: absolute;
        left: -20px;
        bottom: 0;
        background: url("../images/mypage/bg-white-left-mb@2x.png") no-repeat;
        width: 49px;
        height: 10px;
        z-index: 5;
        pointer-events: none;
    }
    .mypage-css .cumulative-status-common .bars .bar-bg-right {
        position: absolute;
        right: -20px;
        bottom: 0;
        background: url("../images/mypage/bg-white-right-mb@2x.png") no-repeat;
        width: 49px;
        height: 10px;
        z-index: 5;
        pointer-events: none;
    }
    .mypage-css .cumulative-status-common .bar-css {
        margin: 0 -20px;
        overflow-x: scroll;
        margin-top: -53px;
        padding-top: 53px;
    }
    .mypage-css .cumulative-status-common .bar-css .graph-inner {
        padding: 0 20px;
        width: 700px;
        height: 10px;
    }
    .mypage-css .cumulative-status-common .bar-css .bar::before {
        width: 10px;
        height: 10px;
    }
    .mypage-css .cumulative-status-common .bar-css .bar::after {
        width: 10px;
        height: 10px;
    }
}
.mypage-css .account-card {
    position: relative;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 17px;
    border-radius: 5px;
    min-height: 117px;
}
.mypage-css .account-card .bank {
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}
.mypage-css .account-card .abs {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.mypage-css .account-card .number {
    letter-spacing: -0.27px;
}
.mypage-css .account-card .type {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mypage-css .account-card .type li:first-child {
    margin-right: 6px;
}
.mypage-css .account-card .type li a {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.5px;
    color: #fff;
    opacity: 0.5;
    transition: none;
}
.mypage-css .account-card .type li a.active {
    font-weight: 700;
    opacity: 1;
}
.mypage-css .account-card .amount-wrap .amount {
    display: none;
}
.mypage-css .account-card .amount-wrap .amount.active {
    display: flex;
}
.mypage-css .account-card .amount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-align: right;
}
.mypage-css .account-card .amount .icon-refresh {
    margin-right: 5px;
    position: relative;
    display: block;
    width: 23px;
}
.mypage-css .account-card .amount .icon-refresh:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
}
.mypage-css .account-card .amount .icon-refresh.white:before {
    background: url("../images/mypage/icon-refresh-white.png");
}
.mypage-css .account-card .amount .icon-refresh.gray:before {
    background: url("../images/mypage/icon-refresh-gray.png");
}
.mypage-css .account-card.color01 {
    background: #AA1F24;
}
.mypage-css .account-card.color01 .bank {
    color: #fff;
}
.mypage-css .account-card.color01 .number {
    color: #fff;
    opacity: 0.5;
}
.mypage-css .account-card.color01 .amount {
    color: #fff;
}
.mypage-css .account-card.color02 {
    background-color: #FDF9F9;
}
.mypage-css .account-card.color02 .number {
    color: #BBBBBB;
}
.mypage-css .account-card.color03 {
    background-color: khaki;
}
.mypage-css .copy-wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mypage-css .copy-wrap .icon-copy {
    margin-left: 8px;
    display: block;
    background: url("../images/mypage/icon-copy.png") no-repeat;
    width: 15px;
    height: 15px;
}
.mypage-css .gr-tooltip {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
    padding: 8px 10px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px rgba(192, 192, 192, 0.5);
    border-radius: 5px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}
.mypage-css .gr-tooltip.top {
    top: -50px;
    bottom: initial;
}
.mypage-css .gr-tooltip.top::before {
    top: initial;
    bottom: -4px;
    -webkit-box-shadow: 2px -2px 2px 0 rgba(192, 192, 192, 0.15);
    box-shadow: 2px -2px 2px 0 rgba(192, 192, 192, 0.15);
}
.mypage-css .gr-tooltip::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    -webkit-transform: translateX(-50%) rotate(115deg) skew(-35deg);
    transform: translateX(-50%) rotate(115deg) skew(-37deg);
    width: 11px;
    height: 9px;
    -webkit-box-shadow: -2px 2px 2px 0 rgba(192, 192, 192, 0.15);
    box-shadow: -2px 2px 2px 0 rgba(192, 192, 192, 0.15);
    background-color: #fff;
}
.mypage-css .gr-tooltip .name {
    margin-right: 5px;
    color: #888888;
}
.mypage-css .gr-tooltip .value {
    font-weight: 700;
}
.mypage-css .my .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}
.mypage-css .my .pagination ul {
    display: flex;
    align-items: center;
}
.mypage-css .my .pagination li {
    margin: 0 10px;
}
.mypage-css .my .pagination li.current a {
    color: #AA1F24;
}
.mypage-css .my .pagination .next_page a,
.mypage-css .my .pagination .prev_page a {
    width: 8px;
    height: 8px;
    border-left: 1.7px solid #D8D8D8;
    border-top: 1.7px solid #D8D8D8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mypage-css .my .pagination .next_page a:hover,
.mypage-css .my .pagination .prev_page a:hover {
    border-color: #AA1F24;
}
.mypage-css .my .pagination .next_page a {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mypage-css .my .pagination a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0;
    color: #AAAAAA;
}
@media (max-width:767px) {
    .mypage-css .my .pagination li {
        margin: 0 7.5px;
    }
    .mypage-css .my .pagination .next_page a,
    .mypage-css .my .pagination .prev_page a {
        width: 8px;
        height: 8px;
        border-left: 2px solid #D8D8D8;
        border-top: 2px solid #D8D8D8;
    }
    .mypage-css .my .pagination a {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.01em;
    }
}
.mypage-css [class^='btn_type'] {
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
    transition: all 0.25s ease;
    font-size: 12px;
    letter-spacing: -0.01em;
}
.mypage-css .btn_type01 {
    background-color: #fff;
    color: #AA1F24;
}
.mypage-css .btn_type02 {
    width: 89px;
    height: 28px;
    border: 1px solid #A1ACB4;
    border-radius: 14px;
    color: #A1ACB4;
    font-size: 12px;
}
.mypage-css .btn_type03 {
    width: 89px;
    height: 28px;
    border: 1px solid #A1ACB4;
    border-radius: 14px;
    color: #A1ACB4;
    font-size: 12px;
}
#header.mypage .gnb {
    box-shadow: none;
}
@media (max-width:1023px) {
    #header.mypage {
        width: 100%;
    }
    #header.mypage .header-util {
        display: block;
    }
}
@media (max-width:767px) {
    #header.mypage {
        width: 100%;
    }
    #header.mypage .header-util {
        display: block;
    }
}
#mypage_summary .invest-wrap {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
}
#mypage_summary .repayment-wrap .title-wrap {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mypage_summary .repayment-wrap .title-wrap .my-title {
    margin-bottom: 0;
}
#mypage_summary .repayment-wrap .title-wrap .date-wrap {
    display: flex;
    align-items: center;
}
#mypage_summary .repayment-wrap .title-wrap .date-wrap button {
    width: 10px;
    height: 10px;
    border-top: 2px solid #bbb;
    border-right: 2px solid #bbb;
    transition: all 0.25s ease;
}
#mypage_summary .repayment-wrap .title-wrap .date-wrap button:hover {
    border-color: #AA1F24;
}
#mypage_summary .repayment-wrap .title-wrap .date-wrap .prev {
    transform: rotate(225deg);
}
#mypage_summary .repayment-wrap .title-wrap .date-wrap .year {
    margin: 0 17px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
}
#mypage_summary .repayment-wrap .title-wrap .date-wrap .next {
    transform: rotate(45deg);
}
#mypage_summary .repayment-wrap .graph-wrap .amount-wrap .amount {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.5px;
    color: #888888;
}
#mypage_investment {
    min-height: 100vh;
}
#mypage_investment .banner {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
#mypage_investment .banner .wrap {
    padding: 20px;
    border-radius: 10px;
    width: calc(50% - 7.5px);
    text-align: right;
}
#mypage_investment .banner .title {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
}
#mypage_investment .banner .btn_type02 {
    line-height: 29px;
}
#mypage_investment .banner .certification {
    margin-right: 15px;
    background-color: #F5F9FF;
}
#mypage_investment .banner .auto-invest {
    border: 1px solid #eceff2;
}
#mypage_investment .cumulative-invest-status {
    margin-bottom: 50px;
}
#mypage_investment .cumulative-invest-status .my-box {
    padding: 40px 50px 45px;
}
#mypage_investment .invest-history {
    margin-bottom: 50px;
}
#mypage_investment .invest-history .invest-header {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mypage_investment .invest-history .invest-header .my-title {
    margin-bottom: 0;
}
#mypage_investment .invest-history .invest-header .wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#mypage_investment .invest-history .invest-header .invest-nav {
    margin-right: 35px;
    display: flex;
    align-items: center;
}
#mypage_investment .invest-history .invest-header .invest-nav li {
    display: flex;
    align-items: center;
}
#mypage_investment .invest-history .invest-header .invest-nav li.on a {
    color: #AA1F24;
}
#mypage_investment .invest-history .invest-header .invest-nav li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #888888;
}
#mypage_investment .invest-history .invest-header .invest-nav li .icon {
    margin-right: 5px;
    display: block;
    width: 24px;
    height: 24px;
}
#mypage_investment .invest-history .invest-header .invest-nav .menu01 {
    margin-right: 20px;
}
#mypage_investment .invest-history .invest-header .invest-nav .menu01.on .icon {
    background: url("../images/mypage/icon-invest-menu01-color.png") no-repeat center center / cover;
}
#mypage_investment .invest-history .invest-header .invest-nav .menu01 .icon {
    background: url("../images/mypage/icon-invest-menu01-gray.png") no-repeat center center / cover;
}
#mypage_investment .invest-history .invest-header .invest-nav .menu02.on .icon {
    background: url("../images/mypage/icon-invest-menu02-color.png") no-repeat center center / cover;
}
#mypage_investment .invest-history .invest-header .invest-nav .menu02 .icon {
    background: url("../images/mypage/icon-invest-menu02-gray.png") no-repeat center center / cover;
}
#mypage_investment .invest-history .invest-wrap .invest-content {
    margin-bottom: 40px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap {
    margin-bottom: 15px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul {
    padding: 10px;
    background-color: #FDF9F9;
    border-radius: 5px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: center;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .title {
    width: 26%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .count {
    width: 30%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .status {
    width: 8%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .percent {
    width: 9%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .amount {
    width: 20%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap {
    margin-bottom: 15px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap:last-child {
    margin-bottom: 0;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on ul {
    border: 1px solid #F5F9FF;
    background-color: #F5F9FF;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on li {
    color: #222222;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on .graph {
    color: #AA1F24;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on .graph .graph-bg {
    background-color: #E2EEFF;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on .graph .graph-bar {
    background-color: #AA1F24;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on .toggle .toggle-btn {
    transform: rotate(135deg);
    border-left: 0 solid transparent;
    border-top: 0 solid transparent;
    border-right: 8px solid transparent;
    border-left: 0 solid #AA1F24;
    border-bottom: 8px solid #AA1F24;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul {
    padding: 12px 40px;
    background-color: #FFFFFF;
    border: 1px solid #ECEFF2;
    box-sizing: border-box;
    border-radius: 5px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    color: #888888;
    text-align: center;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .title {
    width: 26%;
    text-align: left;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .title a {
    display: block;
    width: 90%;
    color: #AA1F24;
    text-decoration: underline;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .graph {
    width: 29%;
    padding: 0 5px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .graph .graph-bg {
    display: inline-block;
    width: calc(100% - 55px);
    height: 9px;
    background-color: #F5F5F5;
    border-radius: 10px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .graph .graph-bar {
    background-color: #bbb;
    border-radius: 10px;
    height: 100%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .graph .count {
    margin-left: 15px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .status {
    width: 11%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .percent {
    width: 10%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .amount {
    width: 18%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .toggle {
    padding: 5px;
    cursor: pointer;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .toggle .toggle-btn {
    width: 6px;
    height: 6px;
    border-left: 0 solid #bbb;
    border-top: 0 solid #bbb;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #bbb;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer-wrap {
    display: none;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer {
    padding: 26px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ECEFF2;
    border-top: 0;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .mb-only {
    display: none;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li {
    margin-bottom: 12px;
    align-items: center;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li:last-child {
    margin-bottom: 0;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .group-item {
    display: inline-block;
    margin-right: 38px;
    align-items: center;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .group-item:last-child {
    margin-right: 0;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .name {
    display: inline-block;
    margin-right: 8px;
    color: #A1ACB4;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .value {
    display: inline-block;
    font-weight: 500;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap {
    font-size: 0;
    display: flex;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap div {
    margin-right: 12px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap div:last-child {
    margin-right: 0;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap div button {
    line-height: 27px;
}
@media (max-width:1200px) {
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer {
        display: block;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap {
        margin-top: 15px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap {
        width: 50%;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail {
        width: 50%;
        max-width: inherit;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .detail-inner {
        max-width: inherit;
    }
}
@media (max-width:767px) {
    #mypage_investment .banner {
        margin-bottom: 37px;
        display: block;
    }
    #mypage_investment .banner .wrap {
        padding: 30px 20px 20px;
        width: 100%;
    }
    #mypage_investment .banner .title {
        margin-bottom: 25px;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
    }
    #mypage_investment .banner .btn_type02 {
        line-height: 32px;
    }
    #mypage_investment .banner .certification {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #mypage_investment .cumulative-invest-status {
        margin-bottom: 60px;
    }
    #mypage_investment .cumulative-invest-status .my-box {
        padding: 25px 20px;
    }
    #mypage_investment .cumulative-invest-status .line {
        margin: 20px 0;
        width: 100vh;
        margin-left: calc(-50vw + 50%);
        height: 1px;
        background-color: #ECEFF2;
    }
    #mypage_investment .invest-history .invest-header {
        display: block;
    }
    #mypage_investment .invest-history .invest-header .my-title {
        margin-bottom: 20px;
    }
    #mypage_investment .invest-history .invest-header .wrap {
        display: block;
    }
    #mypage_investment .invest-history .invest-header .invest-nav {
        margin-right: 0;
        margin-top: 25px;
    }
    #mypage_investment .invest-history .invest-header .invest-nav li a {
        font-size: 13px;
        line-height: 19px;
    }
    #mypage_investment .invest-history .invest-header .invest-nav li .icon {
        width: 20px;
        height: 20px;
    }
    #mypage_investment .invest-history .invest-header .invest-nav .menu01.on .icon {
        background: url("../images/mypage/icon-invest-menu01-color-mb@2x.png") no-repeat;
        background-size: cover;
    }
    #mypage_investment .invest-history .invest-header .invest-nav .menu01 .icon {
        background: url("../images/mypage/icon-invest-menu01-gray-mb@2x.png") no-repeat;
        background-size: cover;
    }
    #mypage_investment .invest-history .invest-header .invest-nav .menu02.on .icon {
        background: url("../images/mypage/icon-invest-menu02-color-mb@2x.png") no-repeat;
        background-size: cover;
    }
    #mypage_investment .invest-history .invest-header .invest-nav .menu02 .icon {
        background: url("../images/mypage/icon-invest-menu02-gray-mb@2x.png") no-repeat;
        background-size: cover;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content {
        margin-bottom: 30px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap {
        margin-bottom: 10px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul {
        padding: 10px 15px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul li {
        text-align: left;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul li.mb-hide {
        display: none;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul li.amount {
        text-align: right;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .title {
        width: 65%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap {
        margin-bottom: 10px;
        overflow: hidden;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul {
        padding: 10px 15px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul li {
        font-size: 13px;
        line-height: 19px;
        text-align: right;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul li.mb-hide {
        display: none;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .title {
        width: 56%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .amount {
        width: 35%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .toggle {
        padding: 5px;
        cursor: pointer;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .toggle .toggle-btn {
        width: 6px;
        height: 6px;
        border-left: 0 solid #bbb;
        border-top: 0 solid #bbb;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #bbb;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer {
        padding: 18px 15px;
        display: block;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .mb-only {
        display: block;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li {
        margin-bottom: 16px;
        font-size: 0;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.graph {
        width: 100%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.graph .text {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: -0.5px;
        color: #888888;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.graph .graph-bg {
        display: inline-block;
        width: calc(100% - 55px);
        height: 9px;
        background-color: #EBF3FF;
        border-radius: 10px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.graph .graph-bar {
        background-color: #AA1F24;
        border-radius: 10px;
        height: 100%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.graph .count {
        margin-left: 12px;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: -0.5px;
        color: #AA1F24;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.three .group-item {
        width: calc(100% / 3);
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .group-item {
        margin-right: 0;
        display: inline-block;
        width: 50%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .group-item.mb-hide {
        display: none;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .name {
        display: block;
        margin-right: 0;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .value {
        display: block;
        font-weight: 400;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .line {
        margin: 17px 0;
        width: 100vw;
        height: 1px;
        background-color: #ECEFF2;
        margin-left: calc(-50vw + 50%);
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap {
        display: block;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap div {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap div:last-child {
        margin-bottom: 0;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap div button {
        width: 100%;
        line-height: 33px;
    }
}
.my-popup-css {
    padding: 50px 40px 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 770px;
    max-height: 644px;
    background: #FFFFFF;
    border-radius: 10px;
    z-index: 10005;
    overflow-y: scroll;
}
.my-popup-css .close-btn {
    position: absolute;
    right: 44px;
    top: 44px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.my-popup-css .close-btn::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #BBBBBB;
    transform: rotate(45deg);
}
.my-popup-css .close-btn::after {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    width: 15px;
    height: 1px;
    background-color: #BBBBBB;
    transform: rotate(135deg);
}
.my-popup-css .total-wrap {
    margin-bottom: 41px;
    text-align: center;
}
.my-popup-css .total-wrap .desc {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #888888;
}
.my-popup-css .total-wrap .total-amount {
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: -0.5px;
    color: #AA1F24;
}
.my-popup-css .item-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 97px 10px 40px;
    background: #FDF9F9;
    border-radius: 5px;
}
.my-popup-css .item-title-wrap li {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #A1ACB4;
}
.my-popup-css .set-wrap .upper {
    padding: 12px 40px;
    border: 1px solid #FDF9F9;
    border-radius: 5px;
}
.my-popup-css .set-wrap .upper.on {
    background-color: #FDF9F9;
    border: 1px solid #AA1F24;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.my-popup-css .set-wrap .upper.on li {
    color: #222222;
}
.my-popup-css .set-wrap .upper.on .revenue {
    color: #AA1F24;
    font-weight: 700;
}
.my-popup-css .set-wrap .upper.on .actual-amount {
    color: #AA1F24;
    font-weight: 700;
}
.my-popup-css .set-wrap .upper.on .toggle .toggle-btn {
    border-color: #AA1F24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.my-popup-css .set-wrap .upper.on .toggle .toggle-btn i {
    display: none;
}
.my-popup-css .set-wrap .upper li {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #A1ACB4;
    text-align: center;
}
.my-popup-css .set-wrap .upper .count,
.my-popup-css .set-wrap .upper .sum {
    text-align: left;
    width: 17%;
}
.my-popup-css .set-wrap .upper .principal {
    width: 23%;
}
.my-popup-css .set-wrap .upper .total-amount {
    width: 30%;
}
.my-popup-css .set-wrap .upper .revenue {
    width: 24%;
}
.my-popup-css .set-wrap .upper .toggle {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.my-popup-css .set-wrap .upper .toggle .toggle-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-left: 2px solid #bbb;
    border-top: 2px solid #bbb;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.my-popup-css .set-wrap .upper .toggle .toggle-btn i {
    display: none;
}
.my-popup-css .set-wrap .downer {
    padding: 12px 40px;
    border: 1px solid #AA1F24;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}
.my-popup-css .set-wrap .downer li {
    display: inline-block;
}
.my-popup-css .set-wrap .downer .mb-only {
    display: none;
}
.my-popup-css .set-wrap .downer .group {
    display: flex;
}
.my-popup-css .set-wrap .downer .group-item {
    margin-right: 50px;
}
.my-popup-css .set-wrap .downer .group-item.last {
    margin-right: 0;
}
.my-popup-css .set-wrap .downer .name {
    display: inline-block;
    margin-right: 8px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #A1ACB4;
}
.my-popup-css .set-wrap .downer .value {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}
.my-popup-css .item-wrap {
    margin-bottom: 15px;
}
.my-popup-css .item-wrap.on {
    border: 1px solid #AA1F24;
    border-radius: 5px;
}
.my-popup-css .item-wrap:last-child {
    margin-bottom: 0;
}
.my-popup-css .item-sum-wrap .upper li {
    color: #222;
}
.my-popup-css .item-sum-wrap.on {
    border: 1px solid #AA1F24;
    border-radius: 5px;
}
.my-popup-css .notice-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-popup-css .notice-wrap .repay-day {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
.my-popup-css .notice-wrap .notice {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #888888;
}
#total_repay {
    display: none;
}
#total_repay.on {
    display: block;
}
#remaining_repay {
    display: none;
}
#remaining_repay.on {
    display: block;
}
.popup-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10000;
}
.popup-bg.on {
    display: block;
}
.my-popup-css.loan .set-wrap .upper .count,
.my-popup-css.loan .set-wrap .upper .sum {
    width: 15%;
}
.my-popup-css.loan .set-wrap .upper .repay-date {
    width: 14%;
}
.my-popup-css.loan .set-wrap .upper .principal {
    width: 21%;
}
.my-popup-css.loan .set-wrap .upper .interest {
    width: 21%;
}
.my-popup-css.loan .set-wrap .upper .actual-amount {
    width: 21%;
}
@media (max-width:767px) {
    .my-popup-css {
        padding: 40px 20px 30px;
        width: calc(100% - 40px);
        height: calc(100% - 150px);
        max-width: inherit;
        max-height: inherit;
    }
    .my-popup-css .close-btn {
        top: 25px;
        right: 25px;
    }
    .my-popup-css .total-wrap {
        margin-bottom: 30px;
    }
    .my-popup-css .total-wrap .desc {
        margin-bottom: 2px;
        font-size: 13px;
        line-height: 19px;
    }
    .my-popup-css .total-wrap .total-amount {
        font-size: 26px;
        line-height: 38px;
    }
    .my-popup-css .item-title-wrap {
        margin-bottom: 10px;
        padding: 10px 37px 10px 15px;
    }
    .my-popup-css .item-title-wrap li.mb-hide {
        display: none;
    }
    .my-popup-css .set-wrap .upper {
        padding: 10px 15px;
    }
    .my-popup-css .set-wrap .upper li {
        font-size: 13px;
        line-height: 19px;
    }
    .my-popup-css .set-wrap .upper .count,
    .my-popup-css .set-wrap .upper .sum {
        width: 55%;
    }
    .my-popup-css .set-wrap .upper .principal {
        display: none;
    }
    .my-popup-css .set-wrap .upper .total-amount {
        display: none;
    }
    .my-popup-css .set-wrap .upper .revenue {
        width: 34%;
        text-align: right;
    }
    .my-popup-css .set-wrap .downer {
        padding: 15px 25px;
    }
    .my-popup-css .set-wrap .downer .mb-only {
        display: block;
    }
    .my-popup-css .set-wrap .downer li {
        display: block;
        margin-bottom: 13px;
    }
    .my-popup-css .set-wrap .downer li:last-child {
        margin-bottom: 0;
    }
    .my-popup-css .set-wrap .downer .group-item {
        margin-right: 0;
        width: 50%;
    }
    .my-popup-css .set-wrap .downer .name {
        display: block;
        margin-right: 0;
        margin-bottom: 2px;
    }
    .my-popup-css .set-wrap .downer .value {
        display: block;
    }
    .my-popup-css .item-wrap {
        margin-bottom: 10px;
    }
    .my-popup-css .notice-wrap {
        margin-top: 20px;
        display: block;
    }
    .my-popup-css .notice-wrap .repay-day {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 18px;
    }
    .my-popup-css .notice-wrap .notice {
        font-size: 12px;
        line-height: 18px;
    }
    .my-popup-css.loan .set-wrap .upper .count,
    .my-popup-css.loan .set-wrap .upper .sum {
        width: 46%;
    }
    .my-popup-css.loan .set-wrap .upper .repay-date {
        display: none;
    }
    .my-popup-css.loan .set-wrap .upper .principal {
        display: none;
    }
    .my-popup-css.loan .set-wrap .upper .interest {
        display: none;
    }
    .my-popup-css.loan .set-wrap .upper .actual-amount {
        width: 44%;
        text-align: right;
    }
}
.mypage-css .my-title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.5px;
}
.mypage-css .mypage-inner {
    display: flex;
}
.mypage-css .mypage-content {
    width: calc(100% - 290px);
    margin-top: 120px;
}
.mypage-css .content-inner {
    margin: 0 auto;
    width: calc(100% - 40px);
    max-width: 910px;
}
.mypage-css .my-box {
    border: 1px solid #ECEFF2;
    background-color: #fff;
    border-radius: 10px;
}
.mypage-css .my-box.radius5 {
    border-radius: 5px;
}
.mypage-css .cumulative-status-common .main-text-css {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.mypage-css .cumulative-status-common .main-text-css li {
    margin-right: 30px;
}
.mypage-css .cumulative-status-common .main-text-css li:last-child {
    margin-right: 0;
}
.mypage-css .cumulative-status-common .main-text-css li .items {
    display: flex;
    align-items: baseline;
}
.mypage-css .cumulative-status-common .main-text-css .name {
    margin-right: 8px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #888888;
}
.mypage-css .cumulative-status-common .main-text-css .value {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.5px;
}
.mypage-css .cumulative-status-common .main-text-css .value.blue {
    color: #AA1F24;
}
.mypage-css .cumulative-status-common .bar-css {
    margin-bottom: 30px;
}
.mypage-css .cumulative-status-common .bar-css .graph-inner {
    display: flex;
    width: 100%;
    height: 12px;
    border-radius: 10px;
}
.mypage-css .cumulative-status-common .bar-css .bar {
    position: relative;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;
}
.mypage-css .cumulative-status-common .bar-css .bar:hover > .gr-tooltip {
    display: block;
}
.mypage-css .cumulative-status-common .bar-css .bar::before {
    position: absolute;
    right: -6px;
    top: 0;
    content: "";
    width: 11px;
    height: 12px;
    background-color: #fff;
    z-index: 2;
    border-radius: 50px 50px 50px 50px / 0 50px 50px 0;
}
.mypage-css .cumulative-status-common .bar-css .bar::after {
    position: absolute;
    right: -3px;
    top: 0;
    content: "";
    width: 11px;
    height: 12px;
    z-index: 2;
    border-radius: 50px 50px 50px 50px / 0 50px 50px 0;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar01 {
    background-color: #AA1F24;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar01::after {
    background-color: #AA1F24;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar02 {
    background-color: #FF7E7E;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar02::after {
    background-color: #FF7E7E;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar03 {
    background-color: #FDC18A;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar03::after {
    background-color: #FDC18A;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar04 {
    background-color: #F6BDFF;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar04::after {
    background-color: #F6BDFF;
}
.mypage-css .cumulative-status-common .sub-text-css {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mypage-css .cumulative-status-common .sub-text-css li {
    padding-left: 23px;
    border-right: 1px solid #ECEFF2;
    width: calc(100% / 4);
}
.mypage-css .cumulative-status-common .sub-text-css li:first-child {
    padding-left: 0;
}
.mypage-css .cumulative-status-common .sub-text-css li:first-child .icon-circle {
    background-color: #AA1F24;
}
.mypage-css .cumulative-status-common .sub-text-css li:nth-child(2) .icon-circle {
    background-color: #FF7E7E;
}
.mypage-css .cumulative-status-common .sub-text-css li:nth-child(3) .icon-circle {
    background-color: #FDC18A;
}
.mypage-css .cumulative-status-common .sub-text-css li:last-child {
    border-right: 0;
}
.mypage-css .cumulative-status-common .sub-text-css li:last-child .icon-circle {
    background-color: #F6BDFF;
}
.mypage-css .cumulative-status-common .sub-text-css li .font-css {
    letter-spacing: -0.5px;
}
.mypage-css .cumulative-status-common .sub-text-css li .font-css .name {
    margin-bottom: 1px;
    font-size: 13px;
    line-height: 19px;
    color: #888888;
}
.mypage-css .cumulative-status-common .sub-text-css li .font-css .name .icon-circle {
    margin-right: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.mypage-css .cumulative-status-common .sub-text-css li .font-css .value {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.mypage-css .account-card {
    padding: 15px 20px;
    max-width: 210px;
    font-size: 12px;
    line-height: 17px;
    border-radius: 5px;
}
.mypage-css .account-card .bank {
    margin-bottom: 4px;
    letter-spacing: -0.5px;
}
.mypage-css .account-card .number {
    letter-spacing: -0.27px;
}
.mypage-css .account-card .amount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-align: right;
}
.mypage-css .account-card .amount .icon-refresh {
    margin-right: 5px;
    position: relative;
    display: block;
    width: 23px;
}
.mypage-css .account-card .amount .icon-refresh:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 23px;
}
.mypage-css .account-card .amount .icon-refresh.white:before {
    background: url("../images/mypage/icon-refresh-white.png");
}
.mypage-css .account-card .amount .icon-refresh.gray:before {
    background: url("../images/mypage/icon-refresh-gray.png");
}
.mypage-css .account-card.color01 {
    background-color: #AA1F24;
}
.mypage-css .account-card.color01 .bank {
    color: #fff;
}
.mypage-css .account-card.color01 .number {
    color: #fff;
    opacity: 0.5;
}
.mypage-css .account-card.color01 .amount {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-align: right;
    color: #fff;
}
.mypage-css .account-card.color02 {
    background-color: #FDF9F9;
}
.mypage-css .account-card.color02 .number {
    color: #BBBBBB;
}
.mypage-css .account-card.color03 {
    background-color: khaki;
}
.mypage-css .copy-wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mypage-css .copy-wrap .icon-copy {
    margin-left: 8px;
    display: block;
    background: url("../images/mypage/icon-copy.png") no-repeat;
    width: 15px;
    height: 15px;
}
.mypage-css .gr-tooltip {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
    padding: 8px 10px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px rgba(192, 192, 192, 0.5);
    border-radius: 5px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}
.mypage-css .gr-tooltip.top {
    top: -50px;
    bottom: initial;
}
.mypage-css .gr-tooltip.top::before {
    top: initial;
    bottom: -4px;
    -webkit-box-shadow: 2px -2px 2px 0 rgba(192, 192, 192, 0.15);
    box-shadow: 2px -2px 2px 0 rgba(192, 192, 192, 0.15);
}
.mypage-css .gr-tooltip::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -2px;
    -webkit-transform: translateX(-50%) rotate(115deg) skew(-35deg);
    transform: translateX(-50%) rotate(115deg) skew(-37deg);
    width: 11px;
    height: 9px;
    -webkit-box-shadow: -2px 2px 2px 0 rgba(192, 192, 192, 0.15);
    box-shadow: -2px 2px 2px 0 rgba(192, 192, 192, 0.15);
    background-color: #fff;
}
.mypage-css .gr-tooltip .name {
    margin-right: 5px;
    color: #888888;
}
.mypage-css .gr-tooltip .value {
    font-weight: 700;
}
.mypage-css .my .pagination {
    display: flex;
}
.mypage-css .my .pagination ul {
    display: flex;
    align-items: center;
}
.mypage-css .my .pagination li {
    margin: 0 10px;
}
.mypage-css .my .pagination li.current a {
    color: #AA1F24;
}
.mypage-css .my .pagination .next_page a,
.mypage-css .my .pagination .prev_page a {
    width: 8px;
    height: 8px;
    border-left: 1.7px solid #D8D8D8;
    border-top: 1.7px solid #D8D8D8;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mypage-css .my .pagination .next_page a:hover,
.mypage-css .my .pagination .prev_page a:hover {
    border-color: #AA1F24;
}
.mypage-css .my .pagination .next_page a {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mypage-css .my .pagination a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0;
    color: #AAAAAA;
}
@media (max-width:1023px) {
    /* .mypage-css {
        padding-top: 45px;
    } */
    .mypage-css .my-title {
        margin-bottom: 20px;
        text-align: center;
        font-size: 17px;
        line-height: 25px;
    }
    .mypage-css .mypage-content {
        margin-left: 0;
        width: 100%;
        margin-top: 75px;
    }
    .mypage-css .content-inner {
        max-width: inherit;
    }
    .mypage-css .my-box {
        overflow: hidden;
    }
}
@media (max-width:767px) {
    .mypage-css .mypage-content {
        margin-left: 0;
        width: 100%;
    }
    .mypage-css .cumulative-status-common .main-text-css {
        display: block;
    }
    .mypage-css .cumulative-status-common .main-text-css li {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .mypage-css .cumulative-status-common .main-text-css li:last-child {
        margin-bottom: 0;
    }
    .mypage-css .cumulative-status-common .main-text-css li .item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mypage-css .cumulative-status-common .main-text-css .name {
        margin-right: 0;
        font-size: 12px;
        line-height: 17px;
    }
    .mypage-css .cumulative-status-common .main-text-css .value {
        font-size: 15px;
        line-height: 22px;
    }
    .mypage-css .cumulative-status-common .sub-text-css {
        display: block;
    }
    .mypage-css .cumulative-status-common .sub-text-css li {
        margin-bottom: 10px;
        padding-left: 0;
        border-right: 0;
        width: 100%;
    }
    .mypage-css .cumulative-status-common .sub-text-css li:last-child {
        margin-bottom: 0;
    }
    .mypage-css .cumulative-status-common .sub-text-css li .font-css {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mypage-css .cumulative-status-common .sub-text-css li .font-css .name {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 17px;
    }
    .mypage-css .cumulative-status-common .sub-text-css li .font-css .name .icon-circle {
        width: 8px;
        height: 8px;
    }
    .mypage-css .cumulative-status-common .sub-text-css li .font-css .value {
        font-size: 15px;
        line-height: 22px;
    }
    .mypage-css .cumulative-status-common .bars {
        position: relative;
    }
    .mypage-css .cumulative-status-common .bars .bar-bg-left {
        display: none;
        position: absolute;
        left: -20px;
        bottom: 0;
        background: url("../images/mypage/bg-white-left-mb@2x.png") no-repeat;
        width: 49px;
        height: 10px;
        z-index: 5;
        pointer-events: none;
    }
    .mypage-css .cumulative-status-common .bars .bar-bg-right {
        position: absolute;
        right: -20px;
        bottom: 0;
        background: url("../images/mypage/bg-white-right-mb@2x.png") no-repeat;
        width: 49px;
        height: 10px;
        z-index: 5;
        pointer-events: none;
    }
    .mypage-css .cumulative-status-common .bar-css {
        margin: 0 -20px;
        overflow-x: scroll;
        margin-top: -53px;
        padding-top: 53px;
    }
    .mypage-css .cumulative-status-common .bar-css .graph-inner {
        padding: 0 20px;
        width: 700px;
        height: 10px;
    }
    .mypage-css .cumulative-status-common .bar-css .bar::before {
        width: 10px;
        height: 10px;
    }
    .mypage-css .cumulative-status-common .bar-css .bar::after {
        width: 10px;
        height: 10px;
    }
    .mypage-css .my .pagination li {
        margin: 0 7.5px;
    }
    .mypage-css .my .pagination .next_page a,
    .mypage-css .my .pagination .prev_page a {
        width: 8px;
        height: 8px;
        border-left: 2px solid #D8D8D8;
        border-top: 2px solid #D8D8D8;
    }
    .mypage-css .my .pagination a {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.01em;
    }
    .mypage-css input[type="checkbox"]+label {
        font-size: 13px;
        line-height: 19px;
    }
    .mypage-css input[type="checkbox"]+label::before {
        background: url("../images/icon/icon-check-no@2x.png") no-repeat;
        background-size: cover;
    }
    .mypage-css input[type="checkbox"]:checked+label::before {
        background: url("../images/icon/icon-check-ok@2x.png") no-repeat;
        background-size: cover;
    }
    .mypage-css input[type="radio"]+label {
        padding-left: 18px;
        font-size: 13px;
        line-height: 19px;
    }
    .mypage-css input[type="radio"]+label::before {
        background: url("../images/icon/icon-radio-no-mb@2x.png") no-repeat;
        background-size: cover;
    }
    .mypage-css input[type="radio"]:checked+label::before {
        background: url("../images/icon/icon-radio-ok-mb@2x.png") no-repeat;
        background-size: cover;
    }
    .mypage-css input[type="text"],
    .mypage-css input[type="number"] {
        padding: 10px 12px;
        font-size: 13px;
    }
    .mypage-css textarea {
        padding: 10px 12px;
        height: 110px;
        font-size: 13px;
        line-height: 19px;
    }
}