@charset "utf-8";
/* @import "/css/360_advanced_intro_common.css"; */
/* @import "/css/intro_media_query.css"; */

/* CSS Document */
body.login-body {
    /* 켐트로닉스  데모 : 2020.09.02 rachel */
    /* background: #12396e  url(/image/shinhan/login_bg.jpg) no-repeat center top !important; */
    /* background: #f9f9f9;  2021.08.09 이전 style  rachel */
    background: #f8f5ff !important;
    background-size: cover !important;
}

/* 신한 데모 : 2020.09.02 rachel */
body input[type=text],
body input[type=password] {
    outline: unset;
}

/* gnb area */
.gnb-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    padding: 10px 0 10px;
    background-color: transparent;
}

.gnb-fixed.scroll {
    background-color: var(--white-background);
    border-bottom: 1px solid var(--gray-color-500);
}

.gnb-max-width {
    margin: 0 auto;
    height: 100%;
    max-width: 1200rem;
}

.gnb-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}

.gnb-fixed .gnb-btn-logo {
    content: url("/image/intro/gnb_logo.png?ver=2024070801");
}

.gnb-fixed.scroll .gnb-btn-logo {
    content: url("/image/intro/gnb_logo.png?ver=2024070801");
}

.gnb-btn {
    display: flex;
    align-items: center;
}

.gnb-demo {
    margin-right: 20px;
    color: var(--primary-color);
    font-size: 14px;
    padding: 12px 32px;
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
}

.gnb-demo:hover {
    color: var(--white-color);
    background-color: var(--primary-background);
}

.gnb-fixed.scroll .gnb-demo {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.gnb-fixed.scroll .gnb-demo:hover {
    color: var(--white-color);
    background-color: var(--primary-background);
}

.btn-login {
    display: block;
    width: 100%;
    min-width: 41px;
    font-size: 15px;
}

.btn-login a {
    transition: var(--transition-2);
}

.btn-login:hover a {
    color: var(--primary-color);
}

.section_tit_keyword p {
    margin-top: clamp(4px, 1.2vw, 12px);
}

/* floating */
.floating-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20rem;

    position: fixed;
    right: 50rem;
    bottom: 50rem;
    z-index: 100;
}

a.btn-news-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    width: 120rem;
    height: 120rem;
    color: var(--white-color);
    font-size: 14rem;
    font-weight: var(--font-bold);
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--gray-color-1300);
    box-shadow: 0 0 27rem 0 rgba(21, 21, 21, 0.15);

    img {
        content: url("/image/intro/icon_newsletter.png?ver=2024070801");
        width: 45rem;
    }
}

.btn-top-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60rem;
    height: 60rem;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--white-background);
    box-shadow: 0 0 27rem 0 rgba(21, 21, 21, 0.15);

    img {
        content: url("/image/intro/btn_top_scroll.png?ver=2024070801");
        width: 16rem;
    }
}

/* main area */
.carousel {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    height: 100%;
}

.section_slide {
    position: relative;
    width: 100%;
    height: 800rem !important;
    background: url("/image/intro/mv_bg.png?ver=2024070801") center top / auto no-repeat;
}

.carousel-item-bg1 {
    width: 100%;
    height: 100%;
    background: url("/image/intro/mv01_img.png?ver=2024070801") center center / auto no-repeat;
}

.carousel-item-bg2 {
    width: 100%;
    height: 100%;
    background: url("/image/intro/mv02_img.png?ver=2024070801") center center / auto no-repeat;
}

.section_slide .content-wrapper {
    margin: 0 auto;
    max-width: 1200rem;
}

.section_slide .text-wrapper {
    width: 486rem;
    padding-top: 210rem;
}

.section_slide .text-title {
    margin: 30rem 0 20rem;
}

.carousel-item-bg1 .text-desc {
    width: 420rem;
}

