@charset "utf-8";

/* 
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/

/* ============================ common ============================ */

.users_inner {
	width: 500px;
	margin: 0 auto;
}

/* ============================ 로그인 ============================ */
/* -------- form_wrap_line -------- */
.login_contents .login_utile {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
	align-items: center;
}

.login_contents .login_utile .check_area {
	margin: 0;
}

.login_contents .login_utile .find_area {
	display: inline-block;
	font-size: 14px;
	color: #b1b2b3;
}

.login_contents .login_top .btn-group {
	margin-top: 60px;
}

/* -------- login_sns -------- */
.login_sns {
	margin-top: 60px;
}

.login_sns > p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #b1b2b3;
	text-align: center;
}

.login_sns .sns_wrap {
	display: flex;
	justify-content: center;
}

.sns_wrap > li {
	padding: 0 15px;
}

.sns_wrap > li > a {
	display: block;
	width: 60px;
	height: 60px;
	padding: 14px 0;
	line-height: 60px;
	font-size: 0;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
}

.login_sns .kakao a {
	background-color: #fee500;
	background-image: url(/content/images/sns_kakao.png);
}

.login_sns .naver a {
	background-color: #03c75a;
	background-image: url(/content/images/sns_naver.png);
}

.login_sns .apple a {
	background-color: #000000;
	background-image: url(/content/images/sns_apple.png);
}

/* -------- login_nomem -------- */
.login_nomem {
	margin-top: 60px;
	text-align: center;
}

.login_nomem .join_link {
	font-size: 16px;
	color: #b1b2b3;
}

.login_nomem .join_link a {
	display: inline-block;
	margin-left: 7px;
	color: #000;
	text-decoration: underline;
}

.login_nomem .btn_nomem_order {
	margin: 80px 0 20px;
}

.login_nomem .btn_nomem_order span {
	padding-right: 20px;
	background: url(/content/images/icon/icon_nomem_close.png) no-repeat 100% 50%;
	background-size: 12px auto;
}

.login_nomem .btn_nomem_order.collapsed span {
	background: url(/content/images/icon/icon_nomem_open.png) no-repeat 100% 50%;
	background-size: 12px auto;
}

.login_nomem .nomem_info {
	padding: 17px 0;
	text-align: center;
	background: #f8f8f9;
	border-radius: 20px;
}

.login_nomem .nomem_info p {
	font-size: 16px;
	line-height: 1.5;
}

.login_nomem .form_wrap_line {
	margin-top: 16px;
}

.login_nomem .btn-group {
	margin-top: 60px;
}

.login_nomem .certi_area {
	position: relative;
}

.login_nomem .certi_area input[type="number"] {
	padding-left: 15px;
	margin-left: 20px;
	width: calc(100% - 20px);
}

.login_nomem .certi_area:before {
	content: "*";
	font-size: 16px;
	color: #7261ff;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%);
}

