/*mypage common*/
.mypageMenuWrap{
    width:250px;
    background-color: #fff;
    float: left;
}
.mypageMenuTitle{
    width:250px;
    height:44px;
    text-align: center;
    padding-top:13px;
    box-sizing: border-box;
    border-bottom:1px solid #d0d0d0;
    color: #1891c3;
    font-size: 16px;
    font-weight:  bold;
}
.mypageMenuGrade{
    padding-bottom: 12px;
    text-align: center;
    border-bottom:1px solid #d0d0d0;
}
.mypageMenuGrade > img{
    width:30px;
    height:40px;
}
.mypageGradeText{
    position: relative;
    color: #6c6c6c;
    line-height: 1.5em;
    margin-top: 5px;
}
.mypageGradeText > .mark{
    position: relative;
    display: inline-block;
    top: 0;
    right: -103px;
}
.mypageGradeText .companyMark:before{
    content: '';
    display: inline-block;

}
/*.mypageGradeText .companyMark{*/
    /*position: absolute;*/
    /*width: 61px;*/
    /*height: 23px;*/
    /*border: 1px solid red;*/
    /*right: 1px;*/
/*}*/



.mypageGradeText .companyMark{
    display: none;
    position: absolute;
    height: 22px;
    width: 54px;
    border: 1px solid #ccc;
    right: 0px;
    top: 42px;
    font-size: 13px;
    border-radius: 4px;
}
.mypageGradeText .mark:hover .companyMark{
    display: inline-block;
}
.mypageGradeText .companyMark:after {
    content: '';
    position: absolute;
    border-bottom: 7px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    bottom: 21px;
    left: 34px;

}
.mypageGradeText .companyMark:before {
    content: '';
    position: absolute;
    border-bottom: 7px solid #ccc;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    bottom: 23px;
    left: 34px;
}







.profileFace{
    width:120px;
    height:120px;
    margin:0 auto 20px;
}
.profileFace img{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width:100%;
    height:100%;
}
.myGrade{
    color: #373737;
}
.mypageGradeBox{
    width:104px;
    height:40px;
    margin:20px auto 0;
}
.mypageGradeBox > a{
    text-decoration: none;
}
.btn19{
    display: block;
    padding:12px;
    background-color: #db9b1e;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.btn19:hover{
    background-color: #cd901b;
}
.mypageMenuList{
    height:50px;
    line-height:50px;
    padding-left: 45px;
    border-left:3px solid #fff;
    box-sizing: border-box;
    font-size: 16px;
}
.mypageMenuList > a{
    display: block;
    text-decoration: none;
    color: #868686;
}
.mypageMenuList > a:visited{
    color: #868686;
}
.mypageMenuList > a > span{
    font-weight: 500;
}
.mypageMenuList > a > span.subMenu{
    font-weight: 300;
}
.mypageMenuListActive{
    background-color: #fafafa;
    border-left:3px solid #1891c3;
}
.mypageMenuListActive > a{
    color: #373737 ;
}
.mypageMenuListActive > a:visited{
    color: #373737 ;
}

.mypageMenuListActive2{

}
.mypageMenuListActive2 > a{
    color: #1891c3 ;
}
.mypageMenuListActive2 > a:visited{
    color: #1891c3 ;
}
#mypageFrame{
    width: 970px;
    display: inline-block;
}
/*mypage common end*/

/*index*/
.mypageFrame1{
    width:705px;
    padding:15px;
    box-sizing: border-box;
    float: right;
}
.mypageCategory{
    font-size: 16px;
    color: #354992;
    height: 27px;
    border-bottom: 2px solid #9c9c9c;
    overflow: hidden;
}
.mypageSubTitle{
    height:48px;
    line-height:46px;
    font-size: 16px;
    font-weight: bold;
    color: #373737;
    border-bottom:1px solid #dadada;
    box-sizing: border-box;
}
.mypageInfoTable{
    width:530px;
    margin:17px auto 0;
}
.mypageInfoTable th.mypageTitle{
    width:120px;
    height:30px;
    text-align: right;
    float: left;
    color: #606060;
    font-size: 14px;
    margin-bottom: 8px;
    box-sizing: border-box;
    line-height: 1.5em;
}
.mypageInfoTable td.mypageCont{
    width:360px;
    min-height:30px;
    float: right;
    color: #373737;
    font-size: 14px;
    font-weight: 500;
    padding-left:18px;
    box-sizing: border-box;
    margin-bottom: 8px;
    overflow: hidden;
    line-height: 1.5em;
}
.mypageInfoTable td.mypageCont > span{
    font-weight: 500;
}

.mypageInfoTable td.mypageCont ul.snsList{}
.mypageInfoTable td.mypageCont ul.snsList li{
    height:23px;
    margin-bottom: 10px;
}
.mypageInfoTable td.mypageCont ul.snsList li img{
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-right: 10px;
}

