
#mypage_investment {
    min-height: 100vh;
}
#mypage_investment .banner {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
#mypage_investment .banner .wrap {
    padding: 20px;
    border-radius: 10px;
    width: calc(50% - 7.5px);
    text-align: right;
}
#mypage_investment .banner .title {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
}
#mypage_investment .banner .btn_type02 {
    line-height: 29px;
}
#mypage_investment .banner .certification {
    margin-right: 15px;
    background-color: #F5F9FF;
}
#mypage_investment .banner .auto-invest {
    border: 1px solid #eceff2;
}
#mypage_investment .cumulative-invest-status {
    margin-bottom: 50px;
}
#mypage_investment .cumulative-invest-status .my-box {
    padding: 40px 50px 45px;
}
#mypage_investment .invest-history {
    margin-bottom: 50px;
}
#mypage_investment .invest-history .invest-header {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mypage_investment .invest-history .invest-header .my-title {
    margin-bottom: 0;
}
#mypage_investment .invest-history .invest-header .wrap {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
#mypage_investment .invest-history .invest-header .wrap .select-wrap select {
    padding: 0 11px;
    width: 100%;
    height: 100%;
    min-width: 110px;
    min-height: 39px;
    line-height: 37px;
    background-color: #fff;
    border: 1px solid #E6EEF6;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #A1ACB4;
    cursor: pointer;
    -webkit-appearance:none; /* 크롬 화살표 없애기 */
    -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
    appearance:none /* 화살표 없애기 */
}
#mypage_investment .invest-history .invest-header .invest-nav {
    margin-right: 35px;
    display: flex;
    align-items: center;
}
#mypage_investment .invest-history .invest-header .invest-nav li {
    display: flex;
    align-items: center;
}
#mypage_investment .invest-history .invest-header .invest-nav li.on a {
    color: #AA1F24;
}
#mypage_investment .invest-history .invest-header .invest-nav li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #888888;
}
#mypage_investment .invest-history .invest-header .invest-nav li .icon {
    margin-right: 5px;
    display: block;
    width: 24px;
    height: 24px;
}
#mypage_investment .invest-history .invest-header .invest-nav .menu01 {
    margin-right: 20px;
}
#mypage_investment .invest-history .invest-header .invest-nav .menu01.on .icon {
    background: url("../images/mypage/icon-invest-menu01-color.png") no-repeat / center center cover;
}
#mypage_investment .invest-history .invest-header .invest-nav .menu01 .icon {
    background: url("../images/mypage/icon-invest-menu01-gray.png") no-repeat / center center cover;
}
#mypage_investment .invest-history .invest-header .invest-nav .menu02.on .icon {
    background: url("../images/mypage/icon-invest-menu02-color.png") no-repeat / center center cover;
}
#mypage_investment .invest-history .invest-header .invest-nav .menu02 .icon {
    background: url("../images/mypage/icon-invest-menu02-gray.png") no-repeat / center center cover;
}
#mypage_investment .invest-history .invest-wrap .invest-content {
    margin-bottom: 40px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap {
    margin-bottom: 15px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul {
    padding: 10px;
    background-color: #FDF9F9;
    border-radius: 5px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #A1ACB4;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .title {
    width: 26%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .count {
    width: 30%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .status {
    width: 8%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .percent {
    width: 9%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .amount {
    width: 20%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap {
    margin-bottom: 15px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap.on {
    border: 1px solid #AA1F24;
    border-radius: 5px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap:last-child {
    margin-bottom: 0;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on ul {
    border: 1px solid #FDF9F9;
    background-color: #FDF9F9;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on li {
    color: #222222;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on .graph {
    color: #AA1F24;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on .graph .graph-bg {
    background-color: #E2EEFF;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on .graph .graph-bar {
    background-color: #AA1F24;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on .toggle .toggle-btn {
    transform: rotate(135deg);
    border-left: 0 solid transparent;
    border-top: 0 solid transparent;
    border-right: 8px solid transparent;
    border-left: 0 solid #AA1F24;
    border-bottom: 8px solid #AA1F24;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on .amount {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #373737;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul {
    padding: 12px 40px;
    background-color: #FFFFFF;
    border: 1px solid #ECEFF2;
    box-sizing: border-box;
    border-radius: 5px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    color: #A1ACB4;
    text-align: center;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .title {
    width: 26%;
    text-align: left;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .title a {
    display: block;
    width: 90%;
    color: #AA1F24;
    text-decoration: underline;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .graph {
    width: 29%;
    padding: 0 5px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .graph .graph-bg {
    display: inline-block;
    width: calc(100% - 55px);
    height: 9px;
    background: #EBEEFC;
    border-radius: 10px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .graph .graph-bar {
    background: #AA1F24;
    opacity: 1;
    border-radius: 10px;
    height: 100%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .graph .count {
    margin-left: 15px;
    color:#AA1F24;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .status {
    width: 11%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .percent {
    width: 10%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .amount {
    width: 18%;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .toggle {
    padding: 5px;
    cursor: pointer;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .toggle .toggle-btn {
    width: 6px;
    height: 6px;
    border-left: 0 solid #bbb;
    border-top: 0 solid #bbb;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #bbb;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer-wrap {
    display: none;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer {
    padding: 26px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0;
    border-radius: 5px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .mb-only {
    display: none;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li {
    margin-bottom: 12px;
    align-items: center;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li:last-child {
    margin-bottom: 0;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .group-item {
    display: inline-block;
    margin-right: 38px;
    align-items: center;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .group-item:last-child {
    margin-right: 0;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .name {
    display: inline-block;
    margin-right: 8px;
    color: #A1ACB4;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .value {
    display: inline-block;
    font-weight: 500;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap {
    font-size: 0;
    display: flex;
    flex-direction: column;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-top {
    display: flex;
    margin-bottom: 10px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-top .investment-cancel {
    background: #AA1F24;
    border: 1px solid #AA1F24;
    color: #ffffff;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-top .bond-sale {
    background: #fff;
    border: 1px solid #AA1F24;
    color: #AA1F24;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-top .invest_certificate {
    border: 1px solid #AA1F24;
    color: #AA1F24;
    background-color: #fff;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-top .invest_certificate:disabled {
    border: 1px solid #A1ACB4;
    color: #A1ACB4;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-btm {
    display: flex;
    margin-right: 0;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap div {
    margin-right: 12px;
}
#mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap div button {
    width: 89px;
    height: 28px;
    border: 1px solid #A1ACB4;
    border-radius: 14px;
    color: #A1ACB4;
    font-size: 12px;
    line-height: 27px;
    background-color: #fff;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content {
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap {
    padding: 28px 0;
    width: 60%;
    max-width: 554px;
    border-right: 1px solid #EBEBEB;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .calendar-inner {
    margin: 0 auto;
    max-width: 460px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-controls {
    margin: 0 auto;
    width: 150px;
    position: relative;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-controls .month {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-align: center;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-controls .btn {
    position: absolute;
    top: 9px;
    display: block;
    width: 11px;
    height: 11px;
    border-left: 1.5px solid #bbb;
    border-top: 1.5px solid #bbb;
    cursor: pointer;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-controls .btn:hover {
    border-color: #127CC1;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-controls .btn.clndr-previous-button {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-controls .btn.clndr-next-button {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .header {
    margin: 15px 0 8px;
    padding-right: 10px;
    display: flex;
    justify-content: space-around;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .header .header-day {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.5px;
    color: #A5A5A5;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days {
    display: flex;
    flex-wrap: wrap;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day {
    margin-bottom: 5px;
    padding: 0 3px;
    width: 14.2%;
    cursor: pointer;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day.adjacent-month {
    pointer-events: none;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day.adjacent-month .outer-wrap .inner-wrap .number {
    display: none;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day.adjacent-month .outer-wrap .inner-wrap .count {
    display: none;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day.today .outer-wrap .inner-wrap {
    background-color: #F7E9EA;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day.today .outer-wrap .inner-wrap .number {
    color: #AA1F24;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day.selected .outer-wrap .inner-wrap {
    background-color: #AA1F24;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day.selected .outer-wrap .inner-wrap .number {
    color: #fff;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day.selected .outer-wrap .inner-wrap .count {
    background-color: #fff;
    color: #AA1F24;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day .outer-wrap .inner-wrap {
    padding: 3px 7px;
    background: #F9F9F9;
    border-radius: 5px;
    height: 46px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day .outer-wrap .inner-wrap .number {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.8px;
    color: #999999;
    text-align: right;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day .outer-wrap .inner-wrap .count {
    padding-left: 6px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.5px;
    background-color: #CDD0D6;
    border-radius: 20px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail {
    padding-top: 34px;
    width: 40%;
    max-width: 395px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .detail-inner {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 350px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .header {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .header .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .header .current {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #A1ACB4;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content {
    padding-bottom: 20px;
    padding-right: 15px;
    height: 100%;
    max-height: 350px;
    overflow-y: auto;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content::-webkit-scrollbar {
    width: 6px;
    background-color: #ECEFF2;
    border-radius: 10px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content::-webkit-scrollbar-thumb {
    background: #CDD0D6;
    border-radius: 10px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-title-wrap {
    margin-bottom: 10px;
    padding: 10px 20px;
    background-color: #EFF9FF;
    border-radius: 5px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-title-wrap li {
    width: calc(94% / 3);
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #A1ACB4;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap {
    margin-bottom: 10px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap.on {
    border: 1px solid #AA1F24;
    border-radius: 5px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap:last-child {
    margin-bottom: 0;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper {
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ECEFF2;
    border-radius: 5px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper.on {
    background-color: #EFF9FF;
    border: 0;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper.on li {
    color: #222;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper.on li.toggle .toggle-btn {
    transform: rotate(135deg);
    border-left: 0 solid transparent;
    border-top: 0 solid transparent;
    border-right: 8px solid transparent;
    border-left: 0 solid #AA1F24;
    border-bottom: 8px solid #AA1F24;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper li {
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    vertical-align: middle;
    color: #888;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper li.code {
    width: 24%;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper li.count {
    width: 29%;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper li.amount {
    width: 35%;
    text-align: center;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper li.toggle {
    padding: 5px;
    cursor: pointer;
    vertical-align: text-bottom;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper li.toggle .toggle-btn {
    display: block;
    width: 6px;
    height: 6px;
    border-left: 0 solid #bbb;
    border-top: 0 solid #bbb;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #bbb;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .downer {
    display: none;
    padding: 12px 20px;
    border: 1px solid #ECEFF2;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .downer li {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .downer li:last-child {
    margin-bottom: 0;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .downer li.title {
    margin-bottom: 12px;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .downer li.title a {
    display: block;
    width: 90%;
    color: #AA1F24;
    text-decoration: underline;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .downer li .items {
    display: flex;
    align-items: center;
}
#mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .downer .name {
    width: 70px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #A1ACB4;
}
@media (max-width:1200px) {
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap {
        margin-top: 15px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap {
        width: 50%;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail {
        width: 50%;
        max-width: inherit;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .detail-inner {
        max-width: inherit;
    }
}
@media (max-width:767px) {
    #mypage_investment .banner {
        margin-bottom: 37px;
        display: block;
    }
    #mypage_investment .banner .wrap {
        padding: 30px 20px 20px;
        width: 100%;
    }
    #mypage_investment .banner .title {
        margin-bottom: 25px;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
    }
    #mypage_investment .banner .btn_type02 {
        line-height: 32px;
    }
    #mypage_investment .banner .certification {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #mypage_investment .cumulative-invest-status {
        margin-bottom: 60px;
    }
    #mypage_investment .cumulative-invest-status .my-box {
        padding: 25px 20px;
    }
    #mypage_investment .cumulative-invest-status .line {
        margin: 20px 0;
        width: 100vh;
        margin-left: calc(-50vw + 50%);
        height: 1px;
        background-color: #ECEFF2;
    }
    #mypage_investment .invest-history .invest-header {
        display: block;
    }
    #mypage_investment .invest-history .invest-header .my-title {
        margin-bottom: 20px;
    }
    #mypage_investment .invest-history .invest-header .wrap {
        display: block;
    }
    #mypage_investment .invest-history .invest-header .invest-nav {
        margin-right: 0;
        margin-top: 25px;
    }
    #mypage_investment .invest-history .invest-header .invest-nav li a {
        font-size: 13px;
        line-height: 19px;
    }
    #mypage_investment .invest-history .invest-header .invest-nav li .icon {
        width: 20px;
        height: 20px;
    }
    #mypage_investment .invest-history .invest-header .invest-nav .menu01.on .icon {
        background: url("../images/mypage/icon-invest-menu01-color-mb@2x.png") no-repeat;
        background-size: cover;
    }
    #mypage_investment .invest-history .invest-header .invest-nav .menu01 .icon {
        background: url("../images/mypage/icon-invest-menu01-gray-mb@2x.png") no-repeat;
        background-size: cover;
    }
    #mypage_investment .invest-history .invest-header .invest-nav .menu02.on .icon {
        background: url("../images/mypage/icon-invest-menu02-color-mb@2x.png") no-repeat;
        background-size: cover;
    }
    #mypage_investment .invest-history .invest-header .invest-nav .menu02 .icon {
        background: url("../images/mypage/icon-invest-menu02-gray-mb@2x.png") no-repeat;
        background-size: cover;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content {
        margin-bottom: 30px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap {
        margin-bottom: 10px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul {
        padding: 10px 15px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul li {
        text-align: left;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul li.mb-hide {
        display: none;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul li.amount {
        text-align: right;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-title-wrap ul .title {
        width: 65%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap {
        margin-bottom: 10px;
        overflow: hidden;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul {
        padding: 10px 15px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul li {
        font-size: 13px;
        line-height: 19px;
        text-align: right;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul li.mb-hide {
        display: none;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .title {
        width: 56%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .amount {
        width: 35%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper.on .amount {
        font-weight: 700;
        font-size: 13px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.5px;
        color: #AA1F24;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .toggle {
        padding: 5px;
        cursor: pointer;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .upper ul .toggle .toggle-btn {
        width: 6px;
        height: 6px;
        border-left: 0 solid #bbb;
        border-top: 0 solid #bbb;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #bbb;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer {
        padding: 18px 15px;
        display: block;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .mb-only {
        display: block;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li {
        margin-bottom: 16px;
        font-size: 0;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.graph {
        width: 100%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.graph .text {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: -0.5px;
        color: #888888;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.graph .graph-bg {
        display: inline-block;
        width: calc(100% - 55px);
        height: 9px;
        background-color: #EBF3FF;
        border-radius: 10px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.graph .graph-bar {
        background-color: #AA1F24;
        border-radius: 10px;
        height: 100%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.graph .count {
        margin-left: 12px;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: -0.5px;
        color: #AA1F24;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li.three .group-item {
        width: calc(100% / 3);
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .group-item {
        margin-right: 0;
        display: inline-block;
        width: 50%;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .group-item.mb-hide {
        display: none;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .name {
        display: block;
        margin-right: 0;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer ul li .value {
        display: block;
        font-weight: 400;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .line {
        margin: 17px 0;
        width: 100vw;
        height: 1px;
        background-color: #ECEFF2;
        margin-left: calc(-50vw + 50%);
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap {
        display: block;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-top {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
        margin-right: 0;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-btm {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-wrap {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-wrap div {
        margin-right: 0;
        margin-bottom: 0;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-wrap div:last-child {
        margin-bottom: 0;
    }
    #mypage_investment .invest-history .invest-wrap .invest-content .item-wrap .downer .button-wrap .btn-wrap button {
        width: 100%;
        line-height: 33px;
        height: 33px;
    }
    #mypage_investment .invest-history .month-plan-wrap .line {
        margin: 16px 0 16px calc(-50vw + 50%);
        width: 100vh;
        height: 1px;
        background-color: #ECEFF2;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content {
        display: block;
        border: 0;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap {
        padding-top: 0;
        width: 100%;
        max-width: inherit;
        border-right: 0;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .calendar-inner {
        max-width: inherit;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-controls {
        width: 115px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-controls .month {
        font-size: 16px;
        line-height: 23px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-controls .btn {
        width: 8px;
        height: 8px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day {
        padding: 0 2px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day .outer-wrap .inner-wrap {
        padding: 1px 3px 3px;
        height: 42px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day .outer-wrap .inner-wrap .number {
        margin-bottom: 4px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .calendar-wrap .clndr-grid .days .day .outer-wrap .inner-wrap .count {
        padding-left: 4px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .line02 {
        margin: 20px 0 20px calc(-50vw + 50%);
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail {
        padding-top: 0;
        width: 100%;
        max-width: inherit;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .detail-inner {
        padding: 0;
        max-width: inherit;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .header {
        margin-bottom: 16px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .header .title {
        font-size: 14px;
        line-height: 20px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .header .current {
        font-size: 12px;
        line-height: 17px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content {
        padding-bottom: 0;
        padding-right: 0;
        height: inherit;
        max-height: inherit;
        overflow-y: inherit;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-title-wrap {
        padding: 10px 15px;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-title-wrap li {
        width: calc(94% / 3);
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper.on {
        background-color: #EFF9FF;
        border: 0;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .upper.on .amount {
        font-weight: 700;
        color: #AA1F24;
    }
    #mypage_investment .invest-history .month-plan-wrap .month-plan-content .detail .content .item-wrap .downer {
        padding: 12px 15px;
    }
}