.row > * {
  padding: 0;
}
.row {
  margin: 0;
  justify-content: flex-start;
  align-items: center;
}

.symbol.symbol-100px.symbol-fixed > img {
  /* 고정 */
  width: 73px !important;
  height: 73px !important;
}

.obj-cover {
  object-fit: cover;
}

.my-profile-img {
  border: 3px solid #3afbb7;
  border-radius: 50% !important;
}

.nan-star-list {
  position: relative;
  width: 32.78999999999%;
  height: 120px;
  margin-bottom: 2px;
  margin-right: 2px;
  flex: 0 0 auto;
}

.border-d5 {
  border: 1px solid #d5d5d5 !important;
}
.rounded-style {
  border-radius: 5px !important;
}

.pt-17rem {
  padding-top: 2.5rem !important;
}
.px-17rem {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.card .card-body {
  padding: 22px 20px 0 20px !important;
}

.nan-list {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  opacity: 1;
  width: 100%;
  height: 55px;
}

.nan-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0.5px solid #e7e7e7;
}

/* font */
.name-text {
  color: #878787 !important;
  font-size: 12px !important;
  letter-spacing: 0px;
  margin-top: 5px;
}
.top-content-text {
  letter-spacing: 0px !important;
  color: #414141 !important;
}
.btn-font {
  letter-spacing: 0px !important;
  font-size: 16px;
  color: #414141 !important;
  font-weight: 600 !important;
}
.btn-font:hover {
  color: #00b877 !important;
}
.title {
  letter-spacing: 0px;
  color: #414141 !important;
  font-size: 22px !important;
  font-weight: 600;
}
.none-list-text {
  text-align: center;
  color: #00b877;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 175px;
}

/* 비밀글 */
.lock {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 100;
}
.lock-bg::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00000061;
}
.bar-icon {
  font-size: 22px;
  margin-left: 32px;
  position: relative;
  margin-bottom: 1rem !important;
}
.bar-icon::after {
  content: '';
  width: 5px;
  height: 21px;
  background-color: #00b877;
  position: absolute;
  top: 3px;
  left: -13px;
}

.container-xxl {
  width: 428px;
  margin: 0px auto 0px;
  border-radius: 5px;
}
/* 카드 */
#kt_content > div {
  border-radius: 5px;
}

/* 스크롤탑 */
.scrolltop {
  bottom: 80px;
  background-color: #00b877;
}

/* swal2 red */
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  width: 92px;
  height: 46px;
  border-radius: 3px !important;
  font-size: 18px;
}
.swal2-styled.swal2-confirm,
.swal2-icon.swal2-success [class^='swal2-success-line'] {
  color: #fff !important;
  background-color: #ff5151 !important;
}
.swal2-styled.swal2-cancel {
  color: #414141 !important;
  border: 1px solid #d5d5d5;
  background-color: #ffffff !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #ff5151;
}

.swal2-html-container {
  color: #ff5151 !important;
}

@media only screen and (max-width: 500px) {
  .container-xxl {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 356px) and (max-width: 418px) {
  .card .card-body {
    padding: 16px 18px 0 18px !important;
  }
  .w-80px {
    width: 30% !important;
  }
  .m4-ms-13 {
    margin-left: 1.75rem !important;
  }
  .px-17rem {
    padding: 0px !important;
  }
  .top-content-text {
    text-align: center;
  }
  .nan-list {
    width: 98%;
  }
}

@media screen and (min-width: 320px) and (max-width: 368px) {
  .nan-star-list {
    width: 32.68999999999%;
  }
}

@media screen and (min-width: 320px) and (max-width: 355px) {
  .card .card-body {
    padding: 16px 18px 0 18px !important;
  }
  .w-80px {
    width: 30% !important;
  }
  .m4-ms-13 {
    margin-left: 1.75rem !important;
  }
  .px-17rem {
    padding: 0px !important;
  }
  .top-content-text {
    text-align: center;
  }
  .nan-list {
    width: 100%;
  }
}
