.sspdRegisterBox {
  width: 100%;
  padding: 16px;
  border-radius: 3px;
  border: 1px solid var(--silver);
  background-color: var(--white);
}

.sspdRegister_flexBox {
  display: flex;
  flex-shrink: 0;
}

.sspdRegisterBox input {
  flex: 1;
  height: 51px;
  padding: 16px;
  border-radius: 3px;
  border: 1px solid var(--white-three);
  background-color: var(--white);
}
.sspdRegisterBox .d-none + input {
  border-radius: 3px 0 0 3px !important;
}
.sspdRegisterBox label {
  height: 51px;
  padding: 16px;
  border-radius: 0px 3px 3px 0px;
  border: 1px solid var(--white-three);
  background-color: var(--white);
}

.sspdRegister_silverButton {
  width: 148px;
  height: 45px;
  padding: 12px;
  border-radius: 3px;
  background-color: var(--silver);
  font-family: AppleSDGothicNeoM00;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sspdRegister_silverButton:hover {
  background-color: var(--dusty-orange);
}

.ssProduct01_categoryButton {
  height: 45px;
  padding: 14px 20px;
  border-radius: 5px;
  border: 1px solid var(--white-three);
  background-color: var(--white);
  font-family: AppleSDGothicNeoL00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--silver);
  cursor: pointer;
  transition: all 0.3s ease;
}

.ssProduct01_categoryButton:hover,
.btn-check:checked + .ssProduct01_categoryButton {
  border: 1px solid var(--dusty-orange);
  background-color: var(--dusty-orange);
  color: var(--white);
}

.addProduct {
  width: 148px;
  height: 45px;
  padding: 12px 36px;
  border-radius: 3px;
  background-color: var(--silver);
  transition: all 0.3s ease;
}

.addProduct p {
  font-family: AppleSDGothicNeoM00;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--white);
}

.addProduct:hover {
  background-color: var(--dusty-orange);
}

.addDProduct {
  width: 148px;
  height: 45px;
  padding: 12px 28px;
  border-radius: 3px;
  background-color: var(--silver);
  transition: all 0.3s ease;
}

.addDProduct p {
  font-family: AppleSDGothicNeoM00;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--white);
}

.addDProduct:hover {
  background-color: var(--dusty-orange);
}

.ssProduct01_cards {
  width: 100%;
  padding: 1rem;
  border-radius: 3px;
  border: 1px solid var(--white-three);
  cursor: pointer;
}

.ssProduct01_cards:hover {
  border: 1px solid var(--silver);
}

.ssProduct02_requestCategoryButton {
  width: 148px;
  height: 30px;
  padding: 6px;
  border-radius: 3px;
  background-color: var(--silver);
  font-family: AppleSDGothicNeoM00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--white);
}

.ssProduct02_requestCategoryButton:hover {
  background-color: var(--dusty-orange);
}

.ssProduct02_table {
  width: 100%;
}

.ssProduct02_table thead tr th {
  padding: 4px;
  background-color: var(--white-two);
  font-family: AppleSDGothicNeoL00;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.6px;
  text-align: center;
  color: var(--silver);
}

.ssProduct02_table tbody tr td {
  padding: 8px;
  font-family: AppleSDGothicNeoL00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--black);
  border-bottom: 1px solid var(--white-three);
}

.mmProduct_checkCategoryButton:hover,
.btn-check:checked + .mmProduct_checkCategoryButton {
  border: 1px solid var(--greenish-blue);
  background-color: var(--greenish-blue);
  color: var(--white);
}

.ssProduct02_table tbody tr td.td1 {
  width: 64px;
  color: var(--silver);
}

.ssProduct02_table tbody tr td.td2 {
  width: max-content;
}

.ssProduct02_table tbody tr td.td4 {
  width: 97px;
}

.addProductButton {
  width: 100%;
  height: 70px;
  padding: 24.5px;
  border-radius: 3px;
  border: 1px solid var(--silver);
  background-color: var(--greenish-blue);
  font-family: AppleSDGothicNeoM00;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--white);
}

.mmProduct_tag {
  width: 46px;
}

.mmProduct_tag p {
  width: 100%;
  text-align: center;
}

