@charset "UTF-8";
#mypage_account_invest {
    overflow: hidden;
}
#mypage_account_invest .board .board-head {
    display: table;
    table-layout: fixed;
    background: #FDF9F9;
    border-radius: 5px;
    text-align: center; 
    font-size: 13px;
    font-weight: 400;
    color: #222;
}
#mypage_account_invest .board li {
    display: inline-block;
    padding: 10px 40px;
    width: 100%;
    border-radius: 5px;
    font-size: 0;
}
#mypage_account_invest .board li .board-cont {
    display: inline-block;
    height: 23px;
    vertical-align: middle;
    padding-right: 10px;
    width: 55%;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #A1ACB4;
}
#mypage_account_invest .board li .board-cont .cont {
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
}
#mypage_account_invest .board li .board-cont .cont.mb {
    display: none;
}
#mypage_account_invest .board li .board-cont .division-color {
    height: 23px;
    display: inline-block;
    padding: 0 9px;
    border: 1px solid #AA1F24;
    border-radius: 14px;
    color: #AA1F24;
    margin-right: 10px;
    line-height: 21px;
}
#mypage_account_invest .board li div {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}
#mypage_account_invest .board li .board-sub-wrap {
    width: 45%;
    font-size: 0;
    text-align: center;
}
#mypage_account_invest .board li .board-sub-wrap div {
    display: inline-block;
    font-size: 14px;
    color: #A1ACB4;
}
#mypage_account_invest .board li .board-date {
    width: 33%;
    color: #A1ACB4;
}
#mypage_account_invest .board li .board-change-money {
    width: 33%;
    color: #A1ACB4;
}
#mypage_account_invest .board li .board-change-money .up {
    color: #c91b1b;
}
#mypage_account_invest .board li .board-keep-money .basic {
    width: 33%;
    color: #373737;
}
#mypage_account_invest .board .board-body {
    margin-top: 15px;
    border: 1px solid #E6EEF6;
    color: #A1ACB4;
}
#mypage_account_invest .board .mb-only {
    display: none !important;
}
#mypage_account_invest .changeAccountSidemenu-bg {
    display: none;
}
#mypage_account_invest .changeAccountSidemenu-bg.active {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: black;
    z-index: 9000;
}
#mypage_account_invest .changeAccountSidemenu {
    position: fixed;
    right: -500px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mypage_account_invest .changeAccountSidemenu.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 405px;
    height: 100vh;
    background-color: #fcfcfc;
    z-index: 9999;
    transition: 0.5s;
    overflow-y: auto;
    border-radius: 10px 0px 0px 10px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap {
    min-height: 770px;
    padding: 0 0 25px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .titleWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px 21px;
    background-color: #FFFFFF;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .titleWrap .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #222;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .titleWrap .closeBtn {
    color: #bbb;
    font-size: 12px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url("../images/mypage/ico-close-btn.png") no-repeat center center;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper {
    padding: 0 30px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .accountCard {
    height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
    background-color: #AA1F24;
    margin: 30px 0;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .accountCard .bank {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .accountCard .account {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: right;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .msg {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #A1ACB4;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .bankChoice {
    margin-top: 50px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .bankChoice .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #222;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .bankChoice .selectWrap {
    position: relative;
    margin-top: 15px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .bankChoice .selectWrap i {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #bbb;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .bankChoice .selectWrap select {
    height: 45px;
    -webkit-appearance:none; /* 크롬 화살표 없애기 */
    -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
    appearance:none /* 화살표 없애기 */
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .bankChoice .selectWrap select option:nth-child(1) {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #888;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .writeAccount {
    margin-top: 50px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .writeAccount .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #222;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .writeAccount input[type="number"] {
    height: 45px;
    margin-top: 15px;
    background-color: #ffffff;
    border: 1px solid #E6EEF6;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .writeAccount input[type="number"]::placeholder {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #A1ACB4;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap progress {
    width: 100%;
    height: 4px;
    background-color: #eceff2;
    position: relative;
    top: -18px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap progress::-webkit-progress-bar {
    width: 100%;
    height: 4px;
    background-color: #eceff2;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap progress::-webkit-progress-value {
    background-color: #AA1F24;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 {
    display: none;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper {
    padding: 0 30px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .accountCard {
    height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
    background-color: #AA1F24;
    margin: 30px 0;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .accountCard .bank {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .accountCard .account {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: right;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .accountInfoCard {
    height: 120px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    background-color: #FDF9F9;
    padding: 20px;
    margin-bottom: 30px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .accountInfoCard .item {
    margin-bottom: 12px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .accountInfoCard .item .item-title {
    float: left;
    width: 86px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #999999;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .accountInfoCard .item .item-content {
    width: calc(100% - 86px);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #263144;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .msg {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #A1ACB4;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 {
    display: none;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper {
    padding: 0 30px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper .accountCard {
    height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
    background-color: #AA1F24;
    margin: 30px 0;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper .accountCard .bank {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper .accountCard .account {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: right;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper .msg {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #A1ACB4;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper .countdown {
    height: 150px;
    background: #FDF9F9;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper .countdown .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #979797;
}
#mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper .countdown #time {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    letter-spacing: -0.5px;
    color: #222;
    margin-top: 5px;
}
#mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step01 {
    display: flex;
}
#mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step01 .cancel {
    width: 50%;
    height: 60px;
    background: #EAEAEA;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #999999;
    border:none;
}
#mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step01 .next {
    width: 50%;
    height: 60px;
    background-color: #AA1F24;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    border:none;
}
#mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step02 {
    display: none;
}
#mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step02 .prev {
    width: 50%;
    height: 60px;
    background: #EEEEEE;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #999999;
    border: none;
}
#mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step02 .next {
    width: 50%;
    height: 60px;
    background: #AA1F24;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    border: none;
}
#mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step03 {
    display: none;
}
#mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step03 .confirm {
    width: 100%;
    height: 60px;
    background: #AA1F24;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
}
#mypage_account_invest .withdrawSidemenu-bg {
    display: none;
}
#mypage_account_invest .withdrawSidemenu-bg.active {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    background: black;
    z-index: 9000;
}
#mypage_account_invest .withdrawSidemenu {
    position: fixed;
    right: -500px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mypage_account_invest .withdrawSidemenu.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 405px;
    height: 100%;
    z-index: 9999;
    transition: 0.5s;
    background-color: #fcfcfc;
    min-height: 410px;
    overflow-y: auto;
    border-radius: 10px 0px 0px 10px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap {
    padding: 0 0 25px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step {
    height: 960px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step.step02 {
    display: none;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .titleWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 26px 22px;
    background: #fff;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .titleWrap .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #222;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .titleWrap .closeBtn {
    color: #bbb;
    font-size: 12px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(../images/mypage/ico-close-btn.png) no-repeat center center;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step progress {
    width: 100%;
    height: 4px;
    background-color: #eceff2;
    margin-top: 0;
    position: relative;
    top: -18px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step progress::-webkit-progress-bar {
    width: 100%;
    height: 4px;
    background-color: #eceff2;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step progress::-webkit-progress-value {
    background-color: #AA1F24;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .accountCard {
    height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    padding: 30px;
    color: #fff;
    background-color: #AA1F24;
    margin: 30px 0;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .accountCard .bank {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .accountCard .account {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: right;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper {
    padding: 0 30px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .msg {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #888;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .writeAmount {
    margin-top: 50px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .writeAmount .text {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #222;
    margin-bottom: 15px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .writeAmount .inputWrap {
    position: relative;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .writeAmount .inputWrap .unit {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #888;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .writeAmount .inputWrap .cancelBtn {
    background: url("../images/mypage/canlcelBtn.png") no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    right: 40px;
    cursor: pointer;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .writeAmount .btnWrap {
    width: 100%;
    display: flex;
    margin-top: 10px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .writeAmount .btnWrap button {
    width: 25%;
    height: 40px;
    border: 1px solid #D9DBE0;
    border-radius: 5px;
    margin-right: 10px;
    font-family: Noto Sans KR;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #888;
    background-color: #ffffff;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .writeAmount .btnWrap button.active {
    background-color: #AA1F24;
    color: #fff;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .writeAmount .btnWrap button:last-child {
    margin-right: 0;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper input[type="text"] {
    background-color: #ffffff;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step02-wrapper {
    padding: 0 30px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step02-wrapper .result .failWrap {
    display: none;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step02-wrapper .result .text {
    font-family: Noto Sans KR;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #263144;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step02-wrapper .result .resultWrap {
    width: 100%;
    height: 160px;
    border-radius: 5px;
    padding-top: 30px;
    text-align: center;
    margin-top: 15px;
    background: #FDF9F9;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step02-wrapper .result .resultWrap .successIcon {
    background: url("../images/mypage/successIcon.png") no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border: none;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step02-wrapper .result .resultWrap .resultMsg {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #263144;
    margin-top: 15px;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step02-wrapper .result .resultWrap .resultMsg2 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #888;
    margin-top: 10px;
    word-break: keep-all;
}
#mypage_account_invest .withdrawSidemenu .inner-wrap .step .step02-wrapper .result .resultWrap .failIcon {
    background: url("../images/mypage/failIcon.png") no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border: none;
}
#mypage_account_invest .withdrawSidemenu .btnWrap .btn-step01 {
    display: flex;
}
#mypage_account_invest .withdrawSidemenu .btnWrap .btn-step01 .cancel {
    width: 50%;
    height: 60px;
    background: #E6EEF6;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: #A1ACB4;
    border: none;
}
#mypage_account_invest .withdrawSidemenu .btnWrap .btn-step01 .next {
    width: 50%;
    height: 60px;
    background: #AA1F24;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
    border: none;
}
#mypage_account_invest .withdrawSidemenu .btnWrap .btn-step01 .withdrawal-popup {
    position: absolute;
    bottom: 85px;
    right: 20px;
}
#mypage_account_invest .withdrawSidemenu .btnWrap .btn-step01 .withdrawal-popup .withdrawal-popup-txt {
    position: relative;
    width: 160px;
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    background: #AA1F24;
    border-radius: 9px;
}
#mypage_account_invest .withdrawSidemenu .btnWrap .btn-step02 {
    display: none;
}
#mypage_account_invest .withdrawSidemenu .btnWrap .btn-step02 .confirm {
    width: 100%;
    height: 60px;
    background-color: #AA1F24;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
#mypage_account_invest .inner-wrap {
    margin-bottom:40px;
}
.upper-content {
    border: 1px solid #ECEFF2;
    border-radius: 10px;
}
#mypage_account_invest .upper-content .swiper {
    overflow: initial;
}
.upper-content .card {
    position: relative;
    width: calc(100% / 3);
    height: 366px;
    padding: 30px 50px;
}
.upper-content .card .name-value-box {
    display: flex;
    margin-bottom: 8px;
}
.upper-content .card .products-select {
    width: 100%;
    height: 39px;
    margin: 20px 0;
    border: 1px solid #E6EEF6;
    border-radius: 5px;
    padding-left: 15px;
    background: url("../images/icon/products-select-more.png") no-repeat center right 10px;
}
.upper-content .card .icon-copy {
    display: inline-block;
    background: url("../images/mypage/icon-copy.png") no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.upper-content .card .title {
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #222;
}
.upper-content .card .accountCard {
    width: 100%;
    max-width: 210px;
    height: 100px;
    margin: 20px 0;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.upper-content .card .accountCard .bank {
    font-family: Noto Sans KR;
    font-size: 12px;
    font-weight: 400;
}
.upper-content .card .accountCard .account {
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: -0.2692308128px;
    text-align: right;
}
.upper-content .card .accountCard.ibk {
    background: #AA1F24;
}
.upper-content .card .accountCard.ibk .bank {
    color: #fff;
}
.upper-content .card .accountCard.ibk .account {
    color: rgba(255, 255, 255, 0.6);
}
.upper-content .card .accountCard.sh {
    background-color: #FDF9F9;
}
.upper-content .card .accountCard.sh .bank {
    color: #222;
}
.upper-content .card .accountCard.sh .account {
    color: #222;
    opacity: 0.6;
}
.upper-content .card .name {
    float: left;
    width: 55px;
    font-family: Noto Sans KR;
    font-size: 13px;
    font-weight: 400;
    color: #A1ACB4;
}
.upper-content .card .value:last-child {
    width: calc(100% - 55px);
}
.upper-content .card .value {
    width: calc(100% - 105px);
    font-family: Noto Sans KR;
    font-size: 13px;
    font-weight: 400;
    color: #222;
}
.upper-content .card .accountNum {
    float: left;
    width: 55px;
    font-family: Noto Sans KR;
    font-size: 13px;
    font-weight: 400;
    color: #A1ACB4;
}
.upper-content .card .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 72px;
}
.upper-content .card .btns button {
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    text-align: center;
    padding: 6px 18px;
    background: #AA1F24;
    border-radius: 20px;
}
.upper-content .card .btns .mag-wrapper {
    position: relative;
}
.upper-content .card .msgBtn .mag-wrapper {
    position: relative;
}
.upper-content .card .loanBtn,
.upper-content .card .msgBtn {
    font-family: Noto Sans KR;
    font-size: 12px;
    font-weight: 400;
    color: #A1ACB4;
    cursor: pointer;
}
.upper-content .card .loanBtn .ico-plus,
.upper-content .card .msgBtn .ico-plus {
    font-family: Noto Sans KR;
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}
.upper-content .card .loanBtn.active,
.upper-content .card .msgBtn.active {
    color: #AA1F24;
}
.upper-content .card .msgBtn.active {
    color: #AA1F24;
}
.upper-content .card .loanMsg {
    display: none;
    position: relative;
    background: url("../images/mypage/mypage-account-loan-msg.png") no-repeat;
    background-size: contain;
    width: 281px;
    height: 166px;
    image-rendering: -webkit-optimize-contrast;
    margin-left: 20px;
}
.upper-content .card .msg {
    display: none;
    width: 240px;
    position: absolute;
    top: 12px;
    left: 0;
    padding: 10px 15px;
    border-top: 1px solid #AA1F24;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.5px;
    color: #888888;
    background: #FFFFFF;
    box-shadow: 1px 1px 5px rgba(192, 192, 192, 0.5);
}
.upper-content .card01 .loanBtn,
.upper-content .card01 .msgBtn {
    margin-top: 77px;
    position: absolute;
    bottom: 30px;
}
.upper-content .card01 .loanBtn.active,
.upper-content .card01 .msgBtn.active {
    color: #AA1F24;
}
.upper-content .card02 {
    border-left: 1px solid #eceff2;
    border-right: 1px solid #eceff2;
}
.upper-content .card02 .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.upper-content .card02 .title-wrap .changeAccount {
    font-family: Noto Sans KR;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: #888;
}
.upper-content .card02 .loanMsg {
    display: none;
    background: url("../images/mypage/mypage-account-loan-msg02.png") no-repeat;
    background-size: cover;
    width: 219px;
    height: 115px;
    image-rendering: -webkit-optimize-contrast;
    margin-left: 20px;
}
.upper-content .card03 .msgBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 228px;
    height: 211px;
    padding: 0 20px;
    background: #FCFCFC;
    border: 1px dashed #EAEAEA;
    border-radius: 5px;
    margin: 20px 0 32px;
}
.upper-content .card03 .msgBox .msg01 {
    font-family: Noto Sans KR;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #222;
}
.upper-content .card03 .msgBox .msg02 {
    font-family: Noto Sans KR;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #888;
    margin-top: 10px;
}
.title-mb {
    display: none;
}
.ion-android-arrow-down:before {
    content: "";
}
.bottom-content .transactional-statement {
    margin-top:40px;
}
.bottom-content .transactional-statement .title {
    font-family: Noto Sans KR;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    color: #222;
    margin-bottom: 15px;
}
#mypage_account_invest .board-sub-wrap-mb {
    display: none;
}
@media (max-width:1170px) {
    .mypage-css .content-inner .swiper-1 {
        overflow:initial;
    }
    /* .upper-content {
        overflow: hidden;
    } */
    .upper-content .card {
        padding: 20px;
    }
}
@media (max-width:767px) {
    .title-mb {
        display: block;
        font-family: Noto Sans KR;
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        color: #222;
        margin-bottom: 20px;
    }
    .upper-content {
        display: block;
        border: inherit;
        border-radius: inherit;
    }
    .upper-content .slick-list {
        overflow: visible;
    }
    .upper-content .card {
        height: 282px;
        border: 1px solid #ECEFF2;
        border-radius: 10px;
    }
    .upper-content .card .accountCard {
        margin: 15px 0;
        max-width: inherit;
    }
    .upper-content .card .btns {
        margin-top: 20px;
    }
    .upper-content .card01 p {
        margin-top: 30px;
    }
    .upper-content .card01 .msgBtn {
        margin-top: 26px;
    }
    .upper-content .card03 .msgBox {
        height: 150px;
        max-width: inherit;
    }
    .upper-content .card03 .msgBox .msg01 {
        font-size: 11px;
    }
    .upper-content .card03 .msgBox .msg02 {
        font-size: 8px;
    }
    .bottom-content .transactional-statement .title {
        text-align: center;
        margin-bottom: 20px;
    }
    #mypage_account_invest .slick-slide {
        margin: 0 10px;
    }
    #mypage_account_invest .board .board-head {
        text-align: left;
    }
    #mypage_account_invest .board li {
        padding: 10px;
    }
    #mypage_account_invest .board li .board-cont .cont.web {
        display: none;
    }
    #mypage_account_invest .board li .board-cont .cont.mb {
        display: inline-block;
        width: 60%;
    }
    #mypage_account_invest .board li .board-cont .division-color {
        font-size: 11px;
    }
    #mypage_account_invest .board li div {
        font-size: 13px;
    }
    #mypage_account_invest .board li .board-sub-wrap div {
        font-size: 13px;
    }
    #mypage_account_invest .board li .board-sub-wrap .board-date {
        display: none;
    }
    #mypage_account_invest .board li .board-sub-wrap .board-change-money {
        width: 100%;
    }
    #mypage_account_invest .board li .board-sub-wrap .board-keep-money {
        display: none;
    }
    #mypage_account_invest .board .board-body {
        position: relative;
        margin-top: 10px;
    }
    #mypage_account_invest .board .board-body.active {
        background: #FDF9F9;
        border: none;
        border-radius: 5px 5px 0 0;
    }
    #mypage_account_invest .board .board-body.active .board-cont .division-color {
        background-color: #ffffff;
    }
    #mypage_account_invest .board i.mb-only {
        display: block !important;
        position: absolute;
        right: 15px;
        top: 32%;
        font-weight: 700;
        font-size: 14px;
        cursor: pointer;
    }
    #mypage_account_invest .board i.mb-only.active {
        transform: rotate(180deg);
        margin-top: 5px;
        color: #AA1F24;
    }
    #mypage_account_invest .board .ion-arrow-down-b:before {
        content: "";
        font-weight: 700;
    }
    #mypage_account_invest .board .board-sub-wrap-mb {
        border: 1px solid #f5f9ff;
        border-top: none;
        border-radius: 0 0 5px 5px;
        padding: 12px 25px;
    }
    #mypage_account_invest .board .board-sub-wrap-mb .text {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: -0.5px;
        text-align: left;
        color: #888;
        margin-bottom: 2px;
    }
    #mypage_account_invest .board .board-sub-wrap-mb .top .cont {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        color: #263144;
    }
    #mypage_account_invest .board .board-sub-wrap-mb .bottom {
        display: flex;
        justify-content: space-between;
        margin-top: 14px;
    }
    #mypage_account_invest .board .board-sub-wrap-mb .bottom .left .board-date {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        color: #222;
    }
    #mypage_account_invest .board .board-sub-wrap-mb .bottom .right .board-keep-money {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0;
        text-align: left;
        color: #222;
    }
    #mypage_account_invest .changeAccountSidemenu-bg.active {
        width: 100%;
        height: 100vh;
        border-radius: 10px 10px 0 0;
        overflow-y: auto;
        min-height: auto;
    }
    #mypage_account_invest .changeAccountSidemenu.active {
        width: 100%;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .step {
        min-height: 690px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .titleWrap {
        padding: 11px 10px 11px 20px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .titleWrap .title {
        line-height: 22px;
        font-size: 15px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper {
        padding: 0 20px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .accountCard {
        padding: 20px;
        margin: 40px 0 30px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .setp01-wrapper .bankChoice .selectWrap select {
        height: 40px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper {
        padding: 0 20px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .accountCard {
        padding: 20px;
        margin: 40px 0 30px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .accountInfoCard .item .item-title {
        width: 60px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .step02 .setp02-wrapper .accountInfoCard .item .item-content {
        width: calc(100% - 60px);
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper {
        padding: 0 20px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper .accountCard {
        padding: 20px;
        margin: 40px 0 30px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper .countdown {
        margin-top: 64px;
    }
    #mypage_account_invest .changeAccountSidemenu .inner-wrap .step03 .setp03-wrapper .countdown #time {
        font-size: 32px;
    }
    #mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step01 .cancel,
    #mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step01 .next {
        height: 44px;
        font-size: 14px;
        line-height: 44px;
        border:none;
    }
    #mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step02 .next,
    #mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step02 .prev {
        height: 44px;
        font-size: 14px;
        line-height: 44px;
    }
    #mypage_account_invest .changeAccountSidemenu .btnWrap .btn-step03 .confirm {
        height: 44px;
        font-size: 14px;
        line-height: 44px;
    }
    #mypage_account_invest .withdrawSidemenu.active {
        width: 100%;
    }
    #mypage_account_invest .withdrawSidemenu .inner-wrap .step .titleWrap {
        padding: 11px 10px 11px 20px;
    }
    #mypage_account_invest .withdrawSidemenu .inner-wrap .step .titleWrap .title {
        line-height: 22px;
        font-size: 15px;
    }
    #mypage_account_invest .withdrawSidemenu .inner-wrap .step .accountCard {
        padding: 20px;
    }
    #mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper {
        padding: 0 20px;
    }
    #mypage_account_invest .withdrawSidemenu .inner-wrap .step .step01-wrapper .msg {
        font-size: 13px;
    }
    #mypage_account_invest .withdrawSidemenu .inner-wrap .step .step02-wrapper {
        padding: 0 20px;
    }
    #mypage_account_invest .withdrawSidemenu .btnWrap .btn-step01 .cancel,
    #mypage_account_invest .withdrawSidemenu .btnWrap .btn-step01 .next {
        height: 44px;
        font-size: 14px;
        line-height: 44px;
    }
    #mypage_account_invest .withdrawSidemenu .btnWrap .btn-step02 .confirm {
        height: 44px;
        font-size: 14px;
        line-height: 44px;
    }
}