.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;
}
.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;
}
.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: #2E54DC;
}
.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: #2E54DC;
}
.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: #EFF9FF;
}
.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: #2E54DC;
    z-index: 20;
}
.mypage-css .cumulative-status-common .bar-css .bar.bar01::after {
    background-color: #2E54DC;
}
.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: #2E54DC;
}
.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: #2E54DC;
}
.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: #F1F9FF;
}
.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: #2E54DC;
}
.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: #2E54DC;
}
.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: #2E54DC;
}
.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;
}
#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: #EFF9FF;
    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 #2E54DC;
    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 #EFF9FF;
    background-color: #EFF9FF;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on li {
    color: #222222;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on .graph {
    color: #2E54DC;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on .graph .graph-bg {
    background-color: #E2EEFF;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on .graph .graph-bar {
    background-color: #2E54DC;
    opacity: 1;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper.on .toggle .toggle-btn {
    transform: rotate(-180deg);
    color: #2E54DC;
}
#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: #888888;
    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: #2E54DC;
    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: #EFF9FF;
    border-radius: 10px;
}
#mypage_loan .loan-history .loan-wrap .loan-content .item-wrap .upper ul .graph .graph-bar {
    background: #2E54DC;
    opacity: 0.3;
    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%;
}
#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: 11px;
    height: 16px;
    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-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: #2E54DC;
}
#mypage_loan .loan-history .loan-apply-status-wrap .apply-status-content .status-wrap .upper.on .toggle .toggle-btn {
    transform: rotate(-180deg);
    color: #2E54DC;
    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: #2E54DC;
    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: #2E54DC;
}
#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: #2E54DC;
}
#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: #2E54DC;
}
@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: #2E54DC;
    }
    #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: 11px;
        height: 16px;
        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: #2E54DC;
        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: #2E54DC;
    }
    #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: #2E54DC;
    }
    #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;
    }
}