/**
	login skin css
*/
.login_container{width:100%;}

.access{margin: 0 auto;}
.loginform li {display: block;margin: 0px; clear: both; margin: 15px;}
.loginform li>span {float: left;width: 25%;text-align: right;padding-right: 20px;margin-top: 5px;color: #000;font-weight: bold;}

.login_wrap {
	width: 600px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	margin: 40px auto 30px;
	padding: 25px;
}
.login_wrap .logo {
	display: block;
	text-align: center;
	margin: 50px 0 40px;
}
.login_wrap .logo img{
    width: 240px;
}
.login_wrap .logo_txt {
	font-size: 1rem;
	letter-spacing: 6px;
	margin-top: 15px;
	font-weight: 700;
	color: #000;
	opacity: 0.5;
}
.login_field {
	width: 100%;
	padding: 0 50px 0px 50px;
	margin: 25px 0;
}
.login_field input {
	width: 100%;
	display: block;
	margin-bottom: 7px;
	padding: 3px 15px;
	border-radius: 3px;
	height: 38px;
}
.autologin {
	display: block;
	text-align: left;
}
.autologin input[id=autologin] {
    display: none;
}
.autologin input[id=autologin] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
}
.autologin input[id=autologin] + label:before {
    content: "";
    display: inline-block;
    border: 1px solid #dedede;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    margin-bottom: -3px;
}
.autologin input[id=autologin]:checked + label:before {
    font-family: 'Material Icons';
    content: '\e5ca';
    color: "#5559f5";
    display: inline-block;
    font-size: 15px;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    text-align: center;
}
.divider {
    overflow: hidden;
    text-align: center;
    margin: 20px 0;
    font-size: 12px;
}
.divider:before, .divider:after {
    background-color: #e6e6e6;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.divider:before {
    right: 1em;
    margin-left: -50%;
}
.divider:after {
    left: 1em;
    margin-right: -50%;
}
.btn_login {
	display: block;
	width: 100%;
    background: #601986;
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    opacity: 0.8;
}
a.btn_find_pw{
    display: block;
    width: 100%;
    margin-top: 9px;
    padding: 13px 15px;
    font-size: 15px;
    color: #000;
    text-align: center;
    background: #ddd;
    border-radius: 3px;
    /* cursor: pointer;
    opacity: 0.8; */
}


.join_kakao {
	background: #fae100;
	padding: 15px 20px;
	font-size: 15px;
	border-radius: 30px;
}
.join_kakao:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/dhn/images/icon/icon_kakao_bg.png)no-repeat center center;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}
.join_link {
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}
.join_link a:first-of-type:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 18px;
	background: #494949;
	vertical-align: middle;
	margin: 0 25px;

}
.autologinalert {
	font-size: 12px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #dedede;
	margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
	.login_wrap {
		width:100%;
		box-shadow: none;
		background: transparent;
		margin: 0 auto;
		padding: 15px;
	}
	.login_field {
		padding: 0;
		margin: 0;
	}
	.login_wrap .right {
		display: none;
	}
	.join_kakao {
	padding: 7px 20px ;
	font-size: 12px;
	}
	.login_btxt{text-align: center; width:100%; font-size:11px !important;}
    .nicedocu{display: none;}
}

.login_btxt{text-align: center; width:100%; font-size:18px;}
.login_btxt p{margin-bottom: 10px;}
.login_btxt p a{
	border: solid 1px #ddd;
	padding:5px 10px;
	background-color: #fff;
  font-size: 14px;
}
.login_btxt p span{
	color:#f00;
}
.bg_black{position: absolute; top:-150px; width:100%; height:174%; background-color: #000; opacity: 0.5;}
.dormancy{position: absolute; top:150px; left:calc(50% - 250px); border:solid 3px #404040;}
.dormancy button{position: absolute; top:0; right:0; padding:0 5px 0 8px; font-size:25px; background-color: #404040; color:#fff;}
.dormancy .wrap_agreefree {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 25px;
    font-size: 16px;
    background: #777;
}
.dormancy .wrap_agreefree #btn_agree {
    margin-left: auto;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 3px;
}


.pop_notice_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 180px;
    left: calc(50% + 330px);
    width: 340px;
    line-height: 1.6;
    padding: 0 0 0px;
    font-size: 16px;
    color:#666;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pop_notice_01::after {
    content: '';
    position: relative;
    display: block;
    width: 70px;
    height: 25px;
    bottom: -24px;
    background-color: #fff;
    clip-path: polygon(90% 0%, 50% 0%, 40% 100%);
    box-shadow: 1px 10px rgba(0, 0, 0, 0.3);
}
.pop_notice_01 h3.notice_tit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom:15px;
    padding: 10px 5px;
    color: #fff;
    background-color: #80479e;
    /* border-radius: 15px 15px 0 0; */
}
.pop_notice_01 .notice_text{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.pop_notice_01 .notice_text span.f_st_01{
    margin:0 2px 1px 6px;
    font-size: 20px;
    color: #444;
    font-weight: 600;
}
.pop_notice_01 .notice_text span.f_st_02{
    display: inline-block;
    position: relative;
    width:fit-content;
    margin: 5px 0;
    font-size: 22px;
    color: #f40000;
    font-weight: 600;
    z-index: 1;
}
.pop_notice_01 .notice_text span.f_st_02::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 20px;
    left: -5px;
    width: calc(100% + 10px);
    height: 40%;
    background-color: #fff4b9;
    z-index: -1;
}

