body {
	margin: 0;
	padding: 0;
}

article {
	width: 100vw;
	min-width: 1100px;
	height: 100vh;
	overflow-x: hidden;
}

button {
	border: none;
	cursor: pointer;
}

input[type=text]:focus {
    outline: 1px solid #5F4EEE;
}

.logo_header {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

.logo_header img {
	margin-top: 30px;
    margin-left: 320px;
}

/* 체크박스 */
input[type=checkbox] + label {
    display: inline-block;
    cursor: pointer;
    padding-left: 25px;
    height: 16px;
    font-size: 14px;
    line-height: 15px;
    background: url('../../img/checkbox-none.svg') left/16px no-repeat;
}

input[type=checkbox]:checked + label {
    background-image: url('../../img/checkbox.svg');
    background-repeat: no-repeat;
    background-size: 16px;
}


/* 가입 경로 선택 */

#choose_join section p.welcome {
	margin-top: 90px;
}

#choose_join section p span {
	display: block;
	text-align: center;
	font-size: 25px;
	color: #333333;
}

#choose_join section p span:last-of-type {
	font-size: 30px;
}

#choose_join section p span:last-of-type em {
	color: #5F4EEE;
	font-style: normal;
}

#choose_join .btn_box {
    margin-top: 70px;
	text-align: center;
}

#choose_join .btn_box a {
	display: inline-block;
	width: 470px;
	height: 490px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 2px 6px 16px #112A8014;
	border: 1px solid #DDDDDD;
	vertical-align: top;
	color: #333333;
	text-decoration: none;
}

#choose_join .btn_box a:first-child {
	margin-right: 140px;
}

#choose_join .btn_box a img {
	margin-top: 110px;
	height: 130px;
}

#choose_join .btn_box a span {
	display: block;
	font-size: 30px;
	margin-top: 50px;
}

#choose_join .btn_box a p {
	margin-top: 24px;
}


@media (min-width: 1025px) and (max-width: 1599px) {
	#choose_join section p.welcome {
	    margin-top: 50px;
	}
	
	#choose_join .btn_box {
	    margin-top: 50px;
	}
	
	#choose_join .btn_box a {
	    width: 400px;
    	height: 385px;
	}
	
	#choose_join .btn_box a img {
    	margin-top: 60px;
    	height: 110px;
    }
    
    #choose_join .btn_box a span {
    	margin-top: 35px;
    }
}


/* 가입 본문 */

#join_form .red {
	display: inline-block;
	color: #EB3838;
	font-style: normal;
}

#join_form .black {
	color: #333333;
	font-style: normal;
}

#join_form .blue {
	color: #2170FF;
	font-style: normal;
}

#join_form .gray {
	color: #666666;
	font-style: normal;
}

.join_contents {
	background: #F7F6FF 0% 0% no-repeat padding-box;
	padding: 35px 0 150px;
    text-align: center;
}
.join_contents.wrap_agree {
    height: calc(100vh - 100px);
    box-sizing: border-box;
}
.join_contents h5 {
	font-size: 28px;
	font-weight: 600;
	color: #333333;
	margin: 0;
}

.join_contents h6 {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	margin: 0;
}

.join_contents .agree {
	width: 480px;
	margin: 10px auto 30px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DDDDDD;
	text-align: left;
}

.join_contents .agree > div {
	padding: 20px;
	box-sizing: border-box;
}

.join_contents .agree > div:first-child {
	border-bottom: 1px solid #DDDDDD;
}

.join_contents .agree > div:first-child b {
	font-size: 16px;
}

.join_contents .agree input {
	display: none;
}

.join_contents .agree span {
	display: block;
}

.join_contents .agree .red,
.join_contents .agree .black {
	font-size: 14px;
}

/* .join_contents .agree span label {
	text-decoration: underline;
	margin-right: 5px;
} */

.join_contents .agree span:first-of-type label {
	text-decoration: none;
    margin-right: 5px;
}

.join_contents .agree span:not(:first-child) a {
	font-size: 14px;
	color: #000000;	
    margin-left: -5px;
    margin-right: 5px;
}

.join_contents .agree span:not(:last-child) {
	margin-bottom: 12px;
}

/* 기업정보 / 담당자 정보 공통 */
.info .red,
.info .blue,
.info .gray {
	display: block;
	font-size: 12px;
	margin: 5px 0;
} 


/* 기업정보 */
.company_info {
	width: 480px;
	margin: 50px auto 0;
	text-align: left;
}

.join_contents .title {
	display: block;
	color: #666666;
	font-size: 14px;
	margin: 12px 0 5px;
}