.btn-carousel {
    margin-top: 45rem;
    padding: 22rem 70rem;
    background-color: var(--primary-background);
    border-radius: 30rem;
}

.btn-carousel:hover {
    box-shadow: 0rem 0rem 29rem 0rem rgba(0, 78, 83, 0.26);
}

/* main > carousel btns */
.carousel-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 20rem;
    position: absolute;
    bottom: 90rem;
    width: 1200rem;
}

.btn-pause {
    background-color: transparent;
}

.carousel-indicators {
    display: flex;
    justify-content: unset;
    align-items: center;
    gap: 5rem;
    position: unset;
    margin: 0;
    padding-top: 1rem;
    width: fit-content;
    height: 14rem;
}

.carousel-indicators [data-bs-target] {
    background-color: #ccc !important;
    display: inline-block;
    width: 8rem;
    height: 8rem;
    margin: 0;
    text-indent: -999rem;
    border: 2rem solid transparent;
    border-radius: 10rem;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: var(--primary-background) !important;
    width: 8rem;
    height: 8rem;
}


/* section */
.section-wrapper {
    text-align: center;
}

.sections-title .text-title {
    font-size: 40rem;
}

.sections-title .text-desc {
    margin: 20rem 0 35rem;
    line-height: 1;
    letter-spacing: 0;
}

.box-section {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1320rem;
    padding: 0 65rem;
}

.wide-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.right-contents {
    display: flex;
    justify-content: flex-end;
    width: 1320rem;
}

.left-contents {
    display: flex;
    justify-content: flex-start;
    width: 1200rem;
}

.section-wrapper .text-wrapper {
    width: 486rem;
    text-align: left;
}

.section-wrapper .text-subtitle {
    display: inline-block;
    margin-left: 10rem;
    color: var(--gray-color-1200);
}

.section-wrapper .section-btn-wrapper {
    margin-top: 50rem;
}

.section-wrapper .btn-common {
    padding: 10rem 18rem;
    color: var(--gray-color-900);
    background-color: var(--gray-color-600);
    border-radius: 20rem;
}

.section-wrapper .btn-common:last-child {
    margin-left: 5rem;
}

.btn-user.active,
.btn-admin.active {
    color: var(--white-color);
    background-color: var(--primary-background);
}

.section1,
.section3 {
    display: flex;
    justify-content: center;
    margin-bottom: 80rem;
}

.section1 {
    height: 470rem;
}

.section3 {
    height: 550rem;
}

.section1 .content-wrapper {
    height: 100%;
    background: url("/image/intro/contents_01.png?ver=2024070801") center top / auto no-repeat, #edf7f8;
    border-radius: 20rem;
}

.section2 .content-wrapper {
    display: flex;
    margin-bottom: 80rem;
    height: var(--section2-space);
    background: url("/image/intro/contents_02_1.png?ver=2024070801") left top / contain no-repeat;
}

.section3 .content-wrapper {
    height: 100%;
    background: url("/image/intro/contents_03_1.png?ver=2024070801") center top / auto no-repeat, #ecfbf6;
    border-radius: 20rem;
}

.section4 .content-wrapper {
    height: var(--section4-space);
    background: url("/image/intro/contents_04.png?ver=2024070801") left top / contain no-repeat, #edf7f8;
}

/* section6 - price / 가격표 */
.section6 {
    height: 1049rem;
    background: url("/image/intro/price_pc.jpg?ver=1") center / auto no-repeat;
}

.section5-footer-bg {
    background: url("/image/intro/counsel_bg.png?ver=2024070801") center top / auto no-repeat;
}

/* section5 (crm) */
.section5 {
    padding: 100rem 0 115rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section5 .content-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 40rem;
}

.crm-container {
    width: 996rem;
    padding: 50rem;
    background-color: var(--white-background);
    border-radius: 30rem;
    box-shadow: 0px 0px 55rem 0px rgba(42, 31, 59, 0.1);
}

.crm-text-title {
    margin-bottom: 37rem;
    color: var(--gray-color-1300);
    font-size: 40rem;
    font-weight: var(--font-bold);
    text-align: center;
}

.crm-bottom-container {
    display: flex;
    gap: 70rem;
}

.crm-left-container,
.crm-right-container {
    width: 50%;
}

.crm-info-container {
    display: flex;
}

.crm-left-container .crm-info-container {
    flex-direction: column;
    gap: 20rem;
}

.crm-left-container .crm-info-container:nth-child(2) {
    margin-top: 30rem;
}

.crm-right-container .crm-info-container {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18rem;
    height: 15rem;
}

.crm-right-container .crm-info-text-desc {
    margin-bottom: 20rem;
}

.crm-info-text-desc {
    color: var(--gray-color-1300);
    font-size: 14rem;
    font-weight: var(--font-bold);
}

.crm-check-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem;
}

.crm-left-container .crm-info-container:nth-child(2) .crm-check-box-wrapper {
    gap: 8rem 20rem;
}

.crm-checkbox-text {
    display: inline-flex;
    align-items: center;
    gap: 4rem;
    color: var(--gray-color-1200);
    font-size: 14rem;
    cursor: pointer;
    border: 0px red solid;
}

.crm-checkbox-text:hover .crm-checkbox {
    border-color: var(--primary-background);
}

.crm-checkbox {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18rem;
    height: 18rem;
    cursor: pointer;
    border: 1rem solid var(--gray-color-600);
    border-radius: 4rem;
}

.crm-checkbox-text input {
    display: none;
}

.crm-checkbox-text input:checked+.crm-checkbox {
    border-color: var(--primary-color);
}

.crm-checkbox-text input:checked+.crm-checkbox::before {
    content: "";
    display: block;
    margin: unset;
    width: 12rem;
    height: 12rem;
    background-color: var(--primary-background);
    border: 2rem solid var(--white-color);
    border-radius: 2rem;
}

.crm-checkbox-text b,
.crm-checkbox-text b:hover {
    text-decoration: underline;
    text-underline-offset: 3rem;
    /* text-decoration-thickness: 2px; */
}

.crm-check-type {
    padding: 0 15rem;
    color: var(--gray-color-900);
    font-size: 14rem;
    line-height: 38rem;
    border: 1px solid var(--gray-color-600);
    border-radius: 25rem;
    cursor: pointer;
}

.crm-check-type:hover {
    background-color: var(--gray-color-1300);
    color: var(--white-color);
    border-color: var(--gray-color-1300);
}

.crm-check-type input {
    display: none;
}

.crm-check-type:has(input:checked) {
    color: var(--white-color);
    background-color: var(--gray-color-1300);
    border-color: var(--gray-color-1300);
}

.crm-right-user-container .crm-info-container {
    margin: 30rem 0 11rem;
}

.input-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 27rem);
    gap: 19rem 20rem;
}

.input-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 27rem);
    gap: 19rem 20rem;
}

.crm-input {
    width: 100%;
    padding: 0 0 10rem;
    color: var(--gray-color-1300);
    font-size: 14rem;
    border: none;
    border-bottom: 1px solid var(--gray-color-500);
    outline: none;
}

.crm-input::placeholder {
    color: var(--gray-color-900);
}

.crm-input:focus {
    border-bottom: 1px solid var(--gray-color-1300);
    outline: none;
}

#company,
#empNum {
    padding-top: 0;
}

textarea,
input {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: none;
}

.crm-submit-btn {
    width: 100%;
    padding: 15rem;
    color: var(--white-color);
    font-size: 14rem;
    font-weight: var(--font-light);
    background-color: var(--gray-color-1300);
    border-radius: 10rem;
    cursor: pointer;
    transition: var(--transition-2);
}

.crm-submit-btn:hover {
    background-color: var(--primary-color);
}


.mdl-privacy-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100vh;
    background-color: #22222280;
}

.privacy-wrapper {
    padding: 50rem;
    width: 820rem;
    height: 600rem;
    background-color: var(--white-background);
    border-radius: 30rem;
}

.privacy-wrapper span {
    display: flex;
    justify-content: space-between;
}

.privacy-title {
    margin-bottom: 25rem;
    color: var(--gray-color-1300);
    font-size: 28rem;
    font-weight: var(--font-bold);
}

.btn-modal-close {
    width: 22rem;
    height: 22rem;
    background: url("/image/intro/close.png?ver=2024070801") center / auto no-repeat;
    transition: var(--transition-2);
    cursor: pointer;
}

.btn-modal-close:hover {
    background-image: url("/image/intro/close_hover.png?ver=2024070801");
}

.private-desc {
    background-color: var(--gray-color-300) !important;
    padding: 20rem 0 20rem 20rem !important;
    height: calc(100% - 50rem);
    background-color: var(--gray-color-300) !important;
}

.private-desc:focus {
    outline: none;
}

.private-desc textarea {
    padding-right: 15rem;
    width: 100%;
    height: 100%;
    color: var(--gray-color-1100);
    font-size: 13.333rem;
    font-weight: var(--font-medium);
    line-height: 1.4;
    resize: none;
    border: none;
    background-color: inherit;
}

.private-desc textarea::-webkit-scrollbar {
    width: 15px;
}

.private-desc textarea::-webkit-scrollbar-track {
    background-color: transparent;
}

/* footer */
.footer {
    height: auto;
    padding-bottom: 50rem;
}

.footer .content-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1200rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    align-self: stretch;
}

.footer-text-title {
    color: var(--gray-color-1300);
    font-size: 25rem;
    font-weight: var(--font-medium);
}

.footer-text-title b {
    color: var(--gray-color-1300);
    font-weight: var(--font-bold);
}

.footer-top-right {
    display: flex;
}

.footer-family-wrapper {
    display: flex;
    align-items: center;
    margin-right: 50rem;
    color: var(--gray-color-1300);
    cursor: pointer;
}

.footer-family-wrapper:last-child {
    margin-right: 0;
}

.footer-family-wrapper img {
    width: 45rem;
    margin-right: 15rem;
}

.footer-family-wrapper img:last-child {
    margin-right: 0;
}

.footer-family-wrapper span {
    font-size: 16rem;
    font-weight: var(--font-medium);
    line-height: 15rem;
}

.footer-devider {
    margin: 50rem 0;
    width: 100%;
    height: 1rem;
    padding: 0 !important;
    background-color: var(--gray-color-500);
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 100rem;
}

.footer-bottom-left {
    width: 100%;
}

.footer-logo {
    width: 120rem;
    cursor: pointer;
}

.footer-info-list {
    display: flex;
    gap: 20rem;
    margin: 30rem 0;
    font-size: 14rem;
    font-weight: var(--font-bold);

    a {
        color: var(--gray-color-1200);
    }
}

.footer-company-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10rem 20rem;

    li {
        display: flex;
    }

    li p {
        color: var(--gray-color-1200);
        font-size: 14rem;

        b {
            margin-right: 10rem;
            font-weight: var(--font-bold);
        }
    }
}

.vertical-devider {
    margin-left: 20rem;
    padding: 1px 0;
    width: 2px;
    height: 12px;
    background-color: var(--gray-color-600);
}

.footer-company-copyright {
    margin-top: 20rem;
    color: var(--gray-color-900);
    font-size: 12rem;
    line-height: 1.2;
}


.footer-bottom-right {
    min-width: fit-content;
}

.sns-lists {
    display: flex;
    align-items: flex-end;
    gap: 25rem;
    height: 100%;
}

.sns-lists li {
    transition: opacity var(--transition-2);

    a {
        display: inline-block;
        position: relative;
        width: 22rem;
        height: 20rem;
    }

    a::after {
        content: "";
        position: absolute;
        bottom: 0;
        opacity: 0;
        width: 22rem;
        height: 20rem;
        transition: opacity var(--transition-2);
    }

    .sns-nv {
        background: url("/image/intro/btn_naver.png?ver=2024070801") center / 22rem 20rem no-repeat;
    }

    .sns-yt {
        background: url("/image/intro/btn_youtube.png?ver=2024070801") center / 22rem 20rem no-repeat;
    }

    .sns-li {
        background: url("/image/intro/btn_linked_in.png?ver=2024070801") center / 22rem 20rem no-repeat;
    }
}

.sns-lists li:hover {
    a::after {
        opacity: 1;
    }

    .sns-nv::after {
        background: url("/image/intro/btn_naver_hover.png?ver=2024070801") center / 22rem 20rem no-repeat;
    }

    .sns-yt::after {
        background: url("/image/intro/btn_youtube_hover.png?ver=2024070801") center / 22rem 20rem no-repeat;
    }

    .sns-li::after {
        background: url("/image/intro/btn_linked_in_hover.png?ver=2024070801") center / 22rem 20rem no-repeat;
    }
}

/* display: none */
/* .carousel-item .carousel-img-lt, */
.gnb-fixed .gnb-btn-logo-m,
.carousel-item .carousel-img-m,
.section-img-m,
.carousel-item .carousel-img-t,
.carousel-item .text-desc-m,
.section-img-t,
.contents-icon-m,
.crm-text-title-m,
.footer-text-title-t,
.footer-family-m,
.footer-company-address-m {
    display: none;
}
.btn.mo-only,
.mobile_br,
.lgta-only, .ta-only, .mo-only {
    display: none;
}

:-ms-input-placeholder {
    color: #999999;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    /* IE10+ specific styles go here */
    .scroll-wrapper {
        padding: 0 0 0 0 !important;
    }

    /* IE 호환 */
    .footer_anchor:link {
        color: #444;
        text-decoration: none;
    }

    .footer_anchor:visited {
        color: #444;
        text-decoration: none;
    }

    .footer_anchor:hover {
        color: #444;
        text-decoration: none;
    }

    .login_anchor:link {
        color: #444;
        text-decoration: none;
    }

    .login_anchor:visited {
        color: #444;
        text-decoration: none;
    }

    .login_anchor:hover {
        color: #00a6b0;
        text-decoration: none;
    }

    .gnb-fixed.scroll .login_anchor:link {
        color: #444;
        text-decoration: none;
    }

    .gnb-fixed.scroll .login_anchor:visited {
        color: #444;
        text-decoration: none;
    }

    .gnb-fixed.scroll .login_anchor:hover {
        color: #00a6b0;
        text-decoration: none;
    }

}


/* 2024.04.30 상단 carousel 수정 */
.item-bg1 {
    width: 100%;
    height: 100%;
    background: url("/image/intro/mv01_img.png?ver=2024070801") center center / auto no-repeat;
}

.item-bg2 {
    width: 100%;
    height: 100%;
    background: url("/image/intro/mv02_img.png?ver=2024070801") center center / auto no-repeat;
}

.carousel-content-wrap {
    margin: 0 auto;
    max-width: 1200rem;
}

.owl-carousel-btn-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* .flex-align {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
} */
/* owl carousel css 커스텀 */
.owl-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* ======================== */
/*         HR 데이터        */
/* ======================== */


/* 섹션 컨테이너 */
.section-container.full.gra {
    margin: 0;
    padding: clamp(120px, 10vw, 160px) 0;
    background: linear-gradient(
            180deg,
            rgba(245, 241, 255, 1) 72%,
            rgba(255, 255, 255, 1) 100%
    );
}

/* PC 레이아웃 컨테이너 */
.contents-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--gap-24);
    width: 100%;
    max-width: clamp(328px, 91.3vw, 1320px);
    margin: 0 auto;
}

/* PC 레이아웃 - 좌측 콘텐츠 영역 */
.contents-wrap .cert-contents {
    display: flex;
    flex-direction: column;
    gap: var(--gap-56);
    width: 50%;
    flex-shrink: 0;
}

/* PC 레이아웃 - 우측 이미지 영역 */
.cert-img-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

/* 인증서 리스트 */
.certification-list {
    z-index: 3;
    display: flex;
    flex-direction: row;
    gap: var(--gap-24);
    width: 100%;
}

/* 인증서 카드 */
.cert-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(8px, 1vw, 16px);
    width: 50%;
    height: auto;
    padding: clamp(20px, 3vw, 32px);
    border-radius: var(--radius-large);
    background: var(--color-background-white);
}

.cert-header {
    display: flex;
    align-items: center;
}

.cert-text {
    display: flex;
    flex-direction: column;
    gap: var(--gap-4);
}

.cert-text .body-lg.bold,
.cert-text .body-sm.bold{
    color:var(--color-text-gray-darker);
}

.cert-text .body-sm.bold{
    color:var(--color-text-gray-darker);
    font-size: clamp(14px, 2.8vw, 16px);
}

.cert-icon {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 48px;
    height: auto;
    pointer-events: none;
}

.cert-img {
    height: auto;
    max-width: 100%;
}

.mobile-layout {
    position: relative;
    display: none;
    z-index: 2;
}

.mobile-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: clamp(20px, 3.8vw, 32px);
}

.mobile-top .heading-xl {
    position: relative;
    z-index: 2; /* 텍스트를 이미지 위로 */
}


.mobile-top .cert-img {
    position: relative;
    z-index: 0;
}





/* ======================== */
/*       플로팅 버튼         */
/* ======================== */

.fab-group.show {
    opacity: 1;
    pointer-events: auto;
}

.fab-group {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    transition: opacity 0.6s ease;
    opacity: 0;
    pointer-events: none;
}

.fab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0 12px;
    border: none;
    border-radius: 30px;
    background-color: var(--color-button-black);
    color: #fff;
    overflow: visible;
    transition:  background-color 0.3s ease-in-out,
    width 0.3s ease-in-out,
    padding 0.3s ease-in-out,
    border-radius 0.3s ease-in-out;
    cursor: pointer;
    align-self: flex-end;
}

.fab img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.fab-text {
    width: 0;
    font-size: var(--font-size-body-S);
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 0.3s ease, width 0.3s ease;
    opacity: 0;
}

.fab:hover {
    background-color: var(--color-button-primary);
}

.fab-link:hover {
    gap:var(--gap-8);
    width: 172px;
    padding: 0 var(--padding-24);
    border-radius: 30px;
    background-color: var(--color-button-primary);
}

.fab-link:hover .fab-text {
    width: auto;
    opacity: 1;
}

/* ======================== */
/*          퀵메뉴          */
/* ======================== */

.quick-wrap {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100px;
    opacity: 0; /* << 이거 중요 */
    pointer-events: none; /* 마우스 이벤트 차단 */
    background: var(--color-background-white);
    border-radius: var(--radius-large) 0 0 var(--radius-large);
    box-shadow: 0 0 20px rgba(21, 21, 21, 0.12);
    padding: var(--padding-20) 0;
    z-index: 1000;
    display: flex;
    transition: opacity 0.3s ease;
}

.quick-wrap.show {
    opacity: 1; /* 보이게 */
    pointer-events: auto;
}


.quick-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.quick-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: #fff;
    border-radius: var(--radius-small);
    padding: var(--padding-8) 0;
    width: 80px;
    font-size: var(--font-size-caption-L);
    color: var(--color-text-gray-darker);
    font-weight: 500;
}

.quick-item img {
    width: 32px;
    height: 32px;
    margin-bottom: var(--gap-8);
}


.quick-item a:hover {
    background-color:var(--color-surface-gray);
}