.log-container{
	height: 100vh;
	background: url(../../images/sub/login-bg.png) no-repeat;
	background-size: cover;

}
.glass-box{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	backdrop-filter: blur(20px) saturate(80%);
	-webkit-backdrop-filter: blur(20px) saturate(80%);
	background-color: rgba(32, 53, 93, 0.25);
	border-radius: 8px;
	/* border: 1px solid rgba(209, 213, 219, 0.3); */
	box-shadow: 3px 3px 8px rgba(0,0,0, 0.2);
	padding: 120px;
	text-align: center;
	width: 760px;
	max-height: 700px;
}

.glass-box .tit{
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.glass-box>p{
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
}
.login-wrap{
	margin-top: 44px;
}
.login-wrap>p{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}

.login-wrap input{
	border: none;
}
.login-wrap .pw-box{
	margin:16px 0 0 0;
}
.login-wrap .id-box>input,
.login-wrap .pw-box>input{
	padding: 0 20px;
	height: 56px;
}
.login-wrap .id-box>input::placeholder,
.login-wrap .pw-box>input::placeholder{
	color: #1E1E1E;
}
.save-box{
	display: flex;
	align-items: center;
}
.save-box>input{
	border: 1px solid #fff;
}
.save-box>label{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-left: 8px;
}
.glass-box .login-btn{
	width: 100%;
	height: 56px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 40px 0 20px 0;
	cursor: pointer;
}
.glass-box .login-btn:hover{
	color: #0F59C5;
}

.under-link{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.under-link>a{
	color: #fff;
	font-weight: 500;
	transition: all .2s;
}
.under-link>a:hover{
	color: #000a20;
}
.under-link>span{
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(0255,255,255,0.5);
}
.log-footer{
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
}
.login-wrap .id-box>input{
	letter-spacing: 0;
}

/* 회원가입 */
.join-container{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 140px;
}


.infor-con::before{
	width: 100%;
}
.cbtn-box {
	opacity: 1;
	transform: translateY(0);
}

.con-tit{
	padding: 200px 0 100px 0;
	text-align: center;
}
.con-tit>h1{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
}
.con-tit>p{
	color: #898C8E;
}
.step-wrap{
	display: flex;
	width: 1150px;
	justify-content: space-between;
	position: relative;
	padding-bottom: 30px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.step-wrap::before{
	content: "";
	position: absolute;
	width: calc(100% - 75px);
	height: 1px;
	background: #bebebe;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.step-wrap>li{
	text-align: center;
	position: relative;
}
.step-wrap>li::before{
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	background: #898C8E;
	border-radius: 50%;
	bottom: -34px;
}
.step-num{
	font-size: 14px;
	margin-bottom: 4px;
}
.step-tit{
	font-size: 18px;
	font-weight: 500;
}
.step-wrap>li.on::before{
	background: #0F59C5;
}
.step-wrap>li.on>div{
	color: #0F59C5;
}
.join-con>h2{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}
.agree-box{
	border: 1px solid #BEBEBE;
	height: 22rem;
}
.agree-box>.ab-head{
	background: #F5F7F9;
	padding: 0 28px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.agree-box>.ab-head .agbox-tit{
	font-size: 20px;
	font-weight: 600;
}
.agbox-tit>span{
	color: #0F59C5;
	font-size: 20px;
	font-weight: 600;
}
.agree-box>.agree-list{
	padding: 28px;
	overflow-x: auto;
	height: 75%;
}
.agree-list::-webkit-scrollbar {
  width: 10px;
}
.agree-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}
.agree-list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.ag-ck-div{
	display: flex;
	align-items: center;
	gap: 6px;
}
.ag-ck-div>p{
	font-weight: 600;
}
.list-section .depth1-tit{
	font-weight: 600;
	margin-bottom: 16px;
}
.list-section .depth-txt{
	margin-bottom: 16px;
}
.list-section .depth-txt>div{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
.list-section .depth-txt>p{
	font-size: 14px;
	margin-bottom: 8px;
	padding-left: 1rem;
}
.all-ag-box{
	background: #F5F7F9;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin-top: 32px;
}
.all-ag-box>p{
	font-weight: 600;
}
.join-line-tit{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 10px;
}
.join-line-tit>div{
	font-size: 28px;
	font-weight: 700;
}
.join-line-tit .caution-txt{
	color: #898C8E;
}
.join-infor-ul{
	border-top: 1px solid #101010;
	border-bottom: 1px solid #eee;
	padding: 52px 0 40px 0;
}
.join-infor-ul>li{
	margin-top: 32px;
}
.join-infor-ul>li:first-child{
	margin: 0;
}
.join-infor-ul input[type="text"]{
	height: 48px;
	width: 100%;
	
}
.join-infor-ul>li>input[type="text"]{
	margin-top: 8px;
}
.cert-btn-wrap{
	display: flex;
	gap: 10px;
	align-items: flex-end;
	margin-top: 8px;
}
.cert-btn-wrap>button{
	min-width: 200px;
	height: 48px;
}

.cert-box{
	background: #F5F7F9;
	padding: 26px 40px;
	display: flex;
}
.cert-box>button{
	min-width: 128px;
}
.join-con .sort2{
	display: flex;
	width:100%;
	gap: 40px;
}
.join-con .sort2>div{
	width: 100%;
}
.join-con .sort2>div input[type="text"],
.join-con .sort2>div input[type="password"]{
	margin-top: 8px;
	height: 48px;
}
.join-con .sort2>div .warning-txt{
	font-size: 14px;
	display: inline-block;
	margin-top: 4px;
	color: #898C8E;
}
.join-con  .asterisk{
	margin-left: 2px;
	vertical-align: 2px;
}
.join-con .name-txt{
	font-weight: 700;
	font-size: 18px;
}
.join-complete{
	background: #F5F7F9;
	padding: 60px 0;
	text-align: center;
}
.sc-word{
	margin: 28px 0 20px 0;
}
.sc-word,
.sc-word>span{
	font-size: 28px;
	font-weight: 600;
}
.join-complete>p{
	line-height: 24px;
}

.log-search{
	padding: 52px 200px 40px;
}
.log-search>li{
	display: flex;
	align-items: center;
}
.log-search>li .name-txt{
	word-break: keep-all;
	min-width: 80px;
}
.mail-input-wrap{
	width: 100%;
}
.mail-input-wrap>p{
	margin-top: 8px;
	color: #898C8E;
}
.mail-input-wrap>p>span{
	color: #0F59C5;
	font-weight: 700;
}
.mail-cert{
	display: flex;
	width: 100%;
	gap: 8px;
	align-items: center;
}
/* .log-search-box .sc-word,
.log-search-box .sc-word>span{
	font-weight: 700;
	font-size: 18px;
} */
.log-search-box .sc-word{
	margin: 0 0 12px 0;
	font-size: 24px;
}
.log-search-box>p{
	font-size: 18px;
}
.btn-disabled {
	background-color: #E5E5E5;
	color: #FFF;
}