/* ---------------------------------------
    회원정보현황 : user_mypage.jsp
--------------------------------------- */
.mypage-area {

}

/* 상단 프로필 정보 */
.mypage-area .profile {
    padding: 0 0 40px;
    border-bottom: 1px solid #eee;
}

.mypage-area .profile .my-picture {
    float: left;
    overflow: hidden;
    width: 150px;
}
.mypage-area .profile .my-picture img {
    border-radius: 10px;
}

.mypage-area .profile .my-info {
    float: left;
    height: 150px;
    padding: 10px 0 0 50px;
}
.mypage-area .profile .my-info .name {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
}
.mypage-area .profile .my-info .name small {
    margin: 0 0 0 20px;
    color: #377bb3;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    border: 1px solid #eee;
    background-color :#f7f7f7;
    cursor: default;
}
.mypage-area .profile .my-info .name small .badge {
    margin: 0 0 0 20px;
}
.mypage-area .profile .my-info .data {
    margin: 0 0 20px;
}
.mypage-area .profile .my-info .data li {
    display: inline-block;
    margin: 0 30px 0 0;
}
.mypage-area .profile .my-info .data .label {
    display: inline-block;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 2px;
}
.mypage-area .profile .my-info .data .date {
    margin: 0 0 0 8px;
    font-weight: bold;
}

.mypage-area .profile .my-info .membership {

}
.mypage-area .profile .my-info .membership ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}
.mypage-area .profile .my-info .membership ul li i {
    margin: 0 3px 0 0;
}

/* 논문투고 바로가기 */
.submission-shortcut {
    position: relative;
    height: 50px;
    border: 1px solid #1d4b99;
    border-radius: 2px;
    background-color: #fafafa;
}
.submission-shortcut h4 {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    background: none;
    background-color: #1d4b99;
}
.submission-shortcut h5 {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0 5px 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.submission-shortcut .paper-kiee,
.submission-shortcut .paper-kieep,
.submission-shortcut ul,
.submission-shortcut ul li {
    display: inline-block;
}
.submission-shortcut .paper-kiee {
    margin-right: 30px;
    padding: 0 10px;
}
.submission-shortcut ul {
    padding: 0;
}
.submission-shortcut ul li {
    margin: 0 5px;
}
.submission-shortcut + .alert {
    padding: 10px;
}
.submission-shortcut + .alert p {
    font-size: 13px !important;
}

/* 관련 정보 */
.dashboard-area {
    padding-top: 40px;
}
.dashboard-area .my-info-list {
    margin: 0 0 50px;
}
.dashboard-area .my-info-list h4 {
    position: relative;
}
.dashboard-area .my-info-list h4 .more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    font-weight: normal;
    color: #767676;
}
.dashboard-area .my-info-list h4 .more:hover {
    color: #0072bb;
}

.dashboard-area .table {
    table-layout: auto;
    border-top: 2px solid #1554b0;
}
.dashboard-area .table thead th {
    padding: 8px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
}
.dashboard-area .table tbody td {
    padding: 7px 5px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

/* 마이페이지 상세 섹션 리스트 */
.section-list {
    margin: 0 0 50px;
}
.section-list h4 {
    position: relative;
}
.section-list h4 .more {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 13px;
    font-weight: normal;
    color: #767676;
}
.section-list h4 .more:hover {
    color: #0072bb;
}
.section-list .table {
    table-layout: auto;
    border-top: 2px solid #1554b0;
}
.section-list .table thead th {
    padding: 8px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
}
.section-list .table tbody th {
    padding: 7px 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background-color: #fafafa;
}
.section-list .table tbody td {
    padding: 7px 5px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

/**************************************************************************************
    mobile
**************************************************************************************/
/* phone ~ 767px */
@media screen and (max-width: 767px) {
    /* ---------------------------------------
        회원정보현황 : user_mypage.jsp
    --------------------------------------- */
    .mypage-area {

    }

    /* 상단 프로필 정보 */
    .mypage-area .profile {
        margin: 0;
        padding: 0 0 20px;
    }

    .mypage-area .profile .my-picture {
        float: none;
        margin: 0 auto 20px;
    }

    .mypage-area .profile .my-info {
        float: none;
        height: auto;
        padding: 0;
        text-align: center;
    }
    .mypage-area .profile .my-info .name {
        margin: 0 0 20px;
        font-size: 24px;
        font-weight: bold;
    }
    .mypage-area .profile .my-info .name small {
        display: block;
        margin: 10px 20px 20px;
    }
    .mypage-area .profile .my-info .name small .badge {
        margin: 0 0 0 20px;
    }
    .mypage-area .profile .my-info .data {
        margin: 0 0 20px;
    }
    .mypage-area .profile .my-info .data li {
        margin: 0 15px;
    }

    .mypage-area .profile .my-info .membership {
        margin: 20px;
    }
    .mypage-area .profile .my-info .membership ul li {
        float: left;
        width: 50%;
        margin: 0;
        padding: 5px;
    }
    .mypage-area .profile .my-info .membership ul li a {
        display: block;
        padding: 5px;
        font-size: 13px;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        background-color: #fafafa;
    }
}
