.body {
    background-color: #f2f3f5;
}
/* 프로필 */
.container.profile_header {
    background-color: #ffffff;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    position: sticky;
    z-index: 2;
}

.container.profile_header .container__header {
    padding: 1.5rem 1.5rem 0;
    width: 100%;
}

.container.profile_header .profile_navbar {
    position: fixed;
    align-self: flex-end;
    top: calc(1.5rem - 11px);
    z-index: 10;
}

.profile_heart:hover,
.profile_navbar .btn_setting:hover {
    opacity: 0.6;
}

.profile_heart:active img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.profile_heart:hover:active {
    opacity: 1;
}

.nickname__wrap {
    width: 100%;
    height: 41px;
}

/* 아래로 스크롤 시 프로필 상단 줄어듦 */
.profile_navbar.minimal__header {
    position: fixed;
}

.nickname__wrap.minimal__header {
    background-color: #ffffff;
    position: fixed;
    align-items: end;
    top: 0px;
}

/* 프로필 편집 버튼 */
.bl_rounded {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 1px solid #ffffff66;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    box-shadow: 0 5px 10px 0 rgba(25, 31, 40, 0.15);
    background-color: #191f28;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
}

.bl_rounded:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    background-color: #000000;
}

.nickname__wrap .my_setting {
    display: flex;
}

.nickname__wrap.minimal__header .my_setting {
    display: none;
}

.blank__div {
    height: 41px;
    width: 100%;
    overflow: hidden;
}
.end__marker {
    transform: translateY(-1px);
}

/* 프로필 페이지 탭 */
.container.profile_header .swiper-slide-thumb-active .page__title__txt {
    border-bottom: solid 2px #191f28;
    color: #191f28;
    font-weight: 600;
}

.container.profile_header .swiper-slide-thumb-active .icon__priv {
    filter: invert(100%);
}

/* 반응형 */
@media all and (max-width: 599px) {
    .bl_rounded:active {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        background-color: #000000;
    }
}

@media all and (min-width: 600px) and (max-width: 1024px) {
    .nickname__wrap.minimal__header {
        width: 360px;
    }
    .bl_rounded:active {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        background-color: #000000;
    }
}
@media all and (min-width: 1025px) {
    .nickname__wrap.minimal__header {
        width: 360px;
    }
    .bl_rounded:active {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    /* 꾸미기 페이지 툴팁 */
    .tool_tip {
        align-items: center;
        width: fit-content;
        margin-bottom: 15px;
        padding: 6px 12px;
        box-shadow: 0px 4px 8px 0px rgba(25, 31, 40, 0.15);
        height: 34px;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.025em;
        white-space: nowrap;
    }
    .tool_tip.bl {
        background-color: #191f28;
        border: 1px solid #ffffff1A;
        color: #fff;
    }
    .tool_tip::before,
    .tool_tip::after {
        content: "";
        position: absolute;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        margin-left: -10px;
    }
    .tool_tip.pf_img::before {
        border-bottom: 6px solid #ffffff1A;
        margin-bottom: 0px;
    }
    .tool_tip.pf_img::after {
        border-bottom: 6px solid #191f28;
        margin-bottom: 0;
        z-index: 1;
    }

    .tool_tip.pf_edit::before,
    .tool_tip.pf_tab::before {
        border-top: 6px solid #ffffff1A;
        margin-top: 0px;
    }
    .tool_tip.pf_edit::after,
    .tool_tip.pf_tab::after {
        border-top: 6px solid #191f28;
        margin-top: 0;
        z-index: 1;
    }
    .tool_tip.pf_img::before,
    .tool_tip.pf_img::after {
        bottom: 100%;
    }

    .tool_tip.pf_img::before,
    .tool_tip.pf_img::after,
    .tool_tip.pf_edit::before,
    .tool_tip.pf_edit::after {
        left: 25px;
    }
    .tool_tip.pf_tab::before,
    .tool_tip.pf_tab::after {
        right:0.6rem;
    }
    .tool_tip.pf_edit::before,
    .tool_tip.pf_edit::after,
    .tool_tip.pf_tab::before,
    .tool_tip.pf_tab::after {
        top: 100%;
        position: absolute;
        bottom: -5px;
    }
    .tool_tip.pf_img {
        position: absolute;
        top: 33px;
        left: 70px;
    }

    .tool_tip.pf_edit {
        position: relative;
        margin-top: -50px;
        margin-left: -45px;
    }

    .tool_tip.pf_tab {
        position: absolute;
        bottom: 30px;
        right: 1rem;
    }
}
