<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*mypage common*/
.flexArea{
    display: flex;
    padding-top: 16px;
    align-items: center;
}
.flexArea&gt;div:first-child{
    margin: auto 20px auto 0 !important;
    padding-left: 0 !important;
}

.toggleBox{
    display: none;
}

.tpcHistory .historyTable.type2{
    margin:0;
}

.privacyBtn&gt;button{
    width: 80px;
    cursor: pointer;
    display: table;
    border: 0;
    background-color: transparent;
    padding:4px 10px;
    box-sizing: border-box;
    background-color: #1891c3;

}

.privacyBtn&gt;button span{
    display: table-cell;
    vertical-align: middle;
}
.privacyBtn&gt;button&gt;span:last-child{
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}

.privacyBtn&gt;button&gt;span:last-child&gt;i{
    width: 13px;
    height: 8px;
    background:url('/assets/images/tokenpost/swap/icon/btnDown.png') no-repeat center;
    background-size: 13px 8px;
    display: block;
}

.toggleBox.type2{
    margin:20px 0;
}

.privacyBtn&gt;button.on&gt;span:last-child&gt;i{
    width: 13px;
    height: 8px;
    background:url('/assets/images/tokenpost/swap/icon/btnUp.png') no-repeat center;
    background-size: 13px 8px;
    display: block;
}

.btn21.type1{
    font-size: 13px;
    padding:0;
    line-height: normal !important;
    border:0;
    background-color: transparent!important;
}
.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 &gt; img{
    width:30px;
    height:40px;
}
.mypageGradeText{
    position: relative;
    color: #6c6c6c;
    line-height: 1.5em;
    margin-top: 5px;
}
.mypageGradeText &gt; .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 &gt; 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: 60px;
    border-left:3px solid #fff;
    box-sizing: border-box;
    font-size: 16px;
}
.mypageMenuList &gt; a{
    display: block;
    text-decoration: none;
    color: #868686;
}
.mypageMenuList &gt; a:visited{
    color: #868686;
}
.mypageMenuList &gt; a &gt; span{
    font-weight: 500;
}
.mypageMenuList &gt; a &gt; span.subMenu{
    font-weight: 300;
}
.mypageMenuListActive{
    background-color: #fafafa;
    border-left:3px solid #1891c3;
}
.mypageMenuListActive &gt; a{
    color: #373737 ;
}
.mypageMenuListActive &gt; a:visited{
    color: #373737 ;
}

.mypageMenuListActive2{

}
.mypageMenuListActive2 &gt; a{
    color: #1891c3 ;
}
.mypageMenuListActive2 &gt; 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:480px;
    margin:17px auto 0;
}
.mypageInfoTable th.mypageTitle{
    width:120px;
    height:30px;
    line-height:30px;
    text-align: right;
    float: left;
    color: #606060;
    font-size: 14px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
.mypageInfoTable td.mypageCont{
    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: 8px;
    overflow: hidden;
}
.mypageInfoTable td.mypageCont &gt; 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 &gt; 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 &gt; 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;
    height:25px;
}
.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 &gt; 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 &gt; 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 &gt; dd:last-child{
    border-bottom:none;
}
.activityDl &gt; dd &gt; a{
    text-decoration: none;
    color: #000;
}
.activityDl &gt; dd &gt; a:visited{
    color: #000;
}
.activityDl &gt; dd &gt; a:hover{
    text-decoration: underline;
}
.activityDl &gt; dd &gt; a &gt; 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 &gt; input{
    width:240px;
    height:35px;
    padding-left: 8px;
    border:1px solid #dadada;
    box-sizing: border-box;
}
.mypageModiCont &gt; select{
    width:240px;
    height:35px;
    padding-left:5px;
    border:1px solid #dadada;
    box-sizing: border-box;
}



/*�대�吏�援먯껜*/
.profileSetting{
    height:145px;
    overflow: hidden;
}
.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 &gt; div{
    /*float: left;*/
    width:115px;
}
.imgModifyBtn &gt; div:first-child{
    margin-right:10px;
}
.imgModifyBtn{
    position: relative;
    text-align: center;
}
.btnRemoveProfile{
    margin-left:5px;
}

.imgModifyBtn &gt; 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;
}
.nicknameCheckText th{
    width: 120px;
    height:16px;
    margin:0;
    float: left;
    margin-right: 5px;

}
.nicknameCheckText td{
    width: 242px;
    height: 16px;
    margin: 0;
    float: left;
    margin-bottom: 5px;
    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 &gt; .mypageModiCont{
    margin-bottom: 2px;
}

/*�됰꽕�� �섏젙 ��*/





.modiZipcode{
    width:216px;
    height:36px;
    overflow: hidden;
}
.modiZipcode &gt; 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 &gt; span{
    padding: 2px;
}
.modiAddress &gt; input{
    width:240px;
    height:35px;
    border:1px solid #dadada;
    box-sizing: border-box;
    background-color: #f2f2f2;
    padding-left:8px;
}
.modiDetailAddress &gt; 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 &gt; 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: 13px;
}
.mypageInfoModiTable{
    width:500px;
    margin:25px auto 0;
}
.mypageInfoModiTable2{
    width:442px;
    margin:25px auto 0;
}
.mypageInfoModiTable2 .mypageModiTitle2{
    width: 120px;
    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;
}
.myinfoModiBox{
    width:442px;
    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 &gt; div{
    float: left;
    width:180px;
    height:36px;
}
.myinfoBox2 &gt; div &gt; button#btnChangeInformation{
    display: block;
    padding:8px 0;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
}
.myinfoBox2 &gt; div:last-child span{
    font-weight: 500;
}
/*硫붿씪,臾몄옄�섏떊�щ�*/
.mypageInfoModiTable2 input[type="radio"] {
    vertical-align: -2px;
    margin-right: 5px;
}
.mypageModiCont2{
    overflow: hidden;
}
.mypageModiCont2 &gt; div.mypageAgreeBox{
    float: left;
    margin-right:10px;
}
/*硫붿씪,臾몄옄�섏떊�щ�*/

