.content_login_new {
	padding: 20% 3%;
}
.content_login_new img {
	width: 30%;
}
.content_login .container {
	padding: 0 5%;
}
.prev.btn_x {
	position: absolute;
	top: 4%;
	right: 7%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 35px;
	line-height: 80px;
	text-align: center;
	font-family: bold;
}
#view_login * {
	font-family: 'nanum-square', 'sans-sarif';
	font-weight: 400;
}
#view_login.new_login_wrap {
	background: #fff;
	overflow: hidden;
	height: 100%;
}
#view_login.new_login_wrap .panel {
	box-shadow: none;
}
#view_login.new_login_wrap .content_wrap {
	border: none;
	font-family: 'noto3';
	padding: 0;
}
#view_login.new_login_wrap .btn-default {
	border: none;
}
#view_login.new_login_wrap .login-heading {
	margin-bottom: 20px;
}
#view_login .login-heading_new {
	text-align: center;
	border-bottom: 0 !important;
	margin: 30px 0 0 0;
}
#view_login .login-heading_new h3 {
	font-weight: 900;
	margin: 0 0 5px 0;
	font-size: 24px;
}
#view_login .login-heading_new p {
	font-size: 17px;
	font-weight: 600;
}
#view_login.new_login_wrap .login-heading #view_login.new_login_wrap .body-login-buttons {
	margin: 20px auto;
}

#view_login.new_login_wrap .body-login-buttons > .btn:not(.btn-guest) {
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	font-size: 16px;
	border-radius: 0;
	color: #ffffff;
	font-weight: bold;
	border: none;
	line-height: 50px;
}

#view_login.new_login_wrap .body-login-buttons > .btn.btn-login {
	background: #f24f50;
}

#view_login.new_login_wrap .input-login-wrap {
	margin: 8% 0 0 0;
}
#view_login.new_login_wrap .input-login-wrap ul > li.admin_input {
	display: none;
}
#view_login.new_login_wrap .input-login-wrap ul li > input {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	border: 1px solid #ddd;
	padding: 1% 3%;
	font-size: 15px;
}
#view_login.new_login_wrap .input-login-wrap ul li > input[type='password'] {
	border-top: none;
}
#view_login.new_login_wrap .login-form-wrap {
	padding: 15px 0;
	height: 60px;
}
#view_login.new_login_wrap .login-form-wrap input {
	display: none;
}

#view_login.new_login_wrap .login-form-wrap label {
	position: relative;
	padding-left: 20px;
	vertical-align: top;
	cursor: pointer;
	color: #656565;
}
#view_login.new_login_wrap .login-form-wrap label > span {
	position: absolute;
	left: -5px;
	top: -2px;
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url(/mobile/images/new_icon/id_check_off.png) center no-repeat;
	font-size: 15px;
	background-size: cover;
}
#view_login.new_login_wrap .login-form-wrap > div {
	float: right;
}
#view_login.new_login_wrap .login-form-wrap input:checked + span {
	background: url(/mobile/images/new_icon/id_check_on.png) center no-repeat;
	background-size: cover;
}
#view_login.new_login_wrap .login_btn_wrap .btn-login {
	width: 100%;
	height: 50px;
	background: #343434;
	font-size: 18px;
}
#view_login.new_login_wrap .btn-guest {
	width: 100%;
	padding: 7px 0;
	background: #ebebeb;
	border: 1px solid #c5c5c5;
	border-radius: 5px;
	box-sizing: border-box;
	color: #636363;
	font-size: 15px;
}
#view_login.new_login_wrap .login_btn_wrap .btn-join {
	background: #000000;
	color: #fff;
	margin-top: 10px;
	line-height: 40px;
}
#view_login.new_login_wrap .find-form-wrap {
	padding: 5% 3% 10%;
	border-bottom: 1px solid #cccccc;
}
#view_login.new_login_wrap .find-form-wrap div {
}
#view_login.new_login_wrap .find-form-wrap .btn {
	font-size: 15px;
}
#view_login.new_login_wrap .find-form-wrap .btn:last-child {
	font-weight: 700;
}

