@charset "UTF-8";
/***************************************************************
scss 에서 수정해주세요!!!
****************************************************************/
.my-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 5px;
}
.my-menu p {
  font-size: 14px;
}
.my-menu__wrap {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 4px 10px 0 #f4f4f4;
  padding: 15px 17px;
  gap: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.my-menu__icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.my-menu__icon img {
  width: 24px;
}

.my_intro .my {
  border-bottom: none;
}
.my_intro .my .top {
  padding-inline: 0;
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  gap: 10px;
}
.my_intro .name {
  font-size: 21px;
}
.my_intro .profile {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  aspect-ratio: auto;
}
.my_intro .profile > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.my_intro .profile > img, .my_intro .profile > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.my_intro .profile {
  min-width: 40px;
  border-radius: 50px;
}
.my_intro .add_pet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 16px;
  padding: 17px 0;
  align-items: start;
}
.my_intro .add_pet .btn_area {
  width: 100%;
  padding: 0;
}
.my_intro .my_pet {
  width: calc(100% + 34px);
  min-width: calc(100% + 34px);
  margin-left: -17px;
  position: relative;
  padding-inline: 18px;
  padding-bottom: 10px;
}
.my_intro .my_pet .my_pet__nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  color: #222;
  transform: translateY(calc(-50% - 5px));
}
.my_intro .my_pet .my_pet__nav--prev {
  left: 0;
}
.my_intro .my_pet .my_pet__nav--prev .svg-icon {
  transform: rotate(180deg);
}
.my_intro .my_pet .my_pet__nav--next {
  right: 0;
}
.my_intro .my_pet .my_pet__nav.swiper-button-disabled {
  opacity: 0.45;
}
.my_intro .my_pet .item {
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: 0 4px 10px 0 #e3e1e1;
  cursor: pointer;
}
.my_intro .my_pet .item .name {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 10px;
}
.my_intro .my_pet .item .name img {
  margin-left: 0;
}
.my_intro .my_pet .item .name span {
  max-width: none;
  height: auto;
}
.my_intro .my_pet .item .type {
  margin-bottom: 0;
  font-size: 12px;
}
.my_intro .my_pet .item .age {
  color: #222;
  font-size: 12px;
}

.btn_member_leave {
  padding-right: 0;
  font-size: 13px;
  font-weight: 400;
}

.before-record__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 12px;
}
.before-record__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 16px;
  padding: 18px 16px;
  border-radius: 20px;
  background: #fff;
}
.before-record__thumb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  aspect-ratio: auto;
}
.before-record__thumb > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.before-record__thumb > img, .before-record__thumb > a > img {
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  max-height: 100%;
  max-width: none;
  height: 100%;
}
.before-record__thumb {
  border-radius: 50%;
  min-width: 80px;
}
.before-record__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}
.before-record__name {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}
.before-record__meta {
  font-size: 12px;
  color: #222;
}
.before-record__meta + .btn {
  margin-top: 5px;
}
.before-record__label {
  color: #666;
  margin-right: 10px;
}
.before-record__empty {
  padding: 18px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
}
.before-record .btn {
  margin-top: 6px;
}

.select_month .month {
  font-size: 15px;
  font-weight: 700;
}
.select_month .button {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.select_month__prev {
  transform: rotate(180deg);
}

/*************
기록내역
**************/
.step_text {
  padding-bottom: 20px;
}

.breathe_chart {
  border: 1px dashed #e0e0e0;
}