#middle_container {
    display: flex;
    align-items: center;
	background-color:#ffffff;
}

#content_view {
	padding-bottom: 0px;
	position: relative;
	text-align: center;
}

#content_view.join {
	height: 914px;
	padding-top: 57px;
}

#content_view.identify_join {
	height: 1008px;
	padding-top: 57px;
}

.join_wrapper {
	display: flex;
	flex-flow: column;
	min-height : 600px;
	justify-content : center;
}

.form {
	margin-top: 52px;
	display: flex;
	justify-content: center;
	text-align: left;
}

.form.dupl {
	flex-flow: column;
}

.form .item_group {
	display: flex;
	flex-flow: column;
}

.form .item_group + .item_group {
	margin-top: 20px;
}

.form .item_group span {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: rgba(53, 60, 73, 0.80);
}

.form input[type="text"],
.form input[type="password"] {
	width: 400px;
	height: 40px;
	padding: 10px 20px;
	margin-top: 8px;
	box-sizing: border-box;
	outline: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #FFFFFF;
	line-height: 16px;
	color:#353C49;
	color: rgba(112, 118, 131, 0.60);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 6px;
	border: 1px solid #EAEAEA;
}

.form input[type="text"]::placeholder,
.form input[type="password"]::placeholder {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #353C49;
	opacity: 0.3;
}

/*.form input[type="text"].focus,
.form input[type="password"].focus,*/
.form input[type="text"]:focus,
.form input[type="password"]:focus {
	border: 1.00209px solid #0099FF;
	color:#353C49;
	caret-color: #0099FF;
}

.form input[type="text"].error,
.form input[type="password"].error {
	background-color: rgba(239, 83, 80, 0.05);
	border: 1.00209px solid #EF5350;
	color: #EF5350;
}

.err_msg {
	margin-top: 8px;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #EF5350;
}

.form input[type="text"]:disabled {
  color: #809aad;
}

.form input[type="text"]::-webkit-input-placeholder,
.form input[type="password"]::-webkit-input-placeholder {
	/*color: rgba(0,0,0,0.6);*/
	color: #909090;
	font-size: 14px;
	padding-top: 2px;
}

#total_container.ja_JP .form input[type="text"]::-webkit-input-placeholder,
#total_container.ja_JP .form input[type="password"]::-webkit-input-placeholder {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraKakuProN-W3,"Hiragino Kaku Gothic Pro",NanumGothic,"Malgun Gothic",sans-serif;
}

#total_container.zh_CN .form input[type="text"]::-webkit-input-placeholder,
#total_container.zh_CN .form input[type="password"]::-webkit-input-placeholder {
	font-family: tahoma,'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
}

#total_container.ja_JP.safari .form input[type="text"]::-webkit-input-placeholder,
#total_container.ja_JP .form input[type="password"]::-webkit-input-placeholder,
#total_container.zh_CN.safari .form input[type="text"]::-webkit-input-placeholder,
#total_container.zh_CN.safari .form input[type="password"]::-webkit-input-placeholder {
	font-family:"Tahoma","MS PGothic";
}

.form input[type="text"]::-moz-placeholder,
.form input[type="password"]::-moz-placeholder {
	/*color: rgba(0,0,0,0.6);*/
	color: #909090;
	font-size: 14px;
	padding-top: 2px;
}

#total_container.ja_JP .form input[type="text"]::-moz-placeholder,
#total_container.ja_JP .form input[type="password"]::-moz-placeholder {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraKakuProN-W3,"Hiragino Kaku Gothic Pro",NanumGothic,"Malgun Gothic",sans-serif;
}

#total_container.zh_CN .form input[type="text"]::-moz-placeholder,
#total_container.zh_CN .form input[type="password"]::-moz-placeholder {
	font-family: tahoma,'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
}

#total_container.ja_JP.safari .form input[type="text"]::-moz-placeholder,
#total_container.ja_JP.safari .form input[type="password"]::-moz-placeholder,
#total_container.zh_CN.safari .form input[type="text"]::-moz-placeholder,
#total_container.zh_CN.safari .form input[type="password"]::-moz-placeholder {
	font-family:"Tahoma","MS PGothic";
}

