﻿
/*reset 초기화*/
* {
    margin: 0;    padding: 0;    box-sizing: border-box;
    font-weight: 400;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, enter, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;    padding: 0;    border: 0;    font-size: 100%;    vertical-align: middle;
    background: transparent;    font-style: normal;    scroll-behavior: smooth;
}
html, body l, form{
    margin:0;   
    width:100%;
    height:100%;
     font-family: 'Nanum Gothic', sans-serif;    
    letter-spacing: -2%;
    color: #111;
    -webkit-text-size-adjust: 100% !important; /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust: 100% !important; /* IE */
    -moz-text-size-adjust: 100% !important; /* 파이어폭스 */
    -o-text-size-adjust: 100% !important; /* 오페라 구버전 */
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{ overflow-x: unset; }
article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section { display: block; }
ol, ul, li{ list-style: none;}
a {text-decoration: none;    color: #000;}
table {border-collapse: collapse;    border-spacing: 0;    table-layout: fixed;}
span {vertical-align: baseline;}
::placeholder, :-ms-input-placeholder, ::-ms-input-placeholder  {
  color: #c8c8c8; 
}
input:focus {outline:none;}



#wrap{
    background: url('/common/image/login/bg.jpg') no-repeat;
    background-size:cover;
    width:100%;
    height:100vh;
    margin:0;
    padding:0;
    display:inline-block;
    min-width:1020px;
    min-height:800px;
}
h1{   
    color: #081638;
    font-size:54px;   
    text-align: center;
    font-weight: 800;
}
p{
    margin-top: 8px;
    text-align: center;
    color: #616161;
    line-height: 145%;
}

.logo{
    height: 72px;
    display: block;
    /*margin: 90px auto 0 auto;*/
    margin: 45px;
}
.login {
    position: absolute; 
    top: 53%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 3.8rem 2rem;
    max-width: 600px;
    box-shadow: 0 8px 40px rgba(0, 52, 185, 0.12);
}
.logcon{
    margin: 40px 0;
}
.logWin {
    margin: 10px 0;
}
.login input{
    width: 100%;
    height: 56px;
    font-size: 16px;
    border:none;
    box-sizing:border-box;
    padding:  5px 15px;         
    margin-bottom: 14px;
    border-radius:12px;
    background:#F6F6F6;
    border: 1px solid #cccccc;
}
.login .loginBtn {
    width: 100%;
    height: 56px;
    padding: 5px 35px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    margin-bottom: 0;

    background: linear-gradient(to right, #9CABD3, #666C89, #000000);
    background-size: 200% auto;
    background-position: left center;
    transition: background-position 0.5s ease;
}
.login .loginBtn:hover {
    background-position: right center;
    box-shadow: 0 0 20px rgba(156, 171, 211, 0.3);
}


.sub_tex{
    font-size: 15px;
}