@charset "utf-8";

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

:is(a, h1, h2, h3, h4, h5, h6, td, th, li, span, strong, dl, dd, div, section, button) {
    font-family: 'pretendard', sans-serif !important;
 
}

a {
    color: #333 !important;
    text-decoration: none !important;
}

a:hover {
    color: #333 !important;
}

p {
    margin-bottom: 0;
}


/* layout */
#container {
    float:none !important;
    width:100% !important;
    margin: 0 !important;
}

#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr {
    width:100% !important;
}

.footer-wrapper {
    background: #323841;
    padding: 30px 0;

    .container {
        max-width: 1280px;
        margin: 0 auto;
    }

    .footer-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(253, 253, 253, 0.3);
        padding: 14px 0 29px;
        margin-bottom: 31px;
    }

    .footer-logo {
        display: flex;
        align-items: center;
        text-decoration: none;

        span {
            color: #ffffff;
            font-size: 27px;
            font-weight: 400;
            margin-left: 4px;
        }
    }

    /*.footer-nav {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    height: 26px;*/
    /*    list-style: none;*/
    /*    margin: 0;*/
    /*    padding: 0;*/

    /*    li {*/
    /*        &:not(:first-child) {*/
    /*            position: relative;*/
    /*            margin-left: 17px;*/
    /*            padding-left: 17px;*/

    /*            &::before {*/
    /*                content: '';*/
    /*                position: absolute;*/
    /*                left: 0;*/
    /*                top: 50%;*/
    /*                transform: translateY(-50%);*/
    /*                width: 1px;*/
    /*                height: 12px;*/
    /*                background: rgba(85, 85, 85, 0.2);*/
    /*            }*/
    /*        }*/

    /*        a {*/
    /*            color: #B4B4B4 !important;*/
    /*            text-decoration: none;*/
    /*            font-size: 16px;*/
    /*            font-weight: 500;*/
    /*            line-height: 26px;*/
    /*            letter-spacing: -0.03em;*/

    /*            &:hover,*/
    /*            &.active {*/
    /*                color: #39c702;*/
    /*            }*/
    /*        }*/
    /*    }*/
    /*}*/

    .footer-nav {
        color: #B4B4B4;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.03em;
        &:hover,
        &.active {
            color: #39c702;
        }
    }

    .footer-middle {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        gap: 3px;

        div {
            display: flex;
            align-items: center;
            font-size: 15px;
            line-height: 26px;
            color: #B4B4B4;
        }

        .label {
            display: inline-block;
            font-weight: 700;
            margin-right: 10px;
        }

        .address {
            margin-right: 15px;
        }

        .text {
            font-weight: 400;
        }

        .separator {
            width: 1px;
            height: 12px;
            background: rgba(180, 180, 180, 0.2);
            margin: 0 1rem;
        }
    }
    .content-wrapper{
        margin-bottom: 10px;
    }

    .social-icons {
        display: flex;
        gap: 0.75rem;
        flex-shrink: 0;
        align-self: flex-end;

        a {
            display: inline-flex;
            width: 24px;
            height: 24px;

            svg {
                width: 100%;
                height: 100%;
                fill: #aaa;
                transition: fill 0.2s;
            }

            &:hover svg {
                fill: #fff;
            }
        }
    }

    .copyright {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        color: #B4B4B4;
    }
}

