@charset "UTF-8";
/* s : 로그인 */
.member-login-wrap {
	max-width: 420px;
	margin: 0 auto;
}
.member-login-wrap .member-login-tit {
	padding-top: 20px;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.025em;
	font-weight: 600;
	color: #000;
	text-align: center;
}
.member-login-wrap .member-login-tit .member-login {
	position: relative;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.025em;
	font-weight: 600;
	color: #00A5B9;
}
.member-login-wrap .form-login-wrap {
	margin-top: 40px;
}
.member-login-wrap .form-login-wrap .input-box .valid-desc {
	padding-left: 0;
	background: none;
}
.member-login-wrap .form-login-wrap .btn-wrap.full {
	margin-top: 8px;
}
.member-login-wrap .form-login-wrap .member-link-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-top: 16px;
}
.member-login-wrap .form-login-wrap .member-link-wrap .btn-text-link {
	position: relative;
	display: inline-block;
}
.member-login-wrap .form-login-wrap .member-link-wrap .btn-text-link .text {
	display: block;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.025em;
	font-weight: 500;
	color: #999;
}
.member-login-wrap .form-login-wrap .member-link-wrap .btn-text-link ~ .btn-text-link {
	margin-left: 8px;
	padding-left: 9px;
}
.member-login-wrap .form-login-wrap .member-link-wrap .btn-text-link ~ .btn-text-link:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background-color: #DDE0E3;
}
.member-login-wrap .form-login-wrap .member-link-wrap .right-link {
	font-size: 0;
}
.member-login-wrap .form-login-wrap .member-link-wrap ~ .member-login-sns {
	margin-top: 30px;
}

.member-login-notice {
	max-width: 420px;
	margin: 0 auto;
	text-align: center;
}
@media (min-width: 891px) {
	.member-login-notice {
		margin-top: 10px;
	}
}
.member-login-notice .bottom-text {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.025em;
	font-weight: 600;
	color: #000;
}
.member-login-notice .bottom-text .fc-spot {
	font-weight: inherit;
}
.member-login-notice .btn-wrap.full {
	margin-top: 15px;
}
.member-login-notice .btn-more-view {
	margin-top: 20px;
}

@media (min-width: 891px) {
	.wrapper .cont-box ~ .cont-box:not(.full).no-line {
		max-width: none;
	}
	.wrapper .cont-box ~ .cont-box:not(.full).no-line .cont-inner {
		padding: 0;
		border-top: 0;
	}
}
/* e : 로그인 */
/* s : 회원가입, 완료, 탈퇴 */
.member-notice {
	max-width: 420px;
	margin: 0 auto;
	padding-top: 170px;
	text-align: center;
}
@media (min-width: 891px) {
	.member-notice {
		padding-top: 290px;
	}
}
.member-notice .member-tit {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.025em;
	font-weight: 600;
	color: #000;
}
.member-notice .member-content {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.025em;
	line-height: 22px;
	color: #000;
	margin: 15px 0 50px;
}
.member-notice .member-content ~ .info-text-list {
	margin-top: 0;
}
.member-notice .page-btn-wrap {
	margin-top: 50px;
}
.member-notice .page-btn-wrap [class^=btn-] {
	flex: 1;
	min-width: auto;
}
.member-notice.welcome {
	background: url("../images/login/bg_member_welcome.svg") center 20px no-repeat;
	background-size: 180px 111px;
	padding-top: 170px;
}
@media (min-width: 891px) {
	.member-notice.welcome {
		padding-top: 290px;
		background: url("../images/login/bg_member_welcome.svg") center 90px no-repeat;
		background-size: 260px 160px;
	}
}
.member-notice.withdraw {
	background: url("../images/login/bg_member_withdraw.svg") center 20px no-repeat;
	background-size: 180px 111px;
	padding-top: 170px;
}
@media (min-width: 891px) {
	.member-notice.withdraw {
		padding-top: 220px;
		background: url("../images/login/bg_member_withdraw.svg") center 20px no-repeat;
		background-size: 260px 160px;
	}
}
.member-notice.sign-gate {
	background: url("../images/login/bg_member_sign_gate.svg") center 20px no-repeat;
	background-size: 180px 111px;
	padding-top: 170px;
}

.member-notice.sign-gate .member-tit .fc-spot {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.025em;
	font-weight: 600;
}
.member-notice.sign-gate .btn-wrap.full {
	padding-top: 0;
}
.member-notice .info-text-list {
	margin-bottom: 23px;
	text-align: left;
}
.member-notice .info-text-list + .ui-chk {
	width: 100%;
	text-align: left;
}

.member-inner {
	max-width: 420px;
	margin: 0 auto;
}

/* e : 회원가입, 완료, 탈퇴 */
.btn-wrap.full.member-login-sns {
	margin-top: 30px;
}
.btn-wrap.full.member-login-sns .btn-md {
	position: relative;
}
.btn-wrap.full.member-login-sns .btn-md [class^=ico-] {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-right: 0;
	background-position: center;
}

/*#5631*/
.sh_notice{max-width: 500px;margin: 0 auto;}
.sh_notice .ico-sns-shsign{display: inline-block;width:30px;height: 30px;background-size: cover;vertical-align: middle;margin: -3px 2px 0 0;}
.sh_notice .page_tit{font-size: 24px;}
.sh_blue{color:#0046ff;}
.sh_notice .sh_img{max-width: 160px;margin: 0 auto;margin-top: 40px;}
.sh_notice h4{font-size: 24px;font-weight: 600;color:#000;line-height: 1.2;}
.sh_notice h4 span{font-size: 24px;font-weight: 600;}
.sh_notice .txt{font-size:14px;line-height: 1.6;font-weight: 500;}
.sh_notice .txt span{font-size:14px;line-height: 1.6;font-weight: 500;}
.sh_notice .input-box.form-counting .btn-input-del{right:12px}
/*#7100*/
.event_bubble{position: absolute;background: #0046ff;border: 1px solid #00A5B9;width: auto;padding: 10px 20px;left: 0;bottom: -48px;border-radius: 10px;z-index: 10;}
.event_bubble::after {content: "";position: absolute;top: -6px;left: 24px;border-bottom: 6px solid #0046ff;border-left: 6px solid transparent;border-right: 7px solid transparent;transform: translateX(-50%);}
.event_bubble .txt{font-size: 14px;color: #fff;font-weight: 500;}

@media (min-width: 891px) {
	.member-notice.sign-gate {
		padding-top: 220px;
		background: url("../images/login/bg_member_sign_gate.svg") center 20px no-repeat;
		background-size: 260px 160px;
	}
}
@media (max-width: 400px) {
	.event_bubble {padding: 10px 4%}
	.event_bubble .txt{font-size: 13px;letter-spacing: -1px;}
}
@media (max-width: 270px) {
	.event_bubble {padding: 10px 5px;width:100%}
	.event_bubble .txt{font-size: 11px}
}