
.login_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    min-width: 100%;
    min-height: 100%;
	background: #f3f4f6;
}


.login_outline {
    display: flex;
    width: 480px;
    height: auto;
}

.login_right_back {
	width: 100%;
	background: #fff;
	padding: 35px 35px;
	display: flex;
	align-items: center;
	border-radius: 12px;
	border: 1px solid #dcdde4;
	box-shadow: 0px 48px 64px -24px rgba(0, 0, 0, 0.09);
}

.form_block {width: 100%;}

.login_form_div {
    position: relative;
}

.login_form_div .logo {
        text-align: right;
}

.login_form_div .logo img {
    
}

.login_form_div .logo_txt {
    position: absolute;
    top: 0;
    left: 0;
    
}


.login_form_div .logo_txt img {
    height: 110px;
}

.login_form_inner.UID {
    margin-top: 35px;
}

.login_form_bottom.join {display: none;}

.login_form_bottom.useCookie {justify-content: left; margin-bottom: 0;}

.login_form_div .onelogo_txt {
    font-size: 0;
    text-align: right;
    margin-top: 60px;
}

.login_form_div .onelogo_txt img {
    height: 30px;
}

.login_form_div .m1 {
    font-size: 36px;
	color: #0f0f15;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
}

.login_form_div .m2 {
	font-size: 14px;    
	color: #595C73;
	margin-top: 30px;
    margin-bottom: 0;
}

.login_form_div .copy {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #aaa;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    justify-content: center;
    gap: 3px;
}

