[readonly] {
	background-color: #e9ecef;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
	display: none;
}


.signup_background {
	background: url(../images/new_login_page_img/signup_main_no_text.png);
	height: 100vh;
	background-size: cover;
	background-position: center;
	top: 0;
	right: 0;
	width: 50%;
	position: fixed;
}
.signup_content{
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0.19px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom:14px;
}

.signup_phrase{
	font-size: 50px;
    font-weight: bolder;
    color: white;
    text-align: right;
    position: absolute;
    bottom: 5%;
    right: 5%;
	line-height: 1.3;
}

.signup_box {
	box-shadow: none !important;
	border-radius: 0 !important;
	max-width: none !important;
	width: 50% !important;
	/* left: 0 !important; */
	position: fixed;
	overflow-y: scroll;
}
.signup_box::-webkit-scrollbar {
	display:none /* Chrome , Safari , Opera */
}

.signup_box .member-box-inner {
	padding: 44px;
}

.w_60p {
	width: 60% !important;
}

.w_100p {
	width: 100% !important;
}

.h_100vp {
	height: 100%;
}

.font_helvetica{
	font-family: "Helvetica";
}

.input_custom {
	border: 1px solid #D9D9D9 !important;
	border-radius: 10px !important;
	text-align: left !important;
	width: 100% !important;
	padding-left: 20px;
	letter-spacing: normal;
	height: 56px !important;
    font-size: 17px !important;
}
input::placeholder {
	text-align: left;
	color: #D9D9D9;
	font-family: "Helvetica";
}
.select_custom {
	border: 1px solid #D9D9D9 !important;
	border-radius: 10px !important;
	text-align: center !important;
	height: 56px !important;
    font-size: 17px !important;
	width: 100% !important;
	text-align: left !important;
	padding-left: 20px;
	color: #D9D9D9;
	letter-spacing: normal;
	background: url(../images/icon_select.svg) no-repeat calc(100% - 15px) center / 12px 10px;
}
.selected_option {
	color: black !important;
  }
.option_custom{
	font-size: 17px !important;
}
.button_custom {
	text-align: center !important;
    font-weight: normal !important;
    letter-spacing: 0.3px;
	height: 56px !important;
    font-size: 17px !important;
}


.signup_logo_img{
	height: 58px;
    margin: 0 auto 32.98px;
}
.flx_jc_center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.agreement_box {
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.gr_color{
	color: rgba(0, 0, 0, 0.6);

}
.terms_policy_text_1{
	font-size: 15px !important;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6) !important;
    line-height: 19.10px !important;
}
.terms_policy_text_2{
	font-size: 15px !important;
    font-weight: 400;
    line-height: 19.10px !important;
	color:#267AFF !important;
}

.page_default_size{
	width: 536px !important;
	max-width: 536px !important;
	padding: 130px 44px !important;
	margin: 0 auto !important;
}
.sign_up_text_1{
	font-size: 19px;
	font-weight: 400;
}
.sign_up_text_2{
	font-size: 19px;
	font-weight: 500;
}
.main_color{
	color:#267AFF;
	text-decoration: underline;
}

@media (max-width:1200px) {
	.signup_background {
		display: none;
	}

	.signup_box {
		width: 100% !important;
		max-width: 700px;
	}
}

@media (max-height: 900px) {
	.vstack {
		flex-direction: unset !important;
		flex-wrap: wrap;
	}
}

@media (max-width:510px) {
	.page_default_size{
		width: 320px !important;
		height: 896px !important;
		padding: 0 !important;
		margin: 44px auto !important;
		max-width: 320px !important;
	}
	.signup_logo_img{
		height: 53.33px;
		margin: 0 auto 32px;
	}
	.signup_content{
		font-size: 13px;
		color: rgba(0, 0, 0, 0.6);
		line-height: 1.2;
		font-weight: 400;
		letter-spacing: 0.19px;
	}
	.terms_policy_text_1{
		font-size: 11px !important;
		font-weight: 400;
		color: rgba(0, 0, 0, 0.6) !important;
		line-height: 17.10px !important;
	}
	.terms_policy_text_2{
		font-size: 11px !important;
		color:#267AFF !important;
		font-weight: 400;
		line-height: 17.10px !important;
	}
	.sign_up_text_1{
		font-size: 13px;
		font-weight: 400;
	}
	.sign_up_text_2{
		font-size: 13px;
		font-weight: 500;
	}
	.input_custom {
		height: 45px !important;
		font-size: 14px !important;
	}
	.select_custom {
		height: 45px !important;
		font-size: 14px !important;
	}
	.option_custom{
		font-size: 14px !important;
	}
	.button_custom {
		height: 45px !important;
		font-size: 14px !important;
	}
}