@charset "UTF-8";
.top-header{
    border-bottom: 1px solid #cacaca;
}

.top-header .aligner{
    max-width: 85%;
    min-width: 50%;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.top-header .aligner .logo{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.top-header .aligner .logo a > img{
    height: 100px;
}

.top-header .aligner button.open{
    display: none;
    width: 30px;
    height: 30px;
    background: transparent url(../../icon/hamburgerMenu.png) no-repeat center center / 35px 35px;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-header .aligner .drawer .head button.close{
    display: none;
    visibility: hidden;
    opacity: 0;
    text-indent: -9999px;
}

.top-header .aligner .drawer .nav{
    padding-left: 26%;
    float: left;
}

.top-header .aligner .drawer .navM{
    display: none;
}

.top-header .aligner .drawer .nav > li{
    padding: 0 75px;
    position: relative;
    float: left;
}

.top-header .aligner .drawer .nav > li > a{
    padding: 35px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 100px;
    position: relative;
}

.top-header .aligner .drawer .nav > li > a:before{
    content: "";
    display: block;
    position: absolute;
    bottom: 28px;
    left: -10%;
    width: 0%;
    height: 3px;
    background-color: #000;
    transition: all .4s cubic-bezier(0.77, 0, 0.175, 1) .2s;
}

.top-header .aligner .drawer .nav > a:after{
    content: "";
    display: block;
    position: absolute;
    bottom:  28px;
    left: -10%;
    width: 0%;
    height: 3px;
    background-color: #FFC21A;
    transition: all .6s cubic-bezier(0.77, 0, 0.175, 1);
}

.top-header .aligner .drawer .nav > li .menu-wrapper{
    display: none;
    width: 100%;
    /*height: 300px;*/
    height: 200px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 99px;
    z-index: 20;
}

.top-header .aligner .drawer .nav > li .menu-wrapper li{
    line-height: 2.5;
    font-size: 18px;
}


.top-header .aligner .drawer .nav > li .menu-wrapper .menu:after{
    content: "";
    display: block;
    width: 1px;
    /*height: 360px;*/
    height: 160px;
    background-color: #cacaca;
    position: absolute;
    right: 0;
    top: 20px;
}

.top-header .aligner .drawer .nav > li:nth-child(4) .menu-wrapper .menu:after{
    display: none;
}

.top-header .nav-bg{
    display: none;
    width: 100%;
    /*height: 400px;*/
    height: 200px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 100px;
    box-shadow: 0 0 5px 1px rgb(0, 0, 0, 0.2);
    z-index: 10;
}

/* header.active */
.top-header.active .aligner .drawer .nav > li > .menu-wrapper{
    display: block;
}

.top-header.active .nav-bg{
    display: block;
}

.top-header .aligner .drawer .nav > li:hover > a{
    color: #F0BC5E;
}

.top-header .aligner .drawer .nav > li .menu li:hover > a{
    color: #F0BC5E;
    font-weight: bold;
}

.top-header .aligner .drawer .nav > li:hover > a:before{
    width:120%;
    transition:all .6s cubic-bezier(0.77, 0, 0.175, 1);
}

.top-header .aligner .drawer .nav > li:hover > a:after{
    width:120%;
    transition:all .4s cubic-bezier(0.77, 0, 0.175, 1) .2s;
}

.visited{
    color: #F0BC5E;
}

.navigator-container{position: relative;}
.img1{background-image: url("/images/common/sub-page-01.png")}/*회사소개*/
.img2{background-image: url("/images/common/sub-page-04.png");}/*진행절차*/
.img3{background-image: url("/images/common/sub-page-02.png");}/*문의안내*/
.img4{background-image: url("/images/common/sub-page-03.png");}/*렌탈품목*/

.navigator-container {
    width: 100%;
    background-color: #091F3A;
    position: relative;
    height: 60px;
    opacity: 0.9; /* 배경 투명도 */
}
.navigator-container h1.navigator-category{
    top: 35%;
    position: absolute;
    left: 50%;
    color: white;
    transform: translate(-50%, -35%);
}

.navigator-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sub-navigator {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.nav-content {
    display: flex;
    align-items: center;
    margin-right: 58%;
}

.home-icon {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.menu-item {
    color:#fff;
    text-decoration: none;
    font-size: 18px;
    margin: 0 15px;
    position: relative;
}

.nav-separator {
    width: 1px;
    height: 60px;
    background-color: #fff;
    margin: 0 20px;
}

.nav-toggle {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
}

.nav-toggle:hover {
    color: #ccc; /* 플러스 버튼에 마우스를 올렸을 때 색 변경 */
}
.home img {
    width: 30px;
    height: auto;
}

@media screen and (max-width: 1500px) {
    .top-header .aligner .drawer .nav > li {
        padding: 0 39px;
    }

}
@media screen and (max-width: 1000px) {
    .top-header .aligner .drawer .nav > li {
        padding: 0 35px;
    }
}

@media screen and (max-width: 960px) {
    .nav-separator {
        margin: 0 10px;
    }
    .nav-content {
        margin-right: -20px;
    }

    .top-header .aligner .logo a > img {
        height: 80px;
    }
    .top-header .aligner {
        max-width: 84%;
        height: 70px;
    }

    .top-header .aligner .logo img{
        height: 25px;
    }

    .top-header .aligner .drawer{
        width: 100vw;
        height: 100vh;
        background-color: white;
        position: fixed;
        left: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform 0.3s;
    }

    .top-header .aligner .drawer .head{
        /*background-color: #FFC21A;*/
        height: 70px;
        padding: 0 20px;
        position: relative;
    }

    .top-header .aligner .drawer .nav,
    .top-header.active .nav-bg {
        display: none;
    }

    .top-header .aligner .drawer .navM{
        display: block;
    }

    .top-header .aligner .drawer .navM > li > a{
        display: block;
        padding: 15px 30px;
        background: transparent url(../../icon/downArrow.png) no-repeat 94% 17px/ 20px 20px;
        border-bottom: 1px solid #cacaca;
        font-size: 18px;
    }

    .top-header .aligner .drawer .navM > li > .menu-wrapperM{
        padding-left: 50px;
        display: none;
    }

    .top-header .aligner .drawer .navM > li > .menu-wrapperM li a{
        display: block;
        padding: 13px 0;
        font-size: 16px;
    }

    .top-header .aligner .drawer .navM > li.active{
        background-color: #f5f5f5;
    }

    .top-header .aligner .drawer .navM > li.active > a{
        background: transparent url(../../icon/downArrow_rotate.png) no-repeat 94% 17px / 20px 20px;
        color: #FFC21A;
        font-weight: 600;
    }

    .top-header .aligner .drawer .navM > li.active .menu-wrapperM{
        border-bottom: 1px solid #cacaca;
        display: block;
    }

    .top-header .aligner button.open{
        display: block;
        outline: none;
        cursor: pointer;
    }

    .top-header .aligner .drawer .head button.close{
        display: block;
        visibility: visible;
        opacity: 1;
        width: 30px;
        height: 30px;
        background: transparent url(../../icon/hamburgerClose.png) no-repeat center center / 110%;
        margin: 20px 0;
        border: none;
        float: right;
        outline: none;
        text-indent: -9999px;
    }

    .top-header .aligner .drawer.on{
        transform: translateX(0);
        z-index: 30;
    }

    .input-group.pull-right,
    .top-header .aligner .drawer .navM menu-category .menu-wrapperM{
        max-width: 330px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 500px) {
    .navigator-container{position: relative;}
    .img1{background-image: url("/images/common/sub-page-01-mobile.png")}/*회사소개*/
    .img2{background-image: url("/images/common/sub-page-04-mobile.png");}/*진행절차*/
    .img3{background-image: url("/images/common/sub-page-02-mobile.png");}/*문의안내*/
    .img4{background-image: url("/images/common/sub-page-03-mobile.png");}/*렌탈품목*/

}