.form input[type="text"]::-ms-input-placeholder,
.form input[type="password"]::-ms-input-placeholder {
	/*color: rgba(0,0,0,0.6);*/
	color: #909090;
	font-size: 14px;
	padding-top: 2px;
}

#total_container.ja_JP .form input[type="text"]::-ms-input-placeholder,
#total_container.ja_JP .form input[type="password"]::-ms-input-placeholder {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",HiraKakuProN-W3,"Hiragino Kaku Gothic Pro",NanumGothic,"Malgun Gothic",sans-serif;
}

#total_container.zh_CN .form input[type="text"]::-ms-input-placeholder,
#total_container.zh_CN .form input[type="password"]::-ms-input-placeholder {
	font-family: tahoma,'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
}

#total_container.ja_JP.safari .form input[type="text"]::-ms-input-placeholder,
#total_container.ja_JP.safari .form input[type="password"]::-ms-input-placeholder,
#total_container.zh_CN.safari .form input[type="text"]::-ms-input-placeholder,
#total_container.zh_CN.safari .form input[type="password"]::-ms-input-placeholder {
	font-family:"Tahoma","MS PGothic";
}

.identify_form #userName,
.identify_form #phoneNumber {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #FFFFFF;
	color: #353C49;
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

.popup .button_wrapper {
	min-height: 64px;
	margin-bottom: 40px;
}

.form #news_letter_form {
	margin-top: 40px;
	display: flex;
}

.form #news_letter_form #bNewsLetter {
	height: 32px;
}

.form #news_letter_form .text_group {
	display: flex;
	flex-flow: column;
}

.form #news_letter_form .text_group .text1 {
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #353C49;
}

.form #news_letter_form .text_group .text2 {
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: #83939F;
}

#total_container .form #news_letter_form .text_group .text2 {
	width: 350px;
}

#total_container.en_US .form #news_letter_form .text_group .text2 {
	width: 409px;
}

.form #terms_form {
	margin-top: 20px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	color: #353C49;
}

.form #terms_form .link {
	font-weight: 800;
	text-decoration: underline;
	cursor: pointer;
}

.form .dupl_box {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.form .dupl_box .dupl_welcom {
	font-weight: 700;
	font-size: 20px;
	line-height: 170%;
	color: #353C49;
}

.form .dupl_box .welcom_text {
	font-weight: 400;
	font-size: 14px;
	line-height: 198%;
	color: #353C49;
}

.form .dupl_box .dupl_items {
	width: 500px;
	margin-top: 40px;
	padding: 5px 10px;
	display: flex;
	flex-flow: column;
	border: 1px solid #353C49;
}

.form .dupl_box .dupl_items .item_title {
	font-weight: 800;
	font-size: 16px;
	line-height: 170%;
	color: #353C49;
}

.form .dupl_box .dupl_items .item {
	font-weight: 400;
	font-size: 14px;
	line-height: 198%;
	color: #353C49;
}

.form .button_box {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form .button_box.login {
	flex-flow: column;
}

.form .button_box #btn_join,
#btn_login {
	width: 400px;
}

.form .button_box #btn_pwinit {
	width: 400px;
	margin-top: 12px;
}

/* password 변경 화면 */

#login_title {
	text-align: left;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -0.03em;
	color: #000000;
}

#pwd_form .msg {
	margin-top: 30px;
	font-size: 14px;
	color: #8d8d8d;
}

#pwd_form .form {
	margin-top: 60px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

#pwd_form .form label {
	width: 400px;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #353C49;
}

#pwd_form .form input[type="password"] + label {
	margin-top: 20px;
}

#pwd_form .form #btn_set_password {
	width: 170px;
	height: 60px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-weight: 700;
	font-size: 18px;
	line-height: 170%;
}
/* 
#pwd_err_msg #password_err_msg {
	position: absolute;
	top: 212px;
	left: 315px;
}

#pwd_err_msg #confirmPassword_err_msg {
	position: absolute;
	top: 305px;
	left: 315px;
}
 */

/* password 변경 화면 */

/* 와이즈앱 2차 업데이트 */
.iwalert .body .btn_ok {
	color: #000000;
}

.iwalert2 .body .bg {
	border-radius: 10px;
}

