table.boss{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background: linear-gradient(180deg,
    rgba(174,148,115,.06) 0%,
    rgba(0,0,0,.45) 100%);
  border:1px solid rgba(174,148,115,.35);
  border-radius:12px;
  overflow:hidden;
  box-shadow:
    inset 0 0 40px rgba(174,148,115,.08),
    0 10px 30px rgba(0,0,0,.55);
}


table.boss thead th{
  background: linear-gradient(to bottom,#2a241a,#15120c);
  color:#e9d7a6;
  font-weight:800;
  font-size:15px;
  padding:14px 10px;
  border-bottom:1px solid rgba(174,148,115,.35);
  letter-spacing:.5px;
  text-align:center;
}


table.boss tbody td{
  background: rgba(0,0,0,.35);
  color:#e6e6e6;
  padding:16px 12px;
  text-align:center;
  border-bottom:1px solid rgba(174,148,115,.15);
  transition:.2s ease;
  vertical-align: middle;
}


table.boss tbody tr:last-child td{
  border-bottom:none;
}
  
  table.boss tbody td:first-child{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
}


table.boss tbody tr:hover td{
  background: rgba(174,148,115,.08);
}


table.boss tbody td img{
  border-radius:8px;
  border:1px solid rgba(174,148,115,.35);
  box-shadow:
    0 6px 18px rgba(0,0,0,.6),
    inset 0 0 10px rgba(174,148,115,.15);
  margin-bottom:8px;
      width: 60px;
    height: 90px;
}


table.boss tbody td b{
  color:#e9d7a6;
  font-weight:800;
}
  table.boss tbody td:nth-child(2),
table.boss tbody td:nth-child(3){
  text-align:center;
}
  
  .desc p {
    font-size:18px !important;
  }
  
  .sub-inform_area{
  background: linear-gradient(180deg, rgba(174, 148, 115, .08) 0%, rgba(0, 0, 0, .35) 100%);
  border: 1px solid rgba(174, 148, 115, .35);
  border-radius: 10px;
  padding: 22px 20px;
  box-shadow:
    inset 0 0 40px rgba(174, 148, 115, .08),
    0 8px 30px rgba(0, 0, 0, .45);
  text-align:center;
  transition:.25s ease;
}

.tabs {
  margin: 0 auto;
 
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
font-size: 2.3vh;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
 color:#fbeeb4;
  
    
  transform: scale(1.05);
}


.tab-button-outer {
  display: none;
}

@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
   
  }
}
  
  .post-body h4 {
    color:#fff;
  }
  
  .img {
    width: 14vh;
    height: 14vh;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    padding: 1.5vh;
    box-shadow: 0vh 2vh 4vh rgba(0, 0, 0, 0.232);
    background-color: rgba(0, 0, 0, 0);
    border: 0.2vh solid #414649;
    transition: 0.5s;
  }
  
  .slide1 {
    padding: 0vh 1vh;
    transition: 0.5s;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  table.item{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background: linear-gradient(180deg,
    rgba(174,148,115,.06) 0%,
    rgba(0,0,0,.45) 100%);
  border:1px solid rgba(174,148,115,.35);
  border-radius:12px;
  overflow:hidden;
  box-shadow:
    inset 0 0 40px rgba(174,148,115,.08),
    0 10px 30px rgba(0,0,0,.55);
}


table.item thead th{
  background: linear-gradient(to bottom,#2a241a,#15120c);
  color:#e9d7a6;
  font-weight:800;
  font-size:15px;
  padding:14px 10px;
  border-bottom:1px solid rgba(174,148,115,.35);
  letter-spacing:.5px;
  text-align:center;
}


table.item tbody td{
  background: rgba(0,0,0,.35);
  color:#e6e6e6;
  padding:16px 12px;
  text-align:center;
  border-bottom:1px solid rgba(174,148,115,.15);
  transition:.2s ease;
  vertical-align: middle;
}


table.item tbody tr:last-child td{
  border-bottom:none;
}
  
  table.item tbody td:first-child{

}


table.item tbody tr:hover td{
  background: rgba(174,148,115,.08);
}


table.item tbody td img{
  border-radius:8px;
  border:1px solid rgba(174,148,115,.35);
  box-shadow:
    0 6px 18px rgba(0,0,0,.6),
    inset 0 0 10px rgba(174,148,115,.15);
  margin-bottom:8px;
      width: 60px  !important;
    height: 60px !important;
}


table.item tbody td b{
  color:#e9d7a6;
  font-weight:800;
}
  table.item tbody td:nth-child(2),
table.item tbody td:nth-child(3){
  text-align:center;
}