#contentArea {
    margin-top: 110px;
    margin-bottom: 100px;
}
.my_con.my_page_com h3 {
    margin-bottom: 0;
    border: none;
    font-size: 1.25em;
    font-weight: 300;
}
.my_top {
    padding: 30px 0;
    background: #f6f7fb;
    margin-bottom: 30px;
}
.my_top .top_inner ul{
    display: flex;
}
.my_top .top_inner ul li {
    height: 140px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
}
.my_top .user_info {
    flex-direction: column;
    width: 200px;
    justify-content: center;
    margin-right: 12px;
}
.my_top .user_info p:first-of-type {
    font-size: .938em;
    font-weight: 300;
    margin-bottom: 15px;
}
.my_top .user_info p:first-of-type strong {
    font-size: 20px;
}
.my_top .user_info p:last-of-type {
    font-size: .813em;
    font-weight: 300;
    margin-bottom: 10px;
}
.my_top .user_info a {
    display: block;
    width: 119px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: .713em;
    font-weight: 300;
}
.my_top .notice, .my_top .scrap, .my_top .reading{
    width: 356px;
    padding-left: 30px;
}
.my_top .notice span, .my_top .scrap span, .my_top .reading span {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 50px;
}
.my_top .notice span {
    background: url(../img/apply.png) no-repeat center #f2f2f2;
}
.my_top .scrap span {
    background: url(../img/scrap.png) no-repeat center #f2f2f2;
}
.my_top .reading span {
    background: url(../img/reading.png) no-repeat center #f2f2f2;
}
.my_top .notice dl, .my_top .scrap dl, .my_top .reading dl {
    display: flex;
}
.my_top .notice dt, .my_top .scrap dt, .my_top .reading dt {
    font-size: 1.25em;
    font-weight: 300;
    margin-right: 55px;
}
.my_top .notice dd a, .my_top .scrap dd a, .my_top .reading dd{
    display: block;
    font-size: 1.125em;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.my_top .notice dd a strong, .my_top .scrap dd a strong {
    font-size: 1.5rem;
}
.my_top .notice dd a img, .my_top .scrap dd a img {
    margin-top: 11px;
    margin-left: 15px;
}
.my_page_com .notice_state table{
    width: 100%;
}
.my_page_com .notice_state tr {
    border-bottom: 1px solid #ddd;
}
.my_page_com .notice_state th {
    text-align: center;
    height: 50px;
    background: #f8f8f8;
    font-weight: 500;
    color: #666;
    width: 20%;
    position: relative;
    border-top: 1px solid #000;
     background-clip: padding-box;
     vertical-align: middle;
     
}
.my_page_com .notice_state th:first-of-type {
    width: 45%;
}
.my_page_com .notice_state th::after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.my_page_com .notice_state th:last-of-type::after {
    display: none;
}
.my_page_com .notice_state td {
    height: 100px;
    position: relative;
    text-align: center;
    font-size: .875em;
    font-weight: 300;
    vertical-align: middle;
    padding: 10px;
}
.my_page_com .notice_state td::after {
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
}
.my_page_com .notice_state td:last-of-type::after {
    display: none;
}
.my_page_com .notice_state td:first-of-type {
    text-align: left;
    padding-left: 30px;
    font-size: 1.25em;
    font-weight: 500;
}
.my_page_com .notice_state td:first-of-type p {
    margin-top: 10px;
    font-size: .875rem;
    font-weight: 300;
    color: #666;
}
.my_page_com .notice_state td:first-of-type p span {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.my_page_com .notice_state td:first-of-type p span.job {
    color: #503bff;
    font-weight: 500;
}
.my_page_com .notice_state td:first-of-type p span::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #ddd;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -5px;
}
.my_page_com .notice_state td:first-of-type p span:last-of-type:after {
    display: none;
}
.my_page_com .notice_state td a {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 auto;
    font-size: .875rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.my_page_com .scrap_state .list_top .info {
    padding-left: 40px;
}
.my_page_com .scrap_state li input[type=checkbox] {
    display: none;
}
.my_page_com .scrap_state li input[type=checkbox] + label {
    display: block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -7px;
}
.my_page_com .scrap_state li input[type=checkbox]:checked + label::after {
    content: '\2714';
    position: absolute;
    left: 1px;
    top: -4px;
    font-size: .813em;
}
.offer_list .list a .applicant {
    padding-left: 40px;
}
.my_page_com .scrap_state .btn_box {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.my_page_com .scrap_state .btn_box .del_btn {
    display: block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #f8f8f8;
    color: #666;
    font: 300 .713em 'Noto Sans KR', sans-serif;
}
.my_page_com .scrap_state .btn_box .more_btn {
    display: block;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: url(../img/my_more.png) no-repeat center;
    overflow: hidden;
    text-indent: -999999999999999999999999%;
}
@media screen and (max-width:1280px) {
    .my_top .user_info {
        width: 180px;
    }
    .my_top .apply {
        width: 509px;
    }
    .my_top .notice, .my_top .scrap, .my_top .reading {
        width: 339px;
    }
}