section.account_contents {
	width: 100%; height: auto;
	padding: 0px 20px;
	padding-top: 140px;

	display: flex;
    justify-content: center;
}

section.account_contents > article {
	width: 100%; height: auto;
	max-width: 800px; 

}



section.account_contents .account_title {
	width: 100%; height: auto; line-height: 1.3;
	color: #000; text-align: left;
	font-size: 24px; font-weight: 700;
}


section.account_contents .account_title .join_step_box {
	position: absolute; top: 0px; right: 0px;
	width: auto; height: auto;
	display: flex;
	gap: 12px;
	align-items: center;
}

section.account_contents .account_title .join_step_box .join_step_item.on.search { background-color: #fff; border: 2px solid #000; cursor: pointer; }
section.account_contents .account_title .join_step_box .join_step_item.on.search.selected { background-color: #000; border: 2px solid #000; }
section.account_contents .account_title .join_step_box .join_step_item.on.search.selected span { color: #fff; }
section.account_contents .account_title .join_step_box .join_step_item.on.search span{ color: #000; }

section.account_contents .account_title .join_step_box .join_step_item.on { background-color: #000; border: 2px solid #000; }
section.account_contents .account_title .join_step_box .join_step_item.on span { color: #fff; }

section.account_contents .account_title .join_step_box .join_step_item {
	min-width: 40px; width: auto; height: 40px; line-height: 38px; border-radius: 40px;
	background-color: #fff;
	border: 2px solid #370B89;

	color: #370B89; text-align: center; 
	font-size: 16px; font-weight: 700;

	padding: 0px 18px;
}


section.account_contents .account_title .join_step_box .join_step_item .num { 
	position: absolute; top: 0px; left: 0px; 
	width: 100%; height: 100%;
}
section.account_contents .account_title .join_step_box .join_step_item.on .num { position: relative; width: auto; height: auto; }


section.account_contents .account_title .join_step_box .join_step_item .txt { display: none; margin-left: 5px; }
section.account_contents .account_title .join_step_box .join_step_item.on .txt { display: inline-block; }


section.account_contents .account_box {
	width: 100%; height: auto;
	margin-top: 50px;
	border: 1px solid #D6D6D6;
}

section.account_contents .login_box {
	width: 100%; height: auto;
	padding: 80px 0px 80px;


	display: flex;
    justify-content: center;
}

section.account_contents .login_box > div {
	width: 100%; max-width: 450px; height: auto;
}

section.account_contents .login_box form {
	width: 100%; height: auto;
}


section.account_contents .form_in_item.mt0 { margin-top: 0px; }
section.account_contents .form_in_item {
	width: 100%; height: auto;
	margin-top: 20px;
	
	display: flex; 
	flex-wrap: wrap;
	gap: 10px;
}

section.account_contents .form_in_item label {
	width: 100%; height: auto; 
	color: #666;
	font-size: 16px; font-weight: 500;
}

section.account_contents .form_in_item input::placeholder { color: #D6D6D6; }
section.account_contents .form_in_item input {
	width: 100%; height: 50px;
	padding: 0px 15px; 
	border: 2px solid #D6D6D6;
	background: #FFF;


	color: #000;
	font-size: 16px; font-weight: 500;
}
section.account_contents .form_in_item input.readonly { background-color: #D6D6D6; cursor: auto; }

section.account_contents .form_in_item input.check { width: calc(100% - 140px); }
section.account_contents .form_in_item button.check { 
	width: 130px; height: 50px;
	border: 2px solid #000; background: #FFF; 

	color: #000; text-align: center;
	font-size: 16px; font-weight: 700;

	cursor: pointer;
}
section.account_contents .form_in_btn.mt10 { margin-top: 10px; }
section.account_contents .form_in_btn {
	width: 100%; height: auto;
	margin-top: 30px;

	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


section.account_contents .form_in_btn button:nth-child(1) { margin-top: 0px; }
section.account_contents .form_in_btn button.t02 { border: 1px solid #000; background: #FFF; color: #000; }
section.account_contents .form_in_btn button.t01 { border: 1px solid #370B89; background: #370B89; }
section.account_contents .form_in_btn button.complete { width: 236px; }
section.account_contents .form_in_btn button {
	width: 100%; height: 60px;
	border: 1px solid #000;; background: #000;

	color: #FFF; text-align: center;
	font-size: 16px; font-weight: 700;

	margin-top: 10px;

	cursor: pointer;
}



section.account_contents .form_in_agree {
	width: 100%; height: auto;
	margin-top: 40px;
}

section.account_contents .form_in_agree .form_agree_all { 
	width: 100%; height: auto; 
	padding-bottom: 18px;
	border-bottom: 2px solid #000;
	margin-bottom: 25px;
}

section.account_contents .form_in_agree .form_agree_all label {
	width: auto; height: auto;

	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;

}

section.account_contents .form_in_agree input[type="checkbox"]:checked { background-image: url(../images/icon_check_on.svg); }
section.account_contents .form_in_agree label input {
	width: 22px; height: 22px;
	background-color: #fff;
	border-radius: 100%;

	background-image: url(../images/icon_check_off.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


section.account_contents .form_in_agree .form_agree_item.mt0 { margin-top: 0px; }
section.account_contents .form_in_agree .form_agree_item { 
	width: 100%; height: auto; 
	margin-top: 10px;


    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.account_contents .form_in_agree .form_agree_item label {
	width: auto; height: auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
}


section.account_contents .form_in_agree .form_agree_all label span {
	color: #000;
	font-size: 18px; font-weight: 700;
}


section.account_contents .form_in_agree .form_agree_item label span {
	color: #808080;
	font-size: 16px; font-weight: 500;
}

section.account_contents .form_in_agree .form_agree_item button {
	width: 90px; height: 40px;
	border: 1px solid #000;

	float: right;

	color: #000;
	font-size: 16px; font-weight: 500;
	background-color: #fff;
	cursor: pointer;
}



section.account_contents .login_box .form_in_info {
	width: 100%; height: auto;
	margin-top: 60px;
}

section.account_contents .login_box .form_in_info p {
	width: 100%; height: auto; line-height: 1;
	color: #000; text-align: center;
	font-size: 16px; font-weight: 400;
}


section.account_contents .certification_box {
	width: 100%; height: auto;
	padding: 60px 0px 80px;


	display: flex;
    justify-content: center;
}


section.account_contents .certification_box > div { width: 100%; max-width: 350px; height: auto; }
section.account_contents .certification_box form { width: 100%; height: auto; }
section.account_contents .certification_box .certification_img {
	width: 100%; height: auto;

	display: flex;
    justify-content: center;
}


section.account_contents .certification_box .certification_img img { width: 51px; height: auto; }

section.account_contents .certification_box .certification_txt {
	width: 100%; height: auto; line-height: 1.2;
	margin-top: 25px;
	margin-bottom: 40px; 

	color: #000; text-align: center;
	font-size: 18px; font-weight: 700;

}




section.account_contents .information_box {
	width: 100%; height: auto;
	padding: 60px 0px 80px;


	display: flex;
    justify-content: center;
}


section.account_contents .information_box > div { width: 100%; max-width: 450px; height: auto; }
section.account_contents .information_box form { width: 100%; height: auto; }





section.account_contents .search_box {
	width: 100%; height: auto;
	padding: 75px 0px 80px;


	display: flex;
    justify-content: center;
}


section.account_contents .search_box > div { width: 100%; max-width: 450px; height: auto; }
section.account_contents .search_box form { width: 100%; height: auto; }





@media (max-width: 479px){ 
	section.account_contents { padding: 0px; padding-top: 60px; }
	section.account_contents .account_title { padding: 0px 20px; font-size: 20px; }
	section.account_contents .account_box { margin-top: 70px; border-left: 0px; border-right: 0px; }
	section.account_contents .login_box { padding: 40px 20px; }
	section.account_contents .form_in_item label { font-size: 14px; }
	section.account_contents .form_in_item input { height: 45px; font-size: 14px; padding: 0px 10px; }
	section.account_contents .form_in_btn button { height: 45px; font-size: 14px; }
	section.account_contents .form_in_item { margin-top: 15px; }
	section.account_contents .form_in_btn { margin-top: 15px; }
	section.account_contents .login_box .form_in_info p { font-size: 13px; letter-spacing: -0.5px; }
	section.account_contents .login_box .form_in_info { margin-top: 40px; }





	section.account_contents .certification_box { padding: 40px 20px; }
	section.account_contents .account_title .join_step_box { top: 45px; right: 20px; gap: 5px; }
	section.account_contents .account_title .join_step_box .join_step_item {
		min-width: 30px; height: 30px;
		line-height: 27px;
		font-size: 14px; 
		padding: 0px 10px; 
	}
	
	section.account_contents .form_in_item input.check#tbl_email,
	section.account_contents .form_in_item input.check { width: calc(100% - 100px); }
	section.account_contents .form_in_item button.check { width: 90px; height: 45px; font-size: 14px; }

	section.account_contents .certification_box .certification_txt {  
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 14px;
	}
	section.account_contents .certification_box .certification_img img { width: 40px; }




	section.account_contents .information_box{ padding: 40px 20px; }
	section.account_contents .form_in_agree .form_agree_all label span { font-size: 16px; }
	section.account_contents .form_in_agree .form_agree_item label span { font-size: 14px; }
	section.account_contents .form_in_agree label input { width: 18px; height: 18px; }

	section.account_contents .form_in_agree .form_agree_item button { width: 80px; height: 30px; font-size: 14px; }

	section.account_contents .search_box{ padding: 40px 20px; }

}

@media (max-width: 749px) and (min-width: 480px) { 
	section.account_contents { padding-top: 60px; }
	section.account_contents .account_title { font-size: 20px; }
	section.account_contents .account_box { margin-top: 40px; }
	section.account_contents .login_box { padding: 60px 20px; }
	section.account_contents .form_in_item label { font-size: 14px; }
	section.account_contents .form_in_item input { height: 45px; font-size: 14px; }
	section.account_contents .form_in_btn button { height: 45px; font-size: 14px; }
	section.account_contents .login_box .form_in_info p { font-size: 14px; }
	section.account_contents .login_box .form_in_info { margin-top: 40px; }



	section.account_contents .certification_box { padding: 60px 20px; }
	section.account_contents .account_title .join_step_box .join_step_item {
		min-width: 35px;
		height: 35px;
		line-height: 32px;
		font-size: 14px; 
		padding: 0px 15px; 
	}
	
	section.account_contents .form_in_item input.check#tbl_email,
	section.account_contents .form_in_item input.check { width: calc(100% - 130px); }
	section.account_contents .form_in_item button.check { width: 120px; height: 45px; font-size: 14px; }

	section.account_contents .certification_box .certification_txt {  
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 16px;
	}
	section.account_contents .certification_box .certification_img img { width: 40px; }




	section.account_contents .information_box{ padding: 60px 20px; }
	section.account_contents .form_in_agree .form_agree_all label span { font-size: 16px; }
	section.account_contents .form_in_agree .form_agree_item label span { font-size: 14px; }
	section.account_contents .form_in_agree label input { width: 18px; height: 18px; }

	section.account_contents .form_in_agree .form_agree_item button { width: 80px; height: 30px; font-size: 14px; }

	section.account_contents .search_box{ padding: 60px 20px; }

}

@media (max-width: 1023px) and (min-width: 750px) { 

	section.account_contents { padding-top: 90px; }
	section.account_contents .account_title { font-size: 20px; }
	section.account_contents .account_box { margin-top: 40px; }
	section.account_contents .login_box { padding: 60px 20px; }
	section.account_contents .form_in_item label { font-size: 14px; }
	section.account_contents .form_in_item input { height: 45px; font-size: 14px; }
	section.account_contents .form_in_btn button { height: 50px; font-size: 14px; }
	section.account_contents .login_box .form_in_info p { font-size: 14px; }
	section.account_contents .login_box .form_in_info { margin-top: 40px; }



	section.account_contents .certification_box { padding: 60px 20px; }
	section.account_contents .account_title .join_step_box .join_step_item {
		min-width: 35px;
		height: 35px;
		line-height: 32px;
		font-size: 14px; 
		padding: 0px 15px; 
	}
	
	section.account_contents .form_in_item input.check { width: calc(100% - 130px); }
	section.account_contents .form_in_item button.check { width: 120px; height: 45px; font-size: 14px; }

	section.account_contents .certification_box .certification_txt {  
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 16px;
	}
	section.account_contents .certification_box .certification_img img { width: 45px; }



	section.account_contents .information_box{ padding: 60px 20px; }
	section.account_contents .form_in_agree .form_agree_all label span { font-size: 16px; }
	section.account_contents .form_in_agree .form_agree_item label span { font-size: 14px; }
	section.account_contents .form_in_agree label input { width: 18px; height: 18px; }

	section.account_contents .form_in_agree .form_agree_item button { width: 80px; height: 30px; font-size: 14px; }


	section.account_contents .search_box{ padding: 60px 20px; }
}


@media (max-width: 1279px) and (min-width: 1024px) { 
	
}





/*
	@media (max-width: 479px){ 

	}

	@media (max-width: 749px) and (min-width: 480px) { 

	}

	@media (max-width: 1023px) and (min-width: 750px) { 

	}


	@media (max-width: 1279px) and (min-width: 1024px) { 

	}
*/

