.sidebar .container__header {
    padding: 12px 2rem;
}
#like_sidebar .container__header {
    padding: 13px 1rem;
}
.sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}
.sidebar-content {
    background-color: #fefefe;
    margin: 0;
    width: 100%;
    height: 100%;
}
.sidebar .container__header.shadow {
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 5px 0px rgba(117, 145, 181, 0.12);
}
.container.sidebar__container {
    max-width: 100vw;
    max-height: 100vh;
    overflow: overlay;
    padding: 0;
}
.container__header .title {
    color: #191f28;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.025em;
}
/* Wrapper Styles */
.wrapper .wrapper__number {
    width: fit-content;
    border-radius: 12px;
    padding: 4px 8px;
    background-color: #191f28;

    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.025em;
}

.wrapper__header.first {
    padding: 16px 8px 0;
}
#management_sidebar .container__body {
    height: calc((var(--vh, 1vh) * 100) - 57px);
}
#terms__sidebar .container__body {
    height: calc((var(--vh, 1vh) * 100) - 116px);
}
#user__sidebar .container__body {
    height: calc((var(--vh, 1vh) * 100) - 100px);
}
#box_emoji_sidebar .container__body,
#common_sidebar .container__body,
#multipage_sidebar .container__body {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: calc((var(--vh, 1vh) * 100) - 56px);
    padding: 0 1.5rem 112px;
}

#multipage_sidebar .container__body {
    height: calc((var(--vh, 1vh) * 100) - 56px);
    padding: 20px 1.5rem 104px;
}
.content__wrap .content__body input[type="text"] {
    width: 100%;
    border: none;
    /* box-shadow: inset 0 0 0 1px #dbdee1; */

    border-radius: 20px;
    background: #fff;
    padding: 17px 20px;

    color: #191f28;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.025em;
}

.content__title .star__text {
    font-weight: 600;
}

#common_sidebar .wrapper {
    padding-bottom: 32px;
    width: 100%;
}
#common_sidebar .wrapper.last {
    padding-bottom: 0px;
}
#box_emoji_sidebar .container__footer,
#common_sidebar .container__footer {
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 42px;
}
#multipage_sidebar .container__footer {
    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 42px;
    /* grid-stack의 z-inex가 10000이기 때문에 */
    z-index: 10001;
}
#box_emoji_sidebar .container__footer .btn,
#multipage_sidebar .container__footer .btn,
#common_sidebar .container__footer .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #191f28;
    border-radius: 100px;
    cursor: pointer;
    padding: 17px 40px;
    box-shadow: 0px 5px 10px 0px rgba(25, 31, 40, 0.15);

    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.025em;
}
#common_sidebar .container__footer .btn.blur__effect {
    opacity: 0.8;
}
.header__icon {
    margin-bottom: 2px;
}
.close__btn {
    cursor: pointer;
}
.emoji__preview {
    height: calc((390px - 3rem) * (170 / 342));
    border: 1px solid #dbdee1;
    border-radius: 20px;
    background: var(--bg-color-1, #f2f3f5);
    background-image: url("/images/img_box_modal_template_emoji.svg");
    background-position: center center; /* 이미지를 요소의 중앙에 배치 */
    background-repeat: no-repeat; /* 이미지 반복 방지 */
    background-size: contain;
    position: relative;
}

.emoji__preview .emoji__btn {
    margin-left: 42px;
}
.emoji__preview .box__section {
    position: absolute;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    width: calc(100% - (44rem / 16));
    height: 100%;
}
/* 추가 버튼 */
.btn_color_sidebar:hover {
    box-shadow: inset 0 0 0 1px #999fa9;
}
.rgb__icon {
    width: 56px;
    height: 56px;
    box-shadow: inset 0 0 0 1px #dbdee1;
    border-radius: 16px;
    cursor: pointer;
}
.content__body.rgb .color__input {
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px var(--line-color-1, #dbdee1);
    background: #fff;
    flex-grow: 1;
    width: 0px;
}

.content__body.rgb .color__input .color__input__value {
    color: var(--text-title, #191f28);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.025em;
    padding-top: 16px;
    padding-left: 20px;
}
#box_emoji_sidebar .wrapper {
    padding: 24px 0 0 0;
}

#box_emoji_sidebar .wrapper.preview {
    padding-top: 8px;
    padding-bottom: 8px;
}
#box_emoji_sidebar .wrapper__header {
    padding: 0;
}
#box_emoji_sidebar .wrapper__header .title {
    padding-right: 8px;
    padding-left: 8px;
}
#box_emoji_sidebar .content__wrap {
    padding: 0;
}
.wrapper.preview .sub__title {
    padding: 18px 8px 0 8px;
}