.delProduct,
.reviseProduct {
  width: 200px;
  height: 46px;
  padding: 12.5px;
  margin: 0 auto;
  border-radius: 6px;
  font-family: AppleSDGothicNeoM00;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
}

.delProduct {
  margin-bottom: 10px;
  background-color: var(--lipstick);
}

.reviseProduct {
  background-color: var(--greenish-blue);
}

.sspdRegister_title {
  width: 128px;
  margin-top: 14px;
  margin-right: 20px;
  font-family: AppleSDGothicNeoM00;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: right;
  color: var(--black);
}

.sspdRegister_addFileBox {
  flex: 1;
  display: none;
  height: 34px;
  padding: 8px;
  margin-top: 10px;
  border-radius: 3px;
  border: 1px solid var(--white-three);
}

.sspdRegister_addFileBox img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.sspdRegister_addFileBox p {
  flex: 1;
}

.sspdRegister_addFileBox img.sspdRegister_delThumbnail {
  width: 14px;
  height: 14px;
  margin-right: 0;
  cursor: pointer;
}

.sspdRegister_textareaOuter {
  flex: 1;
  padding: 1rem;
  border-radius: 3px;
  border: 1px solid var(--white-three);
}

.sspdRegister_textarea {
  padding: 0;
  border: none;
  resize: none;
}

.sspdRegister_textarea:focus {
  border: none;
}