header {
    @media (min-width:1400px) {
        .container {
            max-width: 1280px;
        }
    }

    .topbar-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 10px;
    }

    .topbar-wrapper {
        width: 100%;
        background: #f5f6f8;
    }

    .topbar {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 30px;
        font-size: 15px;
        font-weight: 400;
        color: #373f57;
    }

    .separator {
        margin: 0 12px;
        color: #d8d8d8;
    }

    .control-group {
        display: flex;
        align-items: center;
        gap: 12px;
        background-color: #f5f6f8;
    }

    .zoom-btn {
        width: 18px;
        height: 18px;
        font-size: 16px;
        background-color: #fff;
        color: #373F57;
        border: 2px solid #373F57;
        border-radius: 2px;
        cursor: pointer;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s ease;
    }
    .zoom-btn:hover {
        background-color: #eef1f5;
    }

    #zoom-level {
        font-weight: 600;
        font-size: 15px;
        line-height: 150%;
        color: #373F57;
        text-align: center;
    }




    .first-nav {
        padding: 20px 0 !important;
        border-bottom:solid 1px #d8d8d8;

        & button {
            height: auto !important;
            border:0 !important;

            & span {
                font-size:17px;
                font-weight: 700;
                color:#222;
            }
        }
    }

    .second-nav {
        & ul {
            column-gap: 20px;
            & li {

                & a {
                    font-size:19px;
                    font-weight: 700;
                    color:#1d1d1d;
                    padding: 0 16px;
                }
            }
        }

        & button {
            height: auto !important;
            border:0 !important;
        }






        .nav-link {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-weight: 600;
            font-size: 18px;
            color: #2C2C3C;
            padding: 12px 16px;
            text-decoration: none;
            transition: color 0.2s ease;

            &::after {
                content: "";
                position: absolute;
                bottom: -7px;
                left: 0;
                width: 90%;
                height: 4px;
                background-color: #14AE5C;
                transform: scaleX(0);
                transform-origin: center;
                transition: transform 0.3s ease;
            }

            .menu-label {
                display: inline-block;
                vertical-align: middle;
            }

            .menu-icon {
                width: 12px;
                height: 12px;
                vertical-align: middle;
                display: inline-block;
            }
        }

        .nav-item {
            position: relative;

            &:hover .nav-link {
                color: #1A1A1A;

                &::after {
                    transform: scaleX(1);
                }
            }

            &:hover .sub-depth {
                display: block;
            }
        }
        .nav-item.active .nav-link,
        .nav-item .nav-link.active {
            .menu-label{
                color: rgba(0, 174, 66, 0.89);
            }
            img{
                filter: brightness(0) saturate(100%)
                invert(46%) sepia(97%) saturate(491%) hue-rotate(84deg) brightness(99%) contrast(91%);
            }

        }

        /* 2차 메뉴 컨테이너 (2단 구조 적용) */
        .sub-depth {
            display: none;
            position: fixed;
            top: 207px;
            left: 0;
            z-index: 1000;

            /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
            
            width: 100%;
            /*min-width: 320px;*/
            /*border-radius: 6px;*/
            border-top: solid 1px #d8d8d8;

            .sub-depth-empty{
                width: 100%;
                height: 100vh;
                background: rgba(0, 0, 0, 0.3);
            }

            .sub-depth-wrapper{
                width: 100%;
                background: #fff;
            }

            .sub-depth-inner {
                max-width: 1280px;
                width: 100%;
                margin: 0 auto;
                display: flex;
                flex-direction: row;
                align-items: stretch;
        
            }



            .sub-depth-inner-content{
                width: 70%;
                padding-bottom: 30px;
            }
            .sub-depth-inner-img{
                width: 30%;
                display: flex;
                align-items: center;
                justify-content: center;
                img {
                    width: 50%;
                }
            }

            .depth1-label {
                padding: 14px 16px;
                font-weight: 700;
                font-size: 25px;
                line-height: 150%;
                color: #222737;
                display: flex;
                align-items: center;
                white-space: nowrap;
                img {
                    padding-left: 10px;
                }
            }

            .depth1-label-wrapper {
                flex: 1;
                border-top: solid 1px #d8d8d8;
                /*padding: 0 16px;*/

            }


            .pc-sub-menu {
                list-style: none;
                display: flex;
                flex-wrap: wrap;
                padding: 20px 0 0 0;

                li {
                    position: relative;
                    padding-left: 10px;
                }

                li::before {
                    content: "•";
                    position: absolute;
                    left: 15px;
                    top: 13px;
                    font-size: 1em;
                    color: black;
                }




                .sub-item {
                    width: 22%;
                }

                .sub-item a {
                    display: block;
                    padding: 12px 18px;
                    font-weight: 400;
                    font-size: 17px;
                    line-height: 150%;
                    color: #373F57;
                    text-decoration: none;
                    white-space: nowrap;
                    transition: background-color 0.2s ease, color 0.2s ease;

                    &:hover {
                        background-color: #e9f5ef;
                        color: #14AE5C;
                        border-radius: 8px;
                    }
                }
            }
        }
    }




}

