.sign_up_type_body{
	display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	justify-content: center;
}
.select-wrapper {
	position: relative;
	top: 30px;
	float: right;
	right: 5%;
	width: 80px;
	height: 30px;
	font-size: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #999;
	border-radius: 10px;
}

.select-wrapper::after {
	content: '';
	position: absolute;
	right: 10px; /* 화살표를 오른쪽으로 위치시킬 여백 */
	top: 50%;
	transform: translateY(-50%);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000; /* 화살표의 색상을 여기에 지정합니다. */
	pointer-events: none; /* 화살표를 클릭 가능 영역 밖으로 이동시킵니다. */
	-webkit-transform: translateY(-50%); /* for Safari */
}

.lang_select {
	font-family: 'Pretendard', sans-serif;
	background: transparent; /* 배경을 투명하게 설정 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-appearance: none; /* 기본 셀렉트 박스 스타일 제거 for Safari */
	appearance: none; /* 기본 셀렉트 박스 스타일 제거 for other browsers */
	padding: 0 20px 0 10px;
	color: #000000; /* 셀렉트 박스 안의 텍스트 색상 설정 */
	text-align: left;
}
.font_helvetica{
	font-family: "Helvetica";
}

.lang_select option:hover {
	background: #FFFFFF; /* 선택한 셀렉트 박스의 배경색과 동일하게 설정 */
	width: 100%;
	text-align: center;
}

.lang_select option {
	font-family: 'Pretendard', sans-serif;
}

.icon_height{
	height:24.57px !important;
}

.w_60p{
	width:60% !important;
}

.h_100vp{
	height: 100vh;
}

.logo_custom{
	height: 58px;
    margin: 0 auto 62.98px;
}

.member_box_custom{
	max-width: 214px !important;
    width: 214px;
    height: 260px;
    border: 1px solid #D9D9D9;
    border-radius: 10px !important;
    align-self: auto!important;
    margin: 8px;
}

.member_box_custom:hover{
	color: #267AFF;
	border:1px solid #267AFF;
}
.member_box_img{
    margin: 0 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.welcome_text{
	font-weight: 500;
	font-size: 31px;
	margin-bottom: 45px;
	letter-spacing: 0.31px;
}
.select_text_box{
	font-size: 19px;
	font-weight: 400;
	color:rgba(0, 0, 0, 0.6);
	margin-bottom: 58px;
}
.flx_jc_c{
	display: flex;
	justify-content: center;
}
.member_box_text{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.membership_container{
	max-width: 500px;
    /* height: 393px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.select_buttons_box{
	width: 100%;
	margin-bottom: 46px;
}

.icon_box{
    margin-bottom: 12.75px;
}
.member_text_style{

	justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    letter-spacing: 0.2px;
    font-size: 15px;
    line-height: 1.4;
}
.member_text_style_1{
	font-size: 13px;
	line-height: 1.4;
	color:#C6C6C6;
	font-weight: 400;
	letter-spacing: 0.14px;
	display:none;
}
.main_color{
	color:#267AFF;
	text-decoration: underline;
}
.sign_up_text_1{
	font-size: 19px;
	font-weight: 400;
}
.sign_up_text_2{
	font-size: 19px;
	font-weight: 500;
}
.gr_color{
	color: rgba(0, 0, 0, 0.6);
}
.enterprise_box{
	display: flex;
	flex-direction: column;
}
.organization_text{
	display: flex;
    flex-direction: column;
}
@media (max-width:510px){
	.logo_custom{
		height: 53.33px;
		margin: 0 auto 60px;
	}
	.welcome_text{
		font-weight: 500;
		font-size: 20px;
		margin-bottom: 30px;
		letter-spacing: 0.31px;
	}
	.select_text_box{
		font-size: 13px;
		color:rgba(0, 0, 0, 0.6);
		margin-bottom: 27px;
		font-weight: 400;
	}
	.type_icon{
		margin-top:30px !important;
	}
	.type_text{
		margin-bottom:30px !important;
	}
	.membership_container{
		max-width: 376px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
	}
	.icon_box{
		margin-bottom: 10px;
	}
	.member_box_custom{
		width: 100%;
		max-width: 320px !important;
		height: 144px;
		border: 1px solid #D9D9D9;
		border-radius: 10px !important;
		align-self: auto!important;
		margin: 0 0 16px;

	}
	.member_text_style{

		justify-content: center;
		display: flex;
		align-items: center;
		flex-direction: row;
		letter-spacing: 0.2px;
		font-size: 13px;
		line-height: 1.4;
	}


	.member_text_style_1{
		font-size: 11px;
		line-height: 1.4;
		color:#C6C6C6;
		font-weight: 400;
		letter-spacing: 0.14px;
		display:flex;
	}

	.sign_up_text_1{
		font-size: 13px;
		font-weight: 400;
	}
	.sign_up_text_2{
		font-size: 13px;
		font-weight: 500;
	}
	.select_buttons_box{
		width: 100%;
		margin-bottom: 30px;
		flex-direction: column !important;
	}
	.organization_text{
		flex-direction: row;
		justify-content: center;
	}
}