a:visited{
    all:unset;
}


body{
    margin: 0%;
    padding: 0%;
    font-family: "Lato" , sans-serif;
    background-color: white;
}

#wrap{
    width: 1000px;
    height: 100vh;
    margin: 0 auto;
    background-color: white;
}

.header_login{
    width: 100%;
    display: flex;
    justify-content:flex-end;
    align-items: flex-end;
    border-bottom: #1976d2 solid 2px;
  
}


.header_login input{
    border: none;
    border-bottom: solid 1px black;
    margin-bottom: 4px;
    margin-top: 7px;
    height: 25px;
    width: 40%;
    
}
.header_custom{
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: flex-end;
   
   
    border-bottom: #1976d2 solid 2px;
    
}


.header_login ul{
    list-style: none;
  
    font-size: 14px;
    padding-left: 5%;
    
}
.header_custom ul{
    list-style: none;
  
    font-size: 14px;
    padding-left: 5%;
    
}

.header_login #cus_id, #cus_pw{
    width: 50%;
}


.header_user{
    display: none;
    width: 100%;
   
    justify-content:flex-end;
    align-items: flex-end;
    border-bottom: #1976d2 solid 2px;
    font-size: 12px;
    
    
}

.header_user ul{
    padding-left: 0%;
    margin-bottom: 0%;
    margin-top: 0%;
}

.header_user h1{
    margin-bottom: 5px;
    margin-left: 5%;
    margin-top: 0%;
    
}

.header_login .user_btn{
    font-size: 20px;
    margin-bottom: 0px;
    padding-left: 0%;
    display: flex;
    justify-content: flex-end;
    height: 40px;
    
}
.header_custom .reload_btn{
    font-size: 20px;
    margin-bottom: 0px;
    padding-left: 0%;
    display: flex;
    justify-content: flex-end;
    height: 40px;
    gap:30px;
    
}

.toogleBtn{
    font-size: 23px;
    margin-left: 10px;
}

.toogleBtn, .toogleBtn2, #addover {
    color: #1976d2
}

.toogleBtn:visited, .toogleBtn2:visited, #addover:visited {
    color: #1976d2
}

.user_outline{
    display: none;
    justify-content:flex-start;
    margin-left: 5%;
    
}
.cont_user{
    display: flex;
    flex-direction: column;
    padding: 12px 8px;
    width: 25%;
}

.cont_user #cusnm2, #email, #pw, #pw2, #wpnno, #telno{
    width: 100%;
    padding: 8px 8px;
    margin-top: 10px;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
}

#telno{
    margin-bottom: 10px;
}
.user_outline p{
    font-size: 12px;
    color: green;
    display: none;

}


#emchk{
    width: 100%;
    margin-left: 20px;
    margin-top: 70px;
    border-radius: 5px;
    height: 23px;
    cursor: pointer;
}

.add_btn{
    display: none;
    width: 100%;
    border-top: solid 2px #1976d2;
    
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.add_button{
    
    color: #e0e0e0;
    background-color: #65bae9;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
    
    
    
}

.can_button{
    color: #e0e0e0;
    background-color: #5d5f6a;
    padding: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.langpack {
    margin-bottom: 0%;
}

.header_login li{
    padding: 12px 8px;
}


.header_custom ul h1{
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
}

.header_custom ul:first-child{
  
   padding-left: 5%;
   margin-bottom: 0%;
}

.login_id{
   
    display: flex;
    flex: 2;
    margin-bottom: 0px;
}

.login_pw{
    
    display: flex;
    flex: 2;
    margin-bottom: 0px;
}
.langpack{
    display: flex;
    flex: 1;
}


.login_btn, .reload_btn {
    margin-bottom: 5px;
}

.toogleBtn, .toogleBtn2{
    font-size: 24px;
}


/* PO 정보 영역 */
.cont_main {
    margin-top: 16px;
    
}

.cont_main ul{
    list-style: none;
    padding-left: 0%;
    margin-top: 0%;
    
}

.cont_main ul li:first-child .cont_po{
    border-top: solid 1px #bbadad;
}
.cont_main .cont_po{
    cursor: pointer;
    display: none;
}

.cont_po{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #bbadad;
    background-color: white;
}

.po_data{
    width: 100%;
    font-size: 12px;
    
}

.cont_po :hover{
    font-size: 13px;
 
}
.po_data td:nth-child(2n){
    text-align: left;
    padding: 2px 8px;
    width: 20%;
}

.fa-download {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: green;
}

.downloadBox a {
    color: black;
    text-decoration: none;
}

.downloadBox:focus{
    outline:none;
}
.downloadBox a:hover {
    text-decoration: underline;
}
/* 홀수만 오른쪽정렬 */
.po_data td:nth-child(odd) {
    text-align: right;
}

.cont_items {
    display: none;
}

.cont_left {
    width: 100%; 
    display: flex;
    border-bottom: 1px solid #bbadad;
    background-color: #eaeaea;

}
.cont_left .typea{
    width: 100%;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    margin: 10px 0px;
    
   
    border-collapse: collapse;
}

.align-left {
    text-align: left;
    padding-left: 30px;
}

.cont_left .typea th, .cont_left .typea td{
  border-right: solid 1px lightgray;

  
}

.cont_left .typea td{
    padding-top: 5px;
}

.cont_left .typea th:last-child, .cont_left .typea td:last-child{
    border-right: none;
}

.cont_left .typea td:nth-child(1){
    width: 30%;
    text-align : left;
    padding-left: 20px;
}

.cont_left .typea td:nth-child(2){
    width: 25%;
    text-align : left;
    padding-left: 20px;
}
.cont_left .typea td:nth-child(3){
    width: 15%;
    text-align : left;
    padding-left: 20px;
}
.cont_left .typea td:nth-child(4){
    width: 15%;
    text-align : right;
    padding-right: 20px;
}
.cont_left .typea td:nth-child(5){
    width: 15%;
    text-align : right;
    padding-right: 20px;
}

.cont_left2{
    display: flex;
}

.cont_right2{
    display: flex;
}

.cont_right table {
    font-size: 12px;
    margin: 10px 0px;
}


.cont_right table tr, td{
    text-align: center;
}
.cont_right table td{
    padding-top: 5px;
    
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.modal-content {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  min-width: 280px;
  text-align: center;
}

.modal-content input {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 14px;
}

.modal-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.modal-buttons button {
  padding: 8px 14px;
  font-size: 14px;
  cursor: pointer;
}
  
.paging{
    border-top: solid 2px #1976d2;
    padding-top: 10px;
    display: none;
    width: 100%;
    text-align: center;
}

.paging a{
    font-size: 13px;
    border: solid 1px #e0e0e0;
    padding: 8px 16px;
    text-decoration: none;
}

@media (max-width:1220px){
    #wrap{width: 95%;}
    .cont_left{
        display: flex;
    }

    .cont_items{
        /*display: none;*/
    }

    .cont_items ul{
        width: 100%;
    }
    .cont_outline{
        display: flex;
    }
    
    .cont_left2,
    .cont_right2, 
    .cont_items2 {
        display: block;
    }
   
}

@media (max-width: 768px) {
  .status-cards {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }

  .card {
    width: 70%;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 12px;
  }

  .card .title {
    font-size: 11px;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card .title i {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .card .title .label {
    font-size: 11px;
  }

  .card .date {
    font-size: 11px;
    color: #666;
  }

  .connector i {
    font-size: 16px;
    margin: 4px 0;
    display: block;
  }
}
