#intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--bg);
    z-index: 1007;
    text-align: center;
	justify-content: center;
	gap: 8px;
}
#intro h2 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'Jalnan Gothic';
	text-shadow: -8px -8px 12px rgba(255, 255, 255, 0.25), -4px -4px 8px #FFF, 8px 8px 12px rgba(189, 194, 199, 0.25), 4px 4px 8px rgba(189, 194, 199, 0.75);
}
#intro p {
	font-size: 2.4rem;
	letter-spacing: -0.48px;
}
.hide-intro {
    opacity: 0;
    pointer-events: none;
}

.login {
	padding: 120px 20px 60px;
	box-sizing: border-box;
}
.login h2 {
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.64px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.login .form {
	gap: 10px;
}
.login .form .item {
	border-radius: 10px;
	padding: 10px 16px;
	color: var(--white);
	font-size: 1.6rem;
	gap: 12px;
	box-sizing: border-box;
}
.login .form .item input {
	flex: 1;
    width: 100%;
    height: 34px;
    font-size: 1.6rem;
	background: transparent!important;
	font-family: 'SUIT', sans-serif !important;
	caret-color: var(--black) !important;
	color: var(--black);
    box-sizing: border-box;
}
.login .form .item input:-webkit-autofill,
.login .form .item input:-webkit-autofill:hover, 
.login .form .item input:-webkit-autofill:focus, 
.login .form .item input:-webkit-autofill:active {
   -webkit-box-shadow: 0 0 0 1000px var(--bg) inset !important;
   -webkit-text-fill-color: var(--black) !important;
   font-family: 'SUIT' !important;
   font-size: inherit !important;
   font-weight: inherit !important;
   caret-color: var(--black) !important;
}
.login .form .item input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s, font-family 5000s ease-in-out 0s;
}
.login .form .item input:-internal-autofill-selected {
	background-color: var(--bg)!important;
	font-family: 'SUIT' !important;
}
.login .form .item .time {
	color: #b1b1b1;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: -0.28px;
}
.login .form .item button {
	height: 34px;
	border-radius: 5px;
	background: #b1b1b1;
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: -0.28px;
	padding: 0 16px;
	box-sizing: border-box;
}
.login .form > button {
	height: 48px;
	border-radius: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.32px;
}
.login .util {
	font-size: 1.4rem;
	margin-top: 40px;
	gap: 10px;
}
.login .util > div,
.login .util > div a {
	color: #777;
}


.title_box {
	position: relative;
	height: 60px;
	font-size: 1.4rem;
	gap: 5px;
	padding: 0 16px;
	box-sizing: border-box;
}
.title_box .prev {
	width: 17px;
	height: 15px;
	background: url("../images/page-prev.svg")no-repeat 50% 50% / 26px;
}


.find {
	position: relative;
	padding: 20px 16px;
	box-sizing: border-box;
}
.find h3 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: -0.4px;
	margin-bottom: 16px;
}
.find .form .input_line {
	height: 56px;
	box-shadow: -2px -2px 4px 0 #FFF inset, 2px 2px 4px 0 rgba(255, 255, 255, 0.25), 2px 2px 8px 0 #BDC2C7 inset, 4px 4px 8px 0 rgba(255, 255, 255, 0.75);
	font-size: 1.6rem;
	border-radius: 10px;
	background: var(--bg);
	padding: 10px 20px;
	box-sizing: border-box;
}
.find .form .input_line input[type=text] {
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	background: transparent!important;
	font-family: 'SUIT', sans-serif !important;
	caret-color: var(--black) !important;
}
.find .form .input_line input:-webkit-autofill,
.find .form .input_line input:-webkit-autofill:hover, 
.find .form .input_line input:-webkit-autofill:focus, 
.find .form .input_line input:-webkit-autofill:active {
   -webkit-box-shadow: 0 0 0 1000px var(--bg) inset !important;
   -webkit-text-fill-color: var(--black) !important;
   font-family: 'SUIT' !important;
   font-size: inherit !important;
   font-weight: inherit !important;
   caret-color: var(--black) !important;
}
.find .form .input_line input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s, font-family 5000s ease-in-out 0s;
}
.find .form .input_line input:-internal-autofill-selected {
	background-color: var(--bg)!important;
	font-family: 'SUIT' !important;
}
.find .form .input_line button {
	padding: 8px 10px;
	background: #B1B1B1;
	color: var(--white);
	font-size: 1.2rem;
	border-radius: 5px;
	box-sizing: border-box;
}
.find .form > button {
	height: 48px;
	border-radius: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.32px;
}