.login_contents .nomem_area .certi_area {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.login_contents .nomem_area .form_wrap_line .phone_area .col-4 {
	width: 105px !important;
	max-width: 105px;
	height: 60px;
}

.login_contents .nomem_area .form_wrap_line .phone_area .col-4 select {
	width: 105px;
	height: 60px;
}

.login_contents .nomem_area .certi_area {
	width: calc(100% - 105px);
	max-width: unset;
	flex: unset;
}

@media (max-width: 767px) {
	.login_nomem .nomem_info {
		border-radius: 8px;
	}

	.login_nomem .nomem_info p {
		font-size: 14px;
	}

	.login_contents .nomem_area .form_wrap_line .phone_area .col-4 {
		width: 86px !important;
		max-width: 86px;
		height: 50px;
	}

	.login_contents .nomem_area .form_wrap_line .phone_area .col-4 select {
		width: 86px;
		height: 50px;
	}

	.login_contents .nomem_area .certi_area {
		width: calc(100% - 86px);
		max-width: unset;
		flex: unset;
	}
}

/* ============================ 회원가입 ============================ */
.join_wrap .join_area {
	margin-top: 80px;
}

.join_wrap .join_area:first-child {
	margin-top: 0;
}

.join_wrap .join_area:last-child {
	margin-top: 0;
}

.join_wrap .join_area > h2 {
	margin-bottom: 30px;
	letter-spacing: -0.8px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.join_wrap .join_area .info_tit {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.join_wrap .join_area .txt_area {
	margin: 10px 0 15px;
	padding: 20px;
	background: #fbfbfc;
	border-radius: 10px;
}

.join_wrap .join_area .txt_area p {
	font-size: 14px;
	line-height: 20px;
	color: #787878;
}

.join_wrap .radio_wrap {
	margin: 20px 0;
	text-align: left;
}

.join_wrap .radio_wrap .radio_area {
	margin-right: 40px;
}

.join_contents .agree_wrap {
	margin-top: 30px;
}
.join_contents .agree_check .radio_wrap {
	text-align: right;
}

.join_area .date_birth_area {
	margin-bottom: 20px;
}

.date_birth_area .custom-select.box.year,
.date_birth_area .custom-select.box.month {
	border-right: none;
	pointer-events: none;
}

.date_birth_area .custom-select.box.day,
.unmodifiable.date_birth_area .custom-select.box.year,
.unmodifiable.date_birth_area .custom-select.box.month,
.unmodifiable.date_birth_area .custom-select.box.day {
	pointer-events: none;
}

.join_sns .date_birth_area .custom-select.box.year,
.join_sns .date_birth_area .custom-select.box.month,
.join_sns .date_birth_area .custom-select.box.day {
	pointer-events: unset;
	border: 1px solid#d9d9d9;
	border-right: none;
	background: #fff url(/content/images/icon/ico_arrow_down.png) no-repeat calc(100% - 15px) center;
	background-size: 20px auto;
}
.join_sns .date_birth_area .custom-select.box.day {
	border-right: 1px solid #d9d9d9;
}

/* ============================ SNS 간편회원가입 ============================ */
.contents .imported::before {
	display: none;
}

.contents .imported input {
	padding-left: 0 !important;
}

.contents .is-valid::before {
	display: none;
}

.contents .is-valid input {
	padding-left: 0 !important;
}

/* ============================ 회원가입 완료 ============================ */
.join_complete_contents .sub_tit {
	margin-top: 5px;
	font-size: 1.5rem;
	line-height: 2.2rem;
	font-weight: 500;
	color: #333;
}

.join_complete_contents .join_info {
	margin-top: 0px;
	font-size: 20px;
	line-height: 1;
	color: #000;
	text-align: center;
}

.join_complete_contents .join_info.join_txt {
	margin-top: 60px;
	line-height: 1.67;
	font-size: 18px;
	letter-spacing: -0.54px;
}

.join_complete_contents .join_benefits {
	display: flex;
	margin-top: 60px;
	justify-content: space-evenly;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
}

.join_complete_contents .join_benefits > li {
	padding: 0 15px;
	display: inline-flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

.join_complete_contents .join_benefits > li::before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background-color: #fbfbfc;
	background-position: center center;
	background-size: 60px auto;
	background-repeat: no-repeat;
	border-radius: 100%;
}

.join_complete_contents .join_benefits > li:nth-child(1)::before {
	background-image: url(/content/images/icon/join_complete_ic01.png);
	background-position: 66% 50%;
}

.join_complete_contents .join_benefits > li:nth-child(2)::before {
	background-image: url(/content/images/icon/join_complete_ic02.png);
	background-position: 60% 50%;
}

.join_complete_contents .join_benefits > li:nth-child(3)::before {
	background-image: url(/content/images/icon/join_complete_ic03.png);
	background-position: 52% 60%;
}

.join_complete_contents .join_benefits > li:nth-child(4)::before {
	background-image: url(/content/images/icon/join_complete_ic04.png);
	background-position: 50% 50%;
}

.join_complete_contents .join_benefits > li > p {
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}

.join_complete_contents .join_info span {
	font-weight: 700;
	color: #000;
}

.join_complete_contents .event_banner_area {
	display: block;
	margin: 30px 0px;
	cursor: pointer;
}

.join_complete_contents .event_banner_area.hide {
	display: none;
}

.join_complete_contents .event_banner_area.hide ~ .btn-group,
.join_complete_contents .btn-group {
	margin-top: 110px;
}

.join_complete_contents .event_banner_area ~ .btn-group {
	margin-top: 0;
}

p.join_info.join_txt + .btn-group {
	margin-top: 60px;
}

.employee .info_dot p {
	margin-bottom: 10px;
	letter-spacing: -0.02rem;
}

/* ============================ 아이디찾기/비밀번호찾기 ============================ */
.find_wrap .form_wrap_line {
	margin-top: 40px;
}

.find_id_contents .find_wrap .form_wrap_line {
	margin-top: 0;
}

.form_wrap_line.affiliate_line.line_first .form-group {
	width: 100%;
	max-width: calc(100% - (187px + 20px));
	display: inline-flex;
	flex-direction: column;
}

@media (max-width: 767px) {
	.find_wrap .form_wrap_line {
		margin-top: 0px;
	}
	.form_wrap_line.affiliate_line.line_first .form-group {
		max-width: calc(100% - (160px + 10px));
	}
}

.form_wrap_line.affiliate_line .form-group.email_group {
	width: 100%;
	max-width: 187px;
	display: inline-flex;
	float: right;
}

@media (max-width: 767px) {
	.form_wrap_line.affiliate_line .form-group.email_group {
		max-width: 160px;
	}
}

.find_wrap .find_result {
	margin-top: 60px;
}

.find_wrap .find_result p {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	text-align: center;
	font-weight: 500;
	letter-spacing: -0.7px;
}

.find_wrap .find_result p > span {
	font-weight: 700;
}

.find_wrap .find_result .btn-group {
	margin-top: 60px;
}

.find_wrap .find_result.pw {
	margin-top: 54px;
}

.find_wrap .find_result.pw .btn-group {
	margin-top: 48px;
}

/* 
20250424 주석처리 차후 삭제

.join_wrap .join_area.join_step_01 .link_area {
	background: #f8f8f9;
	border-radius: 20px;
	text-align: justify;
	padding: 40px 60px;
	margin-bottom: 60px;
	max-width: 500px;
	height: auto;
	box-sizing: border-box;
}

.join_wrap .join_area.join_step_01 p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: -1px;
	color: #333;
} */

.join_contents .join_area .login_sns > p {
	font-size: 16px;
	color: #b1b2b3;
}

.join_wrap .join_area.join_step_01 p:first-child {
	margin-bottom: 20px;
}

@media (max-width: 480px) {
	.login_sns {
		margin-top: 40px;
	}
    /* 	
    20250424 주석처리 차후 삭제
    .join_wrap .join_area.join_step_01 .link_area {
    padding: 30px 42px;
    margin-bottom: 40px;
    }

    .join_wrap .join_area.join_step_01 p {
    font-size: 14px;
    }

    .join_contents .join_area .login_sns > p {
    font-size: 13px;
    }
    */
} 

/* ============================ 90일 경과 비밀번호 변경하기 ============================ */
.change_pw_contents .tit_wrap {
	margin-bottom: 3rem;
}

.change_pw_contents .form_wrap_line .info_dot {
	margin-top: 30px;
}

/* ============================ 접근권한 페이지 ============================ */
.wrap_access_right {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	overflow-y: auto;
	padding: 0;
	justify-content: center;
	align-content: center;
}

.wrap_access_right .contents {
	width: 100%;
	max-width: 700px;
	padding: 0px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0px auto !important;
}

.wrap_access_right .desc,
.wrap_access_right .desc_02 {
	width: 100%;
}

.wrap_access_right .desc p {
	font-size: 38px;
	line-height: 1.5;
}

.wrap_access_right .desc p b {
	font-weight: 700;
}

.wrap_access_right .desc p b.point {
	color: #695fbf;
}

.wrap_access_right .desc span {
	display: block;
	font-size: 28px;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 45px;
}

.wrap_access_right .desc_02 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.wrap_access_right .desc_02 dl {
	display: flex;
	align-items: center;
	margin: 45px 0;
}

.wrap_access_right .desc_02 dt {
	width: 80px;
	height: 80px;
	background-color: #f5f3ff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wrap_access_right .desc_02 dt img {
	width: 60px;
	height: auto;
}

.wrap_access_right .desc_02 dd {
	margin-left: 20px;
	width: calc(100% - 100px);
}

.wrap_access_right .desc_02 dd p {
	font-size: 32px;
	color: #9d9ca7;
}

.wrap_access_right .desc_02 dd p b {
	color: #000;
}

.wrap_access_right .desc_02 dd span {
	display: block;
	font-size: 28px;
	color: #333;
	margin-top: 12px;
}

.wrap_access_right .btn-group {
	margin-top: 155px;
}

.wrap_access_right .btn-group button {
	max-width: 500px;
}

@media (max-width: 767px) {
	/* 공통 */
	.login_contents .form-control.line,
	.join_contents .form-control.line,
	.join_contents .custom-select.line,
	.join_contents .custom-select.box,
	.join_complete_contents .form-control.line,
	.find_id_contents .form-control.line,
	.find_id_contents .custom-select.line,
	.change_pw_contents .form-control.line {
		height: 50px;
	}

	.login_contents .form-control.line::placeholder,
	.join_contents .form-control.line::placeholder,
	.join_contents .custom-select.line::placeholder,
	.join_contents .custom-select.box,
	.join_complete_contents .form-control.line::placeholder,
	.find_id_contents .form-control.line::placeholder,
	.find_id_contents .custom-select.line::placeholder,
	.change_pw_contents .form-control.line::placeholder {
		font-size: 14px;
	}

	.find_id_contents .form-control.line {
		font-size: 14px;
	}

	.find_id_contents .invalid-feedback {
		font-size: 12px;
	}

	.find_id_contents .info_dot p,
	.find_id_contents .info_dot li {
		font-size: 13px;
		color: #ababab;
	}

	.find_id_contents .btn-group .btn {
		font-size: 16px;
	}

	/* 로그인 */
	.login_contents .login_utile .find_area {
		font-size: 13px;
	}

	.login_contents .login_top .btn-group {
		margin-top: 40px;
	}

	.sns_wrap > li {
		padding: 0 10px;
	}

	.sns_wrap > li > a {
		width: 50px;
		height: 50px;
		background-size: 20px 20px;
	}

	.login_sns > p,
	.login_nomem .join_link {
		font-size: 13px;
	}

	.login_nomem {
		margin-top: 40px;
	}

	.login_nomem .btn_nomem_order {
		margin: 40px 0 20px;
	}

	/* 회원가입 */
	.join_contents .form_wrap_line .input {
		min-height: 50px;
	}

	.join_contents .form_wrap_line .address_area .placeholder {
		font-size: 14px;
		left: 0;
	}

	.join_wrap .join_area {
		margin-top: 50px;
	}

	.join_wrap .join_area:last-child {
		margin-top: 0;
	}

	.join_wrap .join_area > h2 {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.join_wrap .join_area .info_tit {
		font-size: 14px;
	}

	.join_wrap .radio_wrap {
		margin-bottom: 20px;
	}

	.join_contents .agree_wrap.sms {
		margin-top: 0;
	}

	/* 회원가입 완료 */
	.join_complete_contents .join_info {
		margin-top: 30px;
		font-size: 14px;
		line-height: 20px;
	}

	.join_complete_contents .join_benefits {
		margin-top: 30px;
	}

	.join_complete_contents .join_benefits > li::before {
		width: 55px;
		height: 55px;
		background-size: 30px auto;
	}

	.join_complete_contents .join_benefits > li > p {
		font-size: 13px;
		margin-top: 5px;
		word-break: keep-all;
	}

	.join_complete_contents .join_info {
		margin-top: 30px;
		font-size: 14px;
		line-height: 20px;
	}

	.join_complete_contents .event_banner_area.hide ~ .btn-group,
	.join_complete_contents .btn-group {
		margin-top: 40px;
	}

	/* 아이디/비번 찾기 완료 */
	.find_wrap .find_result p {
		font-size: 18px;
		line-height: 20px;
	}

	/* ============================ 접근권한 페이지 ============================ */
	.wrap_access_right .contents {
		max-width: 100%;
		padding: 0px 20px;
	}

	.wrap_access_right .desc p {
		font-size: 19px;
	}

	.wrap_access_right .desc p b {
		font-weight: 700;
	}

	.wrap_access_right .desc p b.point {
		color: #695fbf;
	}

	.wrap_access_right .desc span {
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 22px;
	}

	.wrap_access_right .desc span br {
		display: none;
	}

	.wrap_access_right .desc_02 dl {
		margin: 22px 0;
	}

	.wrap_access_right .desc_02 dt {
		width: 40px;
		height: 40px;
	}

	.wrap_access_right .desc_02 dt img {
		width: 30px;
	}

	.wrap_access_right .desc_02 dd {
		margin-left: 14px;
		width: calc(100% - 54px);
	}

	.wrap_access_right .desc_02 dd p {
		font-size: 16px;
	}

	.wrap_access_right .desc_02 dd span {
		font-size: 14px;
		margin-top: 8px;
	}

	.wrap_access_right .btn-group {
		margin-top: 40px;
	}

	.wrap_access_right .btn-group button {
		max-width: unset;
		width: calc(100% - 40px);
		flex: unset;
	}
}

@media (max-width: 575px) {
	.users_inner {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.join_complete_contents .join_info {
		margin-top: 0px;
		line-height: 1;
		font-weight: 300;
		letter-spacing: -0.84px;
	}

	p.join_info.join_txt + .btn-group {
		margin-top: 40px;
	}

	.form_wrap_line div.btn-group {
		margin-top: 40px;
	}

	.join_complete_contents .join_info.join_txt {
		margin-top: 30px;
		font-size: 14px;
		line-height: normal;
		font-weight: 400;
	}

	.join_complete_contents .join_benefits > li {
		padding: 0 7.5px;
		flex: 1;
	}

	.join_info.join_txt + .btn-group .btn_lg {
		font-size: 16px;
	}
}

/* 임직원/임직원 추천 계정 등록 */
.find_id_contents .info_dot {
	margin-top: 20px;
}
.find_id_contents.employee .form-group {
	position: relative;
	height: 60px;
}
@media (max-width: 767px) {
	.find_id_contents.employee .form-group {
		height: 50px;
	}
}

.find_id_contents.employee .form-group .email_daesang {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	font-size: 16px;
	letter-spacing: -0.56px;
}
.find_id_contents.employee .form-control {
	padding-right: 128px;
}

@media (max-width: 767px) {
	.find_id_contents.employee .form-control {
		padding-right: 104px;
	}
}

.check_area input + label {
	color: #b1b2b3;
}
.check_area input:checked + label {
	color: #000;
}

/* 텍스트 박스형 01  */
.join_sns-terms .agree_box {
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding: 30px;
	border: 1px solid #c9c9c9;
	height: 200px;
	overflow: auto;
}

.join_sns-terms .agree_box .cont {
	margin-top: 10px;
}

/*  SNS인증 회원가입 */
.join_sns-terms .main_tit h2.tit + p {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 10px;
	letter-spacing: -0.04rem;
	color: #787878;
}

.join_sns-termsh3.sub_title.mt30 {
	font-size: 24px;
	font-weight: 600;
	padding-left: 20px;
}

.join_sns-terms .agree_box h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 2;
	margin: 20px 0;
}
.join_sns-terms .agree_box h2:first-child {
	margin-top: 0;
}
.join_sns-terms .agree_box::-webkit-scrollbar {
	width: 10px;
}

.join_sns-terms .agree_box::-webkit-scrollbar-track {
	background-color: transparent;
}

.join_sns-terms .agree_box::-webkit-scrollbar-thumb {
	border-radius: 50px;
	background-color: #b5b5b5;
	cursor: pointer;
}

.join_sns-terms .join_sns-terms .agree_box::-webkit-scrollbar-thumb:active {
	background-color: #5046a5;
	cursor: pointer;
}

.join_sns-terms .agree_box::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}

.join_sns-terms .agree_box .individual {
	font-size: 14px;
	letter-spacing: -0.01rem;
}

.join_sns-terms .agree_box .individual li,
.join_sns-terms .agree_box .individual p {
	line-height: 1.42;
	font-size: 14px;
}

.join_sns-terms .agree_box .individual li {
	margin-bottom: 14px;
}

.join_sns-terms .agree_check {
	margin: 20px 0 80px;
}

.join_sns-terms .login_sns {
	margin-top: 0;
}

@media (max-width: 767px) {
	.join_sns-terms .main_tit h2.tit + p {
		font-size: 14px;
		margin-top: 6px;
		line-height: 1.42;
	}

	.join_sns-terms h3.sub_title.mt30 {
		font-size: 18px;
		padding-left: 10px;
	}

	.join_sns-terms .radio_area input + label {
		line-height: 18px;
	}

	.join_sns-terms .agree_box {
		padding: 20px;
		margin-top: 10px;
	}

	.join_sns-terms .agree_box h2 {
		font-size: 16px;
	}

	.join_sns-terms .agree_check {
		margin: 15px 0 40px;
	}
	.find_id_contents.employee .form-group {
		height: 50px;
		margin-top: 20px;
	}
	.find_id_contents.employee .form-group .email_daesang {
		font-size: 14px;
	}
}

.form-group.email_group > span {
	width: 30px;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.form-group.email_group > input[readonly] {
	width: calc(100% - 30px);
}

.form-group.email_group > input[readonly]:hover,
.form-group.email_group > input[readonly]:focus {
	border-bottom: 1px solid #d5d5d5;
	cursor: default;
}

.form-group.email_group > select.custom-select {
	border-top: 0;
	border-bottom: 1px solid #d5d5d5;
	border-left: 0;
	border-right: 0;
	background-size: 24px auto !important;
	padding-left: 0;
	color: #000 !important;
	font-size: 16px;
}

@media (max-width: 767px) {
	.form-group.email_group > select.custom-select {
		height: 50px;
		font-size: 14px;
		background-size: 18px auto !important;
	}
}

/* 20231013 */
.join_wrap .gray-box {
	background-color: #f6f6f6;
	padding: 20px 20px 20px 0;
	margin-top: 30px;
}
.join_wrap .gray-box .agree_check:first-child {
	margin-top: 0;
}

@media (max-width: 767px) {
	.join_wrap .gray-box {
		padding: 10px 10px 10px 0;
		margin-top: 15px;
	}
}

/* 20240422 */
.join_area .info_dot p {
	color: #959595;
}

/* 20241107 */
.form_wrap_line.affiliate_line .btn-group {
	margin-top: 30px;
}

.affiliate_line.line_first {
	margin-bottom: 60px;
}

/* 20241210 psh */
.join_complete_contents .banner_area {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 40px auto;
	overflow: hidden;
}

/* 20250326 */

.login_top .divider {
	display: block;
	width: 100%;
	height: 0;
	margin: 40px auto 60px;
	background-color: #d9d9d9;
}