#box_emoji_sidebar input[type="text"],
#box_decorate_sidebar input[type="text"] {
    border-radius: 16px;
}

.slider-container {
    width: 100%;
    height: 18px;
    position: relative;
}
.transparent_title {
    color: var(--text-title, #191f28);
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.025em;
}
.transparent_per {
    color: var(--text-title, #191f28);
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.025em;
}

#btn_emoji_sidebar .btn_emoji_sidebar:hover {
    box-shadow: inset 0 0 0 2px var(--text-title, #191f2880);
}
#box_emoji_sidebar input:disabled {
    color: var(--text-title, #191f28); /* 원하는 색상으로 변경 */
}

#common_sidebar input[type="text"]:focus {
    box-shadow: inset 0 0 0 2px var(--text-title, #191f28);
}

.content__body .user_input.user_id {
    padding-left: 72px !important;
}
.content__body.link__addr {
    position: relative;
}
.content__body.link__addr .fixed__link__addr {
    position: absolute;
    color: #191f28;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.025em;
    top: 18px;
    left: 20px;
}

#box_bg_section_handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -0.8em;
    text-align: center;
    line-height: 1.6em;
}

.container__body.profile_edit .user_intro {
    width: 100%;
    outline: none;
    background: #fff;
    color: #191f28;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.025em;
    resize: none;
}

.container.like_list .swiper-slide {
    font-weight: 500;
    color: #c3c7cd;
}

.container.like_list .swiper-slide.selected {
    font-weight: 600;
    color: #191f28;
}
.container.like_list .swiper-slide.selected .like_tab_title {
    border-bottom: 2px solid #191f28;
}
/* 프로필 수정 페이지 */
.intro_wrap:focus-within,
.comment_wrap:focus-within {
    box-shadow: 0 0 0 2px #191f28 inset !important;
}

/* 댓글 박스 */
.comment_sort_btn {
    font-weight: 400;
    color: #999FA9;
}
.comment_sort_btn img {
    content: url('/images/icon/22x22/icon_gr_dot.svg');
}
.comment_sort_btn.active {
    font-weight: 600;
    color: #191f28;
}
.comment_sort_btn.active img {
    content: url('/images/icon/22x22/icon_bl_dot.svg');
}
.comment_box {
    display: grid;
    gap: 20px;
    padding: 24px;
    margin-bottom: 10px;
    border-radius: 24px;
    background-color: #F8F8FA;
}
.comment_box.my__cmt {
    background-color: #EEFAFE;
}
.comment_box.my__cmt .cmt_user_info{
    pointer-events: none;
}
.comment_content {
    word-break: break-word;
}
.write_comment {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 6px 1rem;
    border-top: 1px solid #191F281A;
    background-color: #FFFFFF;
}
.write_comment .user__prf {
    width: 36px;
    height: 36px;
    align-self: end;
    margin-bottom: 5px;
    border-radius: 10px;
}
/* .write_comment .user__prf img {
    border-radius: 10px;
} */
.write_comment .comment_wrap {
    display: flex;
    flex: 1;
    width: 100%;
    height: auto;
    padding: 14px;
    border-radius: 16px;
}
.write_comment .comment_input {
    width: 100%;
    height: auto;
    min-height: 18px;
    max-height: 54px;
    font-size: 14px;
    color: #191F28;
    line-height: 18px;
    letter-spacing: -0.025em;
    outline: none;
    resize: none;
}
.write_comment .btn__add {
    width: 40px;
    height: 40px;
    align-self: end;
    margin-bottom: 3px;
    cursor: pointer;
}
.comment_info .btn__dot {
    height: fit-content;
    align-self: flex-end;
    cursor: pointer;
}
/* 600px 미만 모바일 웹 화면 */
@media (orientation: Portrait) and (max-width: 600px) {
    .emoji__preview {
        height: calc((100vw - 3rem) * (170 / 342));
    }
    .emoji__preview .emoji__btn {
        margin-left: calc(42rem / 16);
        width: calc(56rem / 16);
        height: calc(56rem / 16);
    }
    .emoji__preview .emoji__btn p {
        font-size: calc(20rem / 16);
    }
}
@media all and (min-width: 600px) and (max-width: 1024px) {
    .sidebar {
        left: calc(50% - 195px);
    }
}

@media all and (min-width: 1025px) {
    .sidebar {
        left: calc(50% + 68px);
    }
}
