.mypage_cont {
    display: flex;
    gap: 24px;
    padding: 50px 0;
}

.mypage_cont .title_wrap {
    padding: 7px 8px 13px;
    border-bottom: 2px solid #222;
}

.mypage_cont .title_wrap .title {
    font-size: 22px;
    font-weight: 700;
}

.mypage_sect .title_wrap .title {
    font-size: 21px;
    color: #222;
}

.mypage_sect {
    flex-grow: 1;
}

/* pc 사이드메뉴 */
.mypage_nav_wrap {
    padding-right: 24px;
    border-right: 1px solid #EBEBEB;
    flex-shrink: 0;
    /* width값은 프로젝트마다 설정 */
    min-width: 232px;
}

.mypage_nav_wrap>*:not(:last-child) {
    margin-bottom: 7px;
}

.mypage_nav_list .mypage_nav {
    padding: 13px 8px;
    color: #5E5E5E;
    display: block;
    font-size: 15px;
    font-weight: 400;
    border-radius: 2px;
}

.mypage_nav_list .mypage_nav.sub_nav {
    padding: 13px 16px;
    font-size: 14px;
}

.mypage_nav_list .mypage_nav:not(.title):hover,
.mypage_nav_list .mypage_nav.active {
    background-color: #ECF2FF;
    color: var(--sub-color);
    font-weight: 700;
}

.cs_wrap {
    background-color: #EBEBEB;
    padding: 16px;
    color: #5E5E5E;
    font-weight: 700;
    font-size: 13px;
}

.cs_wrap .cs_contact {
    font-size: 20px;
    margin-bottom: 3px;
}

/* content 영역 */
.mypage_sect .content_wrap {
    padding: 16px 0;
}

/* 상단 안내 박스 */
.notice_box {
    background-color: #F9FBFF;
    border: 1px solid #DFE9FF;
    border-radius: 10px;
    padding: 24px;
}

.notice_box .box_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.notice_box .title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.notice_box .title color {
    color: var(--sub-color);
}

.notice_box .box_btn {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 15px;
    min-width: 126px;
}

.notice_box .sub_title {
    font-size: 32px;
    font-weight: 700;
    color: var(--sub-color);
    word-break: break-all;
}

.notice_box .box_dttm {
    display: flex;
    margin-top: 16px;
    gap: 8px;
    align-items: center;
}

.notice_box .box_dttm .dttm_badge {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    padding: 5px 13px;
    border: 1px solid #5E5E5E;
    border-radius: 50px;
}

.notice_box .box_dttm .dttm_desc {
    font-size: 20px;
    font-weight: 400;
    color: #5E5E5E;
}

/* 하단 유의사항 박스 */
.alert_box {
    background-color: #F9FBFF;
    border: 1px solid #DFE9FF;
    border-radius: 10px;
    padding: 16px;
    color: #222;
}

.alert_box.red {
    background-color: #FFF2F2;
    border-color: #FFF2F2;
}

.alert_box .title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 0 6px;
}

.alert_box .title::before {
    content: "";
    width: 17px;
    aspect-ratio: 1/1;
    background: url("/static/app_www/base/img/icon_alert.png") left top / cover no-repeat;
}

/* 유의사항 리스트 */
.alert_list.disc {
    list-style: disc;
    padding-left: 28px;
}

.alert_list>li {
    font-size: 16px;
    color: #5E5E5E;
}

.alert_list>li:not(:last-child) {
    margin-bottom: 2px;
}

.alert_list strong {
    font-weight: 500;
}

.alert_list mark {
    background-color: #FFE25F;
    border-bottom: 1px dashed #FFBF36;
    font-size: inherit;
    color: inherit;
}

.alert_list strong {
    font-weight: 700;
}

.notice_box .alert_list {
    margin-top: 20px;
}

