.member_wrap {
    width: 100%;
    min-height: 100vh;
	position: relative; 
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: var(--color-lightgreen);
	padding: 120px 0;
}
.member_wrap.login {}

.member_wrap * {font-family: 'KoPubWorldDotum';}

.member_wrap .inner_container > * {
	width: 100%;
}

.member_wrap .white_box{
    border-radius: 40px;
	border: 1px solid #eee;
	overflow: hidden;
	z-index: 5;
}

.member_wrap .white_box {}
.member_wrap .img_wrap {
	width: 50%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member_wrap .img_wrap img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.member_wrap .text_wrap {
	width: 50%;
	padding: 50px;
}

.member_title {
	font-size: 4.0rem;
	text-align: center;
	margin-bottom: 40px;
	font-family: 'NanumSquareNeo';
	font-weight: 800;
}

.member_wrap.login .member_title {
	font-weight: 900;
	font-size: 3.5rem;
	margin-bottom: 35px;
}

.member_wrap .input_item {
    border-radius: 100px; 
    margin-bottom: 8px; 
    background-color: #fafafa;
    padding: 22px 25px; 
}

.member_wrap .input_item.border {
	border-radius: 12px;
	margin-bottom: 0;
	background: #fff;
	padding: 12px 15px 11px;
	border: 1px solid #ddd;
}

.member_wrap .input_item.bordernone {
	border-radius: 12px;
	margin-bottom: 0;
	padding: 0 0 0;
	background: none;
	border: none;
}

.member_wrap .input_item.valid,
.member_wrap .select_box.valid {
    position: relative;
}
.member_wrap .input_item.valid::before,
.member_wrap .select_box.valid::before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    bottom: -1px;
    border: 1px solid var(--color-green); 
    z-index: 3; 
    border-radius: 100px;
}

.member_wrap .form_list .input_item.valid::before,
.member_wrap .form_list .select_box.valid::before {
    border-radius: 12px;
}

.member_wrap .input_item input {
	width: 100%;
    height: 22px;
    font-size: 1.6rem;
	letter-spacing: -0.5px;
}



.member_wrap .btn_submit {
	width: 100%;
	text-align: center;
	border-radius: 35px;
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: -1px;
}

.member_wrap .login_info {
	margin-top: 15px;
	justify-content: center;
}

.member_wrap .login_info a {
	position: relative; 
	font-size: 1.5rem;
	font-weight: 500;
}

.sns_login {
	margin: 25px 0 30px;
}

.sns_login_title {
	font-size: 1.6rem;
	color: #222;
	text-align: center;
	position: relative;
}

.sns_login_title::before,
.sns_login_title::after {
	content: "";
	display: inline-block;
	width: 32%;
	height: 0.5px;
	background-color: #222;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sns_login_title::before {
	left: 0;
}

.sns_login_title::after {
	right: 0;
}

.sns_login_list {
	margin-top: 20px;
	justify-content: center;
}

.sns_login_list .btn {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	margin: 0 5px;
}

.sns_login_list .btn_kakao {
	background-color: #fae300;
}

.sns_login_list .btn_naver {
	background-color: #03cf5d;
}

.member_wrap .grey_box {
	border: 1px solid #eee;
	padding: 25px 10px;
	border-radius: 15px;
}

.member_wrap .grey_box .element:first-child {
	position: relative;
}

.member_wrap .grey_box .element:first-child::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(-50%, -50%);
	width: 0.5px;
	height: 60%;
	background-color: #bbb;
}

.member_wrap .col_title,
.member_wrap .col_content {
    display: block;
	text-align: center;
}

.member_wrap .col_title {
	font-size: 1.8rem;
	font-weight: 600;
	padding-bottom: 8px;
}

.member_wrap .col_content {
	font-size: 2.5rem;
	font-weight: 900;
	font-family: 'NanumSquareNeo';
}

.narrow .white_box,
.narrow2 .white_box,
.sm .white_box {
	padding: 55px 50px 70px;
}

.member_wrap .member_subtitle {
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}

.narrow .btn_wrap {
	margin-top: 20px;
}

.member_wrap .input_item.complete {
	background-color: #eee;
}

.member_wrap .input_item.complete input[type="text"] {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
}

.member_wrap .register_type_list li {
	width: 31.25%;
	text-align: center;	
	border-radius: 35px;
	overflow: hidden;
}

.member_wrap .register_type_list a {
	display: block;
	padding: 40px 5px;
	width: 100%;
	text-align: center;
	height: 100%;
}

.member_wrap .register_type_list a.oasims {
	background-color: var(--color-lightgreen);
}

.member_wrap .register_type_list a.kakao {
	background-color: #fae300;
}

.member_wrap .register_type_list a.naver {
	background-color: #03cf5d;
}

.member_wrap .register_type_list .type_title {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 600;
	position: relative;
	padding-top: 95px;
}

.member_wrap .register_type_list a.kakao .type_title {
	color: #391b1b;
}