.iwalert2 .body .button_box .button_box_cell .button,
.iwalert2 .body .button_box .button_box_cell .button_cancel {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.join_wrapper .lobby_head {
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	margin: 0 auto;
	letter-spacing: -1.08px;
	text-align: center;
}

.join_wrapper .lobby_body {
	margin-top: 86px;
	display: flex;
	justify-content: center;
}

.join_wrapper .lobby_body .lobby_group {
	width: 388px;
	display: flex;
	height: 100%;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
}
.join_wrapper .lobby_body .lobby_group:hover {
	cursor : pointer;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);	
}


.join_wrapper .lobby_body .identify_group {
	
}

#total_container.en_US .join_wrapper .lobby_body .identify_group {
	height: 397px;
	justify-content: flex-start;
}

.join_wrapper .lobby_body .lobby_group + .lobby_group {
	margin-left: 20px;
}

.join_wrapper .lobby_body .lobby_group .lobby_img {
	width: 390px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	border-radius: 20px 20px 0 0;
}

.join_wrapper .lobby_body .lobby_group .simple_img {
	background-color : #9CE1FF;
	background-size: 73px 80px;
	background-image: url(/resources/img/common/simple_join.png);
}

.join_wrapper .lobby_body .lobby_group .identify_img {
	background-color: #9EF0BB;
	background-size: 97px 80px;
	background-image: url(/resources/img/common/certification_join.png);
}

.join_wrapper .lobby_body .lobby_group .lobby_info {
	width: 382px;
	height: 138px;
	margin-top: 22px;
	display: flex;
	flex-flow: column;
}

.en_US .join_wrapper .lobby_body .lobby_group .lobby_info.simple_info {
	height : 175px;
}

#total_container.en_US .join_wrapper .lobby_body .lobby_group .identify_info {
	height: 145px;
}

.join_wrapper .lobby_body .lobby_group .lobby_info .lobby_title {
	height: 34px;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-left: 16px;
	margin-bottom: 4px;
}

.join_wrapper .lobby_body .lobby_group .lobby_info .lobby_title span {
	font-weight: 600;
	font-size: 20px;
	color: #334D6E;
	line-height: 170%;
}

.join_wrapper .lobby_body .lobby_group .lobby_info .lobby_title span.emphasis {
	color: #0099FF;
}

.join_wrapper .lobby_body .lobby_group .lobby_info .lobby_title .lobby_arrow {
	width: 24px;
	height: 24px;
	margin-left: auto;
	margin-right: 16px;
	background-size: 24px 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/resources/img/220921/icon/ic_arrow_right.svg);
}

.join_wrapper .lobby_body .lobby_group .lobby_info .lobby_text {
	height: 56px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	margin-left: 16px;
}

.join_wrapper .lobby_body .lobby_group .lobby_info .lobby_text span {
	color: #334D6E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	text-align: left;
}

.join_wrapper .lobby_body .lobby_group .lobby_info .lobby_schedule {
	display: flex;
	align-items: center;
	margin-left: 16px;
	margin-bottom: 16px;
}

.join_wrapper .lobby_body .lobby_group .lobby_info .lobby_schedule .lobby_dot {
	width: 2px;
	height: 2px;
	margin-right: 4px;
	background-color: #83939F;
	opacity: 0.6;
}

.join_wrapper .lobby_body .lobby_group .lobby_info .lobby_schedule span {
	font-weight: 400;
	font-size: 12px;
	line-height: 170%;
	color: #83939F;
	opacity: 0.6;
}

#total_container.en_US .join_wrapper .lobby_body .lobby_group .lobby_info .lobby_schedule .en_schedule {
	height: 21px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	text-align : left;
}

.join_wrapper #main_title {
	font-weight: 600;
	font-size: 36px;
	color: #000;
	text-align: center;
	margin: 0 auto;
	letter-spacing: -1.08px;
}

.join_wrapper #line {
	width: 440px;
	height: 1px;
	margin: 40px auto 20px;
	background-color: #dadfe4;
}

.join_wrapper #fb_text {
	font-weight: 600;
	font-size: 14px;
	color: #8d8d8d;
}

.join_wrapper .fb_button_box {
	margin-top: 30px;
	text-align:center;
}