.all-menu-navbar {
    display: none;
    position: fixed;

    left: 0;
    z-index: 1000;
    width: 100%;
    border-top: solid 1px #d8d8d8;


    .all-menu-navbar-wrapper{
        width: 100%;
        background: #fff;
        padding: 24px 0 50px 0;

    }

    .all-menu-navbar-empty{
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.3);
    }

    .all-menu-navbar-nav {
        max-width: 1280px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        .all-menu-nav-item{
            .all-menu-nav-link{
                font-weight: 800;
                font-size: 25px;
                line-height: 150%;
                color: #00AD1D !important;
                display: inline-block;
                margin-bottom: 27px;
            }
            .all-menu-sub-depth{
                .all-menu-pc-sub-menu{
                    display: flex;
                    flex-direction: column;
                    gap: 20px;

                    .all-menu-sub-item a{
                        font-weight: 600;
                        font-size: 17px;
                        line-height: 150%;
                        letter-spacing: -0.01em;
                    }
                    .all-menu-sub-item a:hover{
                        color: #00AD1D !important;
                    }
                }
            }
        }
    }
}
.all-menu-navbar.active {
    display: block;
}

.all-menu-header-navbar{
    top: 207px;
}

.all-menu-footer-navbar{
    bottom: 275px;
}


.sub-box {
    height: 300px;
    padding: 50px 0;

    .navi-box {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        column-gap: 12px;

        & img {
            position: relative;
            top:-1px;
        }

        & span {
            font-size:16px;
            font-weight: 600;
            color:#00000082;
        }
    }

    .sub-nav-title {
        & h2 {
            color:#222;
            font-size:43px;
            font-weight: 700;
            margin-bottom:40xp;
        }
    }

    .sub-nav-box {
        margin-top:30px;

        .nav-col {
            background: #00000036;
            border-radius: 30px;

            .nav-item {
                /*line-height: 50px;*/
                line-height: 100%;
                text-align: center;
                height: 67px;
                align-content: center;

                & a {
                    font-size:18px;
                    font-weight: 600;
                    margin: 0 12px;
                    color:#fff !important;
                    border-radius: 300px;
                    align-content: center;
                }
                a.active {
                    background:#000;
                    height: 47px;

                }
            }

        }
    }

}


.sub-box.sub1 {
    background: url('/theme/basic/img/sub/sub1.png') no-repeat center;
    background-size: cover;

    .nav-item:nth-child(6) {
        flex:0 0 17%;
    }
}

.sub-box.sub2 {
    background: url('/theme/basic/img/sub/sub2.png') no-repeat center;
    background-size: cover;
}

.sub-box.sub3 {
    background: url('/theme/basic/img/sub/sub3.png') no-repeat center;
    background-size: cover;
}

.sub-box.sub4 {
    background: url('/theme/basic/img/sub/sub4.png') no-repeat center;
    background-size: cover;
}

.sub-box.sub5 {
    background: url('/theme/basic/img/sub/sub5.png') no-repeat center;
    background-size: cover;
}

.sub-box.sub6 {
    background: url('/theme/basic/img/sub/sub6.png') no-repeat center;
    background-size: cover;
}

.sub-box.sub7 {
    background: url('/theme/basic/img/sub/sub7.png') no-repeat center;
    background-size: cover;
}

.sub-box.sub8 {
    background: url('/theme/basic/img/sub/sub8.png') no-repeat center;
    background-size: cover;
}





.offcanvas.offcanvas-end {
    display: none;
}