.member_wrap .register_type_list a.naver .type_title {
	color: #fff;
}

.member_wrap .register_type_list .type_title::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.member_wrap .register_type_list .oasims .type_title::before {
	background: url('../img/sub/register_oasims_icon.png') no-repeat 50% 50% / contain;
	width: 69px; height: 82px;
}

.member_wrap .register_type_list .kakao .type_title::before {
	background: url('../img/sub/register_kakao_icon.png') no-repeat 50% 50% / contain;
	width: 85px; height: 77px;
}

.member_wrap .register_type_list .naver .type_title::before {
	background: url('../img/sub/register_naver_icon.png') no-repeat 50% 50% / contain;
	width: 60px; height: 60px;
}

/*오아심스 동의폼*/
.register_form_title {
	font-size: 3.0rem;
	font-weight: 600;
	margin-bottom: 40px; 
}

.register_form_subtitle {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
}

.checkbox {
	flex-wrap: wrap;
	padding: 25px 20px;
	border-bottom: 1px solid #eee;
}

.checkbox.allchk {
	padding: 20px;
	border-bottom: 0;
	background-color: #fafafa;
	border-radius: 15px;
}

.checkbox label {
	width: calc(100% - 55px);
}

.checkbox span em {
	display: block;
	width: 100%; 
	font-size: 1.5rem;
	color: #999;
	padding-top: 6px;
}

.agree_term_btn {
	margin-left: auto;
	width: 55px;	
}

.agree_term_btn button {
	display: inline-block;
	font-size: 1.3rem;
	color: #ccc;
}

.term_box {
	padding: 0 15px;
	background-color: #fafafa;
	max-height: 0;
	width: 100%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.term_box.active {
	max-height: 200px;
	height: 200px;
}

.term_box .scroll_box {
	height: 100%;
	overflow-y: scroll;
	padding-right: 10px;
}

.term_box .scroll_box::-webkit-scrollbar {
	width: 6px;
}

.term_box .scroll_box::-webkit-scrollbar-track {
    background: #e3e3e3;
}
.term_box .scroll_box::-webkit-scrollbar-thumb {
    background: #096d4e;
}

.term_box p {
	font-size: 1.5rem;
	color: #666;
	word-break: keep-all;
	line-height: 1.35;
	margin: 15px 0;
}

.term_box table th,
.term_box table td {
	font-size: 1.5rem;
	text-align: center;
	padding: 12px 5px;
	vertical-align: middle;
}

.term_box table th {
	background: var(--color-green);
	color: #fff;
}

.term_box table td {
	border-bottom: 1px solid #ddd;
	line-height: 1.25;
	word-break: keep-all;
}

.narrow2 .btn_wrap {
	margin-top: 30px;
}

/**/
.form_list > div {
	margin-bottom: 20px;
}

.member_wrap.register .form_list .birth .input_wrap,
.member_wrap.register .form_list .tel .input_wrap,
.member_wrap.register .form_list .id .input_wrap {
	justify-content: space-between;
}

.form_list .birth .input_item {
	width: 27%; 
}

.form_list .birth .date_text {
	font-size: 1.6rem;
	color: #666;
	margin-right: 3%;
}

.form_list .birth .date_text:last-child {
	margin-right: 0;
}

.form_list .tel .input_item {
	width: 20.8%;
}

.form_list .id .input_item {
	width: 68%;
}

.form_list .warning {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	color: #ff1e1e;
	padding-top: 10px;
	line-height: 1.25em;
}

.form_list .input_wrap {
	align-items: center;
}

.form_list .input_title {
	display: block;
	font-size: 1.8rem;
	font-weight: 600;
	padding-bottom: 10px;
}

.form_list .full_input {
	width: 100%;
}
.form_list .input_wrap .btn_green {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	font-size: 1.6rem;
	font-weight: 800;
	border-radius: 12px;
	margin-left: 2%;
}

.form_list .input_bar {
	display: inline-block;
	font-size: 1.6rem;
	color: #666;
	padding: 0 5px;
}

.form_list .select_box {
	width: 100%;
	border-radius: 12px;
    background: #fff;
    padding: 12px 0 11px;
    border: 1px solid #ddd;
	position: relative;
}

.form_list .select_box::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 9px;
	height: 6px;
	background: url('/img/sub/form_select_arrow.png');
}

.form_list .select_box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: 0;
	font-size: 1.6rem;
	height: 22px;
	width: 100%;
	color: #666;
	padding: 0 15px;
	background-color: transparent;
}

/************미디어쿼리**************/
@media only screen and (min-width: 1025px) {}