#view_login.new_login_wrap .sns-form-wrap {
	padding: 10%;
	border: none;
	font-size: 0;
}

#view_login.new_login_wrap .sns-form-wrap:after {
	clear: both;
	display: block;
	content: '';
}
#view_login.new_login_wrap .sns-form-wrap strong {
	display: block;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: -1px;
}
#view_login.new_login_wrap .sns-form-wrap .footer-login-buttens {
}
#view_login.new_login_wrap .sns-form-wrap a {
	height: 50px;
	text-align: center;
	font-weight: 600;
	box-sizing: border-box;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 33.333%;
	box-sizing: border-box;
}

#view_login.new_login_wrap .sns-form-wrap a:nth-of-type(1),
#view_login.new_login_wrap .sns-form-wrap a.btn_login_naver {
	background: url('/mobile/images/new_icon/sns_login_naver.png') center no-repeat;
	background-size: 50px;
}
#view_login.new_login_wrap .sns-form-wrap a:nth-of-type(2),
#view_login.new_login_wrap .sns-form-wrap a.btn_login_kakao {
	background: url('/mobile/images/new_icon/sns_login_kakao.png') center no-repeat;
	background-size: 50px;
}
#view_login.new_login_wrap .sns-form-wrap a:nth-of-type(3),
#view_login.new_login_wrap .sns-form-wrap a.btn_login_apple {
	background: url('/mobile/images/new_icon/sns_login_apple.png') center no-repeat;
	background-size: 50px;
}
#view_login.new_login_wrap .sns-form-wrap a span {
	display: block;
	font-size: 15px;
	padding-top: 55px;
	font-weight: normal;
}

/*ë²ˆí˜¸ì¸ì¦*/
.sns-layer-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #979797;
	/*  opacity: 0.8; */
	filter: alpha(opacity=50);
	z-index: 998;
	display: none;
}
.sns-layer-bg.kakao {
	background: rgba(0, 0, 0, 0.7);
}
.on-agree-section {
	position: absolute;
	width: 450px;
	padding: 0 20px;
	height: 400px;
	top: 10%;
	left: 50%;
	margin: 0 0 0 -225px;
	border: 8px solid #595959;
	background: #fff;
	text-align: center;
	z-index: 999;
	font-family: 'noto3';
}

.on-agree-section .on-agree-icon {
	position: relative;
	top: 30px;
}

.on-agree-section .agree-warning {
	position: relative;
	margin-top: 36px;
	text-align: center;
}

.on-agree-section .agree-warning h2 {
	position: relative;
	font-size: 25px;
	font-weight: 600;
	color: #333;
	margin: 20px auto 0 auto;
}
.on-agree-section .agree-warning p {
	line-height: 130%;
	margin: 12px 0 0 0;
}

.on-agree-section .agree-warning {
	position: relative;
	margin-top: 70px;
	text-align: center;
	font-size: 14px;
}

