@charset "utf-8";
/* 로그인 */
*,h1 { padding:0; margin:0; font-family: "Elice Digital Baeum",sans-serif; box-sizing: border-box;}
html, body  { height:100%; position: relative; overflow:hidden; }
.login-body { background-color: #272530;}
.login-wrap { display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; padding: 7.4vh 8.3vw 6.2vh;}

input, button { outline: 0 none; background: transparent; border: 0;}
.login-form { display: flex; flex-direction: column; align-items: center;}
.login-tit-cion { margin-bottom: 10vh;}
.login-form form { width: 520px;}
.login-info { display: flex; justify-content: space-between}
.login-input { width: calc(100% - 120px);}
.login-input-bg { background:url(../../img/login-input-bg.png) no-repeat; margin-bottom: 10px;}
.login-input-bg:last-child { margin-bottom: 0px;}
.login-input input { position: relative;  width: 100%; height: 50px; color:#999; padding: 0 14px;}
.login-input input::before { content:''; display: block; width: 10px; height:10px; background:#f90;}
.login-btn { min-width: 110px;}
.login-btn button { cursor: pointer; width: 100%; height: 110px; font-size: 20px; font-weight: bold; color: #fff; background:url(../../img/login-btn-bg.png) no-repeat;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  { transition: background-color 5000s ease-in-out 0s; -webkit-transition: background-color 9999s ease-out; -webkit-text-fill-color: #fff !important;}


.login-chk { margin-top: 15px;}
.input-box { position: relative;}
.login-chk input[type=checkbox] { display: none;}
.login-chk label { color: #fff; font-size: 12px; padding-left: 40px;}
.login-chk label::before { display: block; content:''; transition: all .2s; width: 34px; height: 20px; position: absolute; left:0; top:4px; border-radius: 10px; background-color: rgba(162, 162, 162, 0.7);}
.login-chk  input[type=checkbox]:checked + label::before { background-color: rgba(62, 77, 208, 1);}
.login-chk label::after { display: block; content:'';  transition: all .2s;position: absolute; width: 14px; height: 14px; background: #fff; border-radius: 50%; left: 3px; top: 7px;}
.login-chk  input[type=checkbox]:checked + label::after { left: 17px;} 

.login-copy-box { display: flex; justify-content: space-between; align-items: center; font-weight: bold;}
.login-copy { font-size: 11px; color: #666;}
.login-down { display: flex;}
.login-down p { display: flex; align-items: center;}
.login-down p:first-child { margin-right: 25px;}
.login-down a { color: #999; font-size: 12px; text-decoration: underline;}
.login-down img { margin-right: 8px;}