@media only screen and (max-width: 1440px) {
	.member_wrap .text_wrap {
		padding: 35px;
	}

	.member_wrap .input_item {
		padding: 18px 25px 17px;
	}

	.member_wrap .btn {
		padding: 20px 0 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.form_list .tel .input_item {
		width: 24.5%;
	}
}

@media only screen and (max-width: 980px) {
	.member_wrap.login .member_title {
		font-size: 4.5rem;
	}

	.member_wrap.login .white_box {
		max-width: 540px;
		width: 100%;
	}

	.member_wrap .img_wrap {
		display: none;
	}

	.member_wrap .text_wrap {
		width: 100%;
		
	}
}

@media only screen and (max-width: 600px) {
	.member_wrap {
		padding: 10vw 0;
	}

	.member_wrap .input_item input {
		font-size: 2.4rem;
	}

	.member_wrap .input_item.border {
		padding: 12px 10px 11px;
	}

	.member_wrap .btn_submit {
		font-size: 2.8rem;
	}

	.member_wrap .login_info a {
		font-size: 2.3rem;
	}

	.sns_login {
		margin: 20px 0 25px;
	}

	.sns_login_list .btn {
		width: 45px;
		height: 45px;
	}

	.sns_login_list .btn img {
		max-width: 25px;
	}

	.sns_login_list li:last-child .btn img {
		max-width: 19px;
	}

	.sns_login_title {
		font-size: 2.4rem;
	}

	.member_wrap .col_title {
		font-size: 2.6rem;
	}

	.member_wrap .col_content {
		font-size: 3.4rem;
	}

	.member_title {margin-bottom: 20px;}

	.member_wrap .member_subtitle {
		font-size: 2.8rem;
	}

	.narrow .btn_wrap {
		margin-top: 10px;
	}

	.narrow .white_box, 
	.narrow2 .white_box, 
	.sm .white_box {
		padding: 35px 30px 50px;
	}

	.register_form_title {
		font-size: 3.6rem;
		margin-bottom: 30px;
	}

	.member_wrap .register_type_list li {
		border-radius: 15px;
	}

	.member_wrap .register_type_list a {
		padding: 25px 5px; 
	}

	.member_wrap .register_type_list .oasims .type_title::before {
		width: 42px;
		height: 50px;
	}

	.member_wrap .register_type_list .kakao .type_title::before {
		width: 52px;
		height: 50px;
	}

	.member_wrap .register_type_list .naver .type_title::before {
		width: 38px;
		height: 40px;
	}

	.member_wrap .register_type_list .type_title {
		font-size: 2.6rem;
		word-break: keep-all;
		padding-top: 60px;
		line-height: 1.25;
		text-align: center;
	}

	.checkbox span em {
		font-size: 2.1rem;
	}

	.agree_term_btn button {
		font-size: 2rem;
	}

	.checkbox span::before {
		top: 1px;
		width: 3.5rem;
		height: 3.5rem;
	}

	.term_box p {
		font-size: 2.3rem;
	}

	.term_box table th, .term_box table td {
		font-size: 2.3rem;
	}

	/*가입 폼*/
	.form_list .input_title {
		font-size: 2.6rem;
	}

	.member_wrap .input_item.border {
		border-radius: 8px;
	}

	.form_list .birth .input_item {
		width: 25%;
	}

	.form_list .birth .date_text {
		font-size: 2.4rem;
	}

	.form_list .radio span em {
		width: 16px;
		height: 16px;
		top: 4px;
		border-width: 2px;
	}

	.form_list .checkbox span, .form_list .radio span {
		padding-left: 23px;
	}

	.form_list .radio span em::after {
		width: 6px;
		height: 6px;
	}

	.form_list .warning {
		font-size: 2.3rem;
	}

	.form_list .warning .mb_br {
		display: block;
	}

	.form_list .warning .space{
		display: inline-block;
		padding-left: 9px;
	}

	.form_list .id .input_item {
		width: 71%;
	}

	.form_list .input_wrap .btn_green {
		font-size: 2.5rem;
		width: 26%;
		border-radius: 8px;
	}

	.form_list .select_box select {
		font-size: 2.6rem;
	}

	.member_wrap .form_list .input_item.valid::before,
	.member_wrap .form_list .select_box.valid::before {
		border-radius: 8px;
	}
}

@media only screen and (max-width: 480px) {
	.member_wrap .text_wrap {
		padding: 30px 20px;
	}

	.member_wrap .grey_box.dfbox {
		flex-direction: column;
		align-items: center;
		padding: 20px 10px;
	}

	.member_wrap .grey_box .element:first-child {
		margin-bottom: 15px;
	}

	.member_wrap .grey_box .element:first-child::after {
		content: none;
	}

	.member_wrap .col_title {
		padding-bottom: 5px;
	}

	.checkbox.allchk, 
	.checkbox {
		padding: 15px 10px;
	}
	
	.checkbox label,
	.agree_term_btn {
		width: 100%;	
	}

	.agree_term_btn {
		padding-left: 4.5rem;	
		margin-top: 12px;
	}

	.term_box p {
		font-size: 2.1rem;
	}

	.term_box table th, .term_box table td {
		font-size: 2.1rem;
	}

	.form_list .radio span em {
		top: 2px;
	}
}