.on-agree-section .agree-warning .num-section,
.on-agree-section .agree-warning .agree-num-section {
	position: relative;
	margin: 10px auto;
	text-align: left;
	width: 100%;
}
.on-agree-section .agree-warning .agree-num-section #_time {
	position: absolute;
	right: 115px;
	top: 23%;
	color: #f00;
}
.on-agree-section .agree-warning .ph-center-box {
	padding: 10px 0;
	width: 100%;
	margin: 0 auto;
}
.on-agree-section .agree-warning select {
	width: 72px;
	height: 44px;
	text-align: center;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.on-agree-section .agree-warning .phone-num {
	width: 22.5%;
	height: 40px;
	text-align: center;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
}
.on-agree-section .fakea {
	display: none;
}
.on-agree-section .agree-warning .set-number {
	width: 73%;
	height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.on-agree-section .agree-warning input[type='text']::-ms-clear {
	display: none;
}
.on-agree-section .agree-warning .agree-get,
.on-agree-section .agree-warning .agree-set {
	position: absolute;
	right: 0;
	top: 0;
	width: 24%;
	height: 44px;
	border: none;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 13px;
}

.on-agree-section .agree-warning .agree-get {
	background: #000;
}

.on-agree-section .agree-warning .agree-set {
	background: #f24f50;
}

.confirm-btx-section {
	position: relative;
}

.confirm-btx-section a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.confirm-btx-section a.ok-btn {
	background: #b63d4b;
}

.confirm-btx-section a.cancel-btn {
	background: #595959;
}

.loading {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}

.loading .loader-img {
	position: absolute;
	width: 240px;
	height: 90px;
	left: 50%;
	top: 50%;
	margin-left: -120px;
	margin-top: -46px;
	background: #f1f2f2;
	border-radius: 10px;
	border: 2px solid #333;
}
.loading .loader-img .loader-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

/* 네이버 간편 로그인 */
#naverIdLogin {
	display: inline-block;
	width: 33.333%;
	height: 50px;
	zoom: 1;
	vertical-align: top;
}

#naverIdLogin img {
	opacity: 0;
}

#naverIdLogin #naverIdLogin_loginButton {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: 600;
	box-sizing: border-box;
	box-sizing: border-box;
	background: url('/mobile/images/new_icon/sns_login_naver.png') center no-repeat;
	background-size: 50px;
}

.naver_mem_join #naverIdLogin {
	width: 321px;
	height: 51px;
	margin-bottom: 16px;
	border-radius: 7px;
	background-color: #19b800;
}

.naver_mem_join #naverIdLogin #naverIdLogin_loginButton {
	display: flex !important;
	color: #fff;
	font-size: 18px;
	padding: 11px 63px;
	background: none;
}

.naver_mem_join #naverIdLogin #naverIdLogin_loginButton::before {
	width: 30px;
	height: 30px;
	background: url('/_skin/sidae/images/join/icon_n.png') no-repeat center / 100% auto;
}

.naver_mem_join #naverIdLogin #naverIdLogin_loginButton::after {
	font-weight: 400;
}

@media only screen and (max-width: 1400px) {
	.prev.btn_x {
		width: 45px;
		height: 45px;
		font-size: 20px;
		line-height: 45px;
	}
}

@media only screen and (max-width: 1201px) {
	.prev.btn_x {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 2;
	}
}

@media only screen and (min-width: 960px) {
	.content_login_new img {
		width: 20%;
	}
}

@media only screen and (max-width: 768px) {
	.prev.btn_x {
		width: 35px;
		height: 35px;
		font-size: 20px;
		line-height: 1.7;
	}
}

@media screen and (max-width: 640px) {
	.on-agree-section {
		width: 94%;
		top: 22%;
		margin: 0 0 0 -47%;
		border: 4px solid #595959;
		height: auto;
		padding: 5% 3% 12% 3%;
		line-height: 2;
	}
	.on-agree-section .agree-warning {
		margin-top: 0;
	}
	.on-agree-section .agree-warning p {
		word-break: keep-all;
	}
	.on-agree-section .agree-warning .agree-get,
	.on-agree-section .agree-warning .agree-set {
		font-size: 12px;
		letter-spacing: -1px;
	}
	.on-agree-section .agree-warning .agree-num-section #_time {
		right: 29%;
	}
	/* .prev.btn_x {
        width: 8vw;
        height: 8vw;
        font-size: 1.2rem;
        line-height: 8.3vw;
    } */
}
@media screen and (max-width: 424px) {
	.prev.btn_x {
		width: 8vw;
		height: 8vw;
		font-size: 1.2rem;
		line-height: 8.3vw;
	}
}
