@charset "UTF-8";

.sample {
    background-repeat: no-repeat;
    width: 950px;
    background-size: cover;
    margin: auto;
}

.sv img {
    display: block;
    margin: auto;
}

.sub-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sub-page .lnb {
    width: 210px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-128px);
    transform: translateY(-128px);
}

.sub-page .lnb .lnb__tit {
    font-size: 26px;
    color: #fff;
    background-image: url("/image/sub/lnb_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.sub-page .lnb .lnb__tit::before {
    content: "";
    width: 39px;
    height: 39px;
    background-image: url("/image/sub/lnb_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
}

.sub-page .lnb .lnb__menu>a {
    display: block;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 16px;
    padding: 12px;
    color: #454545;
}

.sub-page .lnb .lnb__menu>a.on {
    background-color: #7ec242;
    border-color: #7ec242;
    color: #fff;
}

.sub-page .sub-contents {
    width: 950px;
    padding-top: 45px;
}

.sub-page .sub-contents.full{
    width: 100%;
}

.sub-page .sub-contents .contents__top {
    position: relative;
}

.sub-page .sub-contents .contents__tit {
    font-size: 36px;
	font-weight:500;
    line-height: 1em;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.sub-page .sub-contents .contents__path {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 18px;
}

.sub-page .sub-contents .contents__path .home {
    width: 16px;
    height: 16px;
    background-image: url("/image/sub/home_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 16px 16px;
}

.sub-page .sub-contents .contents__path>a {
    display: block;
    font-size: 12px;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
    line-height: 15px;
}

.sub-page .sub-contents .contents__path>a::before {
    content: "";
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/image/sub/path_arrow.png");
    position: absolute;
    background-size: 5px 10px;
    top: 3px;
    right: 0;
}

.sub-page .sub-contents .contents__path>p {
    font-size: 12px;
    line-height: 15px;
}

/* 회사소개 */
.company__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company__intro .intro__txt {
    width: 590px;
}

.company__intro .intro__txt .txt__param01 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
	color:#273890
}

.company__intro .intro__txt .txt__param02 {
    word-break: keep-all;
    font-size: 17px;
    color: #555;
    margin-top: 40px;
}

.company__intro .intro__txt .txt__param03 {
    margin-top: 45px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.company__intro .intro__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* 회원현황 */
.company__member {
    background-image: url(/image/sub/member_bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0px;
}

.company__member .sub__tit {
    margin-top: 30px;
}

.company__member .table--style01 {
    margin-bottom: 45px;
    margin-top: 20px;
}

/* 회원가입 안내 */
.company__join .sub__tit {
    margin-top: 50px;
}

.company__join .step--style01 {
    margin-top: 20px;
}

.company__join .step--style01>li {
    width: 218px;
}

.company__join .step--style01>li:nth-child(3n) {
    margin-right: 25px;
}

.company__join .step--style01>li:nth-child(4n) {
    margin-right: 0;
}

.company__join .step--style01 .step__img img {
    display: block;
    margin: auto;
}

.company__join .step--style01 .step__head {
    text-align: center;
    margin-top: 20px;
    color: #333;
}

.company__join .step--style01 .step__cont {
    text-align: center;
}

.company__join .member__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.company__join .member__list>li {
    width: 275px;
    text-align: LEFT;
    padding: 28px 0 30px 25px;
    border-radius: 10px;
    margin-right: 25px;
}

.company__join .member__list>li:nth-child(1) {
    background-color: #3b5ca3;
}

.company__join .member__list>li:nth-child(2) {
    background-color: #a34c3b;
}

.company__join .member__list>li:nth-child(3) {
    background-color: #3aa2a3;
    margin-right: 0;
}

.company__join .member__list .list__tit {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.company__join .member__list .list__cont {
    color: #fff;
    font-size: 17px;
    line-height: 1.6em;
    margin-top: 12px;
}

/* 찾아오시는 길 */
.company__location .root_daum_roughmap {
    width: 100%;
}

.company__location .root_daum_roughmap .wrap_controllers,
.company__location .root_daum_roughmap .wrap_btn_zoom {
    display: none;
}

.company__location .step--style01 {
    text-align: center;
    margin-top: 40px;
}

.company__location .step--style01>li {
    background-color: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.company__location .step--style01 .step__head {
    color: #333;
    margin-top: 10px;
    font-size: 18px;
}

.company__location .step--style01 .step__cont {
    color: #666;
}


/* 발전부산물 소개 */
.intro-page .sub__tit {
    margin-top: 50px;
}

.intro-page .intro__list>li {
    background-color: #f1f1f1;
    margin-bottom: 25px;
    padding: 17px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.intro-page .intro__list>li:last-child {
    margin-bottom: 0;
}

.intro-page .intro__list .list__tit {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    width: 200px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    border-radius: 25px;
}

.intro-page .intro__list .sub__param02 {
    margin-top: 12px;
}

/* 법령정보 */
.info__rule .tab--style01 {
    margin-bottom: 40px;
}

.info__rule .list__comment {
    color: #666;
    padding-left: 17px;
    background-image: url(/image/sub/alert_icon.png);
    background-position: 0;
    background-repeat: no-repeat;
}

/* 게시판 */
.member-page .tab--style01 {
    margin-bottom: 40px;
}

/* 로그인 */
.login-page {
    width: 580px;
    margin: 80px auto 100px auto;
    text-align: center;
}

.login-page .login__form {
    margin-top: 60px;
}

.login-page .login__form input {
    width: 100%;
    display: block;
    line-height: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

.login-page .login__form button {
    width: 100%;
    display: block;
    line-height: 60px;
    height: 60px;
    background-color: #283891;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #283891;
    font-size: 17px;
}

.login-page .login__find {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.login-page .login__find>a {
    display: block;
    font-size: 18px;
    color: #666;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #ddd;
    line-height: 17px;
}

.login-page .login__find>a:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.login-page .login__join {
    margin-top: 40px;
    font-size: 17px;
    color: #666;
}

.login-page .login__join a {
    color: #333;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 1px solid #333;
}

/* 아이디&비밀번호 찾기 */
.find-page {
    margin: 75px auto 90px auto;
}

.find-page .tab--style02 {
    margin-top: 60px;
}

.find-page .find__box {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.find-page .find__param {
    font-size: 16px;
    color: #666;
    padding: 20px 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.find-page .find__table {
    border-top: 1px solid #ddd;
}

.find-page .find__table>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.find-page .find__table>li:last-child {
    border: none;
}

.find-page .find__table>li p {
    background-color: #f1f1f1;
    width: 140px;
    font-size: 17px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.find-page .find__table>li div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 17px;
}

.find-page .find__table>li input {
    border: 1px solid #ddd;
    line-height: 30px;
    height: 30px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
}

.find-page .find__table>li select {
    border: 1px solid #ddd;
    line-height: 30px;
    height: 30px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 170px;
}

.find-page .find__table>li .tel {
    width: 95px;
}

.find-page .ac {
    margin-top: 50px;
}

.find-page .find__email {
    display: none;
}

/* 회원가입 */
.join-page {
    margin: 75px auto 90px auto;
}

.join-page .join-wrap {
    margin-top: 60px;
}

.join-page .ac {
    margin-top: 50px;
}

.join-page .ok__txt {
    text-align: center;
    padding: 90px 0 0px;
}

.join-page .ok__txt .txt__param01 {
    font-size: 34px;
    line-height: 1.3em;
}

.join-page .ok__txt .txt__param01 span {
    font-weight: 600;
}

.join-page .ok__txt .txt__param02 {
    font-size: 15px;
    color: #666;
    margin-top: 20px;
}

.join-page .ok__txt .ac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.join-page .ok__txt .ac .btn-emp {
    margin: 0 5px;
}

.join-page .ok__txt .ac .btn-emp.home {
    background-color: #a1a1a1;
    border-color: #a1a1a1;
}

/* 서브페이지 공통 */
.contents__common {
    margin-top: 30px;
    margin-bottom: 150px;
}

.contents__common .sub__tit {
    font-size: 25px;
    line-height: 1em;
    font-weight: 500;
    padding-top: 12px;
    position: relative;
}

.contents__common .sub__tit::before {
    content: "";
    width: 25px;
    height: 4px;
    background-color: #3b5ca3;
    position: absolute;
    top: 0;
    left: 0;
}

.contents__common .sub__param01 {
    font-size: 17px;
    color: #555;
    word-break: keep-all;
    line-height: 1.6em;
    font-weight: 400;
}

.contents__common .sub__param01 span {
    color: #3b5ca3;
}

.contents__common .sub__param02 {
    color: #333;
    font-size: 17px;
    word-break: keep-all;
}

.contents__common .sub__img img {
    display: block;
    margin: auto;
}

.contents__common sub {
    font-size: 0.6em;
}

.step--style01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step--style01>li {
    width: 300px;
    margin-right: 25px;
    margin-bottom: 25px;
    background-color: #f9f9f9;
    border-top: 3px solid #3b5ca3;
    padding: 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.step--style01>li:nth-child(3n) {
    margin-right: 0;
}

.step--style01 .step__head {
    font-size: 21px;
    color: #3b5ca3;
    font-weight: 600;
}

.step--style01 .step__cont {
    margin-top: 10px;
    word-break: keep-all;
    font-size: 17px;
    font-weight: 400;
}

.tab--style01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab--style01>a {
    width: 160px;
    border: 1px solid #3b5ca3;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    margin-right: 12px;
    text-align: center;
    color: #3b5ca3;
    font-size: 18px;
    cursor: pointer;
}

.tab--style01>a:last-child {
    margin-right: 0;
}

.tab--style01>a.on {
    background-color: #3b5ca3;
    color: #fff;
}

.table--style01 {
    border-top: 2px solid #3b5ca3;
}

.table--style01>li {
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding: 14px; */
}

.table--style01>li>p {
    font-size: 16px;
    border-right: 1px solid #ddd;
    padding: 14px;
    box-sizing: border-box;
}

.table--style01>li>p:last-child{
    border-right: none;
	text-align:center;
}

.table--style01>li.table__head>p {
    text-align: center;
    padding: 14px 0;
}

.table--style01 .table__head {
    background-color: #f9f9f9;
    font-weight: 500;
}

.table--style01 .table__name {
    width: 220px;
	text-align:center;
}

.table--style01 .table__ps {
    width: 200px;
}

.table--style01 .table__flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.table--style02 {
    border-top: 2px solid #3b5ca3;
}

.table--style02>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 12px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table--style02 .list__tit {
    font-size: 18px;
    padding-left: 23px;
    background-image: url(/image/sub/organ_icon.png);
    background-position: 0;
    background-repeat: no-repeat;
    font-weight: 500;
}

.table--style02 .list__download {
    margin-left: auto;
    display: block;
    line-height: 40px;
    height: 40px;
    color: #fff;
    background-color: #3b5ca3;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 35px;
    background-image: url(/image/sub/download_icon.png);
    background-repeat: no-repeat;
    background-position: 85%;
    border-radius: 20px;
}

.table--style03 {
    border-top: 2px solid #3b5ca3;
}

.table--style03 tr {
    border-bottom: 1px solid #ddd;
}

.table--style03 th,
.table--style03 td {
    font-size: 16px;
    text-align: left;
    padding: 10px 0 10px 16px;
    border: 1px solid #ddd;
}


.table--style03 th:last-child,
.table--style03 td:last-child {
    border-right: none;
}

.table--style03 th:first-child,
.table--style03 td:first-child {
    border-left: none;
}

.table--style03 .table__head {
    background-color: #f9f9f9;
    font-weight: 500;
}

.list--style01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list--style01>li {
    width: 305px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 4px solid #3b5ca3;
    margin-bottom: 17px;
    margin-right: 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.list--style01>li:nth-child(3n) {
    margin-right: 0;
}

.list--style01 .list__tit {
    font-size: 17px;
    background-color: #f5f5f5;
    padding: 12px 0;
	font-weight:500;
}

.list--style01 .list__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
	font-size:17px;
}

.list--style01 .list__cont>a {
    display: block;
    margin-right: 16px;
    position: relative;
    color:#666;
    padding: 2px 12px;
    border-radius: 15px;
}

.list--style01 .list__cont>a:hover {
    background-color: #7ec242;
    color: #fff;
}

.list--style01 .list__cont>a:hover::after{
    color: #ddd;
}

.list--style01 .list__cont>a::after {
    content: "/";
    position: absolute;
    right: -12px;
	color:#ddd;
}

.list--style01 .list__cont>a:last-child {
    margin-right: 0;
}

.list--style01 .list__cont>a:last-child::after {
    display: none;
}

.board__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ddd;
    background-color: #f7f8fa;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
    margin-bottom: 25px;
}

.board__search select {
    display: block;
    width: 150px;
    line-height: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    margin-right: 10px;
}

.board__search input {
    display: block;
    line-height: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    border: 1px solid #ddd;
    width: 300px;
    background-color: #ffffff;
    margin-right: 10px;
}

.board__search button {
    display: block;
    border: 1px solid #3b5ca3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background-color: #3b5ca3;
    padding-left: 35px;
    padding-right: 12px;
    background-image: url(/image/sub/search_icon.png);
    background-repeat: no-repeat;
    background-position: 18%;
    background-size: 18px 18px;
}

.sub__tit02 {
    font-size: 36px;
    padding-bottom: 25px;
    position: relative;
    line-height: 1em;
    text-align: center;
}

.sub__tit02::before {
    content: "";
    width: 46px;
    height: 1px;
    background-color: #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -23px;
}

.tab--style02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.tab--style02>p {
    width: 50%;
    text-align: center;
    font-size: 17px;
    color: #959595;
    background-color: #eee;
    line-height: 55px;
    height: 55px;
    border: 1px solid #ddd;
    margin: 0 -1px;
    cursor: pointer;
}

.tab--style02>p.on {
    background-color: #fff;
    color: #333;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: none;
}

.ac {
    text-align: center;
}

.form .msg {
    float: right;
    font-size: 14px;
    font-weight: 300;
}

.form .require {
    font-size: 1em;
    color: #dc2a2a;
}

.form table {
    width: 100%;
}

.form table tr .table-head {
    position: relative;
}

.form table tr .table-head.req::before {
    content: "*";
    position: absolute;
    font-size: 1em;
    color: #dc2a2a;
    left: -12px;
    top: 0;
}

.form table tr th {
    position: relative;
    width: 120px;
    font-size: 16px;
    word-break: keep-all;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 22px;
    font-weight: 400;
}

.form table tr td {
    line-height: 40px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form table tr td input,
.form table tr td select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 7px;
}

.form table tr td .sex-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 20px;
}

.form table tr td .sex-wrap input {
    display: none;
}

.form table tr td .sex-wrap>div {
    width: 55px;
    height: 40px;
    /* line-height: 40px; */
    text-align: center;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
}

.form table tr td .sex-wrap>div:first-child {
    margin-right: 10px;
}

.form table tr td .sex-wrap>div.on {
    background-color: #283891;
    border: 1px solid #283891;
    color: #fff;
}

.form table tr td .form-btn {
    padding: 0px 35px;
    height: 40px;
    /* line-height: 40px; */
    text-align: center;
    border: 1px solid #283891;
    background-color: #283891;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 20px;
}

.form table tr td .i80 {
    width: 80px;
}

.form table tr td .i90 {
    width: 90px;
}

.form table tr td .i110 {
    width: 110px;
}

.form table tr td .i138 {
    width: 138px;
}

.form table tr td .i148 {
    width: 148px;
}

.form table tr td .i150 {
    width: 150px;
}

.form table tr td .i152 {
    width: 152px;
}

.form table tr td .i160 {
    width: 160px;
}

.form table tr td .i170 {
    width: 170px;
}

.form table tr td .i202 {
    width: 202px;
}

.form table tr td .i238 {
    width: 238px;
}

.form table tr td .i253 {
    width: 253px;
}

.form table tr td .i267 {
    width: 267px;
}

.form table tr td .i280 {
    width: 280px;
}

.form table tr td .i300 {
    width: 300px;
}

.form table tr td .i340 {
    width: 340px;
}

.form table tr td .i400 {
    width: 400px;
}

.form table tr td .i440 {
    width: 440px;
}

.form table tr td .i444 {
    width: 444px;
}

.form table tr td .i922 {
    width: 922px;
}

.j-wrap .btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.j-wrap .btn-wrap .join01-ok {
    background-color: #283891;
    color: #fff;
    border: #283891;
    font-size: 16px;
    padding: 12px 48px;
    border-radius: 2px;
}

.j-wrap .msg {
    float: none !important;
    text-align: right;
    margin-bottom: 15px;
}

.j-wrap .join02-wrap {
    border: 1px solid #ddd;
    padding: 55px 0 125px;
}

.j-wrap .join02-wrap .join02-inner {
    width: 620px;
    margin: auto;
    padding: 40px 0 0 0;
    border: none;
}

.j-wrap .join02-wrap .join02-inner tr {
    border: none;
}

.j-wrap .join02-wrap .join02-inner tr th {
    background: none;
    vertical-align: top;
    padding: 23px 0px 12px 20px;
    border: none;
}

.j-wrap .join02-wrap .join02-inner tr td {
    padding: 12px 0px 12px 12px;
    border: none;
}

.j-wrap .join02-wrap .join02-inner tr td .s-txt {
    font-size: 15px;
    color: #666;
}

.j-wrap .join02-wrap .join02-inner tr td .form-btn {
    font-size: 14px;
    padding: 0 20px;
    margin-left: 12px;
}

.j-wrap .btn-wrap .back-btn {
    width: 160px;
    height: 48px;
    /* line-height: 50px; */
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #a1a1a1;
    margin: 0 5px;
}

.j-wrap .btn-wrap .join02-btn {
    width: 160px;
    height: 48px;
    /* line-height: 50px; */
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #283891;
    margin: 0 5px;
}

.j-wrap .join-success-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    margin: auto;
    padding: 90px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.j-wrap .join-success-wrap .join-success {
    padding: 0 25px;
}

.j-wrap .join-success-wrap .join-success .tit {
    font-size: 34px;
    line-height: 3rem;
}

.j-wrap .join-success-wrap .join-success .stit {
    margin-top: 16px;
    font-weight: 300;
    color: #666;
    line-height: 22px;
}

.j-wrap .join-success-wrap .join-success .btn-wrap {
    margin-top: 30px;
    text-align: left;
}