/* =========================================================
   HCHOME FOOTER
========================================================= */

#hchome-footer,
#hchome-footer *,

#hchome-floating,
#hchome-floating * {

    box-sizing: border-box;

}


/* =========================================================
   FOOTER
========================================================= */

#hchome-footer {

    position: relative;

    width: 100%;

    background:

        linear-gradient(
            135deg,
            #071426 0%,
            #0b1e38 50%,
            #102a4b 100%
        );

    color: #ffffff;

    font-family:

        Pretendard,
        "Noto Sans KR",
        sans-serif;

    overflow: hidden;

}


/* =========================================================
   SUBTLE BACKGROUND EFFECT
========================================================= */

#hchome-footer::before {

    content: "";

    position: absolute;

    width: 700px;

    height: 700px;

    top: -400px;

    right: -250px;

    border-radius: 50%;

    background:

        radial-gradient(
            circle,
            rgba(50,100,170,.18),
            transparent 70%
        );

    pointer-events: none;

}


/* =========================================================
   INNER
========================================================= */

.hchome-footer-inner {

    position: relative;

    z-index: 1;

    width: 100%;

    max-width: 1500px;

    margin: 0 auto;

    padding:

        75px 5vw 28px;

}


/* =========================================================
   FOOTER TOP
========================================================= */

.hchome-footer-top {

    display: grid;

    grid-template-columns:

        1.3fr
        .7fr
        1fr
        1fr;

    gap: 50px;

}


/* =========================================================
   LOGO
========================================================= */

.hchome-footer-logo {

    display: inline-block;

    margin-bottom: 24px;

    color: #ffffff;

    text-decoration: none;

    font-size: 34px;

    font-weight: 800;

    letter-spacing: -.05em;

}


.hchome-footer-intro {

    margin: 0;

    color:

        rgba(255,255,255,.68);

    font-size: 18px;

    font-weight: 500;

    line-height: 1.75;

    letter-spacing: -.035em;

}


/* =========================================================
   COLUMN
========================================================= */

.hchome-footer-column {

    min-width: 0;

}


/* =========================================================
   TITLE
========================================================= */

.hchome-footer-title {

    display: block;

    margin-bottom: 24px;

    color:

        rgba(255,255,255,.45);

    font-size: 13px;

    font-weight: 800;

    letter-spacing: .13em;

}


/* =========================================================
   MENU
========================================================= */

.hchome-footer-menu {

    margin: 0;

    padding: 0;

    list-style: none;

}


.hchome-footer-menu li {

    margin-bottom: 13px;

}


.hchome-footer-menu a {

    position: relative;

    display: inline-block;

    color:

        rgba(255,255,255,.78);

    text-decoration: none;

    font-size: 16px;

    font-weight: 600;

    transition: .25s ease;

}


.hchome-footer-menu a::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: -4px;

    width: 0;

    height: 1px;

    background: #ffffff;

    transition: .25s ease;

}


.hchome-footer-menu a:hover {

    color: #ffffff;

}


.hchome-footer-menu a:hover::after {

    width: 100%;

}


/* =========================================================
   CONTACT
========================================================= */

.hchome-footer-contact-list {

    display: flex;

    flex-direction: column;

    gap: 18px;

}


.hchome-footer-contact-list div {

    display: flex;

    flex-direction: column;

    gap: 6px;

}


.hchome-footer-contact-list span {

    color:

        rgba(255,255,255,.4);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .12em;

}


.hchome-footer-contact-list strong {

    color:

        rgba(255,255,255,.88);

    font-size: 16px;

    font-weight: 600;

    line-height: 1.5;

    letter-spacing: -.02em;

}


/* =========================================================
   QUICK CONTACT
========================================================= */

.hchome-footer-quick p {

    margin:

        0 0 20px;

    color:

        rgba(255,255,255,.68);

    font-size: 16px;

    font-weight: 500;

    line-height: 1.7;

    letter-spacing: -.03em;

}


.hchome-footer-inquiry {

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;

    padding:

        14px 18px;

    min-width: 175px;

    border:

        1px solid
        rgba(255,255,255,.3);

    color: #ffffff;

    text-decoration: none;

    font-size: 15px;

    font-weight: 700;

    transition: .25s ease;

}


.hchome-footer-inquiry:hover {

    background: #ffffff;

    color: #102a4b;

}


.hchome-footer-inquiry span {

    font-size: 19px;

    font-weight: 400;

}


/* =========================================================
   DIVIDER
========================================================= */

.hchome-footer-divider {

    width: 100%;

    height: 1px;

    margin:

        60px 0 24px;

    background:

        rgba(255,255,255,.12);

}


/* =========================================================
   COMPANY INFO
========================================================= */

.hchome-footer-info {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}


.hchome-footer-company {

    display: flex;

    flex-wrap: wrap;

    gap:

        8px
        22px;

}


