#main {
	text-align: left;
	padding: 80px 0 1% 1%;
	width: 98%;
}

#main .header {
	text-align: center;
}

#main .header span {
	color: #f8574f;
}

#main .content {
	margin: 80px 30% 60px 30%;
}

#main .content .col .title {
	text-align: center;
	cursor: pointer;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
}

#main .content .kakao .icon {
	background-image: url('/web/img/icons-sns.png');
	background-position: -158px -212px;
	width: 74px;
	height: 74px;
	background-size: 432px 387px;
}

#main .content .naver .icon {
	background-image: url('/web/img/icons-sns.png');
	background-position: -237px -212px;
	width: 74px;
	height: 74px;
	background-size: 432px 387px;
}

#main .content .celple .icon {
	background-image: url('/web/img/icon-sign-celple.png');
	width: 74px;
	height: 74px;
}

#main .content .icon {
	margin-left : -webkit-calc((100% - 74px) / 2);
	margin-left: calc((100% - 74px) / 2);
	cursor: pointer;
}

/* celple local Step 1, verification, complete */
#main .signup-card {
	max-width: 400px;
	margin: 60px auto;
	padding: 32px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

#main .signup-title {
	font-size: 20px;
	font-weight: bold;
	color: #001a33;
	margin: 35px 0 30px 0;
	text-align: center;
}

#main .signup-desc {
	font-size: 14px;
	color: #666;
	margin: 0 0 10px 0;
	text-align: left;
}

#main .signup-form {
	margin-bottom: 20px;
}

#main .signup-input {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	margin-bottom: 12px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	font-size: 15px;
}

#main .signup-input:focus {
	outline: none;
	border-color: #3661f9;
}

#main .signup-check {
	display: block;
	font-size: 13px;
	color: #555;
	margin-bottom: 16px;
	cursor: pointer;
}

#main .signup-check input { margin-right: 8px; }
#main .signup-agree {
	margin-top: 30px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #4f4f4f;
}

#main .signup-agree p {
	margin: 8px 0;
	padding: 0;
}

#main .signup-agree input[type="checkbox"] {
	background-color: #767995;
	border-color: #767995;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

#main .signup-agree input[type="checkbox"]:checked {
	background-color: #767995;
	border-color: #767995;
}

#main .signup-agree label {
	cursor: pointer;
}

#main .signup-agree a { color: #3661f9; text-decoration: none; }
#main .signup-agree a:hover { text-decoration: underline; }
#main .signup-button {
	width: 100%;
	padding: 14px;
	background: #3661f9;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	margin-top: 8px;
}

#main .signup-button:hover { background: #2a52e0; }
#main .signup-button:disabled { background: #aaa; cursor: not-allowed; }
#main .signup-links { font-size: 14px; color: #666; margin: 16px 0 0; }
#main .signup-links a { color: #3661f9; }
#main .signup-back {
	display: inline-block;
	font-size: 14px;
	color: #666;
	margin-bottom: 16px;
	text-decoration: none;
}

#main .signup-back:hover { color: #001a33; }
#main .code-inputs {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin: 24px 0;
}

#main .code-box {
	width: 48px;
	height: 52px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
}

#main .code-box:focus {
	outline: none;
	border-color: #3661f9;
}

#main .signup-resend {
	font-size: 13px;
	color: #888;
	margin: 0 0 20px 0;
	cursor: pointer;
}

#main .signup-resend[style*="pointer-events: none"] { cursor: default; }

/* or 구분, 소셜 버튼, SSO 링크, 하단 약관 */
#main .signup-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 16px 0;
	font-size: 13px;
	color: #888;
}

#main .signup-divider::before,
#main .signup-divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #e0e0e0;
}

#main .signup-social-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 100%;
	padding: 12px 14px;
	margin-bottom: 8px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	transition: background-color 0.2s, border-color 0.2s;
}

#main .signup-social-btn:hover {
	background: #f8f8f8;
	border-color: #ccc;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

#main .signup-social-btn img {
	position: absolute;
	left: 14px;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	object-fit: contain;
}

#main .signup-terms-notice {
	font-size: 12px;
	color: #888;
	margin-top: 16px;
	line-height: 1.5;
}

#main .signup-terms-notice a { color: #888; text-decoration: underline; }

/* Responsive Design */
@media (max-width: 768px) {
	#main {
		padding-top: 80px;
	}

	#main .signup-title {
		font-size: 18px;
		margin: 25px 0 20px 0;
	}
	
	#main .signup-card {
		margin: 20px auto;
		padding: 24px;
	}
}

@media (max-width: 480px) {
	#main .signup-title {
			font-size: 16px;
			margin: 20px 0 15px 0;
		}

	
	#main .signup-card {
		margin: 15px auto;
		padding: 20px;
	}
}