.mypageInfoTable td.mypageCont > a{
    color: #1891c3;
}
.mypageContName{
    float: left;
    display: inline-block;
    vertical-align: 9px;
}
.mypageContGrade{
    vertical-align: 9px;
}


.mypageInfoWrap .certificationState{
    height: 30px;
    overflow: hidden;
    padding-left: 10px;
    box-sizing: border-box;
}

.mypageInfoWrap .certificationState > div{
    float: left;
}
.mypageInfoWrap .certificationState img{
    vertical-align: -7px;
    margin-right:10px;
}

.mypageInfoWrap .certificationState .mypageCertification{
    padding: 0;
    line-height: 25px;
    margin-top: 2px;
    font-size: 13px;
}






.mypageContPlace{
    font-size: 14px;
}
.mypageGradeBox2{
    display: inline-block;
    width:95px;
    height:30px;
    overflow: hidden;
}
.mypageGradeBox2 span{
    line-height: 0.55em;
}
.mypageGradeBox2 a{
    text-decoration: none;
}
.mypageExtraTitle{
    font-size: 13px;
    color: #7c7c7c;
    height:20px;
}
.mypageExtraCont{
    font-size: 14px;
    color: #373737;
    font-weight: 500;
}
.colorBlue{
    color: #6c75f1;
    font-weight: 500;
}
.colorRed{
    color: #da2c2c;
    font-weight: 500;
}
.activityWrap{
    width:480px;
    margin:25px auto 0;
}
.activityTable {
    border:1px solid #e2e2e2;
}
.activityTable th{
    width:160px;
    height:38px;
    line-height:38px;
    border-right:1px solid #fff;
    background-color: #1891c3;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.activityTable th:last-child{
    border-right:none;
}
.activityTable td{
    text-align: center;
    vertical-align: middle;
}
.activityTable td a{
    color: #000;
}
.activityTable td span{
    font-weight: bold;
}
.activityDl{
    text-align: center;
}
.activityDl > dt{
    float: left;
    box-sizing: border-box;
    width:80px;
    height:38px;
    line-height:38px;
    color: #7c7c7c;
    font-size: 14px;
    border-bottom:1px solid #e2e2e2;
}
.activityDl > dd{
    box-sizing: border-box;
    width:80px;
    height:38px;
    line-height:38px;
    margin-left:80px;
    border-right:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
    font-weight: bold;
}
.activityDl > dd:last-child{
    border-bottom:none;
}
.activityDl > dd > a{
    text-decoration: none;
    color: #000;
}
.activityDl > dd > a:visited{
    color: #000;
}
.activityDl > dd > a:hover{
    text-decoration: underline;
}
.activityDl > dd > a > span{
    font-weight: bold;
}
.myinfoBox{
    width:180px;
    height:40px;
    margin: 40px auto 0;
}
.myinfoBox a{
    text-decoration: none;
    font-weight: 500;
}
/*index end*/


/*infoModify*/
.mypageModiCont > input{
    width:240px;
    height:35px;
    padding-left: 8px;
    border:1px solid #dadada;
    box-sizing: border-box;
}
.mypageModiCont > select{
    width:240px;
    height:35px;
    padding-left:5px;
    border:1px solid #dadada;
    box-sizing: border-box;
}



/*이미지교체*/
.profileSetting{
    height:145px;
    overflow: hidden;
}
.mypageModifyImgWrap{
    margin-bottom: 15px !important;
}
.mypageModifyImg{
    width:240px;
    text-align: center;
}
.mypageModifyImg img{
    width: 120px;
    height: 120px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:1px solid #ececec;
    box-sizing: border-box;
}

.imgModifyBtn{
    width:240px;
    overflow: hidden;
    margin-top: 4px;
}
.imgModifyBtn > div{
    /*float: left;*/
    width:115px;
}
.imgModifyBtn > div:first-child{
    margin-right:10px;
}
.imgModifyBtn{
    position: relative;
    text-align: center;
}
.btnRemoveProfile{
    margin-left:5px;
}

.imgModifyBtn > input{
    position:absolute;
    left:0px;
    top:0px;
    opacity:0;
    width:115px;
    height:34px;
    cursor: pointer;
}

.imgModifyBtn span{
    padding: 1px 0;
    cursor: pointer;
    display: inline-block;
}

/*이미지교체 끝*/