.login_form_div .copy b {color: #333; font-family: 'Pretendard-SemiBold'; font-weight: 600;}

.login_form_div .copy img {
    height: 10px;
    margin-right: 5px;
}

.login_companyname {
    width:100%;
    font-size:1.8em;    
}

.login_header1 {
    width:100%;
    font-size:2.0em;
    font-weight: 600;
    text-align: center;
}

.login_header2 {
    width:100%;
    font-size:1.3em;
    color:gray;
    text-align: center;
}

.login_form_inner {
    margin-top:16px; 
}

.logincheck_div {    
    width: 100%;    
    display:table;
}

.login_form_bottom {
    display: flex;
    align-items: center;
	font-size: 16px;
    color: #353745;
}

.login_form_bottom a {
    text-decoration: none;
    color:black;
}

.login_form_inner2 {
    margin-top:20px;
    width: 450px;
    margin-left:75px;    
    display:table;
}

.fixed-input-icons { 
	display: flex;
	align-items: center;
    height: 56px;
	position: relative;
} 

.fixed-input-icons .icon {
	position: absolute;
	top: 50%;
	left: 16px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-repeat: no-repeat;
	background-position: center;
}
.fixed-input-icons .user {background-image: url(/custom/img/login_user.svg);}
.fixed-input-icons .pw {background-image: url(/custom/img/login_pw.svg);}
.fixed-input-icons .del,
.fixed-input-icons .view {
	position: absolute;
	top: 0;
	width: 30px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.fixed-input-icons .del {right:44px; background-image: url(/custom/img/close_icon_black.svg);}
.fixed-input-icons .view {right:10px; background-image: url(/custom/img/Login-view-x.svg);}
.fixed-input-icons input[type=text] + .icon + .del + .view {background-image: url(/custom/img/Login-view.svg);}

.toggleSwitch {
    width: 40px;
    height: 24px;
    display: block;
    position: relative;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #dcdde4;
    cursor: pointer;
	margin-right: 8px;
	transition: all 0.3s ease;
}

.toggleSwitch .toggleButton {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #dcdde4;
	transition: all 0.3s ease;
}

#useCookie:checked ~ .toggleSwitch {background: #2267B6;}
#useCookie:checked ~ .toggleSwitch .toggleButton {left: calc(100% - 20px); background: #FFF;}


.fixed-input-icons i {
    position: absolute; 
    color:#a6a6a6;
} 
 
  
.fixed-icon { 
    padding: 10px; 
    width: 60px;
    font-size:1.3em;
} 
  
.fixed-input-field { 
	width: 100%;
	height: 100%;
	border: 0;
	background: #f3f4f5;
	border-radius: 8px;
	padding-left: 44px;
	padding-right: 12px;
	font-size: 16px;
	color: #0F0F15;
	border: 1px solid #DCDDE4;
}

.fixed-input-field::placeholder {color:#7A7F99;}
.fixed-input-field:focus {background: #fff; border:1px solid #2267B6;}
.fixed-input-field:focus + .user {background-image: url(/custom/img/login_user_on.svg);}
.fixed-input-field:focus + .pw {background-image: url(/custom/img/login_pw_on.svg);}
.fixed-filter {
	color:#e6e6e6;	
}



.logn_form1 {
    text-indent: 1rem;
    font-size: 1rem;
    width: calc(100% - 1rem);
    cursor: pointer;
    text-decoration: none;
    outline: 0;    
	border: none;
    background: none;
    padding-left:50px;
}

.logn_form2 {
    
}

.logn_form3 {
    width:15px;
    height:15px;
    font-size:1em;
    border-color: #cccccc;
    border-width: 2px;
    border-style: solid;
    padding:0px;
    margin:0px;
    padding-left:50px;
}




#LoginCheck {
    height: 56px;
    border-radius: 8px;
    background: #2267B6;
    width: 100%;
    color: #fff;
    font-size: 18px;
    border: 0;
	margin-top: 20px;
	transition: all 0.3s ease;
}
#LoginCheck:hover {background: #0F0F15;}

.login_companylogo {
	
}

.login_mobile_title {
    display:inline;   
}    

.login_outline img {
    max-height: 100%;
	height: auto;
}


.login-copyright{
	font-size:0.8em;
	text-align:center;
	color:#b3b3b3;
	/* background-color:#1a1a1a; */
	padding:15px;
}


.ui-draggable .ui-dialog-titlebar {
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  border: 0px;
  font-weight: normal;
  background-color: #174A97;
  height: 50px;
  position: relative;
}

.ui-draggable .ui-dialog-titlebar .ui-dialog-title {
	font-size: 0;
	float: none;
	margin: 0;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 24px;
	margin-top: -12px;
	background: url(/custom/img/pop_title_icon.svg) no-repeat center;
}

.ui-draggable .ui-dialog-titlebar .ui-dialog-title i {

}

.ui-draggable .ui-dialog-titlebar .ui-dialog-titlebar-close {
	margin: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 24px;
	margin-top: -12px;
	background: url(/custom/img/close_icon_white.svg) no-repeat center / 24px;
	filter: none;
}

.ui-draggable .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon {
	display: none;
}

#msgtext {
	padding: 70px 0 60px !important;
	margin: 0;
	font-family: 'Pretendard-SemiBold';
	font-weight: 600;
	font-size: 20px;
	position: relative;
}

#msgtext:before {
	content:'';
	position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background: url(/custom/img/arm_icon.svg) no-repeat center / 100%;
}

.ui-dialog .ui-dialog-content #msgclose {
    border: 1px solid #dcdde4;
    background: #f3f4f6;
    height: 48px !important;
    border-radius: 8px;
    font-size: 16px;
    color: #353745;
    font-family: 'Pretendard-Regular';
    font-weight: 400;
    transition: all 0.3s ease;
}

.ui-dialog .ui-dialog-content #msgclose:hover {
    border: 1px solid #0f0f15 !important;
    background: #0f0f15 !important;
    color: #fff !important;
}


/* MODAL */

.modal-default-contents {
	margin:2px;
	width:100%;
	border-width:0px;
	font-weight:normal;
	font-size:0.8em;	
}


 .label-input-icons span { 
     position: absolute; 
     color:#595959;
     border : 0px;
     border-right : 1px;
     border-style:dashed;
     border-color:#bfbfbf;
     padding : 7px;
     margin: 7px;
 } 
   
 .label-input-icons { 
     width: 100%;      
 } 
 
 .label-icon { 
     width: 100px;
     text-align:center;
     font-size:0.9em;
 } 
   
 .label-input-field { 
     padding-left :140px;
 }
 
 