.hchome-footer-company span {

    color:

        rgba(255,255,255,.5);

    font-size: 14px;

    font-weight: 500;

    line-height: 1.7;

    letter-spacing: -.025em;

}


.hchome-footer-links {

    display: flex;

    align-items: center;

    gap: 20px;

    flex-shrink: 0;

}


.hchome-footer-links a {

    color:

        rgba(255,255,255,.6);

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    transition: .2s ease;

}


.hchome-footer-links a:hover {

    color: #ffffff;

}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.hchome-footer-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-top: 35px;

    padding-top: 22px;

    border-top:

        1px solid
        rgba(255,255,255,.08);

}


.hchome-footer-bottom p {

    margin: 0;

    color:

        rgba(255,255,255,.32);

    font-size: 12px;

    font-weight: 500;

}


.hchome-footer-made {

    color:

        rgba(255,255,255,.28);

    font-size: 11px;

    font-weight: 600;

    letter-spacing: .1em;

}


/* =========================================================
   FLOATING BAR
========================================================= */

#hchome-floating {

    position: fixed;

    right: 24px;

    bottom: 24px;

    z-index: 9999;

    display: flex;

    flex-direction: column;

    gap: 8px;

    opacity: 0;

    visibility: hidden;

    transform:

        translateY(20px);

    transition:

        opacity .3s ease,
        visibility .3s ease,
        transform .3s ease;

}


#hchome-floating.is-show {

    opacity: 1;

    visibility: visible;

    transform:

        translateY(0);

}


/* =========================================================
   FLOATING ITEM
========================================================= */

.hchome-floating-item {

    width: 64px;

    min-height: 64px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 4px;

    border: 0;

    background: #102a4b;

    color: #ffffff;

    text-decoration: none;

    cursor: pointer;

    box-shadow:

        0 8px 25px
        rgba(0,0,0,.18);

    transition: .25s ease;

}


.hchome-floating-item:hover {

    transform:

        translateX(-5px);

    background: #193d6b;

}


/* ICON */

.hchome-floating-icon {

    display: block;

    font-size: 20px;

    font-weight: 700;

    line-height: 1;

}


/* TEXT */

.hchome-floating-text {

    font-size: 11px;

    font-weight: 700;

    line-height: 1.25;

    text-align: center;

    letter-spacing: -.03em;

}


/* =========================================================
   ONLINE
========================================================= */

.hchome-floating-online {

    background: #163a68;

}


/* =========================================================
   PHONE
========================================================= */

.hchome-floating-phone {

    background: #102f57;

}


/* =========================================================
   KAKAO
========================================================= */

.hchome-floating-kakao {

    background: #193b63;

}


/* =========================================================
   TOP
========================================================= */

.hchome-floating-top {

    min-height: 54px;

    background: #08182d;

}


.hchome-floating-top .hchome-floating-icon {

    font-size: 22px;

}


.hchome-floating-top:hover {

    background: #ffffff;

    color: #102a4b;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {


    .hchome-footer-top {

        grid-template-columns:

            1.2fr 1fr 1fr;

        row-gap: 50px;

    }


    .hchome-footer-brand {

        grid-column:

            span 3;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {


    .hchome-footer-inner {

        padding:

            60px 20px 22px;

    }


    .hchome-footer-top {

        grid-template-columns:

            1fr 1fr;

        gap:

            45px 25px;

    }


    .hchome-footer-brand {

        grid-column:

            span 2;

    }


    .hchome-footer-logo {

        margin-bottom: 18px;

        font-size: 30px;

    }


    .hchome-footer-intro {

        font-size: 17px;

        line-height: 1.65;

    }


    .hchome-footer-title {

        margin-bottom: 18px;

        font-size: 12px;

    }


    .hchome-footer-menu a {

        font-size: 15px;

    }


    .hchome-footer-contact-list strong {

        font-size: 15px;

        word-break: break-word;

    }


    .hchome-footer-quick {

        grid-column:

            span 2;

    }


    .hchome-footer-quick p {

        font-size: 16px;

    }


    .hchome-footer-divider {

        margin:

            45px 0 22px;

    }


    .hchome-footer-info {

        align-items: flex-start;

        flex-direction: column;

        gap: 18px;

    }


    .hchome-footer-company {

        flex-direction: column;

        gap: 5px;

    }


    .hchome-footer-company span {

        font-size: 14px;

    }


    .hchome-footer-links a {

        font-size: 14px;

    }


    .hchome-footer-bottom {

        align-items: flex-start;

        flex-direction: column;

        gap: 8px;

        margin-top: 25px;

    }


    /* =============================
       FLOATING
    ============================== */

    #hchome-floating {

        right: 12px;

        bottom: 12px;

        gap: 6px;

    }


    .hchome-floating-item {

        width: 58px;

        min-height: 58px;

    }


    .hchome-floating-top {

        min-height: 50px;

    }


    .hchome-floating-icon {

        font-size: 18px;

    }


    .hchome-floating-text {

        font-size: 10px;

    }

}