/*닉네임 수정*/
.nicknameByteWrap{
    display: inline-block;
    color: #1891c3;
    font-size: 12px;
}
.nicknameCheckText{
    overflow: hidden;
    font-size:12px;
    color: #999;
}
.nicknameCheckText1 th{
    height: 28px !important;
}
.nicknameCheckText th{
    width: 120px;
    min-height:10px;
    margin:0;
    float: left;
    margin-right: 5px;

}
.nicknameCheckText td{
    width: 242px;
    float: left;
    margin:0 0 5px 0;
    padding-left:15px;
}
.nicknameChk{
    color: #1891c3;
    font-size: 12px;
}
.nicknameChkNo{
    color: #d74242;
    font-size: 12px;
}
.nicknameCheckInput span{
    padding:1px 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}
.nicknameCheckInput > .mypageModiCont{
    margin-bottom: 2px;
}

/*닉네임 수정 끝*/





.modiZipcode{
    width:216px;
    height:36px;
    overflow: hidden;
}
.modiZipcode > input{
    width:115px;
    height:35px;
    padding-left: 8px;
    background-color: #f2f2f2;
    border:1px solid #dadada;
    box-sizing: border-box;
    float: left;
}
.modiZincodeBox{
    width:91px;
    height:35px;
    float: right;
}
.modiZincodeBox > span{
    padding: 2px;
    height: 35px;
}
.modiAddress > input{
    width:240px;
    height:35px;
    border:1px solid #dadada;
    box-sizing: border-box;
    background-color: #f2f2f2;
    padding-left:8px;
}
.modiDetailAddress > input{
    width:240px;
    height:35px;
    border:1px solid #dadada;
    box-sizing: border-box;
    background-color: #fff;
    padding-left:8px;
}
.mypageModiCont{
    width: 360px;
    min-height: 30px;
    line-height: 30px;
    float: right;
    color: #373737;
    font-size: 14px;
    font-weight: 500;
    /*padding-left: 18px;*/
    box-sizing: border-box;
    margin-bottom: 15px;
}
.mypageModiTitle{
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    float: left;
    color: #606060;
    font-size: 14px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.mypageModiAddres > div{
    margin-bottom:10px;
}
.mypageModiContGuide{
    width: 360px;
    min-height: 30px;
    line-height: 30px;
    float: right;
    color: #b1b1b1;
    font-size: 12px;
    padding-left: 18px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.guideFont{
    color: #5957c5;
    font-size: 11px;
}
.mypageInfoModiTable{
    width:500px;
    margin:25px auto 0;
}
.mypageInfoModiTable2{
    width:442px;
    margin:25px auto 0;
}
.mypageInfoModiTable2 .mypageModiTitle2{
    width: 205px;
    text-align: right;
    float: left;
    color: #373737;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 500;
}
.mypageInfoModiTable2 .mypageModiCont2{
    width: 302px;
    height: 30px;
    box-sizing: border-box;
    color: #909090;
    padding-left: 22px;
}
.myinfoModiBox{
    width:450px;
    margin:0 auto;
    line-height: 1.6em;
    background-color: #f9f9f9;
    border:1px solid #e9e9e9;
    box-sizing: border-box;
    padding:10px 15px;
}
.myinfoBox2{
    width:375px;
    height:36px;
    margin: 40px auto 0;
}
.myinfoBox2 a{
    display: block;
    text-decoration: none;
}
.myinfoBox2 > div{
    float: left;
    width:180px;
    height:36px;
}
.myinfoBox2 > div > button#btnChangeInformation{
    display: block;
    padding:8px 0;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
}
.myinfoBox2 > div:last-child span{
    font-weight: 500;
}
/*메일,문자수신여부*/
.mypageInfoModiTable2 input[type="radio"] {
    vertical-align: -2px;
    margin-right: 5px;
}
.mypageModiCont2{
    overflow: hidden;
}
.mypageModiCont2 > div.mypageAgreeBox{
    float: left;
    margin-right:10px;
}
/*메일,문자수신여부*/

/*------------------mypage/companyAdd(회사등록)-----------------*/


.registerCompany{
    float: right;
    width:705px;
    padding:15px;
    box-sizing: border-box;
}
.registerCompany span.star{
    color: #c42121;
}
.registerCompany > .content > div.guide{
    padding: 8px 0 8px 0;
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 400;
}
.registerCompany > .content > div.guide span{
    color: #c42121;
}

.registerCompany > .content {
    padding:0px 0 50px;
}
.registerCompany > .content .btn21{
    letter-spacing:3px;
    padding: 9px 0;
}
.registerCompany > .content .bigTitle{
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 16px;
}

.registerCompany > .content2 .bigTitle span{
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 300;
}
.registerCompany > .content dl{
    overflow: hidden;
}



.registerCompany .addCompanyLogo{
    position: relative;
    overflow: hidden;
}
.registerCompany .addCompanyLogo > div{
    float: left;
}

.registerCompany .addCompanyLogo .guide{
    position: absolute;
    width: 250px;
    font-size: 11px;
    color: #a7a7a7;
    float: left;
    bottom: 21px;
    left: 157px;
    line-height: 1.3em;
    font-weight: 300;
}
.registerCompany .addCompanyLogo .logoBox{
    position: relative;
    width: 152px;

    height: 186px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.registerCompany .addCompanyLogo .logoBox .logoImg{
    width: 152px;
    height:150px;
    line-height:150px;
    text-align: center;
    font-size: 0;
}
.registerCompany .addCompanyLogo .logoBox img{
    max-width: 150px;
    max-height:150px;
    vertical-align: middle;
    margin-left: -2px;
}
.registerCompany .addCompanyLogo .btnArea{
    position: absolute;
    width:150px;
    bottom: 0;
    overflow: hidden;
}
.registerCompany .addCompanyLogo .btnArea span{
    float: left;
    width:50%;
    cursor: pointer;
}
.registerCompany .addCompanyLogo .btnArea span.logoUpload{
    padding: 0;
}
.registerCompany .addCompanyLogo .btnArea label{
    display: inline-block;
    width:100%;
    padding: 10px 0;
    cursor: pointer;
}
.registerCompany .addCompanyLogo .btnArea span.delete{
    padding: 11px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0;
    background-color: #dadada;
    width: 50%;
}

.registerCompany .licenseResult {
    height:20px;
}
.registerCompany .licenseResult span{
    display: none;
    font-size: 12px;
}
.registerCompany div.number{
    width: 365px;
    height:35px;
    line-height:35px;
    padding-left: 8px;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}

.registerCompany .licenseGuide{
    padding-top: 3px;
}
.registerCompany .licenseGuide span{
    color: #c42121;
    line-height: 1.4em;
}

.registerCompany > .content dt{
    width: 160px;
    float: left;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 35px;
    font-weight: 500;
}
.registerCompany > .content dd{
    padding-bottom: 18px;
    float: left;
    width:480px;
}
.registerCompany > .content dd.sns ul{
    overflow: hidden;
    margin-bottom: 8px;
}
.registerCompany > .content dd.sns ul li{
    float: left;
    overflow: hidden;
}
.registerCompany > .content dd.sns ul li div{
    float: left;
    cursor: pointer;
}
.registerCompany > .content dd.sns ul li div img{
    height:35px;
}
.registerCompany > .content dd.sns ul li:nth-child(1){
    width:142px;
}
.registerCompany > .content dd.sns ul li:nth-child(1) select{
    width:132px;
    height: 35px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
    padding-left:8px;
    background-color: #fff;
}
.registerCompany > .content dd.sns ul li:nth-child(2){
    width:288px;
    margin-right:10px;
}
.registerCompany > .content dd.sns ul li:nth-child(2) input{
    width:285px;
    height: 35px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
}
.registerCompany > .content dd.sns ul li:nth-child(3){
    width: 40px;
}

.registerCompany > .content .deleteSns{

}
.registerCompany > .content dd input{
    width:365px;
    height: 35px;
    line-height: 35px;
    border:1px solid #dadada;
    padding-left: 10px;
    box-sizing: border-box;
}
.registerCompany > .content .addressBg{
    margin-bottom: 10px;
}
.registerCompany > .content .addressBg input{
    background-color: #fafafa;
}
.registerCompany > .content .address input {
    width: 100%;
    box-sizing: border-box;
}
.registerCompany > .content .site input {
    width: 100%;
}
.registerCompany > .content1 .uploadPhoto{
    padding: 0;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
}
.registerCompany > .content1 .uploadPhoto label{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}
.registerCompany .bottom{
    width:150px;
    margin:0 auto 50px;
}
.registerCompany .bottom span{
    padding: 17px 0;
    font-size: 16px;
    letter-spacing: 3px;
}


/*------------------mypage/companyInfo(회사정보)-----------------*/
.mypageFrame > .companyInfo{
    width: 705px;
    padding: 15px;
    box-sizing: border-box;
    border:none;
}



/*--------------mypage/favoriteRecruit--------------*/
.mypageFrame .favorRecruit{
    width:705px;
    padding: 10px 15px 15px 15px;

}
.mypageFrame .favorRecruit .mypageCategory{
    height:34px;
    line-height: 25px;
}
.mypageFrame .favorRecruit .mypageCategory ul.state{
    float: right;
    overflow: hidden;
    color: #666666;
    font-size: 12px;
}
.mypageFrame .favorRecruit .mypageCategory ul.state li{
    float: left;
    cursor: pointer;
}

.listOrderSelected{
    color: #000;
    font-weight: 500;
   
}

.mypageFrame .favorRecruit .mypageCategory ul.state li select{
    width: 115px;
    height: 27px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}

.mypageFrame .favorRecruit .mypageCategory ul.state li img{
    vertical-align: middle;
    margin-right:7px;
}
.mypageFrame .recruitListSection .recruitListDelete img{
    cursor: pointer;
}
.mypageFrame .recruitListSection .list{
    width:675px;
}
.mypageFrame .recruitListSection .list:last-child{
    margin-bottom:10px;
}

.mypageFrame .recruitListSection .listBox .recruitListDelete {
    overflow: hidden;
    width:100%;
    height:24px;
}
.mypageFrame .recruitListSection .listBox .recruitListDelete img{
    float: right;
}
.mypageFrame .recruitListSection .list{
    height: auto;
    padding:10px 0 20px;
}

.mypageFrame .recruitListSection .list .title a{
    text-decoration: none;
}
/*.mypageFrame .recruitListSection .listBox .register .finish{*/
    /*background-color: #bbbbbb !important;*/
/*}*/
.mypageFrame .recruitListSection .listBox .register span:not(.deadline){
    letter-spacing: 0px;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0;
    box-sizing: border-box;
    margin-top:8px;
}


/*---------------mypage/apply-----------------*/
.mypageFrame .recruitApply{
    position: relative;
    width:705px;
    min-height:650px;
    padding:15px;
    box-sizing: border-box;
}
.mypageFrame .applyListContent{
    margin-top:40px;
}
.mypageFrame .applyListContent table{
    width:675px;
}
.mypageFrame .applyListContent table th{
    height:45px;
    line-height: 45px;
    background-color: #1891c3;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-right:1px solid #d6d6d6;
    font-size: 16px;
    box-sizing: border-box;
}
.mypageFrame .applyListContent table th:last-child{
    border-right:none;
}
.mypageFrame .applyListContent table tr td{
    height:54px;
    text-align: center;
    border-right:1px solid #d6d6d6;
    border-bottom:1px solid #d6d6d6;
    box-sizing: border-box;
    vertical-align: middle;
    padding:12px 10px;
    word-wrap: break-word;
    word-break: keep-all;
}
.mypageFrame .applyListContent table tr td:nth-child(1){
    border:1px solid #d6d6d6;
    border-top:none;
    font-weight: 400;
    line-height: 1.3em;
    vertical-align: middle;
    padding: 15px 25px;
}
.mypageFrame .applyListContent table tr td:nth-child(1) > span{
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
}
.mypageFrame .applyListContent table tr td:nth-child(1) a{
    text-decoration: none;
    color: #444444;


}
.mypageFrame .applyListContent table tr td:nth-child(1) a span{
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mypageFrame .applyListContent table tr td:nth-child(2){
    height:20px;
    line-height: 1.2em;
}
.mypageFrame .applyListContent table tr td:nth-child(2) a{
    display: block;
    height: 15px;
    color: #000;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    width:190px;
    overflow:hidden;
    text-decoration: underline;
}
.mypageFrame .applyListContent table tr td:nth-child(3){
    font-weight: 400;
}
.mypageFrame .applyListContent table tr td:nth-child(4) ul li{
    width:72px;
    height:26px;
    line-height: 26px;
    border:1px solid #b7b7b7;
    box-sizing: border-box;
    margin:0 auto;
}
.mypageFrame .applyListContent table tr td:nth-child(4) ul li:nth-child(2){
    margin-top: 12px;
}
.mypageFrame .applyListContent table tr td:nth-child(4) ul li a:visited{
    color: #474747;
}
.mypageFrame .applyListContent table tr td:nth-child(4) ul li a{
    display: block;
    text-decoration: none;
    color: #474747;
    font-size: 12px;
}
.mypageFrame .applyListContent table tr td:nth-child(4) ul li img{
}
.mypageFrame .applyListContent .applyCancel{
    cursor: pointer;
    text-decoration: underline;
}
.mypageFrame .applyPaging{
    bottom:0;
    margin-top: 40px;
}
/*---------------mypage/applicant-----------------*/

.mypageFrame > .recruitApplicant{
    width: 705px;
    padding:15px;
    box-sizing: border-box;
    min-height:700px;
}
.mypageFrame > .recruitApplicant {
    position: relative;
    overflow: hidden;
    padding:25px 20px;
    box-sizing: border-box;
}
.mypageFrame > .recruitApplicant .recruitSummary > div{
    float: left;
}

.mypageFrame > .recruitApplicant .recruitSummary{
    height:100px;
    margin-bottom: 40px;
}
.mypageFrame > .recruitApplicant .recruitSummary .logo{
    width:100px;
    height:100px;
    line-height: 100px;
    margin-right:15px;
    text-align: center;
}
.mypageFrame > .recruitApplicant .recruitSummary .logo img{
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
}
.mypageFrame > .recruitApplicant .recruitSummary .info{
    width:550px;
}

.mypageFrame > .recruitApplicant .recruitSummary .info .text1{
    font-size: 18px;
    font-weight:500;
    color: #333333;
    margin-bottom: 13px;
}
.mypageFrame > .recruitApplicant .recruitSummary .info .text1 span{
    display: inline-block;
    width: 530px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mypageFrame > .recruitApplicant .recruitSummary .info .text2{
    font-size: 15px;
    font-weight:500;
    color: #1891c3;
    margin-bottom: 10px;
}
.mypageFrame > .recruitApplicant .recruitSummary .info .text3{
    font-size: 13px;
    font-weight:500;
    color: #666666;
    margin-bottom: 18px;
}
.mypageFrame > .recruitApplicant .recruitSummary .info .text4{
    font-size: 12px;
    font-weight:500;
    color: #858585;
}
.mypageFrame > .recruitApplicant .applicantList table{
    border-top:1px solid #dddddd;
    border-left:1px solid #dddddd;
}
.mypageFrame > .recruitApplicant .applicantList th{
    background-color: #1891c3;
    height:47px;
    line-height: 47px;
    color: #fff;
    font-size: 16px;
    font-weight:400;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
}
.mypageFrame > .recruitApplicant .applicantList td{
    padding:15px;
    box-sizing: border-box;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2em;
}
.mypageFrame > .recruitApplicant .applicantList td:nth-child(2){
    font-size: 13px;
    color: #444444;
    text-align: left;
    line-height: 1.4em;
}
.mypageFrame > .recruitApplicant .applicantList td a:visited{
    color: #444;
}
.mypageFrame > .recruitApplicant .applicantList td a{
    color: #444;
    font-size: 13px;
}

/*------------------mypage/recruit(공고리스트,관리)-----------------*/

.recruitAdmin > .registerProcess{

}
.recruitAdmin > .registerProcess .title{
    padding: 15px 0px;
    color: #717171;
    font-weight: 500;
    text-align: center;
    background-color: #e7e7e7;
    font-size: 23px;
}

.recruitAdmin > .registerProcess .text{
    color: #010101;
    font-size: 18px;
    text-align: center;
    margin: 35px 0 50px;
}
.recruitAdmin > .registerProcess .process ul{
    overflow: hidden;
    width: 380px;
    margin: 0 auto;
}

.recruitAdmin > .registerProcess .process ul li{
    float: left;
}
.recruitAdmin > .registerProcess .process ul li.process2{
    margin: 53px 25px;
}
.recruitAdmin > .registerProcess .guide{
    margin:40px 0;
    font-weight: 500;
    font-size: 16px;
}
.recruitAdmin > .registerProcess .guide li{
    margin-bottom: 15px;
}
.recruitAdmin > .registerProcess .guide li span{
    font-weight: bold;
}
.recruitAdmin > .registerProcess .guide li a:visited{
    color: #1891c3;
}

.recruitAdmin > .registerProcess .guide li a{
    color: #1891c3;
}
.recruitAdmin > .registerProcess .guide2{
    text-align: center;
    color: #a7a7a7;
}


.mypageFrame > .recruitAdmin{
    width: 705px;
    padding: 15px;
    box-sizing: border-box;
    float: right;
}
.mypageFrame > .recruitAdmin .adminMenuBox{
    overflow: hidden;
    box-sizing: border-box;
    height:58px;
}
.mypageFrame > .recruitAdmin .adminMenuBox li{
    float: left;
    width:25%;
    height:55px;
    line-height:55px;
    border-bottom: 2px solid #1891c3;
    background-color: #eee;
    color: #444444;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    /*border-right:1px solid #eeeeee;*/
    /*box-sizing: border-box;*/
}
.mypageFrame > .recruitAdmin .adminMenuBox li:last-child{
    border-right:none;
}
.mypageFrame > .recruitAdmin > .content{
    margin-top: 25px;
}
.mypageFrame > .recruitAdmin .adminContent{
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.mypageFrame > .recruitAdmin .adminContent .table{
    width: 620px;
    margin:40px auto 20px;
    border:1px solid #dddddd;
    border-bottom:none;
}
.mypageFrame > .recruitAdmin .adminContent th{
    height:40px;
    line-height:40px;
    text-align: center;
    background-color: #1891c3;
    border-bottom:1px solid #dddddd;
    border-right:1px solid #d6d6d6;
    color: #fff;
    font-weight: 400;
}
.mypageFrame > .recruitAdmin .adminContent th:last-child{
    border-right:none;
}
.mypageFrame > .recruitAdmin .adminContent td{
    padding:10px;
    box-sizing: border-box;
    border-right:1px solid #d6d6d6;
    border-bottom:1px solid #d6d6d6;
    vertical-align: middle;
}
.mypageFrame > .recruitAdmin .adminContent td:last-child{
    border-right:none;
}
.mypageFrame > .recruitAdmin .adminContent .bottom{
    overflow: hidden;
    padding-right: 27px;
    box-sizing: border-box;
}
.mypageFrame > .recruitAdmin .adminContent .cont1 a{
    display: block;
    height: 16px;
    margin-bottom:20px;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-wrap:normal;
    width:215px;
    overflow:hidden;
    color: #444444;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}

.mypageFrame > .recruitAdmin .adminContent .cont1 ul{
    color: #444444;
    font-size:10px;
}
.mypageFrame > .recruitAdmin .adminContent .cont1 ul li{
    height:14px;
    margin-bottom: 5px;
}
.mypageFrame > .recruitAdmin .adminContent .cont1 ul li:last-child{
    margin-bottom: 0px;
}
.mypageFrame > .recruitAdmin .adminContent .cont1 ul li span{
    display: inline-block;
    width: 215px;
    height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mypageFrame > .recruitAdmin .adminContent .cont2{
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.mypageFrame > .recruitAdmin .adminContent .cont2 span.guide{
    position: absolute;
    display: block;
    color: #444444;
    font-size: 11px;
    bottom: 19px;
    text-decoration: underline;
}
.mypageFrame > .recruitAdmin .adminContent .cont2 span.guide img{
    vertical-align: -4px;
}
.mypageFrame > .recruitAdmin .adminContent .cont3 > span{
    color: #000;
}
.mypageFrame > .recruitAdmin .adminContent .cont3{
    color: #444444;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.mypageFrame > .recruitAdmin .adminContent .cont3 a:visited{
    color: #000;
}

.mypageFrame > .recruitAdmin .adminContent .cont3 a{
    color: #000;
    text-decoration: underline;
}
.mypageFrame > .recruitAdmin .adminContent .cont4{
    text-align: center;
    font-size: 15px;
}
.mypageFrame > .recruitAdmin .adminContent .cont5{
    vertical-align: middle;
    padding: 11px 16px;
}
.mypageFrame > .recruitAdmin .adminContent .cont5 span.btn29{
    padding: 8px 0;
    width: 62px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    background-color: #eeeeee;
    color: #444444;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto 10px;
}
.mypageFrame > .recruitAdmin .adminContent .cont5 span:last-child{
    margin-bottom: 0;
}
.mypageFrame > .recruitAdmin .adminMenuBox li.adminSelected{
    height: 57px;
    background-color: #fff;
    color: #1891c3;
    border:1px solid #1891c3;;
    border-top:1px solid #1891c3;
    border-bottom: 1px solid #Fff;
    box-sizing: border-box;
}




/*pwmodify*/
.mypageFrame2{
    width:500px;
    margin:0 auto;
    background-color: #fff;
}
.mypageTitle2 {
     border-bottom: 2px solid #1891c3;
     padding-bottom: 10px;
     overflow: hidden;
     color: #373737;
     font-weight: bold;
     font-size: 16px;
     line-height: 35px;
     text-align: center;
 }
.pwModifyFormWrap{
    width:500px;
    background-color: #Fff;
    margin:0 auto;
}
.pwModifyDl{
    overflow: hidden;
}

.pwModifyDl dt{
    font-size: 14px;
    font-weight: 500;
    float: left;
    width:190px;
    height:35px;
    line-height:35px;
    text-align: right;
    margin-bottom: 15px;
}
.pwModifyDl dd{
    float: right;
    width:264px;
    height:35px;
    margin-bottom: 15px;
}
.pwModifyDl dd input{
    width:240px;
    height:35px;
    padding-left:8px;
    border:1px solid #dadada;
    box-sizing: border-box;
}
.pwModifyFormWrap .guide{
    text-align: center;
}
.pwModifyFormWrap .guide span{
    color: #868686;
    font-weight: 400;
    font-size: 12px;
}
.pwmodifyBottomBox > button{
    color: #7e7e7e;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width:100%;
    height:43px;
    line-height:15px;
    cursor: pointer;
}
/*pwmodify end*/


/*userModifyAuth*/
.mypageSubTitle2 {
    padding: 10px 0 10px 8px;
    border-bottom: 1px solid #dadada;
    color: #1891c3;
    font-size: 14px;
    font-weight: bold;
}
.modifyauthText{
    color: #373737;
    font-size: 16px;
    width:270px;
    line-height: 1.4em;
    margin:15px auto 22px;
    padding-left:15px;
}
.pwmodifyBottomBox{
    overflow: hidden;
}
.pwmodifyBottomBox > div{
    float: left;
}
.modifyauthBox{
    width: 250px;
    height:45px;
}
.modifyauthBox > button{
    width:100%;
    cursor: pointer;
    font-size: 16px;
    color: #7e7e7e;
    font-weight: bold;
    padding: 12px 0;
}
.modifyauthCancel{
    width: 250px;
    height:45px;
}
.modifyauthCancel > span{
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 500;
    letter-spacing: 1px;
}
/*userModifyAuth end*/


/*-----------------------mypage/tpc--------------------------*/

.mypageFrame > .tpcAccount{
    width:705px;
    box-sizing: border-box;
    padding:15px;
}
.mypageFrame > .tpcAccount ul{
    overflow: hidden;
}
.mypageFrame > .tpcAccount ul li{
    float: left;
    height:50px;
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 20px;
}

.mypageFrame > .tpcAccount ul li.itemTitle{
    width:270px;
    font-weight: 500;
}
.mypageFrame > .tpcAccount ul li.itemContent{
    width:405px;
    text-align: right;
    color: #1891c3;
    font-weight: 500;
}
.tpcHistory > .mypageCategory{
    color: #565656;;
}
.tpcHistory > .mypageCategory span{
    color: #354992;
}

.tpcHistory .tpcHistoryContent{
    padding:20px 15px 0px;
}

.tpcHistory .tpcPoint{
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 500;
}

.tpcHistory .historyTable {
    margin: 20px 0;
}
.tpcHistory .historyTable table{
    border:1px solid #dddddd;
    border-right:none;
    border-bottom:none;
}
.tpcHistory .historyTable table th{
    height:45px;
    line-height:45px;
    border-right: 1px solid #ddd;
    background-color: #1891c3;
    color: #fff;
    font-size:16px;
    font-weight:500;
}
.tpcHistory .historyTable table td{
    height:55px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    font-size: 16px;

}
.tpcHistory .historyTable table td.total{
    font-size:15px;
}
.tpcHistory .historyTable table td.date{
    font-size:13px;
    line-height: 1.5em;
}
.tpcHistory .historyTable table .pointDown{
    color: #d51626;
}
.tpcHistory .historyTable table .pointUp{
    color: #3483d0;
}

.tpcHistory .historyTable .historyMore{
    height:45px;
}
.tpcHistory .historyTable .historyMore > .historyMoreBtn{
    display: block;
    background-color: #eeeeee;
    line-height: 45px;
    font-size: 16px;
    color: #474747;
    text-align: center;
    cursor: pointer;
}
.tpcHistory .tpcProtectorLogo{
    position: relative;
    font-size: 20px;
    color: #a4a4a4;

}
.tpcHistory .tpcProtectorLogo img:last-child{
    position: absolute;
    right: 0;
    bottom: 6px;
    float: right;
}
.tpcHistory .tpcProtectorLogo > .logo > span{
    vertical-align: 15px;
}

/*-------------------mypage/certification--------------------*/

.mypageFrame > #certification{
    background-color: #fff;
    background-image:url(/assets/images/tokenpostcom/mypage/img/certificationBgTop.png), url(/assets/images/tokenpostcom/mypage/img/certificationBgBottom.png);
    background-position:center top, center bottom;
    background-repeat:no-repeat;
    padding: 60px 0;
}
.certificationContent > .content{
    width:550px;
    margin:0 auto;
}
.certificationContent > .content > .guide{
    margin-bottom: 55px;
    font-size: 30px;
    color: #3494d0;
    font-weight:500;
    text-align: center;
}
.certificationContent > .content >  div:not(.guide){
    width:  460px;
    padding: 0 45px;
}
.certificationContent .content > .certificationImg{
    width:258px;
    margin:30px auto 50px;
}
.certificationContent .content .status{
    text-align: center;
    margin: 35px 0 25px;
}
.certificationContent .content .title{
    margin-bottom: 15px;
    color: #1891c3;
    font-weight:500;
    font-size:22px;
}
.certificationContent .content .text{
    line-height: 1.5em;
    font-weight: 500;
    overflow: hidden;
}

.certificationContent .content .text ul{
    float: left;
    width: 340px;
    margin-right: 20px;
}
.certificationContent .content .text li:before{
    display: inline-block;
    content: '';
    width: 4px;
    height:4px;
    background-color: #3076bb;
    vertical-align: 3px;
    margin-right: 7px;
}
.certificationContent .content .text li span{
    color: #cd0f0f;
}
.certificationContent .content .text img{
    float: left;
    margin-top: 10px;
}
.certificationContent .content .certificationImg{
    text-align: center;
}
.certificationContent .bottomArea{
    margin:25px auto 0;
}
.certificationContent .bottomArea span{
    font-size: 18px;
}
.certificationContent .bottomArea a{
    text-decoration: none;
}













