@charset "utf-8";

/* 하단 퀵메뉴 (전 페이지 · 우측 프레임 하단 고정) */
.syou-bottom-bar {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
    z-index: 200;
    transform: none;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04);
}

body.syou-layout.is-pc-shell .mobile-frame__inner > .syou-bottom-bar {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}

.syou-bottom-bar__btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 58px;
    padding: 8px 6px 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.25;
    color: #333;
    text-decoration: none;
    background: #fff;
    border-right: 1px solid #ececec;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.syou-bottom-bar__btn:last-child {
    border-right: 0;
}

.syou-bottom-bar__btn:hover,
.syou-bottom-bar__btn:focus-visible {
    background: #f8f8f8;
    outline: none;
}

.syou-bottom-bar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    line-height: 1;
    border-radius: 8px;
    box-sizing: border-box;
}

.syou-bottom-bar__icon--tel {
    background: #3b7ddd;
}

.syou-bottom-bar__icon--naver {
    background: #03c75a;
}

.syou-bottom-bar__icon--kakao {
    background: #fee500;
}

.syou-bottom-bar__icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.syou-bottom-bar__svg-tel {
    display: block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.syou-bottom-bar__icon--naver img {
    filter: brightness(0) invert(1);
}

.syou-bottom-bar__icon--kakao img {
    width: 26px;
    height: 26px;
    filter: none;
}

.syou-bottom-bar__glyph {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.syou-bottom-bar__glyph--naver {
    font-size: 15px;
    font-weight: 800;
}

.syou-bottom-bar__label {
    display: block;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #333;
}

.syou-bottom-bar__sub {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.03em;
}

/* 본문 CTA 제거 후 하단바 여백 */
body.syou-layout.is-pc-shell .syou-frame-scroll {
    padding-bottom: 4px;
}

body.syou-layout .syou-cta {
    display: none !important;
}

body.syou-layout .syou-quick-float {
    display: none !important;
}

body.syou-layout.is-pc-shell #footer .quick {
    display: none !important;
}