#result_pop .scroll {
	border: 0;
}
#result_pop .txt {
	color: var(--text);
	font-size: 1.8rem;
}
#result_pop .txt .copy_box {
	padding: 8px 10px;
	border-radius: 5px;
	background: #F6F6F6;
	box-sizing: border-box;
}
#result_pop .txt .copy_box strong {
	color: var(--black);
	font-weight: 500;
}
#result_pop .txt .copy_box button {
	font-size: 1.6rem;
	color: var(--black);
	opacity: .5;
}
#result_pop .btn_area a {
	flex: 1;
	height: 44px;
	line-height: 44px;
	border-radius: 50px;
	font-size: 1.6rem;
}


.join {
	padding: 30px 16px;
	box-sizing: border-box;
}
.join .form {
	gap: 30px;
}
.join .form .box {
	gap: 10px;
}
.join .form .box h4 {
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: -0.4px;
	margin-bottom: 6px;
}
.join .form .box .item {
	height: 48px;
	border-radius: 10px;
	padding: 0 10px 0 16px;
	overflow: hidden;
	gap: 12px;
	box-sizing: border-box;
}
.join .form .box .item input {
	flex: 1;
	width: 100%;
	font-size: 1.6rem;
	letter-spacing: -0.28px;
	background: transparent;
}
.join .form .box .item input::-webkit-input-placeholder {
	color: #B1B1B1;
}
.join .form .box .item input:-moz-placeholder {
	color: #B1B1B1;
}
.join .form .box .item input::-moz-placeholder {
	color: #B1B1B1;
}
.join .form .box .item input:-ms-input-placeholder {
	color: #B1B1B1;
}
.join .form .box .item button {
	height: 34px;
	border-radius: 5px;
	background: #b1b1b1;
	color: var(--white);
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: -0.28px;
	padding: 0 16px;
	box-sizing: border-box;
}
.join .form .item .time {
	color: #b1b1b1;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: -0.28px;
}
.join .form .box .item select {
	width: calc(100% - -26px);
	margin: 0 -16px;
	padding: 0 16px;
}
.join .form .box .help_box {
    padding: 15px;
    border-radius: 10px;
    font-size: 1.3rem;
	gap: 5px;
    box-sizing: border-box;
}
.join .form .box .line {
	height: 1px;
	background: #ddd;
	margin: 10px 0;
}

.join .agree input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.join .agree input + label {
	position: relative;
	display: block;
	font-size: 1.4rem;
	color: #262626;
	padding: 0 50px 0 26px;
	box-sizing: border-box;
}
.join .agree input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #b1b1b1;
	box-sizing: border-box;
}
.join .agree input:checked + label:before {
	background: var(--bg) url("../images/check.svg?v=1")no-repeat 50% 50%;
	border: 1px solid var(--key-color);
}
.join .agree input:disabled + label {
	padding-left: 0;
	color: #b1b1b1;
}
.join .agree input:disabled + label:before {
	display: none;
}
.join .agree .box {
	gap: 15px;
}
.join .agree .box > div {
	position: relative;
}
.join .agree .box > div button {
	position: absolute;
	top: 0;
    right: 0;
	display: block;
	font-size: 1.2rem;
	color: var(--bg);
	box-sizing: border-box;
}
.join .join_btn {
	height: 48px;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: -0.32px;
	border-radius: 5px;
}
.join .member_out a {
	color: #b1b1b1;
	font-size: 1.2rem;
	letter-spacing: -0.24px;
}


.modify {
	padding-bottom: 120px;
}
.modify .form .box .item {
	border-radius: 10px;
	border: 1px solid #EEE;
	background: var(--bg);
	box-shadow: -2px -2px 4px 0 #FFF inset, 2px 2px 4px 0 rgba(255, 255, 255, 0.25), 2px 2px 8px 0 #BDC2C7 inset, 4px 4px 8px 0 rgba(255, 255, 255, 0.75);
}

#agreement_pop .modal_cont .scroll {
	border-radius: 10px;
}
#agreement_pop .item:first-child {
	margin-bottom: 20px;
}
#agreement_pop .item h4 {
	margin-bottom: 10px;
}
#agreement_pop .item .cont {
	overflow-y: auto;
    height: calc(50vh - 145px);
	white-space: pre-line;
	box-shadow: -8px -8px 12px 0 rgba(255, 255, 255, 0.25), -4px -4px 8px 0 #FFF, 8px 8px 12px 0 rgba(189, 194, 199, 0.25), 4px 4px 8px 0 rgba(189, 194, 199, 0.75);
}


@media screen and (max-width: 1450px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}