.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-css .card-wrap {
    display: grid;
    grid-template-rows: repeat(1, 217px);
    grid-template-columns: repeat(4, 1fr);
    row-gap: 25px;
    column-gap: 20px;
}
.mypage-css .card-wrap .card {
    position: relative;
    border: 1px solid #eceff2;
    border-radius: 10px;
    padding: 20px;
}
.mypage-css .card-wrap .card .closeBtn {
    display: none;
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 7px;
    color: #bbb;
    cursor: pointer;
}
.mypage-css .card-wrap .card .top-info-wrap {
    display: flex;
    align-items: center;
}
.mypage-css .card-wrap .card .top-info-wrap .messageType {
    padding: 3px 10px;
    border: 1px solid #2E54DC;
    border-radius: 15px;
    color: #2E54DC;
    font-family: Noto Sans KR;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
}
.mypage-css .card-wrap .card .top-info-wrap .date {
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #bbb;
    margin-left: 8px;
}
.mypage-css .card-wrap .card .msg-wrap {
    margin-top: 15px;
}
.mypage-css .card-wrap .card .msg-wrap .notice-msg {
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #888;
    margin-bottom: 10px;
}
.mypage-css .card-wrap .card .msg-wrap .message {
    font-family: Noto Sans KR;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #888;
}
.mypage-css .card-wrap .card .msg-wrap .message span {
    font-weight: 700;
    color: #222;
}
.mypage-css .card-wrap .card .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 0 0 10px 10px;
    text-align: center;
    background-color: #ebf3ff;
}
.mypage-css .card-wrap .card .btn-wrap a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px !important;
    font-family: Noto Sans KR;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
    color: #222;
}
.mypage-css .card-wrap .card .btn-wrap .change {
    font-family: Noto Sans KR;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #888;
}
.mypage-css .card-wrap .card .btn-wrap .value {
    font-family: Noto Sans KR;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #2E54DC;
}
.mypage-css .card-wrap .card:hover {
    border: 1px solid #2E54DC;
    transition: all 0.35s ease;
}
.mypage-css .card-wrap .card:hover .msg-wrap .notice-msg {
    color: #2E54DC;
}
.mypage-css .card-wrap .card:hover .btn-wrap {
    background-color: #2E54DC;
}
.mypage-css .card-wrap .card:hover .btn-wrap a {
    color: #fff;
}
.mypage-css .card-wrap .card:hover .btn-wrap .change {
    color: #fff;
    transition: all 0.35s ease;
}
.mypage-css .card-wrap .card:hover .btn-wrap .value {
    color: #fff;
    transition: all 0.35s ease;
}
#mypage_message .top-wrap {
    display: flex;
    justify-content: space-between;
}
#mypage_message .top-wrap .messageChecked {
    display: flex;
}
#mypage_message .top-wrap .messageChecked li {
    font-family: Noto Sans KR;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #bbb;
    margin-right: 30px;
}
#mypage_message .top-wrap .messageChecked li.active {
    color: #222;
}
#mypage_message .top-wrap .tab-nav {
    display: flex;
}
#mypage_message .top-wrap .tab-nav li {
    padding: 5px 21px;
    background-color: #fff;
    border: 1px solid #cdd0d6;
    border-radius: 14px;
    color: #888;
    margin-left: 8px;
}
#mypage_message .top-wrap .tab-nav li a {
    display: block;
    font-family: Noto Sans KR;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #999999;
}
#mypage_message .top-wrap .tab-nav li.active {
    background-color: #2E54DC;
    border: inherit;
}
#mypage_message .top-wrap .tab-nav li.active a {
    color: #fff;
}
#mypage_message .bottom-wrap {
    padding-top: 34px;
}
#mypage_message .bottom-wrap .none-msg {
    
}
#mypage_message .bottom-wrap .none-msg .text{   
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.5px;
    color: #A5A5A5;
}
#mypage_message .bottom-wrap .card-wrap {
    display: grid;
    grid-auto-rows: 217px;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 25px;
    column-gap: 20px;
}
#mypage_message .bottom-wrap .card-wrap .card {
    position: relative;
    border: 1px solid #eceff2;
    border-radius: 10px;
    padding: 20px;
}
#mypage_message .bottom-wrap .card-wrap .card .closeBtn {
    display: none;
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 7px;
    color: #bbb;
    cursor: pointer;
}
#mypage_message .bottom-wrap .card-wrap .card .top-info-wrap {
    display: flex;
    align-items: center;
}
#mypage_message .bottom-wrap .card-wrap .card .top-info-wrap .messageType {
    padding: 3px 10px;
    border: 1px solid #2E54DC;
    border-radius: 15px;
    color: #2E54DC;
    font-family: Noto Sans KR;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
}
#mypage_message .bottom-wrap .card-wrap .card .top-info-wrap .date {
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #bbb;
    margin-left: 8px;
}
#mypage_message .bottom-wrap .card-wrap .card .msg-wrap {
    margin-top: 15px;
}
#mypage_message .bottom-wrap .card-wrap .card .msg-wrap .notice-msg {
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #888;
    margin-bottom: 10px;
}
#mypage_message .bottom-wrap .card-wrap .card .msg-wrap .message {
    font-family: Noto Sans KR;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #888;
}
#mypage_message .bottom-wrap .card-wrap .card .msg-wrap .message span {
    font-weight: 700;
    color: #222;
}
#mypage_message .bottom-wrap .card-wrap .card .btn-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 0 0 10px 10px;
    text-align: center;
    background-color: #ebf3ff;
}
#mypage_message .bottom-wrap .card-wrap .card .btn-wrap a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px !important;
    font-family: Noto Sans KR;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-align: center;
    color: #222;
}
#mypage_message .bottom-wrap .card-wrap .card .btn-wrap .change {
    font-family: Noto Sans KR;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #888;
}
#mypage_message .bottom-wrap .card-wrap .card .btn-wrap .value {
    font-family: Noto Sans KR;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #2E54DC;
}
#mypage_message .bottom-wrap .card-wrap .card:hover {
    border: 1px solid #2E54DC;
    transition: all 0.35s ease;
}
#mypage_message .bottom-wrap .card-wrap .card:hover .msg-wrap .notice-msg {
    color: #2E54DC;
}
#mypage_message .bottom-wrap .card-wrap .card:hover .btn-wrap {
    background-color: #2E54DC;
}
#mypage_message .bottom-wrap .card-wrap .card:hover .btn-wrap a {
    color: #fff;
}
#mypage_message .bottom-wrap .card-wrap .card:hover .btn-wrap .change {
    color: #fff;
    transition: all 0.35s ease;
}
#mypage_message .bottom-wrap .card-wrap .card:hover .btn-wrap .value {
    color: #fff;
    transition: all 0.35s ease;
}
#mypage_message .bottom-wrap .card-wrap.readMsg {
    display: none;
}
#mypage_message .bottom-wrap .card-wrap.readMsg .card .top-info-wrap .messageType {
    border: 1px solid #bbb;
    color: #bbb;
}
#mypage_message .bottom-wrap .card-wrap.readMsg .card .msg-wrap .notice-msg {
    color: #bbb;
}
#mypage_message .bottom-wrap .card-wrap.readMsg .card .msg-wrap .message {
    color: #bbb;
}
#mypage_message .bottom-wrap .card-wrap.readMsg .card .btn-wrap {
    background-color: #dde0e6;
}
#mypage_message .bottom-wrap .card-wrap.readMsg .card .btn-wrap a {
    color: #888;
}
#mypage_message .bottom-wrap .card-wrap.readMsg .card .btn-wrap .change {
    color: #888;
}
#mypage_message .bottom-wrap .card-wrap.readMsg .card .btn-wrap .value {
    color: #888;
}
#mypage_message .bottom-wrap .card-wrap.readMsg .card:hover {
    border: 1px solid #eceff2;
    transition: inherit;
}
#mypage_message .moreBtn {
    text-align: center;
    margin: 50px 0;
}
#mypage_message .moreBtn a {
    font-family: Noto Sans KR;
    padding: 8px 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background: #2E54DC;
    border-radius: 20px;
}
@media (max-width:767px) {
    #mypage_message .top-wrap {
        display: block;
    }
    #mypage_message .top-wrap .messageChecked {
        justify-content: center;
        margin-bottom: 25px;
    }
    #mypage_message .top-wrap .tab-nav {
        justify-content: center;
    }
    #mypage_message .bottom-wrap .card-wrap {
        display: block;
    }
    #mypage_message .bottom-wrap .card-wrap .card {
        height: 270px;
        margin-bottom: 20px;
    }
}
@media (max-width:450px) {
    #mypage_message .top-wrap .tab-nav {
        justify-content: start;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
}