
#mypage__div table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #191919;
  margin-bottom: 12px;
}    
#mypage__div table th {
  background: #fafafa;
  color: #787878;
  font-size: 15px;
  padding: 18px 22px;
} 
#mypage__div table td {
  padding: 14px 6px; 
  text-align: center;
  color: #787878;
  border-bottom: 1px solid #d3d3d3;
}

.chk__th {
  padding: 0 22px !important;
}
#mypage__div table .spanover {
  display: block;
  width: 25px;
  height: 25px;
}

.delivery__default {
  font-size: 15px;
  color: #8a27ae; 
  font-weight: 600;
}
.delivery__manage {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
} 
#mypage__div button { 
  outline: 0;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  font-size: 15px;
  color: #787878; 
  padding: 5px 10px;
  background: #fff;
  font-family: var(--main-fonts);
  font-weight: 600;
  cursor: pointer;
}
.delivery__manage button.delivery_del {
  background: #f3f3f3 !important;
} 

#deliverys_del, #default_set {
  background: #f3f3f3 !important;
} 

.mypage__title .openModalBtn {
  font-size: 14px !important;
  color: #fff !important;
  background: #8a27ae !important;
  border-radius: 5px !important;
  padding: 8px 10px !important;
  border: 0 !important;
  font-weight: 500 !important;
  outline: 0 !important;
  font-family: var(--main-fonts) !important;
} 