﻿body, html, form{
    margin:0;   
    width:100%;
    height:100%;
     font-family: 'Nanum Gothic', sans-serif;    
}

::placeholder {
  color: #c8c8c8; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #c8c8c8;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #c8c8c8;
}

#wrap{
    background: #808080;
    background-size:cover;
    height:100%;
    margin:0;
    padding:0;
    width:100%;
    display:inline-block;
    min-width:1020px;
    min-height:800px;
}
h1{
    font-size:60px;   
}
h4 {
    font-size: 25px;
}
p{
    font-size:20px;
    line-height:27px;
}
.loginpage {
    width: 900px;
    height: 600px;
    margin: 120px auto 0;  
    box-shadow: 2px 2px 10px; 
}

.logoside{
    float:left;
    width:400px;
    height:100%;
    background-color:#fff;
    padding: 90px 0 50px 50px;
    box-sizing:border-box;
    color:#ed1c24;
}
.logoside h4{
    margin:0;
    font-weight:300;
}
    .logoside h1 {
        margin:0 0 10px;       
    }
    .logoside img{
        margin-top: 142px;
        margin-left: 15px;
    }
.loginside{
    float:left;
    width:500px;
    height:100%;
    padding:115px 60px 90px;
    background-color:#fff;
    box-sizing:border-box;
}
.logcon{
    margin-bottom:60px;
}

.ex{
    color:#aeaeae;
    margin:0;
    font-weight:600;
    font-size:19px;
}
.logWin {
    margin: 10px 0;
}
.inform{
          width: 100%;
        height: 45px;
        padding: 5px 20px 5px 35px;         
        margin: 15px 0;
        border:1px solid #1c323e;
        box-sizing:border-box;      
        border-radius:24px;
}

.logWin input{
           width: 300px;       
        padding:8px 0;    
        border:none;
        box-sizing:border-box;
        font-size:16px;       
}
    .logWin input.loginBtn {   
            width: 100%;
        height: 45px;
        padding: 5px 35px;               
        border:1px solid #3e1c1c;
        box-sizing:border-box;
        font-size:16px;
        border-radius:24px;           
        background:  #3e1c1c;
        color:#fff;              
        cursor: pointer;
        margin-top:10px;
    }
     .logWin input.loginBtn:hover{        
          background-color:#F66868;
           border:1px solid #F66868;
     }
    input:focus {outline:none;}

    .divInfo p{    
    line-height: 1.6; 
    color: #414141;   
    font-size:16px; 
}
    .fa-lock{
        font-size:20px;
        color:#0e415d;
    }


   
/*모달*/
#Mainmodal{
    width:30%;
    height:410px;
    border:none;
    border-radius:10px;
    box-shadow:1px 1px 10px 3px #898989;
}

.mainModal_title{
    padding:5px 10px;
}

.mainModal_title h2{
      font-family: 'InfinitySans-BoldA1';
      font-size:30px;
}
.mainModal_title p{
        font-family: 'InfinitySans-RegularA1';
        font-size:25px;
}

.modalImg{
    text-align:center;
    padding-top:30px;
}

.modalImg img{
    width:19%;
}

.mainModal_content{
      font-size:20px;
      font-family: 'InfinitySans-RegularA1';
      padding:40px 30px;
      word-break:keep-all;
      text-align:center;
      color:#393939;
}

.mainModal_content_inn{
    padding-top:30px;
}

.mainModal_content input[type=button]{
    width:50%;
    border:none;
    border-radius:100px;
    background-color:#0e3b63;
    color:#fff;
    padding:15px 10px;
    cursor:pointer;
    transition:.3s all;
}

.mainModal_content input[type=button]:hover{
    background-color:#062c4d;
}

.cnt_clk{
    color:#0000ff;
    border-bottom:1px solid #0000ff;
}


/*모달창*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 500; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 1000px; /* Could be more or less, depending on screen size */
    border:3px solid #3c4454;
}
/* Modal Content/Box */
.modal-content2 {
    background-color: #fefefe;
    margin: 13% auto; /* 15% from the top and centered */
    padding: 15px;
    border: 1px solid #888;
    width: 280px; /* Could be more or less, depending on screen size */
    border:3px solid #3c4454;
}
/* The Close Button */
.modal-close {
    color: #aaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
    position:relative;
    top:-12px;
}

    .modal-close:hover,
    .modal-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    .modal-tb-1{
        width:100%;
        font-size: 14px;
        border-top: 1px solid #8a8a8a;
    }
     .modal-tb-1 tr{         
         height:25px;
             border-bottom: 1px solid #cecece;
     }
     .modal-tb-1 tr th{
         text-align:center;
         font-weight:400;
         padding:10px 7px;
         background:#f3f4f6;
     }
      .modal-tb-1 tr td{
          padding: 10px 7px 10px 17px;
      }
      .modal-tb-1 tr td.point{
          color: red;
          font-weight:bold;
      }
      .modal-tb-1 tr td input[type=text]{         
         border: 1px solid #aaa;
    padding: 3px 3px 3px;
    transition: 0.4s;
    width: 200px;
    float: left;
    margin-right: 5px;
    height: 25px;
     }

      

    .inform_wrap .inform {position: relative; overflow: hidden; margin-bottom: 5px;}
    .inform_wrap .inform input[type=submit] {position: absolute; top:0; right: 0; width: 35%; text-align: center; padding: 0; margin: 0; border-radius: 0; margin-top: -1px;}
     .inform_wrap #timer {padding-left: 35px; font-size: 14px;}