@media (max-width: 550px) {
	
	/********************** 1단계(회원가입) ********************************/
	body { width:100% !important; min-width:100% !important; }
	#header-wrap { display:none; }
	.container { width:100%; padding:10vh 0; }
	.cont_top { display:none; }
	#footer-wrap { display:none; }
	.cont { padding:0 20px; }
	.join-box { flex-direction:column;gap:20px; }
	.join-box .join { max-width: 100% !important;padding:40px 20px; }
	.slogan { margin-bottom:50px; }
	.slogan img { width:100%; }
	.join-box .join .icon { display:none; }
	.join-box .join .inner { width:100%; }
	.slogan::before, .slogan::after { display:none; }
	.join-wrap .info-text { margin-left:0; }
	
	/********************** 2단계(동의) ********************************/
	.step-st01 { gap:10px;justify-content:center;align-items:center; }
	.step-st01 .step { width:calc(100vw / 4);height:auto;text-align:center; }
	.step-st01 .step .icon { display:none; }
	.step-st01 .step .txt { width:100%; }
	.step-st01 .step .txt span { font-size:11px; }
	.step-st01 .step .txt p { font-size:14px; }
	.info-box { padding:30px 30px 50px; }
	.info-box .icon { display:none; }
	.step-st01 .step.step-ing + .step::before { display:none; }
	.step-st01 .step + .step::before { display:none; }
	
	/********************** 3단계(인증) ********************************/
	.agree-box { flex-direction:column; }
	.agree-box .box { max-width:100%; }
	
	/********************** 4단계(회원정보입력) ********************************/
	.register_form_wrap { padding:10px; }
	.join-list input[name="mem_id"] { width:50%; }
	
	
	/********************** 5단계(회원가입완료) ********************************/
	.join-clear { padding:30px;text-align:left; }
	.join-clear .clear-tit { text-align:center;margin:0 0 10px; }
	.join-clear > p { width:100%;margin-left:40px; }
	.blind_btn { display:none; }
	.white_btn { display:inline-flex !important; }
	
	
	
	
	/********************** 기본입력사항(회원인경우) ********************************/
	.join-list > li {flex-direction:column;width:100%; }
	.col-9 { max-width:100%; }
	.join-list .add-search .btn-style01 { white-space:normal; }
	.join-list .tell { width:100%; }
	.col-3 { max-width:100%; }
}