.join_contents .title em {
	display: inline-block;
}

.join_contents .info_input input {
	width: 100%;
	height: 50px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DDDDDD;
	padding-left: 10px;
	box-sizing: border-box;
}

.join_contents .info_num input {
	width: 380px;
	margin: 0;
}

.join_contents .info_num button {
	width: 100px;
	height: 50px;
	font-size: 14px;
    margin-left: -6px;
    vertical-align: bottom;
    cursor: pointer;
}

.join_contents .info_num button.black_btn {
	background: #333333;
	color: #FFF;
}

.join_contents .info_num button.white_btn {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DDDDDD;
	color: #999999;
    box-sizing: border-box;
}

/* 담당자 정보 */
.person_info {
    width: 480px;
    margin: 30px auto 0;
    text-align: left;
}

.person_info .confirm {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DDDDDD;
	width: 480px;
	margin-top: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.person_info .confirm table {
    width: 100%;
}

.person_info .confirm table tr td {
	text-align: center;
}

.person_info .confirm table tr:first-child td {
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
}

.person_info .confirm table tr:last-child td {
    padding-top: 10px;
}

.person_info .confirm table tr td:first-child {
	border-right: 1px solid #DDDDDD;
}

.person_info .confirm table tr td a {
    display: inline-block;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.person_info .confirm table tr td span {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    vertical-align: top;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}



.person_info .confirm_txt {
	display: block;
	width: 480px;
	height: 50px;
	font-size: 16px;
	text-align: center;
    line-height: 50px;
    margin-top: 10px;
    box-sizing: border-box;
}

.person_info .no_confirm {
	background: #FAFAFA 0% 0% no-repeat padding-box;
	border: 1px solid #DDDDDD;
	color: #333333;
}

.person_info .yes_confirm {
	background: #5F4EEE 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.person_info .done_confirm {
	background: #EB3838 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}

.person_info .yes_confirm img,
.person_info .done_confirm img {
	vertical-align: middle;
	margin-right: 5px;
}

.person_info .email_input input {
	width: 145px;
	height: 50px;
}

.person_info .email_input select {
	width: 145px;
	height: 50px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #DDDDDD;
	padding-left: 10px;
	box-sizing: border-box;
}

.person_info .email_input #email1 {
	margin-right: 10px;
}

.person_info .email_input #email2 {
	margin-left: 5px;
}

.join_finish {
	margin-top: 33px;
    text-align: center;
}

.join_finish .red {
	font-size: 15px;
	text-align: center;
}

.join_finish .btn_box {
	margin-top: 20px;
}

.join_finish button {
	width: 200px;
	height: 50px;
	font-size: 20px;
	text-align: center;
}

.join_finish button.join_no {
	margin-right: 35px;
	background: #EBEBEB 0% 0% no-repeat padding-box;
	color: #666666;
}

.join_finish button.join_yes {
	background: #5F4EEE 0% 0% no-repeat padding-box;
	color: #FFFFFF;
}



/* 기업 회원가입 완료 페이지 */
#join_completed {
	margin-bottom: 50px;	
}

#join_completed > section {
	overflow-x: hidden;
}

#join_completed .welcome_txt {
	padding-top: 180px;
}

#join_completed .welcome_txt,
#join_completed .welcome_btn {
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}

.welcome_txt p span {
	display: block;
	color: #333333;
}

.welcome_txt p span:first-of-type {
	font-size: 25px;	
	margin-top: 70px;
}

.welcome_txt p span:last-of-type {
	font-size: 30px;	
	font-weight: 600;
}

.welcome_txt p span em {
	color: #5F4EEE;
	font-style: normal;
}
	
#join_completed .welcome_btn {
	border-top: 1px solid #DDDDDD;
	margin-top: 140px;
	padding-top: 40px;
}

.welcome_btn a {
    display: inline-block;
	width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.welcome_btn a.to_biz {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #5F4EEE;
	color: #5F4EEE;
	box-sizing: border-box;
	margin-right: 140px;
	text-decoration: none;
}

.welcome_btn a.to_sev {
	background: #5F4EEE 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	text-decoration: none;
}

@media (min-width: 1025px) and (max-width: 1599px) {
	
	#join_completed {
		margin-bottom: 0;	
	}
	
	#join_completed .welcome_txt {
	    padding-top: 100px;
	}
	
	.welcome_txt p span:first-of-type {
	    margin-top: 50px;
	}
	
	#join_completed .welcome_btn {
		margin-top: 80px;
	}
}

















