
.noti-wrapper[data-v-5f732921]{
    width: 37rem;
    margin: 0 auto;
    background-color: var(--color-theme);
    border-radius: .5rem;
    position: relative;
    margin-bottom: 2rem;
    box-sizing: border-box;
}
.noti-container[data-v-5f732921]{
    min-height: 37rem;
    max-height: 37rem;
    padding: 1rem 0;
    overflow-y: auto
}
.noti-subtitle-wrapper[data-v-5f732921] {
  padding: 0.813rem 1.25rem 0 1rem;
  display: flex;
  justify-content: space-between;
}
.noti-subtitle-wrapper-common[data-v-5f732921] {
    padding: 0.813rem 1.25rem 0 1rem;
    display: flex;
    align-items: center;
}
.noti-subtitle[data-v-5f732921] {
  font-size: 0.875rem;
  font-family: var(--weight-700);
}
.back-to-noti-preference-left-arrow[data-v-5f732921] {
  width: 2.3rem;
  height: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.back-to-noti-preference-left-arrow img[data-v-5f732921] {
    transform: rotateY(180deg);
    width: 0.5rem;
    height: auto;
}
@media(max-width: 768px) { /* for test */
.mobile-header__wrapper[data-v-5f732921]{
        padding: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.noti-container[data-v-5f732921]{
        width: auto;
        background-color: transparent;
        padding: 0;
        padding-top: 1rem;
        margin-bottom: 1.5rem;
        max-height: none;
        overflow-y: hidden
}
.noti-wrapper[data-v-5f732921]{
        width: 100%;
        background-color:transparent
}
}

