@charset "UTF-8";

@font-face {
	font-family: "Noto Sans KR";
	src: url(../../fonts/NotoSansCJKkr-Regular.otf);
}

body, html {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-family: Noto Sans KR;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p, span {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}

a {
	text-decoration: none;
	color: #000;
}

button {
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
	cursor: pointer;
}

input {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	box-sizing: border-box;
}

.ptg-main .ptg-w1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	padding: 50px 0px 250px 0px;
}

.ptg-input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 16px;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	font-size: 16px;
	color: #2b2b2b;
	box-sizing: border-box;
}

.ptg-input-error {
	padding: 5px;
	margin-top: 10px;
	color: #f44336;
	border-color: #f44336;
}

.ptg-button__blue {
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	background-color: #206ae2;
	border-radius: 2rem;
	border: 0;
}

.ptg-button-outline__darkblue {
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #0e4194;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 2rem;
	background-color: #fff;
	border: 1px solid #0e4194;
}

.user-auth-form {
	width: 100%;
	max-width: 520px;
	margin: 40px auto 0px;
	padding: 40px;
	border: 1px solid #e2e2e2;
	border-radius: 0.25rem;
	box-sizing: border-box;
}

.login-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.login-logo p {
	margin-top: 17px;
	font-size: 18px;
	font-weight: bold;
	color: #1b1b1b;
}

.login-form {
	width: 100%;
	margin-top: 50px;
}

.login-form p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #4e4e4e;
	margin-top: 20px;
}

.login-form>input {
	width: 100%;
	margin: 10px 0px;
}

.login-form .login-button {
	width: 100%;
	padding: 14px 10px;
	margin: 25px 0px;
}

.link-group {
	width: 100%;
	padding-top: 25px;
	border-top: 1px solid #e7e7e7;
}

.link-group>a {
	flex: 1;
	padding: 10px;
}

.link-group>a:nth-child(2) {
	margin: 0px 5px;
}

.user-auth-form .warning {
	font-size: 12px;
	color: #555555;
}

.user-auth-form .warning .red-txt {
	font-size: 14px;
	font-weight: bold;
	color: #f44336;
}

.privacyPolicy-box {
	text-align: right;
}

.privacyPolicy-box .privacyPolicy {
	background-color: #fff;
	border: 1px solid #cccccc;
	font-size: 12px;
	padding: 5px 8px;
	border-radius: 4px;
	margin-top: 20px;
}

.privacyPolicy-box .privacyPolicy:hover{
	background-color:#f6f6f6;
	border:1px solid #a3a3a3;
}

.txtBlue {
	color: #206ae2;
}

.txtBlack {
	color: #000;;
}

.textCode {
	margin-bottom: 30px;
	padding: 20px 10px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	border-radius: 5px;
	font-size: 15px;
	color: #767676;
	text-align: center;
	line-height: 160%;
}

.timer-box {
	width: 25%;
	padding: 7px 15px;
	background-color: #e4ecf9;
	border-radius: 20px;
	font-size: 14px;
}

#userPw {
	display: inline;
}

#togglePw {
	font-size: 16px;
	margin-left: -35px;
	cursor: pointer;
}

#togglePw::before {
	line-height: 1.3;
}

.join_id_pass {
	font-size: 14px;
	color: #1b1b1b;
	width: 350px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 25px;
}

.join_id_pass span {
	border-right: 1px solid #d1d1d1;
	padding: 0px 20px 0px;
}

.join_id_pass span:last-child {
	border: 0px;
}