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

.mypage_cont .title_wrap {
    padding: 7px 8px 13px;
    border-bottom: 2px solid var(--main-color);
}

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

.mypage_sect .title_wrap .title {
    font-size: 21px;
    color: var(--main-color);
}

.mypage_sect {
    /* flex-grow: 1; */
    width: 100%;
}

.input_title .sub_title {
    display: block;
}

.input_title .sub_title .color {
    display: block;
}

/* 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: #F8F8F8;
    color: var(--main-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: 50px 0;
}

.mypage_sect .history_content {
    padding: 16px 0 50px;
}

.mypage_sect .history_content .form_wrap input {
    min-width: 160px;
}

/* 상단 안내 박스 */
.notice_box {
    background-color: #F8F8F8;
    border-radius: 2px;
    padding: 16px;
}

/* 하단 유의사항 박스 */
.alert_box {
    background-color: #F8F8F8;
    border-radius: 2px;
    padding: 20px;
    color: #5E5E5E;
}

.alert_box .title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    gap: 0 6px;
}

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

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

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

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

/* 리스트 영역 */
.list_area .list_count_box {
    margin-bottom: 16px;
}

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

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

/* 리스트 영역 - 리스트 형태 */
.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;
}

/* 정보수정 input영역 */
.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;
}

.btn_group {
    margin-top: 50px;
}

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

.history_box {
    background-color: #F5F5F9;
    border-radius: 2px;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 50px;
}

.history_box .info_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.history_box .info_box .desc {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    word-break: keep-all;
}

.history_box .info_box .desc span {
    color: var(--main-color);
}

.history_box .info_box .img_wrap {
    display: flex;
    width: 64px;
}

.history_box .dttm_range {
    display: flex;
    align-items: center;
    gap: 8px;
}

.history_box .dttm_badge {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    padding: 6px 14px;
    border: 1px solid #5E5E5E;
    border-radius: 50px;
}

.history_box .dttm {
    font-size: 20px;
    font-weight: 400;
    color: #5E5E5E;
}

.history_box .msg_area>p:not(:last-of-type) {
    margin-bottom: 10px;
    font-size: 14px;
}

.history_box .msg_area>p span {
    display: block;
    font-size: 14px;
}

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

}

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

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

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

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

    .notice_box {
        padding: 12px;
    }

    .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%;
    }

    .history_box {
        padding: 12px;
    }

    .history_box .info_box .title,
    .history_box .info_box .desc {
        font-size: 16px;
    }

    .history_box .info_box .img_wrap {
        width: 46px;
    }

    .history_box .dttm_badge {
        padding: 4px 10px;
        font-size: 12px;
    }

    .history_box .dttm {
        font-size: 14px;
    }

}