/* 비밀번호찾기 */
.find_pw_wrap{}
/* .find_pw_wrap h3{
    position: relative;
    margin: 125px 50px 30px;
    font-size: 20px;
    font-weight: 600;
    border: 15px;
    text-align: center;
}
.find_pw_wrap h3::before{
    content: 'STEP ' attr(data-step);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 78px;
    margin-right:10px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    color: #fff;
    background: #b2b2b2;
    border-radius: 999px;
} */


.find_pw_wrap h3{
    position: relative;
    margin: 0 50px;
    padding:5px 0 5px 110px;
    font-size: 16px;
    font-weight: 400;
    background: #f5f5f5;
    border-radius: 5px;
}
.find_pw_wrap h3::before{
    content: 'STEP ' attr(data-step);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100px;
    height: 100%;
    margin-right:10px;
    padding: 0px 20px 2px 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #7d7d7d;
    clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 8px;
    box-sizing: border-box;
}
.find_pw_wrap .login_field {
    margin: 15px 0;
}
.find_pw_wrap .div_captcha_img{
    display: inline-block;
    margin: 10px 0 0;
}
.find_pw_wrap .div_captcha_img label{
    font-size: 14px;
    font-weight: 400;
}
.find_pw_wrap .div_captcha_img .captcha_wrap {
    margin:5px 5px 10px 0px;
}
.find_pw_wrap .div_captcha_img .captcha_refresh {
    margin-left: 3px;
    padding: 2px 4px 2px 3px;
    font-size: 11px;
    color: #666;
    background: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.find_pw_wrap .div_captcha_img .captcha_refresh::before{
    content: 'refresh';
    position: relative;
    top: 4px;
    font-size: 17px;
    /* color: #333; */
    font-family: 'Material Icons';
}
.find_pw_wrap .div_captcha_txt{
    display: inline-block;
    width: calc(100% - 160px);
    margin:0;
    height:40px;
}
.find_pw_wrap .div_captcha_txt input{
    position: relative;
    top: 1px;
    margin:0;
    height:40px;
}
.find_pw_wrap .email_div{
    margin: 20px 0;
    font-size: 16px;
    color: #777;
    text-align: center;
}
.find_pw_wrap .email_div .email_txt{
    margin: 10px 0;
    font-size: 22px;
    color: #80479e;
}
.find_pw_wrap .btn_next_step {
    margin-top:10px;
}

/* 새비밀번호 설정 */
.reset_password_wrap {}
.reset_password_wrap .reset_txt{
    margin: 10px 0 25px;
    font-size: 14px;
    color:#777;
    text-align: center;
}
.reset_password_wrap .reset_txt .reset_time{
    display: block;
    margin-bottom: 10px;
    padding: 7px 0 5px;
    font-size: 18px;
    color: #5f1985;
    font-weight: 500;
    background: #f5f5f5;
    border-radius: 8px;
}
.reset_password_wrap .reset_txt .reset_call{
    font-family: 'Inter';
    color: #3195ca;
    font-weight: 500;
}
.reset_password_wrap .alert.alert-info{
    margin: 0px 0 20px;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    background: #e9f5f7;
    border-radius: 6px;
}
.reset_password_wrap .form-group {
    margin-bottom: 15px;
}
.reset_password_wrap .btn_next_step {
    margin-top:10px;
}
