#mypage_loan {
    min-height: 100vh;
}
#mypage_loan .cumulative-loan-status {
    margin-bottom: 50px;
}
#mypage_loan .cumulative-loan-status .my-box {
    padding: 40px 50px 45px;
}
#mypage_loan .loan-history {
    margin-bottom: 50px;
}
#mypage_loan .loan-history .loan-header {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mypage_loan .loan-history .loan-header .title-wrap {
    display: flex;
    align-items: center;
}
#mypage_loan .loan-history .loan-header .my-title {
    margin-bottom: 0;
    color: #BBBBBB;
}
#mypage_loan .loan-history .loan-header .my-title:first-child {
    margin-right: 30px;
}
#mypage_loan .loan-history .loan-header .my-title.active {
    color: #222222;
}
#mypage_loan .loan-history .loan-wrap .loan-content {
    margin-bottom: 40px;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap {
    margin-bottom: 15px;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap ul {
    padding: 10px;
    background-color: #FDF9F9;
    border-radius: 5px;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #A1ACB4;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap ul .title {
    width: 26%;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap ul .count {
    width: 30%;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap ul .status {
    width: 17%;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap ul .amount {
    width: 20%;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap {
    margin-bottom: 15px;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap.on {
    border: 1px solid #AA1F24;
    border-radius: 5px;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap:last-child {
    margin-bottom: 0;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on ul {
    border: 1px solid #FDF9F9;
    background-color: #FDF9F9;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on li {
    color: #AA1F24;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on .graph {
    color: #AA1F24;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on .graph .graph-bg {
    background-color: #E7E9EA;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on .graph .graph-bar {
    background-color: #AA1F24;
    opacity: 1;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on .toggle .toggle-btn {
    transform: rotate(-180deg);
    color: #AA1F24;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul {
    padding: 12px 40px;
    background-color: #FFFFFF;
    border: 1px solid #ECEFF2;
    box-sizing: border-box;
    border-radius: 5px;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    color: #AA1F24;
    text-align: center;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .title {
    width: 28%;
    text-align: left;
}
#mypage_loan .loan-history .loan-wrap .loan-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_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .graph {
    width: 29%;
    padding: 0 5px;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .graph .graph-bg {
    display: inline-block;
    width: calc(100% - 55px);
    height: 9px;
    background-color: #E7E9EA;
    border-radius: 10px;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .graph .graph-bar {
    background: #AA1F24;
    border-radius: 10px;
    height: 100%;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .graph .count {
    margin-left: 15px;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .status {
    width: 18%;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .amount {
    width: 20%;
    color:#999999;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on ul .amount {
    color:#AA1F24;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .toggle {
    padding: 5px;
    cursor: pointer;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .toggle .toggle-btn {
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    transition: all 0.25s ease;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .toggle .toggle-btn i {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/icon/arrow-down.png) no-repeat center center / cover;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer-wrap {
    display: none;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer {
    padding: 26px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid #ECEFF2; */
    border-top: 0;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer .mb-only {
    display: none;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li {
    margin-bottom: 12px;
    align-items: center;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li:last-child {
    margin-bottom: 0;
}
#mypage_loan .loan-history .loan-wrap .loan-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_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li .group-item:last-child {
    margin-right: 0;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li .name {
    display: inline-block;
    margin-right: 8px;
    color: #A1ACB4;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li .value {
    display: inline-block;
    font-weight: 500;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer .button-wrap {
    font-size: 0;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer .button-wrap button {
    line-height: 27px;
    background-color: #ffffff;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-title-wrap {
    margin-bottom: 15px;
    padding: 10px 29% 10px 34px;
    background-color: #EFF9FF;
    border-radius: 5px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-title-wrap li {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-title-wrap li.status {
    width: 12%;
    text-align: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-title-wrap li.loan-name {
    width: 40%;
    text-align: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-title-wrap li.amount {
    width: 28%;
    text-align: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap {
    margin-bottom: 15px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap:last-child {
    margin-bottom: 0;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper {
    padding: 15px 40px 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ECEFF2;
    border-radius: 10px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper.on {
    background-color: #EFF9FF;
    border-color: #EFF9FF;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper.on .item-wrap li {
    color: #AA1F24;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper.on .toggle .toggle-btn {
    transform: rotate(-180deg);
    color: #AA1F24;
    display: block;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .left {
    width: calc(100% - 234px);
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li {
    display: inline-block;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: -0.5px;
    color: #888888;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li.status {
    margin-right: 20px;
    width: 14%;
    color: #AA1F24;
    text-align: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li.loan-name {
    width: 37%;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: bottom;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li.amount {
    width: 22%;
    text-align: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li.date {
    width: 13%;
    text-align: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .right {
    display: flex;
    align-items: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .toggle {
    padding: 5px;
    cursor: pointer;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .toggle .toggle-btn {
    width: 11px;
    height: 16px;
    transform: rotate(0deg);
    transition: all 0.25s ease;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .toggle .toggle-btn i {
    display: block;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer {
    display: none;
    padding: 30px 40px;
    border: 1px solid #ECEFF2;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.5px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .mb-wrap {
    display: none;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .status {
    margin-bottom: 60px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .status .bar-wrap {
    margin-bottom: 10px;
    width: 100%;
    height: 4px;
    font-size: 0;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .status .bar-wrap .bar {
    display: inline-block;
    width: calc(100% / 3);
    height: 100%;
    background-color: #ECEFF2;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .status .bar-wrap .bar.active {
    background-color: #AA1F24;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .status .text-wrap {
    font-size: 0;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .status .text-wrap li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #888888;
    width: calc(100% / 3);
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .status .text-wrap li.active {
    font-weight: 500;
    color: #AA1F24;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc {
    margin-bottom: 60px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc .desc-wrap {
    border-top: 1px solid #CDD0D6;
    border-bottom: 1px solid #CDD0D6;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc .desc-wrap li {
    padding: 15px 0;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #888;
    border-bottom: 1px solid #ECEFF2;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc .desc-wrap li:last-child {
    border-bottom: 0;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc .desc-wrap li .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc .desc-wrap li .desc-txt {
    width: calc(100% - 100px);
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc .desc-wrap li .created {
    width: 100px;
    text-align: right;
    font-size: 12px;
    line-height: 17px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .content .title {
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #888888;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item {
    width: calc(100% / 3);
    max-width: 250px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .check-wrap {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .input-wrap {
    position: relative;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .input-wrap .input-delete-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    background: url("../images/icon/icon-input-delete.png");
    width: 18px;
    height: 18px;
    cursor: pointer;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .input-wrap .unit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #888;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap.disabled .attach-item {
    cursor: not-allowed;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap.disabled label {
    pointer-events: none;
    background-color: #ECEFF2;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap.disabled label .file-button {
    display: none;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap label {
    position: relative;
    display: block;
    padding: 12.5px 15px;
    border: 1px solid #CDD0D6;
    border-radius: 5px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap label .file-box {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    color: #888;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap label .file-button {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap label .file-button i {
    font-size: 15px;
    color: #bbb;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap .attach-notice {
    margin-top: 10px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #A0A0A0;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .terms-wrap .terms-inner {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #CDD0D6;
    border-radius: 5px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .terms-wrap label {
    margin-right: 25px;
    display: inline-block;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .terms-wrap .text {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #888;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .terms-wrap .terms-view {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.5px;
    color: #aaa;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .terms-wrap .radio-wrap {
    display: flex;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .notice {
    margin-right: 27px;
    width: 187px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #C91B1B;
    text-align: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .notice.mb {
    display: none;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap {
    font-size: 0;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.mb {
    display: none;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.top .btn-inner {
    margin-right: 27px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.bottom {
    text-align: center;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.bottom .btn-inner {
    margin-top: 40px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap button {
    line-height: 27px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap button.cancel {
    width: 89px;
    height: 28px;
    border: 1px solid #A1ACB4;
    border-radius: 14px;
    color: #A1ACB4;
    font-size: 12px;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap button.complete {
    color: #fff;
    background-color: #AA1F24;
}
@media (max-width:1200px) {
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-title-wrap li.loan-name {
        width: 36%;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .left {
        width: calc(100% - 215px);
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li.status {
        margin-right: 15px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li.loan-name {
        width: 30%;
        color: #AA1F24;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li.amount {
        width: 27%;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item {
        width: calc(100% / 3 - 15px);
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .notice {
        margin-right: 10px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.top .btn-inner {
        margin-right: 10px;
    }
}
@media (max-width:1150px) {
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer {
        display: block;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li .group-item {
        margin-right: 20px;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer .button-wrap {
        margin-top: 15px;
    }
}
@media (max-width:767px) {
    #mypage_loan .cumulative-loan-status {
        margin-bottom: 60px;
    }
    #mypage_loan .cumulative-loan-status .my-box {
        padding: 25px 20px;
    }
    #mypage_loan .cumulative-loan-status .line {
        margin: 20px 0;
        width: 100vh;
        margin-left: calc(-50vw + 50%);
        height: 1px;
        background-color: #ECEFF2;
    }
    #mypage_loan .loan-history .loan-header {
        display: block;
    }
    #mypage_loan .loan-history .loan-header .title-wrap {
        margin-bottom: 20px;
        justify-content: center;
    }
    #mypage_loan .loan-history .loan-header .title-wrap .my-title:first-child {
        margin-right: 15px;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content {
        margin-bottom: 40px;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap {
        margin-bottom: 10px;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap ul {
        padding: 10px 15px;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap ul li.mb-hide {
        display: none;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap ul li.amount {
        text-align: right;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-title-wrap ul .title {
        width: 65%;
        text-align: left;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap {
        margin-bottom: 10px;
        overflow: hidden;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul {
        padding: 10px 15px;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul li {
        font-size: 13px;
        line-height: 19px;
        text-align: right;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul li.mb-hide {
        display: none;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .title {
        width: 56%;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .amount {
        width: 35%;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .toggle {
        padding: 5px;
        cursor: pointer;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .toggle .toggle-btn {
        width: 12px;
        height: 12px;
        transform: rotate(0deg);
        transition: all 0.25s ease;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .toggle .toggle-btn i {
        display: block;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer {
        padding: 18px 15px;
        display: block;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer .mb-only {
        display: block;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li {
        margin-bottom: 16px;
        font-size: 0;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li.graph {
        width: 100%;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li.graph .text {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: -0.5px;
        color: #888888;
    }
    #mypage_loan .loan-history .loan-wrap .loan-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_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li.graph .graph-bar {
        background-color: #AA1F24;
        border-radius: 10px;
        height: 100%;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li.graph .count {
        margin-left: 12px;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: -0.5px;
        color: #AA1F24;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li .group-item {
        margin-right: 0;
        display: inline-block;
        width: 50%;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li .group-item.mb16 {
        margin-bottom: 16px;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li .group-item.bank-wrap {
        width: 100%;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li .group-item.mb-hide {
        display: none;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li .name {
        display: block;
        margin-right: 0;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer ul li .value {
        display: block;
        font-weight: 400;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer .line {
        margin: 17px 0;
        width: 100vw;
        height: 1px;
        background-color: #ECEFF2;
        margin-left: calc(-50vw + 50%);
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer .button-wrap {
        display: block;
        text-align: center;
    }
    #mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .downer .button-wrap button {
        line-height: 28px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-title-wrap {
        margin-bottom: 10px;
        padding: 10px 15px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-title-wrap li.mb-hide {
        display: none;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-title-wrap li.status {
        width: 65px;
        text-align: left;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-title-wrap li.loan-name {
        width: calc(100% - 75px);
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap {
        margin-bottom: 20px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap:last-child {
        margin-bottom: 0;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper {
        padding: 10px 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .left {
        width: calc(100% - 22px);
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li {
        font-size: 13px;
        line-height: 19px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li.mb-hide {
        display: none;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li.status {
        width: 65px;
        margin-right: 0;
        text-align: left;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper .item-wrap li.loan-name {
        margin-right: 0;
        width: calc(100% - 75px);
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer {
        padding: 15px 25px;
        border-radius: 0;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .title {
        margin-bottom: 13px;
        font-size: 14px;
        line-height: 20px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .mb-wrap {
        display: block;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .mb-wrap ul {
        font-size: 0;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .mb-wrap li {
        display: inline-block;
        width: 50%;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .mb-wrap .name {
        margin-bottom: 2px;
        font-size: 13px;
        line-height: 19px;
        color: #888888;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .mb-wrap .value {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .mb-wrap .line {
        margin-left: calc(-50vw + 50%);
        margin-top: 16px;
        margin-bottom: 20px;
        width: 100vw;
        height: 1px;
        background-color: #ECEFF2;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .status {
        margin-bottom: 40px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .status .bar-wrap {
        margin-bottom: 8px;
        height: 2px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .status .text-wrap li {
        font-size: 12px;
        line-height: 17px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc {
        margin-bottom: 40px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc .desc-wrap li {
        padding: 13px 0;
        font-size: 13px;
        line-height: 19px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc .desc-wrap li .item {
        display: block;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc .desc-wrap li .desc-txt {
        margin-bottom: 8px;
        width: 100%;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .desc .desc-wrap li .created {
        width: 100%;
        text-align: left;
        color: #BBBBBB;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .content .title {
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 17px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item-wrap {
        margin-bottom: 20px;
        display: block;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item {
        margin-bottom: 20px;
        width: 100%;
        max-width: inherit;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .check-wrap {
        padding-top: 5px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .input-wrap .input-delete-btn {
        right: 42px;
        background: url("../images/icon/icon-input-delete-mb@2x.png");
        background-size: cover;
        width: 17px;
        height: 17px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .input-wrap .unit {
        right: 12px;
        font-size: 13px;
        line-height: 19px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap label {
        padding: 10px 12px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap label .file-box {
        font-size: 13px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap label .file-button {
        right: 16px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap label .file-button i {
        font-size: 14px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .item .attach-wrap .attach-notice {
        margin-top: 8px;
        font-size: 12px;
        line-height: 17px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .terms-wrap .terms-inner {
        padding: 15px;
        display: block;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .terms-wrap label {
        margin-bottom: 8px;
        margin-right: 0;
        display: block;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .terms-wrap .text {
        font-size: 13px;
        line-height: 19px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .terms-wrap .radio-wrap {
        margin-top: 20px;
        justify-content: flex-end;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .downer .info .terms-wrap .radio-inner:first-child {
        margin-right: 22px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .notice {
        margin-right: 0;
        width: 100%;
        font-size: 13px;
        border-radius: 0 0 5px 5px;
        border: 1px solid #ECEFF2;
        border-top: 0;
        line-height: 37px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .notice.mb {
        display: block;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .notice.top {
        display: none;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.mb {
        display: block;
        border: 1px solid #ECEFF2;
        border-top: 0;
        border-radius: 0 0 5px 5px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.mb.on .btn-inner .cancel {
        width: 100%;
        border-right: 0;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.mb.on .btn-inner .edit {
        display: none;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.mb .btn-inner {
        margin-right: 0;
        font-size: 0;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.mb .btn-inner button {
        width: 50%;
        line-height: 36px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.mb .btn-inner .cancel {
        margin-right: 0;
        border: 0;
        border-right: 1px solid #ECEFF2;
        color: #888888;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.mb .btn-inner .edit {
        color: #AA1F24;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.top {
        display: none;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.bottom {
        text-align: center;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.bottom .btn-inner {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .btn-wrap.bottom .btn-inner .cancel {
        display: none;
    }
    #mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap button {
        line-height: 33px;
    }
}