.tsService{
    width: 447px;
    margin:0 auto;
}
/*------------------mypage/companyAdd(�뚯궗�깅줉)-----------------*/


.companyAddCheckRobot .g-recaptcha{
    margin:15px 0 20px 0;
}


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

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

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



.registerCompany .addCompanyLogo{
    position: relative;
    overflow: hidden;
}
.registerCompany .addCompanyLogo &gt; 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 &gt; .content dt{
    width: 160px;
    float: left;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 35px;
    font-weight: 500;
}
.registerCompany &gt; .content dd{
    padding-bottom: 18px;
    float: left;
    width:480px;
}
.registerCompany &gt; .content dd.sns ul{
    overflow: hidden;
    margin-bottom: 8px;
}
.registerCompany &gt; .content dd.sns ul li{
    float: left;
    overflow: hidden;
}
.registerCompany &gt; .content dd.sns ul li div{
    float: left;
    cursor: pointer;
}
.registerCompany &gt; .content dd.sns ul li div img{
    height:35px;
}
.registerCompany &gt; .content dd.sns ul li:nth-child(1){
    width:142px;
}
.registerCompany &gt; .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 &gt; .content dd.sns ul li:nth-child(2){
    width:288px;
    margin-right:10px;
}
.registerCompany &gt; .content dd.sns ul li:nth-child(2) input{
    width:285px;
    height: 35px;
    box-sizing: border-box;
    border:1px solid #d6d6d6;
}
.registerCompany &gt; .content dd.sns ul li:nth-child(3){
    width: 40px;
}