.red.tui-grid-cell{background-color: #f8e0e0;}
.pil.tui-grid-cell{background-color: #ffffcc;}
.blue.tui-grid-cell{background-color: #e6f2ff;}


.popup {
	background-color: #e6f2ff;
}

.ui-dialog-titlebar {
    color:white;
    font-size:1em;
    padding:0px;
    margin:0px;
    border-radius: 0px;
    border:0px;
    font-weight:normal;
    background-color:#737373;
}

.ui-dialog {
	border-radius: 0px;
	border:0px;
	padding:0px;
	margin:0px;		
}

.ui-dialog-content {

} 

.ui-dialog-titlebar-close {
	background-color:transparent!important;
	padding:0px;
	margin:0px;
	border:0px;
	color:white;
}


.ui-widget-content {
	padding:0px;
	margin:0px;
	border-radius: 8px;
}

.ui-dialog-buttonset button {
	font-size:0.8em;
}



.modal-default-footer {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
	text-align:center;
}

.modal-btn {
	font-size:0.9em!important;
	min-width:110px;
	border:1px;
	border-color:#d9d9d9;
	border-style:solid;
	padding:5px;
}

.modal-confirm {
	color:white;
	background : linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(56,143,198,1) 0%, rgba(79,164,219,1) 100%);
}

.ui-dialog-titlebar-close {
	color:white;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.ui-button-icon {
	color:white;
}

.form-control {
	width:calc(100% - 140px);
	height:30px;
	font-size:1.2em;
	border-width:thin;
	border-color:gray;
	border-style:solid;
	margin:3px;
}

#EMAILFIND {
	width:98%!important;
}


.ui-dialog .ui-dialog-content {
	overflow-x:hidden;
	padding: 24px 24px;
}

/* MODAL */

.blk {display:block;}
.pc_on {display: block;}
.m_on {display: none;}


@media all and (max-width: 1440px) { 

	.login_outline {
		width: 100%; 
		padding:0 30px;
		height: 600px;
	}
	.login_left_back .i2 img {
		height: 50px;
	}
	
	.login_left_back .i3 {
		font-size: 40px;
	}
	
	.login_right_back,
	.login_left_back {
		padding: 60px 60px;
	}
	
	

}



@media all and (max-width: 1024px) { 

	.login_right_back,
	.login_left_back {
        padding: 45px 45px;
    }
	
	.login_left_back .i2 img {
        height: 40px;
    }
	
	.login_left_back .i3 {
        font-size: 36px;
    }
	
	.login_left_back .copy {
		font-size: 12px;
	}
	

}



@media all and (max-width: 768px) { 
	
	.pc_on {display: none;}
	.m_on {display: block;}
	
	.login_outline {
		display: block;
		height: auto;
		padding: 0 20px;
	}
	
	.login_right_back, .login_left_back {
		width: auto;
		padding: 30px 30px;
	}
	
	.login_left_back {
		border-radius: 15px 15px 0 0;
	}
	
	.login_left_back .i1 img {
		height: 14px;
	}
	
	.login_left_back .i2 {
		margin-top: 10px;
	}
	
	.login_left_back .i2 img {
		height: 22px;
	}
	
	.login_left_back .i3 {
        font-size: 20px;
        margin-top: 20px;
    }
	
	.login_left_back .copy {
		display: none;
	}
	
	.login_right_back {
		border-radius: 0 0 15px 15px;
	}
	
	.login_form_div .copy {
		font-size: 10px;
	}
	
	.blk {
		display:inline-block;
	}
	
	.login_form_div .m1 {
		font-size: 30px;	
	}
	
	.login_form_div .m2 {
		margin-bottom: 15px;
	}
	
	.fixed-input-icons .del, .fixed-input-icons .view,
	.fixed-input-icons {
		height: 42px;		
	}
	
	.login_form_bottom,
	.fixed-input-field {
		font-size: 14px;
	}
	
	.logincheck_div {
		margin-top: 15px;
	}
	
	#LoginCheck {
		height: 48px;
		font-size: 16px;
		margin-top: 10px;
	}
	
	.login_form_div .copy {
        margin-top: 20px;
		color: #767676;
    }
	
	#msgtext {
		font-size: 18px;
	}
	
	.ui-dialog .ui-dialog-content #msgclose {
		font-size: 16px !important;
	}
	
	
	.login_form_div .logo_txt img {
        height: 70px;
    }
	
	.login_form_div .onelogo_txt {
        margin-top: 28px;
    }
    
    .login_form_div .onelogo_txt img {
        height: 22px;
    }
    
    .login_form_div .copy img {
        height: 7px;
        margin-right: 2px;
    }
	
	
	
}