.sspdRegister_bottomButton {
  width: 264px;
  height: 46px;
  padding: 12.5px;
  border-radius: 6px;
  background-color: var(--silver);
  font-family: AppleSDGothicNeoM00;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sspdRegister_bottomButton:hover {
  background-color: var(--dusty-orange);
}

.sspd_adminChip {
  height: 19px;
  padding: 2px 8px;
  border-radius: 3px;
  background-color: var(--macaroni-and-cheese);
  font-family: AppleSDGothicNeoM00;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
}

.sspd_reviewTextarea {
  flex: 1;
  padding: 1rem;
  margin-right: 10px;
  resize: none;
}

.sspd_silverButton {
  width: 148px;
  height: 30px;
  padding: 6px;
  border-radius: 3px;
  background-color: var(--silver);
  font-family: AppleSDGothicNeoM00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sspd_silverButton:hover {
  background-color: var(--dusty-orange);
}

.sspd_abReviewList {
  display: flex;
  width: 100%;
  padding: 8px 21.5px;
  font-family: AppleSDGothicNeoL00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--black);
}

.sspd_table {
  width: 100%;
  border-top: 1px solid var(--white-three);
}

.sspd_table tr {
  border-bottom: 1px solid var(--white-three);
}

.sspd_table tr td {
  padding: 8px 16px;
  text-align: center;
}

.sspd_table tr td.sspd_abReviewList_1 {
  width: 80px;
  font-family: AppleSDGothicNeoB00;
  text-align: left;
}

.sspd_table tr td.sspd_abReviewList_2 {
  width: 120px;
}

.sspd_table tr td.sspd_abReviewList_3 {
  text-align: left;
}

.sspd_table tr td.sspd_abReviewList_4 {
  width: 120px;
  text-align: right;
}

.sspdRegister_writeLabel {
  font-family: AppleSDGothicNeoL00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-align: left;
  color: var(--black);
  margin-bottom: 10px;
}

.sspdRegister_writeTitle {
  width: 100%;
  padding: 16px;
  margin-bottom: 1rem;
}

.sspdRegister_writeTextarea {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  resize: none;
}

.sspdRegister_writeAddFileButton {
  width: 148px;
  height: 30px;
  padding: 6px;
  border-radius: 3px;
  background-color: var(--silver);
  font-family: AppleSDGothicNeoM00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sspdRegister_writeAddFileButton:hover {
  background-color: var(--dusty-orange);
}

.sspdRegister_writeBottomButton {
  width: 264px;
  height: 46px;
  padding: 12.5px;
  border-radius: 6px;
  background-color: var(--silver);
  font-family: AppleSDGothicNeoM00;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sspdRegister_writeBottomButton:hover {
  background-color: var(--dusty-orange);
}

.ssoList_telInfo {
  font-family: AppleSDGothicNeoB00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-align: left;
  color: var(--black);
  text-decoration: underline;
}

.ssoList_button {
  width: 70px;
  height: 30px;
  padding: 6px;
  margin-bottom: 2px;
  border-radius: 3px;
  cursor: pointer;
  font-family: AppleSDGothicNeoM00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--white);
}

.ssoList_button:first-child {
  margin-right: 2px;
}

.ssod_telModalImage {
  width: 148px;
  height: 148px;
  margin-right: 1rem;
}

.ssod_telTable {
  width: 100%;
  border: 1px solid var(--silver);
  vertical-align: middle;
}

.ssod_telTable tr:first-child {
  border-bottom: 1px solid var(--silver);
}

.ssod_telTable td {
  padding: 18px 20px;
}

.ssod_telTable td.ssod_telTableTitleTd {
  padding: 0;
  width: 126px;
  height: 76px;
}

.ssod_telTable td .ssod_telTableTitle {
  width: 126px;
  height: 74px;
  margin: 1px;
  background-color: var(--white-three);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ssolcoModal_inputEtc {
  display: none;
  flex: 1;
  height: 50px;
  padding: 14px 1rem;
  font-family: AppleSDGothicNeoM00;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: left;
  color: var(--black);
}

.ssolcoModal_submitButton {
  width: 100%;
  height: 58px;
  padding: 18px;
  border-radius: 6px;
  background-color: var(--silver);
  font-family: AppleSDGothicNeoM00;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.ssolcoModal_submitButton:hover {
  background-color: var(--dusty-orange);
}

#ssod_searchInput {
  height: 50px;
}

.smList_table tbody tr td.ssoList_td_stateButton {
  width: 148px;
}

.ssoList_stateButton {
  width: 100%;
  height: 30px;
  padding: 6px;
  border-radius: 3px;
  background-color: var(--silver);
  font-family: AppleSDGothicNeoM00;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.ssoList_stateButton:hover {
  background-color: var(--dusty-orange);
}

.ssoList_stateInfoBox {
  min-width: 160px;
}

.pru {
  padding-right: unset;
}
.sspdr_checkbox {
  margin: 1px;
  border: 2px solid #efefef;
}

input:checked + .sspdr_checkbox {
  border: 2px solid #0d947b;
  background-color: #0d947b;
  color: var(--white);
}

/* 추가한 부분 */
.container_custom {
  width: 100%;
  padding: 0 80px 0 80px;
  margin-right: auto;
  margin-left: auto;
}
.leftBoxOuter_custom {
  background-color: var(--pale-grey);
  padding: 20px 16px;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px solid var(--silver);
  width: 15vw;
}
.tableScroll {
  position: relative;
  box-sizing: border-box;
  color: #000;
  height: 50vh;
  overflow: scroll;
  overflow-x: auto;
  margin: 1rem 40px 60px 40px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.tableScroll table {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tableScroll td {
  width: 100%;
  padding: 0.75em 1.5em;
  white-space: nowrap;
}
.tableScroll th {
  width: 100%;
  padding: 0.75em 1.5em;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
.tableScroll .thead-row {
  background-color: #0d947b;
}
.tableScroll tbody tr {
  background-color: #fff;
  transition: all 0.125s ease-in-out;
}
.tableScroll tbody tr:nth-child(2n-1) {
  background-color: #f5f5f5;
}
.tableScroll tbody tr:hover {
  background-color: rgba(129, 208, 177, 0.3);
}

.tableScroll td img {
  width: 97px;
  height: 97px;
}
.imageListBox {
  height: 30vh;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: scroll;
  margin: 1rem 40px 60px 40px;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 3px;
}
.imageDiv {
  width: 10%;
  margin: 5px;
}
.imageItem {
  width: 97px;
  height: 97px;
}
.imageItem img {
  width: 100%;
  height: 100%;
}
.imageLabel {
  text-align: center;
  word-wrap: break-word;
  width: 97px;
}

.itemListBox {
  padding: 10px;
}

.mcSeqView {
  height: 40px;
  color: #0d947b;
  font-size: large;
  font-weight: bold;
  padding: 13px 16px 12px;
  margin-left: 135px;
  padding-top: 0;
  margin-bottom: 60px;
}
.mypageBg .row-cols-4 > * {
  width: 20%;
}
.mmProductMainContentBox .row-cols-lg-4 > * {
  width: 20%;
}
