*{
    margin:0;
    padding:0;
    list-style: none;
    color:#000;
    text-decoration: none;
    box-sizing: border-box;
    
}

body{
    background-color:#f5f6f7 ;
}

#header{
    margin:0 auto;
    position:relative;
    padding:200px 0 53px;
    width:768px;
}


h1 a{
   width:159px;
   height:44px;
   background-image:url('../img/farmever_logo_ko.png');
   display: block;
   margin:0 auto;
}

.lang{
    position: absolute;
    top:20px;
    right:10px;
    display: block;
}

.sel:focus{
    outline:none;
}

.sel{
    width:100%;
    min-width:95px;
    height:30px;
    color: #333;
    border: 1px solid #ccc;
    padding:4px 10px 6px 6px;
    font-family: Helvetica,Dotum,sans-serif;
    background-color:#f5f6f7 ;
}

#container{
    margin:0 auto;
    position:relative;
    width:768px;
}


#contents{
    margin:0 0 100px auto;
    text-align:center;
    
}

#contents input{
    font-size: 14px;
    width:460px;
    height:48px;
    margin-bottom: 8px;
    padding: 7px 11px;
    border: solid 1px #dadada;
    outline: none;
}

#contents input[type="text"]:focus{
    border:1px solid #01014c;
}

#contents input[type="password"]:focus{
    border:1px solid #01014c;
}


#contents .login{
    cursor: pointer;
    border: solid 1px rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgb(0 0 38 / 8%);
    background-color: #00336a;
    color:#fff;
    font-weight: 400;
    font-family: Helvetica,Dotum,sans-serif;
    margin:12px 0 14px;
    font-size: 16px;
    height:56px;
	border-radius: 0.2875rem;
}
