/* ------------------------------------------------------------------------------------------------------------
    socket Board
------------------------------------------------------------------------------------------------------------ */
.socketList { margin:6rem 0 0; padding:0; border-top:2px solid #545454; border-bottom:1px solid #545454; }

.socketHeader { display: flex; justify-content: space-between; align-items: center; border-bottom:1px solid #545454; min-height:4.0rem; padding-top:calc((4.0rem - 1.5rem)/2); padding-bottom:calc((4.0rem - 1.5rem)/2); font-size:1.4rem; text-align:center; }
.socketHeader .shItem:first-child { flex:1 1 3%; }
.socketHeader .shItem:nth-child(2) { flex:1 1 13%; }
.socketHeader .shItem:nth-child(3) { flex:1 1 13%; }
.socketHeader .shItem:nth-child(4) { flex:1 1 13%; }
.socketHeader .shItem:nth-child(5) { flex:1 1 8%; }
.socketHeader .shItem:nth-child(6) { flex:1 1 5%; }
.socketHeader .shItem:nth-child(7) { flex:1 1 5%; }
.socketHeader .shItem:nth-child(8) { flex:1 1 8%; }
.socketHeader .shItem:nth-child(9) { flex:1 1 5%; }
.socketHeader .shItem:last-child { flex:1 1 5%; }

.socketContent { display: flex; justify-content: space-between; align-items: center; border-bottom:1px solid #545454; min-height:4.0rem; padding-top:calc((4.0rem - 1.5rem)/2); padding-bottom:calc((4.0rem - 1.5rem)/2); font-size:1.4rem;  text-align:center; }
.socketContent .scItem:first-child { flex:1 1 3%; }
.socketContent .scItem:nth-child(2) { flex:1 1 13%; }
.socketContent .scItem:nth-child(3) { flex:1 1 13%; }
.socketContent .scItem:nth-child(4) { flex:1 1 13%; }
.socketContent .scItem:nth-child(5) { flex:1 1 8%; }
.socketContent .scItem:nth-child(6) { flex:1 1 5%; }
.socketContent .scItem:nth-child(7) { flex:1 1 5%; }
.socketContent .scItem:nth-child(8) { flex:1 1 8%; }
.socketContent .scItem:nth-child(9) { flex:1 1 5%; }
.socketContent .scItem:last-child { flex:1 1 5%; width: 100%; height: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }












