@charset "UTF-8";
/*****************************************************************

Copyright C 위브온 테마 All rights reserved.
weevon@naver.com & master@weevon.com
본 페이지는 유료콘텐츠 위브온 테마 CSS입니다. 불법복제시 법적인 제제를 받으실 수 있습니다.
라이센스를 삭제하지 마세요. 라이센스 삭제시 불법 사용으로 간주될 수 있습니다.

******************************************************************/


#ft { background: #fff; border-top: 1px solid #e0e0e0; }
#ft_wr { width: calc(100vw - 80px); max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ft-top-links { display: flex; align-items: center; justify-content: center; padding: 22px 0 20px; border-bottom: 1px solid #e8e8e8; }
.ft-top-links a { font-size: 15px; font-weight: 500; color: #333; text-decoration: none; padding: 0 36px; transition: color 0.2s; }
.ft-top-links a:hover { color: #1a3a7a; }
.ft-divider { display: inline-block; width: 1px; height: 14px; background: #bbb; }
.ft-logo-area { display: flex; justify-content: center; align-items: center; padding: 36px 0 30px; border-bottom: 1px solid #ebebeb; }
.ft-logo-area img { height: 50px; width: auto; }
.ft-info-area { padding: 28px 0 40px; text-align: center; }
.ft-info-area p { font-size: 14.5px; color: #444; line-height: 2.1; letter-spacing: -0.2px; }
.ft-info-area p span { display: inline-block; margin: 0 6px; }
.ft-info-area .ft-sep { color: #ccc; margin: 0 2px; }
/* 반응형 */
@media screen and (max-width:576px) {
  .ft-top-links a { padding: 0 12px; font-size: 12.5px; }
  .ft-logo-area img { height: 50px; }
  .ft-info-area p { font-size: 12.5px; }
  .ft-info-area p span { display: block; margin: 0; }
  .ft-info-area .ft-sep { display: none; }
}



/*family site*/
#ft .family-site-container{position:relative; width:210px; text-align:left;}
#ft .family-site-container > button{padding:10px;color:#fff;border-bottom:3px solid #fff;width:100%;text-align:left;}
#ft .family-site-list{position:absolute; bottom:100%; left:0px; width:100%;  padding:10px 0;  z-index:11;background: #fff; display:none;}
#ft .family-site-list > li > a{display:block; padding:10px; color:#333; font-size:12px;font-family: 'NanumSquareNeoBold', sans-serif;}
#ft .family-site-list > li > a:hover{color:#000;}
#ft .wv-arrow{transition:all 0.3s;}
#ft .wv-arrow.on{transform: rotate(180deg);}

/* 퀵버튼 */
.ft-quick-container{position:fixed;bottom:15px;right:40px;z-index: 100;}
.ft-quick-container > li {margin-bottom: 10px;display:flex;align-items:center;place-content:center;width: calc((100vw - (100vw - 143px)) / 2);height: calc((100vw - (100vw - 143px)) / 2);box-shadow: 0px 4px 10px rgba(0,0,0,.15);border-radius: 100%;border:none;background:#fff;font-size: 14px;transition: all .3s;}
.ft-quick-container > li:last-child{margin-bottom:0;background: #333;border-left: none;}
.ft-quick-container .tnb_darkmode {flex-direction: column;gap: 5px;color: #666;cursor: pointer;transition: all .3s;}
.ft-quick-container .tnb_darkmode:hover{color: var(--main-color);}
.ft-quick-container .tnb_admin > a {display: flex;flex-direction: column;align-items: center;gap: 5px;color: #666;transition: all .3s;}
.ft-quick-container .tnb_admin > a:hover{color: var(--main-color);}
#wv-top_btn {display: flex;flex-direction: column;gap: 5px;align-items: center;place-content:center;width:100%;height:100%;border-radius:100%;color: #fff;font-family: "Play", sans-serif;font-weight: 700;text-transform: uppercase;z-index:90;transition: all .3s;}
#wv-top_btn > i{color: #fff;}
.ft-quick-container > li:last-child:hover {background: var(--main-color);}


/*다크모드*/
body.dark-mode #ft{background: #111;}
body.dark-mode #ft_wr{background: #111;color: #fff;}
body.dark-mode #ft_link a{color: #fff;}
body.dark-mode #ft .wv-btn03{background: #333;color: #fff;}

/* ============================================================
   우측 플로팅 퀵메뉴
   아이콘: theme/img/quick_icon_01.png ~ quick_icon_04.png
   ============================================================ */
.floating-quick-menu {
    position: fixed;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 108px;
    padding: 32px 12px 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,.18);
    z-index: 999;
    box-sizing: border-box;
}

.floating-quick-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.floating-quick-menu li {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

.floating-quick-menu li:last-child {
    margin-bottom: 0;
}

.floating-quick-menu a,
.floating-quick-menu button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
    background: none;
    text-decoration: none !important;
    cursor: pointer;
    transition: opacity .25s ease, transform .25s ease;
}

.floating-quick-menu a:hover,
.floating-quick-menu button:hover {
    opacity: .86;
    transform: translateY(-2px);
}

.floating-quick-menu .quick-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 12px;
    border-radius: 50%;
    overflow: hidden;
}

.floating-quick-menu .quick-icon img {
    display: block;
    width: 100%;
    height: auto;
}

.floating-quick-menu .quick-text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.06em;
    color: #111;
    word-break: keep-all;
    white-space: nowrap;
}

.floating-quick-menu .quick-phone-item {
    width: calc(100% + 24px);
    margin: -4px -12px 0;
    background: #252525;
}

.floating-quick-menu .quick-phone-link {
    display: flex !important;
    width: 100%;
    min-height: 110px;
    padding: 16px 8px 14px;
    box-sizing: border-box;
    background: #252525;
}

.floating-quick-menu .quick-phone-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0.02em;
    color: #ffd15a;
    font-family: "Outfit", "Pretendard", sans-serif;
    white-space: nowrap;
}

.floating-quick-menu .quick-phone-number span {
    display: block;
    color: #ffd15a;
}

.floating-quick-menu .quick-top-item {
    display: flex;
    justify-content: center;
    width: calc(100% + 24px);
    margin: 0 -12px 0;
    background: #0b82d8;
}

.floating-quick-menu #wv-top_btn.quick-top-btn {
    flex: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    padding: 5px 0 8px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 0 999px 999px !important;
    background: #0b82d8 !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1;
    box-sizing: border-box !important;
    aspect-ratio: auto !important;
}

.floating-quick-menu #wv-top_btn.quick-top-btn .quick-top-arrow {
    display: block;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
}

.floating-quick-menu #wv-top_btn.quick-top-btn .quick-top-text {
    display: block;
    color: #fff !important;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.18em;
}

/* 관리자 바로가기 버튼은 퀵메뉴와 분리 */
.ft-admin-quick-container {
    position: fixed;
    right: 28px;
    bottom: 24px;
    z-index: 998;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ft-admin-quick-container li {
    margin-top: 8px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,.12);
    font-size: 13px;
}

.ft-admin-quick-container a {
    color: #333;
    text-decoration: none;
}

@media screen and (max-width: 1280px) {
    .floating-quick-menu {
        right: 14px;
        width: 96px;
        padding: 26px 10px;
    }
    .floating-quick-menu li {
        margin-bottom: 24px;
    }
    .floating-quick-menu .quick-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    .floating-quick-menu .quick-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .floating-quick-menu .quick-phone-item,
    .floating-quick-menu .quick-top-item {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }
    .floating-quick-menu .quick-phone-link {
        min-height: 102px;
        padding: 14px 6px 13px;
    }
    .floating-quick-menu .quick-phone-number {
        font-size: 23px;
    }
    .floating-quick-menu #wv-top_btn.quick-top-btn {
        height: 50px !important;
        min-height: 50px !important;
        max-height: 50px !important;
    }
}

@media screen and (max-width: 768px) {
    .floating-quick-menu {
        display: none;
    }
}


/* ============================================================
   모바일 해상도 전용 하단 상담폼 바로가기 메뉴
   - 4개 항목(블로그 / 유튜브 / 오시는 길 / 전화)을 같은 가로폭으로 배치
   - 아이콘: theme/img/ficon_01.png ~ ficon_04.png
   ============================================================ */
.mobile-counsel-bottom-menu {
    display: none;
}

@media screen and (max-width: 768px) {
    body {
        /* [수정 포인트] 모바일 하단 버튼 영역 높이
           - 현재: 66px
           - 더 낮게: 62px 정도
           - 더 높게: 70~74px 정도
           ※ 이 값은 아래 .counsel-wrap bottom, .mobile-counsel-bottom-menu height와 같이 움직입니다. */
        --mcbm-height: 66px;
        padding-bottom: calc(var(--mcbm-height) + env(safe-area-inset-bottom));
    }

    /* 상담폼이 하단 버튼 메뉴 바로 위에 붙도록 같은 높이값을 사용 */
    .counsel-wrap {
        bottom: calc(var(--mcbm-height) + env(safe-area-inset-bottom)) !important;
    }

    .counsel-toggle-btn {
        bottom: calc(var(--mcbm-height) + env(safe-area-inset-bottom)) !important;
    }

    .mobile-counsel-bottom-menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9998;
        display: grid;

        /* [수정 포인트] 4개 항목 가로폭 균일 분배 */
        grid-template-columns: repeat(4, minmax(0, 1fr));

        width: 100%;
        height: calc(var(--mcbm-height) + env(safe-area-inset-bottom));
        padding-bottom: env(safe-area-inset-bottom);
        background: #fff;
        border-top: 1px solid rgba(0,0,0,.18);
        box-shadow: 0 -4px 18px rgba(0,0,0,.12);
        box-sizing: border-box;
    }

    .mobile-counsel-bottom-menu a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-width: 0;
        height: 100%;
        padding: 5px 2px 4px;
        border-right: 1px solid rgba(0,0,0,.18);
        background: #fff;
        color: #111;
        text-decoration: none !important;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-counsel-bottom-menu a:last-child {
        border-right: 0;
    }

    .mobile-counsel-bottom-menu .mcbm-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        margin-bottom: 4px;
    }

    .mobile-counsel-bottom-menu .mcbm-icon img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    .mobile-counsel-bottom-menu .mcbm-text {
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.15;
        letter-spacing: -0.05em;
        color: #111;
        white-space: nowrap;
    }

    .mobile-counsel-bottom-menu .mcbm-phone {
        justify-content: center;
        gap: 0;
        background: #252525;
        color: #22e4e4;
        border-right: 0;
        padding: 4px 2px 5px;
        font-family: "Outfit", "Pretendard", sans-serif;
        font-size: clamp(18px, 5.1vw, 22px);
        font-weight: 800;
        line-height: .98;
        letter-spacing: .01em;
    }

    .mobile-counsel-bottom-menu .mcbm-phone span {
        display: block;
        color: #22e4e4;
    }
}

@media screen and (max-width: 390px) {
    body {
        /* [수정 포인트] 작은 모바일 화면의 하단 버튼 높이 */
        --mcbm-height: 64px;
    }

    .mobile-counsel-bottom-menu .mcbm-icon {
        width: 23px;
        height: 23px;
        margin-bottom: 3px;
    }

    .mobile-counsel-bottom-menu .mcbm-text {
        font-size: 11.5px;
    }

    .mobile-counsel-bottom-menu .mcbm-phone {
        font-size: clamp(17px, 5.0vw, 20px);
        line-height: .98;
    }
}
