/* ======= 로그인 페이지 ========*/

@charset "UTF-8";

html, body{
  -webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust : none;  /* IE */
  -moz-text-size-adjust : none;  /* 파이어폭스 */
  -o-text-size-adjust : none;  /* 오페라 구버전 */
}



html {
    height: 100%;
}

:focus {
	outline: 0;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: top;
}

ul {
    list-style: none;
}

em {
    font-style: normal;
}

input,
select,
button {
    vertical-align: middle;
}

label,
button {
    cursor: pointer;
}

a {
    text-decoration: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, button{margin:0; padding:0;}


*{
	
	text-size-adjust:none;
	word-wrap: break-word;
	word-break: keep-all;
}


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "SUIT", sans-serif;
    font-weight: 400;
    color: #464646 ;
    /* 기본 폰트 색 */
    letter-spacing: -0.4px;
    font-size: 10px;
}

body {
    height: 100%;
    background-color: #F7F8FA;    
    
}


input {
    box-sizing: border-box;
}


.login {
    background: #ffffff;
    width: 100%;
    position: relative;
    height: 100%;
}

.login::before {    
	display: block;
    clear: both;
    content: "";
    background: url(/images/Login_bg.png);
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    }

.center {height: 100%;}
.login > .login_head {
    position: relative;
    top: 22%;
    max-width: 450px;
    text-align: center;
    margin: auto;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.login > .login_head > h3 {
        font-size: 1.6em;
    margin: 1.12em 0 1.6em;
    opacity: 90%;
    font-weight: 400;
    text-align: center;
       color: #8D96A6;
}

.l-align {
    position: relative;
    top: 42%;
    max-width: 450px;
    margin: auto;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.l-target.l-target--active {
    display: block;
}

.l-target {
    display: none;
}

.login_page .l-form:nth-child(1) {
    margin-bottom: 24px;
}




.l-input_text:focus {border-bottom: 2px solid #00A1B9;}

.l-input_text {
display: block;
    width: 100%;
    height: 42px;
    -webkit-border-radius: 4px;
    border-radius: 0.4rem;
    border: 0;
    color: #9FA6B2;
    font-size: 14px;
    text-align: left;
    text-indent: 15px;
    border: 1px solid #D9F2F0;
}

.l-form + .l-form {
    margin-top: 10px;
}

.login_page .l-form p {
    color: #3C485B;
    margin-bottom: 0.8em;
    font-size: 1.6em;
    font-weight: 700;
}

.l-section + .l-section {
    margin-top: 20px;
}

.login_page .l-form:nth-child(1) {
    margin-bottom: 24px;
}


.login_page .l-form .l-checkbox {
    margin-bottom: 24px;
    overflow: hidden;
}

.l-input_text::placeholder {
	color: #8497b0;
	font-size: 1em;
}


.l-checkbox {
    position: relative;
}

.l-check {
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    float: left;
    vertical-align: middle;
    margin-top: 4px;
    border-radius: 4px;
}

.l-check_label {
        display: block;
    padding: 0px 0 0px 8px;
    color: #3C485B;
    font-size: 1.6em;
    line-height: 1.5;
    -webkit-transition: all .2s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: all .2s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all .2s cubic-bezier(0.86, 0, 0.07, 1);
    float: left;
    font-weight: 400;
}

.l-button {
    display: block;
    width: 100%;
    height: 48px;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    border: 0;
    background-color: #00B3CE;
    color: #fff;
    font-size: 1.68em;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.4px;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.l-button> i::before {font-size:16px; color:#fff;}
.l-button:focus,
.l-button:hover{background:#00a69e; box-shadow: 0px 4px 12px 0px rgba(51, 54, 60, 0.15);}

.l-section.l-section--large {
    margin-top: 35px;
}

.l-links.l-links--center {
    text-align: center;
}

.l-link {
    display: inline-block;
    color: #3C485B;
    font-size: 1.6em;
}

.l-link span.link_text {
    color: #00A1B9;
    font-size: 15px;
    font-weight: 700;
    margin-left: 8px;
    text-decoration: underline;
    text-underline-position: under;
}


input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0 1000px #D9F2F0 inset; 
  /* -webkit-text-fill-color: white // 글자색 변경*/
}