.registerCompany &gt; .content .deleteSns{

}
.registerCompany &gt; .content dd input{
    width:365px;
    height: 35px;
    line-height: 35px;
    border:1px solid #dadada;
    padding-left: 10px;
    box-sizing: border-box;
}
.registerCompany &gt; .content .addressBg{
    margin-bottom: 10px;
}
.registerCompany &gt; .content .addressBg input{
    background-color: #fafafa;
}
.registerCompany &gt; .content .address input {
    width: 100%;
    box-sizing: border-box;
}
.registerCompany &gt; .content .site input {
    width: 100%;
}
.registerCompany &gt; .content1 .uploadPhoto{
    padding: 0;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
}
.registerCompany &gt; .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 &gt; .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-break: break-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) &gt; 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(3) ul li{
    height:28px;
    line-height: 28px;
    box-sizing: border-box;
    margin:0 auto;
}
.mypageFrame .applyListContent table tr td:nth-child(3) ul li:nth-child(1) span{
    width:80px;
    background-color: #ff662f;
    font-size: 14px;
    padding:0;
}
.mypageFrame .applyListContent table tr td:nth-child(3) ul li:nth-child(1) a{
    text-decoration: none;
}
.mypageFrame .applyListContent table tr td:nth-child(3) ul li:nth-child(2){
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.mypageFrame .applyListContent table tr td:nth-child(4) .applyCancel{
    text-decoration: underline;
    cursor: pointer;
}





mypageFrame .applyListContent .applyCancel{
    cursor: pointer;
    text-decoration: underline;
}
.mypageFrame .applyPaging{
    bottom:0;
    margin-top: 40px;
}
/*---------------mypage/applicant-----------------*/

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

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

.mypageFrame &gt; .recruitApplicant .recruitSummary .info .text1{
    font-size: 18px;
    font-weight:500;
    color: #333333;
    margin-bottom: 13px;
}
.mypageFrame &gt; .recruitApplicant .recruitSummary .info .text1 span{
    display: inline-block;
    width: 530px;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mypageFrame &gt; .recruitApplicant .recruitSummary .info .text2{
    font-size: 15px;
    font-weight:500;
    color: #1891c3;
    margin-bottom: 10px;
}
.mypageFrame &gt; .recruitApplicant .recruitSummary .info .text3{
    font-size: 13px;
    font-weight:500;
    color: #666666;
    margin-bottom: 18px;
}
.mypageFrame &gt; .recruitApplicant .recruitSummary .info .text4{
    font-size: 12px;
    font-weight:500;
    color: #858585;
}
.mypageFrame &gt; .recruitApplicant .applicantList table{
    table-layout: fixed;
    width: 100%;
    border-top:1px solid #dddddd;
    border-left:1px solid #dddddd;

}
.mypageFrame &gt; .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 &gt; .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.4em;
}
.mypageFrame &gt; .recruitApplicant .applicantList td:nth-child(1){
    font-weight:bold;
}
.mypageFrame &gt; .recruitApplicant .applicantList td:nth-child(2){
    font-size: 13px;
    color: #444444;
    text-align: left;
}
.mypageFrame &gt; .recruitApplicant .applicantList td:nth-child(2) span{
    display: inline-block;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.mypageFrame &gt; .recruitApplicant .applicantList td.version{
    font-size: 12px;
    color: #808080;

}


.mypageFrame &gt; .recruitApplicant .applicantList td.version &gt; ul{
    overflow: hidden;
    width: 240px;
    margin: 0 auto;
}
.mypageFrame &gt; .recruitApplicant .applicantList td.version &gt; ul &gt; li{
    float: left;
    height: 32px;
    text-align: left;
}
.mypageFrame &gt; .recruitApplicant .applicantList td.version &gt; ul &gt; li:first-of-type{
    margin-right: 8px;
}

.mypageFrame &gt; .recruitApplicant .applicantList td.version &gt; ul &gt; li:first-of-type img{
    vertical-align: -1px;
}







.mypageFrame &gt; .recruitApplicant .applicantList td a:visited{
    color: #444;
}
.mypageFrame &gt; .recruitApplicant .applicantList td a{
    color: #444;
    font-size: 13px;
}


.mypageFrame &gt; .recruitApplicant .applicantList td:nth-child(3) span.btn28{
    background-color: #ff662f;
    font-size: 14px;
    padding:7px 0;
    width: 80px;
}
.mypageFrame &gt; .recruitApplicant .applicantList td:nth-child(3) a{
    text-decoration: none;
}
.mypageFrame &gt; .recruitApplicant .applicantList td:nth-child(3) .btnPopupFileList{
    font-weight: 500;
    font-size: #444444;
    margin-top: 10px;
}

/*------------------mypage/recruit(怨듦퀬由ъ뒪��,愿�由�)-----------------*/

.recruitAdmin &gt; .registerProcess{

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

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

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

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


.mypageFrame &gt; .recruitAdmin{
    width: 705px;
    padding: 15px;
    box-sizing: border-box;
    float: right;
}
.mypageFrame &gt; .recruitAdmin .adminMenuBox{
    overflow: hidden;
    box-sizing: border-box;
    height:58px;
}
.mypageFrame &gt; .recruitAdmin .adminMenuBox li{
    float: left;
    width:32%;
    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 &gt; .recruitAdmin .adminMenuBox li:last-child{
    border-right:none;
}
.mypageFrame &gt; .recruitAdmin &gt; .content{
    margin-top: 25px;
}
.mypageFrame &gt; .recruitAdmin .adminContent{
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.mypageFrame &gt; .recruitAdmin .adminContent .table{
    width: 620px;
    margin:40px auto 20px;
    border:1px solid #dddddd;
    border-bottom:none;
}
.mypageFrame &gt; .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 &gt; .recruitAdmin .adminContent th:last-child{
    border-right:none;
}
.mypageFrame &gt; .recruitAdmin .adminContent td{
    padding:10px;
    box-sizing: border-box;
    border-right:1px solid #d6d6d6;
    border-bottom:1px solid #d6d6d6;
    vertical-align: middle;
}
.mypageFrame &gt; .recruitAdmin .adminContent td:last-child{
    border-right:none;
}
.mypageFrame &gt; .recruitAdmin .adminContent .bottom{
    overflow: hidden;
    padding-right: 27px;
    box-sizing: border-box;
}
.mypageFrame &gt; .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 &gt; .recruitAdmin .adminContent .cont1 ul{
    color: #444444;
    font-size:10px;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont1 ul li{
    height:14px;
    margin-bottom: 5px;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont1 ul li:last-child{
    margin-bottom: 0px;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont1 ul li span{
    display: inline-block;
    width: 215px;
    height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont2{
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont2 span.guide{
    position: absolute;
    display: block;
    color: #444444;
    font-size: 11px;
    bottom: 19px;
    text-decoration: underline;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont2 span.guide img{
    vertical-align: -4px;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont3 &gt; span{
    color: #000;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont3{
    color: #444444;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont3 a:visited{
    color: #000;
}

.mypageFrame &gt; .recruitAdmin .adminContent .cont3 a{
    color: #000;
    text-decoration: underline;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont4{
    text-align: center;
    font-size: 15px;
}
.mypageFrame &gt; .recruitAdmin .adminContent .cont5{
    vertical-align: middle;
    padding: 11px 16px;
}
.mypageFrame &gt; .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 &gt; .recruitAdmin .adminContent .cont5 span:last-child{
    margin-bottom: 0;
}
.mypageFrame &gt; .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:140px;
    height:35px;
    line-height:35px;
    text-align: right;
    margin-bottom: 15px;
}
.pwModifyDl dd{
    float: right;
    width:314px;
    height:35px;
    margin-bottom: 15px;
}
.pwModifyDl dd input{
    width:240px;
    height:35px;
    padding-left:8px;
    border:1px solid #dadada;
    box-sizing: border-box;
}
.pwmodifyBottomBox &gt; 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{
    margin-top: 20px;
    overflow: hidden;
}
.pwmodifyBottomBox &gt; div{
    float: left;
}
.modifyauthBox{
    width: 250px;
    height:45px;
}
.modifyauthBox &gt; button{
    width:100%;
    cursor: pointer;
    font-size: 16px;
    color: #7e7e7e;
    font-weight: bold;
    padding: 12px 0;
}
.modifyauthCancel{
    width: 250px;
    height:45px;
}
.modifyauthCancel &gt; span{
    font-size: 16px;
    color: #7e7e7e;
    font-weight: 500;
    letter-spacing: 1px;
}
/*userModifyAuth end*/


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

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

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

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

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


.tpcHistory .tpcPoint.type2{
    margin-top: 30px;
    margin-bottom: 10px;
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 500;
}

.tpcHistory .tpcPoint .btnOrder{
    display: inline-block;
    width: 70px;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    text-align: center;
    vertical-align: text-top;
    border:1px solid #ddd;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.tpcHistory .tpcPoint .btnOrder:hover{
    background: #1891c3;
    color: #fff;
}

.tpcHistory .tpcHistoryContent .tabs{
    margin:20px 0;
}
.tpcHistory .tpcHistoryContent .tabs li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width:50%;
    height: 50px;
    line-height: 48px;
    text-align:center;
    cursor: pointer;
    background: #d0d0d0;
    border:1px solid transparent;
}
.tpcHistory .tpcHistoryContent .tabs li a{
    text-decoration: none;
}
.tpcHistory .tpcHistoryContent .tabs li span{
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.tpcHistory .tpcHistoryContent .tabs li.active {
    background: #fff;
}
.tpcHistory .tpcHistoryContent .tabs .btnSales.active {
    border-color: #f97141;
}
.tpcHistory .tpcHistoryContent .tabs .btnBuy.active {
    border-color: #1891c3;
}
.tpcHistory .tpcHistoryContent .tabs .btnSales.active span{
    color: #f97141;
}
.tpcHistory .tpcHistoryContent .tabs .btnBuy.active span{
    color: #1891c3;
}

.tpcHistory .historyTable {
    margin: 20px 0;
}
.tpcHistory .historyTable.type3 {
    margin: 30px 0 20px 0;
}

.tpcHistory .historyTable table th{
    height:45px;
    line-height:45px;
    border-style:solid;
    border-right-width:1px;
    border-top-width:1px;
    border-bottom-width:1px;
    font-size:16px;
    font-weight:500;
    background-color: #1891c3;
    color: #fff;
}
.tpcHistory .tpcNews #news.historyTable table th{
    border-color: #1891c3;
    color: #1891c3;
    background-color: #fff;
}
.tpcHistory .tpcNews #newsKrw.historyTable table th{
    border-color: #1891c3;
    color: #1891c3;
    background-color: #fff;
}
.tpcHistory .historyTable table th:first-of-type{
    border-left-width:1px;
}
.tpcHistory .tpcReward .historyTable table th{
    border-color: #1891c3;
    color: #1891c3;
    background-color: #fff;
}
.tpcHistory .historyTable table td{
    height:55px;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    font-size: 16px;
}
.tpcHistory .historyTable table td a{
    text-decoration-color: #3483d0;
}
.tpcHistory .historyTable table td.transaction{
    word-break: break-all;
    padding:5px;
}
.tpcHistory .historyTable table td.total{
    font-size:15px;
}
.tpcHistory .historyTable table td:first-of-type{
    border-left:1px solid #ddd;
}
.tpcHistory .historyTable table td.date{
    font-size:13px;
    line-height: 1.5em;
}
.tpcHistory .historyTable table td.btnSortation span{
    cursor: pointer;
    color: #d51626;
}
.tpcHistory .historyTable table td.btnSortation span:hover{
    text-decoration: underline;
}
.tpcHistory .historyTable table td.btnSortation img{
    margin-left:5px;
    vertical-align: -2px;
}
.tpcHistory .historyTable table td.btnSortation .finish{
    color: #373737;
}
.tpcHistory .historyTable table .pointDown{
    color: #d51626;
}
.tpcHistory .historyTable table .pointUp{
    color: #3483d0;
}

.tpcHistory .historyTable .historyMore{
    height:45px;
}
.tpcHistory .historyTable .historyMore &gt; .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 &gt; .logo &gt; span{
    vertical-align: 15px;
}






/*-----------------------mypage/recommender--------------------------*/
.recommenderHistory .recommenderWrap {
    margin-top: 20px;
}

.recommenderHistory .recommenderWrap .qrCodeArea {
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #dadada;
}

.recommenderHistory .recommenderWrap .qrCodeAreaInner {
    position: relative;
}

.recommenderHistory .recommenderWrap .qrCodeAreaInner.margin {
    margin-bottom: 12px;
}

.recommenderHistory .qrCodeArea .qrCode {
    position: relative;
    top: 7px;
    left: 2px;
    width: 98px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.recommenderHistory .qrCodeArea .qrCode:before {
    content: "";
    display: none;
    width: 100%;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/assets/images/tokenpost/mypage/img/qrDownload.svg");
    background-repeat: no-repeat;
    background-position: 50% 36%;
    background-color: rgba(0,0,0,0.3);
}

.recommenderHistory .qrCodeArea .qrCode:after {
    content: "�ㅼ슫濡쒕뱶";
    display: none;
    position: absolute;
    bottom: 24px;
    left: 47%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.recommenderHistory .qrCodeArea .qrCode:hover:before,
.recommenderHistory .qrCodeArea .qrCode:hover:after {
    display: block;
}

.recommenderHistory .qrCodeArea .qrCode:hover img {
    opacity: 0.15;
}

.recommenderHistory .recommenderWrap .qrCodeArea .qrCode img {
    width: 100%;
}

.recommenderHistory .recommenderInfo .idTitleArea {
    height: 24px;
    font-size: 18px;
}

.recommenderHistory .recommenderInfo .area {
    padding: 4px 0 5px 0;
}

.recommenderHistory .recommenderInfo dl:first-child {
    padding-top: 9px;
}

.recommenderHistory .recommenderInfo dt {
    float: left;
}

.recommenderHistory .recommenderInfo .idTitle {
    font-weight: bold;
    color: #1891c3;
    margin-right: 15px;
}

.recommenderHistory .recommenderInfo .idNumber {
    font-weight: bold;
    color: #000000;
}

.recommenderHistory .recommenderInfo .linkArea {
    overflow: hidden;
}

.recommenderHistory .recommenderInfo dl dt:not(.idTitle) {
    color: #747474;
    margin-right: 10px;
}

.recommenderHistory .recommenderInfo .idArea dt {
    margin-top: -0.5px;
}

.recommenderHistory .recommenderInfo .link {
    text-decoration: underline;
    cursor: pointer;
}

.recommenderHistory .recommenderInfo .member {
    position: relative;
}

.recommenderHistory .recommenderInfo .memberArea {
    position: relative;
    overflow: hidden;
}

.recommenderHistory .recommenderInfo .tooltip {
    position: relative;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    color: #bdbdbd;
    margin-left: 3px;
}

.recommenderHistory .tooltip .question {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #bdbdbd;
}

.recommenderHistory .tooltip .question.hide {
    display: none;
}

.recommenderHistory .tooltip .tooltipTxt {
    display: inline-block;
    width: 167px;
    padding: 3px;
    position: absolute;
    top: 1px;
    left: 18px;
    border-radius: 0;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
}

.recommenderHistory .recommenderInfo .tooltipTxt.hide {
    display: none;
}

.recommenderHistory .recommenderInfo dd:last-child {
    position: relative;
    margin-bottom: 0;
}

.recommenderHistory .recommenderInfo dd input {
    position: relative;
    top: -4.5px;
    height: 20px;
    border: 1px solid #dadada;
    border-radius: 3px;
}

.recommenderHistory .recommenderInfo dd input:focus {
    outline: none;
}

.recommenderHistory .recommenderInfo dd input.noSelect {
    cursor: default;
    border: none;
}

.recommenderHistory .recommenderInfo dd button {
    width: 40px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: 361px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    font-size: 12px;
}

.recommenderHistory .recommenderInfo .idArea {
    padding-bottom: 0;
}

.recommenderHistory .recommenderInfo .idArea .id {
    display: inline-block;
    margin-bottom: 11px;
}

.recommenderHistory .recommenderInfo .idArea .id.hide {
    display: none;
}

.recommenderHistory .historyTitleWrap {
    position: relative;
}

.recommenderHistory .historyWrap .historyTitle {
    font-size: 16px;
    font-weight: 500;
}

.recommenderHistory .historyTitleWrap .selectWrap {
    position: absolute;
    top: -5px;
    right: 0;
}

.recommenderHistory .selectWrap select {
    padding: 3px 5px;
    border: 1px solid #dadada;
    outline: none;
}

.recommenderHistory .historyWrap .history {
    margin-top: 15px;
}

.recommenderHistory .history table {
    border-collapse: collapse;
    color: #373737;
}

.recommenderHistory .history thead {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
}

.recommenderHistory .history td {
    padding: 12px 35px;
    text-align: center;
}

.recommenderHistory .history tbody {
    border-bottom: 1px solid #bdbdbd;
}

.recommenderHistory .history .totalNewsArea {
    float: right;
    margin: 10px 35px 0 0;
}

.recommenderHistory .history .newsTotalArea {
    float: right;
    margin: 10px 53px 0 0;
    color: #1891c3;
}

.recommenderHistory .history .newsTotalArea span:first-child {
    margin-right: 5px;
    font-weight: 500;
}

.recommenderHistory .dl {
    position: relative;
}

.recommenderHistory .linkCopy {
    display: none;
    position: absolute;
    top: 55.4px;
    right: 228px;
    font-size: 11px;
    text-align: center;
    padding: 5px 15px;
    color: #ffffff;
    border-radius: 35px;
    background-color: #747474;
    z-index: 9999;
}

.recommenderHistory .paging {
    margin-top: 35px;
}















/*-------------------mypage/detailInformation--------------------*/
.popupDetailInformaion .popupClose img{
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
}
.popupDetailInformaion .header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 20px;
    background-color: #1891c3;
}
.popupDetailInformaion .header h1{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.popupDetailInformaion .infoWrap{
    padding: 40px;
    background: #fff;
}
.popupDetailInformaion .info{
    border-collapse: collapse;
}
.popupDetailInformaion .info td{
    vertical-align: middle;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
    border:1px solid #d0d0d0;
}
.popupDetailInformaion .info td.bgColorGray{
    background: #eee;
}
.popupDetailInformaion .info .fontWeight300{
    font-weight:300;
}
/*-------------------mypage/certification--------------------*/

.mypageFrame &gt; #certification{
    background-color: #fff;
    background-image:url(/assets/images/tokenpost/mypage/img/certificationBgTop.png), url(/assets/images/tokenpost/mypage/img/certificationBgBottom.png);
    background-position:center top, center bottom;
    background-repeat:no-repeat;
    padding: 60px 0;
}
.certificationContent &gt; .content{
    width:600px;
    margin:0 auto;
    padding-left: 25px;
}
.certificationContent &gt; .content &gt; .guide{
    margin-bottom: 55px;
    font-size: 30px;
    color: #3494d0;
    font-weight:500;
    text-align: center;
}
.certificationContent &gt; .content &gt;  div:not(.guide){
    width:  500px;
    padding: 0 45px;
    display: -webkit-box;
}
.certificationContent .content &gt; .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;
}




/*------------------mypage/recruitList(�대젰�� 愿�由�)-----------------*/


.resumeList{
    width: 705px;
    padding: 15px;
    box-sizing: border-box;
    float: right;
}

.resumeList &gt; .content{
    margin-top: 35px;
}
.resumeList &gt; .content &gt; .guide{
    color: #444;
    font-size: 13px;
}


.resumeList .tableWrap{
    margin-top: 6px;
}
.resumeList .tableWrap table{
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
.resumeList .tableWrap th{
    height: 45px;
    line-height: 45px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #1891c3;
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}
.resumeList .tableWrap td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    padding:9px 8px;
    line-height: 1.4em;
}

.resumeList .tableWrap td.chk input[type='radio'] + label::before{
    width: 16px;
    margin: -1px 0px 0 0;

}
.resumeList .tableWrap td.title{
    text-align: left;
}
.resumeList .tableWrap td.title .basic{
    display: inline-block;
    width: 86px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #1891c3;
    border:1px solid #1891c3;
    box-sizing: border-box;
    margin-right:3px;
}

.resumeList .tableWrap td.title a{
    text-decoration: none;
    color: #444;
}

.resumeList .tableWrap td.file span#popupFileList{
    cursor: pointer;
}

.resumeList .tableWrap td.file #popupFileList &gt; span{
    text-decoration: underline;
}
.resumeList .tableWrap td.date &gt; span{
    font-size: 13px;
}
.resumeList .tableWrap td.date span.save{
    color: #f97141;
    font-size: 14px;
}
.resumeList .bottom ul{
    overflow: hidden;
}
.resumeList .bottom ul li{
    float: left;
    cursor: pointer;

}
.resumeList .bottom ul li span{
    padding:5px 0;
    font-size: 14px;
    margin-right:8px;
    font-weight: 400;
}

.resumeList .bottom ul li span.btn23{
    width:55px;
    border:1px solid #ababab;
    color: #444444;
}
.resumeList .bottom ul li a{
    text-decoration: none;
}
.resumeList .bottom ul li:last-of-type span{
    margin:0;
}

/* �낆텧湲� 異붽��ы빆 (2021-01-20) */
.tpcDeposit .tpcHistoryContent{
    padding-right: 0;
}
.tpcDeposit .tpcHistoryContent .table{
    display: table;
    width: 100%;
    height: 120px;
}
.tpcDeposit .tpcHistoryContent .information{
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding-right: 15px;
}
.tpcDeposit .tpcHistoryContent .information .tpcPoint:nth-of-type(2){
    margin-bottom: 0;
}
.tpcDeposit .tpcHistoryContent .logoWrap{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin-left: -4px;
    width: 300px;
}
.tpcDeposit .tpcHistoryContent .logoWrap img{
    width: 75%;
}
.tpcDeposit .tpcHistoryContent .notice{
    font-size: 12px;
    color: #b1b1b1;
}
.tpcDeposit .tpcHistoryContent .notice span{
    display: inline-block;
    vertical-align: top;
    line-height: 1.35em;
}
.tpcDeposit .tpcHistoryContent .notice span:first-child{
    width: 15px;
    display: inline;
}
.tpcDeposit .tpcHistoryContent .notice &gt; span:last-of-type{
    width: calc(100% - 15px);
    /*margin-left: -4px;*/
}
/* �낆텧湲� 異붽��ы빆 - �대뜑由ъ� (2021-04-20) */
.tpcDeposit .tpcHistoryContent .logoWrapEthe{
    margin: 20px auto 15px;
}
.tpcDeposit .tpcHistoryContent .logoWrapEthe img{
    max-width: 100%;
}
.tpcDeposit .tpcHistoryContent .informationEthe{
    margin-bottom: 20px;
}
.tpcDeposit .tpcHistoryContent .informationEthe button{
    width: 140px;
    height: 31px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 29px;
    border: 1px solid #bdbdbd;
    background-color: #ffffff;
    color: #333333;
    cursor: pointer;
}
.tpcDeposit .tpcHistoryContent .informationEthe .deposit dl dt,
.tpcDeposit .tpcHistoryContent .informationEthe .deposit p.btnCopyethDepositTxt{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333333;
}
.tpcDeposit .tpcHistoryContent .informationEthe .deposit dl dt{
    font-weight:400;
    line-height: 24px;
}
.tpcDeposit .tpcHistoryContent .informationEthe .deposit dl dd{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    line-height: 24px;
}
.tpcDeposit .tpcHistoryContent .informationEthe .deposit dl dd input{
    opacity: 0;
    position: absolute;
}
.tpcDeposit .tpcHistoryContent .informationEthe .deposit dl dd span{
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    color: #008fc3;
}
.tpcDeposit .tpcHistoryContent .informationEthe .deposit p:last-of-type{
    float: right;
    margin-left: 8px;
    cursor: pointer;
}
.tpcDeposit .tpcHistoryContent .informationEthe .deposit p:last-of-type span{
    color: #333333;
    text-decoration: none;
}
.tpcDeposit .tpcHistoryContent .informationEthe .deposit .btnCopyethDepositTxt{
    vertical-align: middle;
}
.tpcDeposit .tpcHistoryContent .informationEthe .deposit .btnCopyethDepositTxt span,
.tpcDeposit .tpcHistoryContent .informationEthe .deposit .btnCopyethDepositTxt img{
    vertical-align: middle;
}
.tpcDeposit .tpcHistoryContent .informationEthe .deposit .btnCopyethDepositTxt:hover{
    text-decoration: underline;
}

#tpcHistory .tabLogo{
    margin: 20px 15px 10px 15px;
    box-sizing: border-box;
    height: 65px;

}

#tpcHistory .tabLogo li{
    width: 50%;
    float:left;
    box-sizing: border-box;
    cursor: pointer;
    height: 65px;
    line-height: 65px;
    /*text-align: center;*/
    border: solid 1px #d7d7d7;
    padding:8px 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
/*#tpcHistory .tabLogo li:nth-of-type(1){
    border-right: none;
}

#tpcHistory .tabLogo li:nth-of-type(2){
    border-left: none;
    border-right: none;
}

#tpcHistory .tabLogo li:nth-of-type(3){
    border-left: none;
}*/

#tpcHistory .tabLogo li.active{
    box-shadow: 0 0 0 3px #1891c3 inset;
}

#tpcHistory .tabLogo li img{
    display: block;
    /*margin:11px auto;*/
    max-width: 95%;
    max-height:95%;
}

/* OTP 蹂댁븞�ㅼ젙 */
.otpBtn{
    display: inline-block;
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    font-weight: 500;
    cursor: pointer;
}
.otpBtn1{
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    color: #333333;
}
.otpBtn2{
    background-color: #1891c3;
    border: solid 1px #1891c3;
    color: #ffffff;
}
.otpBtn3{
    background-color: #eb5757;
    border: solid 1px #eb5757;
    color: #ffffff;
}
.otpBtn4{
    background-color: #ffffff;
    border: solid 1px #1891c3;
    color: #1891c3;
}
.otpBtn5{
    background-color: #f2f2f2;
    border:1px solid #f2f2f2;
    color: #828282;
}
.otpBtn6{
    background-color: #ffffff;
    border: solid #e0e0e0;
    color: #333333;
}
.otpBtn7{
    background-color: #ffffff;
    border: solid 1px #008fc3;
    color: #008fc3;
}
.otpBtn8{
    border:1px solid #f2f2f2;
    background-color: #f2f2f2;
    color: #828282;
}
.otpBtn9{
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    color: #e0e0e0;
}
.otpBtn10{
    width: 40px;
    height: 15px;
    vertical-align: middle;
    font-size: 11px;
    line-height: inherit;
    border-radius: 12px;
    border: 1px solid #1891c3;
    background-color: #1891c3;
    color: #ffffff;
}
.otpBtn11{
    width: 40px;
    height: 15px;
    vertical-align: middle;
    font-size: 11px;
    line-height: inherit;
    border-radius: 12px;
    border: 1px solid #bdbdbd;
    background-color: #bdbdbd;
    color: #ffffff;
}
.using{
    cursor: text;
}
.switchBtn{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
}
.switchBtn input[type="checkbox"]{
    opacity: 0;
    width: 0;
    height: 0;
}
.switchBtn span.slider{
    padding: 0 4px 0 6px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    font-size: 11px;
    line-height: 15px;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #bdbdbd;
    color: #ffffff;
}
.switchBtn span.slider:before{
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    left: -1px;
    top:50%;
    margin-top: -10px;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.06), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
}
.switchBtn input:checked + .slider {
    background-color: #1891c3;
}

.switchBtn input:focus + .slider {
    box-shadow: 0 0 1px #1891c3;
}
.switchBtn input + .slider.on{
    background-color: #1891c3;
}
.switchBtn span.on{
    text-align: left;
}
.switchBtn span.off{
    text-align: right;
}

.switchBtn input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.otpSetting{
    padding-top: 20px;
    padding-bottom: 300px;
}
.otpSetting .notice{
    width: 612px;
    margin: 0 auto 32px;
    padding: 12px 11px;
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
}
.otpSetting .notice li + li{
    margin-top: 2px;
}
.otpSetting .notice li p{
    font-size: 12px;
    line-height: 1.35em;
    color: #333333;
}
.otpSetting .notice li p span{
    color: #1891c3;
}
.otpSetting .filedTitle{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.otpSetting .certifiedList{
    margin-bottom: 50px;
}
.otpSetting .certifiedList dl{
    padding-left: 30px;
    padding-right: 35px;
}
.otpSetting .certifiedList dl + dl{
    margin-top: 10px;
}
.otpSetting .certifiedList dt{
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}
.otpSetting .certifiedList dd{
    float: right;
}
.otpSetting .doubleSetting ul{
    text-align: center;
}
.otpSetting .doubleSetting ul li{
    display: inline-block;
    vertical-align: top;
}
.otpSetting .doubleSetting ul li.certificationList + li.certificationList{
    margin-left: 24px;
}
.otpSetting .doubleSetting ul li .iconArea{
    display: table;
    margin-bottom: 8px;
    width: 130px;
    height: 85px;
    text-align: center;
    border: solid 1px #f2f2f2;
}
.otpSetting .doubleSetting ul li .iconArea .tableCell{
    display: table-cell;
    vertical-align: middle;
}
.otpSetting .doubleSetting ul li .iconArea span{
    display: inline-block;
    margin-top: 8px;
    width: 100%;
    font-size: 14px;
    color: #000000;
}
.otpSetting .doubleSetting ul li.certificationOtpList .complete .otpBtn{
    width: 61px;
}
.otpSetting .doubleSetting ul li.certificationOtpList .complete .otpBtn +.otpBtn {
    margin-left: 6px;
}
.otpSetting .doubleSetting ul li.prepareList .iconArea span{
    color: #e0e0e0;
}
.otpSetting .doubleSetting ul li.prepareList .otpBtn{
    cursor: text;
}
/* OTP 蹂댁븞�ㅼ젙 POPUP */
.optPopupWrap{
    padding: 32px;
    background-color: #ffffff;
}
.optPopupWrap input[type="text"]{
    height: 35px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 35px;
    border: solid 1px #e0e0e0;
}
.optPopupWrap input[type="text"]::placeholder{
    font-size: 14px;
    color: #bdbdbd;
}
.optPopupWrap .floatL{
    float: left;
}
.optPopupWrap .floatR{
    float: right;
}
.optPopupWrap .header{
    margin-bottom: 16px;
}
.optPopupWrap .header h1{
    font-size: 14px;
    color: #4f4f4f;
}
.optPopupWrap .utilCenter{
    text-align: center;
}
.optPopupWrap .utilCenter li{
    display: inline-block;
}
.optPopupWrap .utilCenter li + li{
    margin-left: 16px;
}
.popupOptCertification .optCertificationWrap{
    margin-bottom: 56px;
}
.popupOptCertification .notice{
    margin-bottom: 24px;
    padding: 16px 21px;
    background-color: #f2f2f2;
}
.popupOptCertification .notice p{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43em;
    color: #333333;
}
.popupOptCertification .notice p.title{
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #4f4f4f;
}
.popupOptCertification .qrWrap{
    width: 148px;
    padding: 24px;
    box-sizing: border-box;
    border: solid 1px #f2f2f2;
}
.popupOptCertification .qrWrap div{
    width: 100px;
}
.popupOptCertification .qrWrap div img{
    width: 100%;
}
.popupOptCertification .qrWrap + div{
    width: calc(100% - 148px);
    padding-left: 24px;
    box-sizing: border-box;
}
.popupOptCertification dl + dl{
    margin-top: 16px;
}
.popupOptCertification dl dt{
    position: relative;
    margin-bottom: 8px;
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px;
}
.popupOptCertification dl dt:before{
    display: inline-block;
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    border-radius: 50%;
    background-color: #333333;
}
.popupOptCertification dl dt span{
    font-size: 10px;
    color: #4f4f4f;
}
.popupOptCertification dl dd input[type="text"]{
    width: 302px;
}
.popupOptCertification dl.optKeyArea dd input[type="text"]{
    color: #1891c3;
}
/* otp �댁젣 */
/* opt ��젣 */
.popupUnUseOpt .header{
    margin-bottom: 2px;
}
.popupUnUseOpt .header h1{
    font-size: 20px;
    line-height: 1.35em;
    color: #333333;
}
.popupUnUseOpt .notice{
    margin-bottom: 40px;
}
.popupUnUseOpt .notice p{
    font-size: 12px;
    line-height: 1.35em;
    font-weight: 300;
    color: #4f4f4f;
}
.popupUnUseOpt .optNumberArea dt{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.popupUnUseOpt .optNumberArea dd input[type="text"]{
    width: 405px;
    font-size: 14px;
}
.popupUnUseOpt .optNumberArea dd input[type="text"]::placeholder{
    font-size: 14px;
    color: #bdbdbd;
}
.popupUnUseOpt .utilCenter{
    margin-top: 60px;
}
/* news 異쒓툑 (opt) */
#popupWithdrawNews{
    width: 526px;
    padding: 32px 34px;
    box-sizing: border-box;
    background-color: #ffffff;
}
#popupWithdrawNews .header{
    margin-bottom: 44px;
}
#popupWithdrawNews .header h1{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
#popupWithdrawNews .utilCenter{
    margin-top: 26px;
    text-align: center;
}
#popupWithdrawNews .utilCenter li{
    display: inline-block;
}
#popupWithdrawNews .information{
    margin-bottom: 24px;
}
#popupWithdrawNews .information dl + dl{
    margin-top: 16px;
}
#popupWithdrawNews .information dl dt,
#popupWithdrawNews .information dl dd{
    display: inline-block;
}
#popupWithdrawNews .information dl dt{
    width: 130px;
    font-size: 16px;
    color: #bdbdbd;
}
#popupWithdrawNews .information dl dd{
    width: calc(100% - 130px);
    margin-left: -4px;
    font-size: 14px;
    line-height: 1.35em;
    color: #4f4f4f;
}
#popupWithdrawNews .information dl dd input[type="text"]{
    width: 100%;
    max-width: 100%;
    height: 36px;
    padding-left: 16px;
    line-height: 36px;
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
}
#popupWithdrawNews .information dl dd input[type="text"]::placeholder{
    color: #bdbdbd;
}
#popupWithdrawNews .information dl.network dd img{
    max-width: 100%;
    max-height: 100%;
}
#popupWithdrawNews .information dl.email dd input[type="text"]{
    width: 215px;
}
#popupWithdrawNews .information dl.email dd .otpBtn{
    height: 36px;
    margin-left: 4px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    color: #333333;
}
#popupWithdrawNews .notice{
    background-color: #f2f2f2;
}
#popupWithdrawNews .notice p{
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    color: #333333;
}

</pre></body></html>