/* 리스트 영역 */
.list_area .list_count_box {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.list_area .list_count {
    font-size: 15px;
}

.list_area .list_count span {
    color: #5E5E5E;
}


.list_count_box .edk_input {
    padding: 12px 16px;
    text-indent: 0;
}

.edk_input[type="month"] {
    position: relative;
    cursor: pointer;
    text-align: left;
    background-image: url(/static/common/img/icon_calendar.png);
    background-position: right var(--input-padding-x, 16px) center;
    background-size: var(--input-icon-size, 20px);
    background-repeat: no-repeat;
}

.edk_input[type="month"]:focus:before,
.edk_input[type="month"]:valid:before {
    display: none !important;
}

.edk_input[type="month"]::-webkit-date-and-time-value {
    text-align: left;
}

.edk_input[type="month"]::-webkit-clear-button,
.edk_input[type="month"]::-webkit-inner-spin-button {
    display: none;
}

.edk_input[type="month"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: -10px;
    top: 0;
    transform: translateX(-10px);
    padding-left: 3000px;
    height: 100%;
    cursor: pointer;
    background: transparent;
    z-index: 1;

    /* 기본 달력 아이콘 제거 */
    opacity: 0;
}


/* 리스트 영역 - 리스트 형태 */
.mypage_list {
    border-top: 2px solid #BBBBBB;
    border-bottom: 2px solid #BBBBBB;
}

.mypage_list .list_item {
    padding: 18px 16px;
    display: flex;
    justify-content: space-between;
}

.mypage_list .list_item:not(:last-child) {
    border-bottom: 1px solid #BBBBBB;
}

/* 리스트 영역 - 테이블 형태 */
.mypage_table_wrap {
    width: 100%;
    overflow-x: auto;
}

.mypage_table {
    /* border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB; */
    /* min width 각 페이지 설정 */
}

.mypage_table .thead {
    /* border-top: 2px solid #BBBBBB; */
    border-bottom: 2px solid #BBBBBB;
}

.mypage_table .tr {
    display: flex;
}

.mypage_table .thead .tr {
    background-color: #F8F8F8;
    font-weight: 500;
}

.mypage_table .thead .tr.non_bg {
    background-color: transparent;
}

.mypage_table .tbody .tr {
    border-bottom: 1px solid #BBBBBB;
}

.mypage_table .tbody .tr[href]:hover {
    background-color: #F8F8F8;
}

.mypage_table .td {
    font-size: 16px;
    text-align: center;
}

.text_right {
    text-align: right !important;
}

.text_left {
    text-align: left !important;
}

/* .mypage_table .td:not(:last-child) {
    border-right: 1px solid #BBBBBB;
} */

/* 정보수정 input영역 */
.update_area {
    padding-top: 30px;
}

.update_area .input_title {
    margin-bottom: 12px;
}

.update_area .btn_default {
    font-weight: 700;
    font-size: 18px;
    padding: 11px 0;
}

.update_area .edk_input_wrap:not(:last-of-type) {
    margin-bottom: 32px;
}

.update_area .edk_input:disabled {
    background-color: #E1E1E1;
}

.btn_group {
    margin-top: 50px;
}

.edk_input_wrap .input_flex_area .btn_default {
    padding: 11px 15px;
}

/* select2 */
/* select[name=bank]+.select2-container {
    width: 50%;
} */

select[name=bank]+.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #E1E1E1;
}

@media screen and (max-width:1023px) {
    .mypage_cont {
        padding: 24px 0;
    }

    .update_area {
        padding-top: 16px;
    }

    .update_area .edk_input_wrap:not(:last-of-type) {
        margin-bottom: 16px;
    }

    select[name=bank]+.select2-container {
        width: 100% !important;
    }
}

@media screen and (max-width:767px) {

    .mypage_cont .title_wrap {
        padding: 0 0 12px;
    }

    .mypage_sect .title_wrap .title {
        font-size: 20px;
    }

    .list_area .list_count_box {
        flex-direction: column-reverse;
        gap: 16px;
        align-items: flex-start;
    }


    .list_count_box .edk_input {
        font-size: 14px;
    }

    /* content 영역 */
    .mypage_sect .content_wrap {
        padding: 16px 0;
    }

    .notice_box {
        padding: 16px;
    }

    .notice_box .box_btn {
        padding: 10px 15px;
        min-width: 108px;
    }

    .notice_box .box_dttm .dttm_badge {
        font-size: 14px;
        padding: 3px 12px;
    }

    .notice_box .box_dttm .dttm_desc {
        font-size: 16px;
    }

    .alert_list>li {
        font-size: 14px;
    }

    .alert_box {
        padding: 16px;
    }

    .alert_box .title {
        font-size: 14px;
    }

    .alert_box .title::before {
        width: 20px;
    }

    .list_area .list_count_box {
        margin-bottom: 12px;
    }

    .list_area .list_count {
        font-size: 12px;
    }

    .mypage_list .list_item {
        padding: 12px 16px;
    }

    .edk_input_wrap .input_flex_area .btn_default {
        width: 100%;
    }

}