.mypage_cont {
    display: flex;
    gap: 24px;
    padding: 117px 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;
}

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

.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: rgba(212, 235, 255, 0.4);
    color: var(--main-color);
    font-weight: 700;
}

.mypage_nav_wrap .cs_wrap {
    background-color: #233850;
    padding: 16px;
    color: #fff;
    font-size: 12px;
}

.mypage_nav_wrap .cs_wrap .cs_title {
    margin-bottom: 4px;
}

.mypage_nav_wrap .cs_wrap .cs_kakao {
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
    color: inherit;
}

.mypage_nav_wrap .cs_wrap .cs_kakao .icon_wrap {
    display: flex;
    width: 17px;
}

.mypage_nav_wrap .cs_wrap .b2b_cs {
    font-weight: 600;
}

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

/* 상단 안내 박스 */
.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: 20px;
}

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

/* 리스트 영역 - 테이블 형태 */
.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 .tbody .tr {
    border-bottom: 1px solid #BBBBBB;
}

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

.mypage_table .td:not(:last-child) {
    border-right: 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;
}

.mypage_cont .btn_group {
    margin-top: 50px;
}

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

/* 견적 공통 */

.order_item:not(:last-child) {
    margin-bottom: 8px;
}

.order_item {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    border: 1px solid #E1E1E1;
    background-color: #fff;
}

.order_item.unread {
    background-color: rgba(255, 238, 240, 0.7);
}

.order_item .item_head {
    padding: 12px 16px;
    border-bottom: 1px solid #E1E1E1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order_item .item_head .order_title_wrap .icon_wrap {
    display: flex;
    width: 20px;
}

.order_item .item_head .order_title_wrap .title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.order_item .item_head small {
    font-size: 14px;
}

.order_item .badge {
    display: flex;
    align-items: center;
    gap: 1px;
    padding: 4px 7px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #fff;
}

.order_item .badge.fill_pup {
    background-color: #472495;
    border-color: #472495;
    color: #fff;
}

.order_item .badge.fill_red {
    background-color: #E53935;
    border-color: #E53935;
    color: #fff;
}

.order_item .badge.fill_gray {
    background-color: #5E5E5E;
    border-color: #5E5E5E;
    color: #fff;
}

.order_item .badge.fill_main {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.order_item .badge.fill_sub {
    background-color: var(--sub-color);
    border-color: var(--sub-color);
    color: #fff;
}

.order_item .badge.border_d_gray {
    background-color: #fff;
    border-color: #5E5E5E;
    color: #5E5E5E;
}

.order_item .badge.border_gray {
    background-color: #fff;
    border-color: #9E9E9E;
    color: #222;
}

.order_item .badge .icon_wrap {
    display: flex;
    width: 14px;
}


.order_item .item_state {
    padding: 8px 16px;
    display: flex;
    justify-content: flex-end;
}

.order_item .item_state .title {
    font-size: 14px;
    font-weight: 700;
}

.order_item .item_state.bg_blue {
    background-color: #D4EBFF;
}

.order_item .item_state.bg_blue .title {
    color: var(--success-color);
}

.order_item .order_title_wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.order_item .state {
    padding: 6px 8px;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.order_item .state.blue {
    color: var(--success-color);
    border-color: var(--success-color);
}

.order_item .state.yellow {
    color: #F39C12;
    border-color: #F39C12;
}

.order_item .state.green {
    color: #2ECC71;
    border-color: #2ECC71;
}

.order_item .state.red {
    color: #FF5757;
    border-color: #FF5757;
}

.order_item .state.main {
    color: var(--main-color);
    border-color: var(--main-color);
}

.order_item .item_foot {
    padding: 9px 16px;
    border-top: 1px solid #E1E1E1;
    background-color: #F8F8F8;
}

.order_item .item_foot.bg_red {
    background-color: #FFEEF0;
}

.order_item .item_foot.link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 600;
}

.order_item .item_foot.link .icon_wrap {
    display: flex;
    width: 16px;
    aspect-ratio: 1/1;
}

.order_item .item_foot .sub_text {
    font-size: 15px;
    color: var(--error-color);
}

.order_item .item_foot .sub_text.center {
    text-align: center;
}

.order_item dl:not(:last-child) {
    margin-bottom: 8px;
}

.order_item dl {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 400;
    color: #222;
}

.order_item dt {
    width: 85px;
    font-size: inherit;
    color: inherit;
}

.order_item dt span {
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
}

.order_item dt strong {
    font-weight: 600;
}

.order_item dt .red {
    color: var(--error-color);
}

.order_item dd {
    width: calc(100% - 85px);
    font-size: inherit;
    color: inherit;
    display: flex;
    align-items: center;
}

.order_item dd.right {
    justify-content: flex-end;
}

.order_item dd b {
    font-weight: 600;
}

.order_item dd strong {
    font-weight: 700;
}

.order_item dd .red {
    color: var(--error-color);
}

.order_item dd .icon_wrap {
    display: flex;
    width: 18px;
}

.order_item dd small {
    font-size: 12px;
}

.order_item dl.disabled,
.order_item dl.disabled dt span {
    color: #9E9E9E;
}

.order_item dt.long {
    width: 120px;
}

.order_item dt.long+dd {
    width: calc(100% - 120px);
}

.order_item dt.middle {
    width: 96px;
}

.order_item dt.middle+dd {
    width: calc(100% - 96px);
}

.order_item dt.title {
    width: 180px;
}

.order_item dt.title strong {
    font-size: 16px;
}

.order_item dt.title+dd {
    width: calc(100% - 140px);
    font-size: 16px;
}

.order_item .badge_wrap {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 16px;
}

.order_item .badge_box {
    display: flex;
    gap: 6px;
}

.order_item .item_content.in_flex {
    display: flex;
    justify-content: space-between;
    gap: 8px 6px;
    flex-wrap: wrap;
}

.order_item .item_content:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 16px;
}

.order_item .item_content .title {
    font-size: 15px;
    font-weight: 400;
    color: #5E5E5E;
    margin-bottom: 12px;
}

.order_item .item_content .title strong {
    font-weight: 600;
    color: #222;
}

.order_item .item_content.in_flex dl {
    width: calc((100% - 6px)/2);
    margin-bottom: 0;
}

.addr_wrap {
    margin-left: 4px;
    border-left: 1px dashed #BBBBBB;
}

.addr_item:not(:last-child) {
    margin-bottom: 8px;
}

.addr_item {
    padding-left: 16px;
    position: relative;
}

.addr_item .icon_wrap {
    position: absolute;
    transform: translateX(-50%);
    background-color: #fff;
}

.addr_item .icon_wrap.start {
    left: -1px;
    top: 0;
    padding-top: 6px;
}

.addr_item .icon_wrap.end {
    left: 0;
    bottom: 0;
    padding-bottom: 4px;
}

.addr_item .icon_wrap::after {
    content: '';
    display: block;
    width: 7px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.addr_item .icon_wrap.start::after {
    background-image: url(/static/common/img/icon_arrow_g.png);
}

.addr_item .icon_wrap.end::after {
    background-image: url(/static/common/img/icon_arrow_g.png);
    transform: rotate(180deg);
}

.addr_item .addr_text {
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

.addr_item .distance {
    padding: 5px 8px;
    border-radius: 50px;
    background-color: #F3F5FA;
    font-size: 12px;
    font-weight: 500;
    color: #5E5E5E;
}

/* 채팅버튼 */
.btn_chat {
    background-color: #101010;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 13px 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.btn_chat .icon_wrap {
    width: 20px;
    aspect-ratio: 1/1;
    display: flex;
}

.driver_bid_wrap {
    background-color: #F6F6F6;
    padding: 24px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.driver_info_area {
    display: flex;
    gap: 12px;
    align-items: center;
}

.driver_info_area .profile_wrap {
    width: 48px;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: flex;
    border-radius: 100px;
    border: 1px solid #D1D4D9;
}

.driver_info_area .driver_info_box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.driver_info_area .driver_info {
    flex-wrap: wrap;
}

.driver_info_area .driver_info,
.driver_info_area .driver_info .driver_name {
    display: flex;
    gap: 2px 8px;
    align-items: center;
    font-size: 16px;
}

.driver_info_area .driver_info .driver_name {
    font-weight: 700;
}

.driver_info_area .driver_info .driver_name::after {
    content: "";
    display: block;
    height: 8px;
    border-left: 1px solid #9E9E9E;
}

.driver_info_area .review_info {
    display: flex;
    gap: 2px;
    align-items: center;
}

.driver_info_area .review_info .icon_wrap {
    display: flex;
    width: 16px;
    aspect-ratio: 1/1;
}

.driver_info_area .review_info p {
    font-size: 13px;
}

.driver_info_area .review_info .review_cnt {
    font-size: 12px;
    color: #5E5E5E;
}

.bid_head .btn_chat {
    margin-top: 16px;
}

.driver_bid_wrap .bid_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.driver_bid_wrap .bid_title .title {
    font-size: 18px;
    font-weight: 600;
}

.driver_bid_wrap .bid_title .btn_default {
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 600;
}

.driver_bid_wrap .order_item .item_content .title {
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.driver_bid_wrap .alert_list {
    color: #5E5E5E;
}

.driver_bid_wrap .order_item {
    border: none;
}

.driver_bid_wrap .order_item .item_body {
    padding: 12px 16px;
}

.driver_bid_wrap .order_item .item_foot {
    border: none;
}

.driver_bid_wrap .support_list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.driver_bid_wrap .support_list .list_item {
    background-color: #5E5E5E;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 15px;
    color: #fff;
}

.car_img_slide {
    width: 100%;
    overflow-x: auto;
}

.car_img_slide_wrapper {
    display: flex;
    gap: 16px;
}

.car_img_slide_wrapper .slide_item {
    display: flex;
    width: 25%;
    aspect-ratio: 1/1;
    overflow: hidden;
    flex-shrink: 0;
    margin-top: 16px;
}

.car_img_slide_wrapper .slide_item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

    /* 견적 공통 */
    .order_item .badge_wrap {
        margin-bottom: 12px;
    }

    .order_item .item_content.in_flex dl {
        width: 100%;
    }

    .driver_bid_wrap {
        padding: 24px 12px;
        gap: 16px;
    }

    .car_img_slide_wrapper {
        gap: 8px;
    }

    .car_img_slide_wrapper .slide_item {
        width: 35%;
    }

}