#nav__center #mobile_title {
    display:none;
}
#nav__center {
    position: relative;
    background: #F6F7F8;
    border-top: 1px #e0e0e0 solid;
}

#nav__center .flex {
    display: flex;
    height: 90px; 
    align-items: center;
    
}

#nav__center .flex .depth_one {
    /* width: 20%; */
    min-width: 15%;
    position: relative;
    cursor: pointer;
}

#nav__center .flex .depth_two {
    /* width: 80% */
    padding-left: 30px;

}

#nav__center .flex ul {
    width: 100%;
    top: 100%;
    left: 20px;
    padding: 0;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none;
    border-radius: .2em;
    padding: 0;
    margin: 0;
}


#nav__center .flex .clickSlide {
    /* height: 82px; */
    display: flex;
    align-items: center;

}

#nav__center .flex .depth_one ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    white-space: nowrap;
}

#nav__center .flex .depth_one ul>li>a:hover,
#nav__center .flex .depth_one ul>li>a:focus {
    background-image: none;
    background-color: transparent
}



#nav__center .flex>.depth.depth_one>ul>li>a {
    font-size: 26px;
    font-weight: 700;
    color: #006965;
    display: block;


}

#nav__center .flex>.depth>ul>li>a:hover,
#nav__center .flex>.depth>ul>li>a:focus {
    text-decoration: none;
    color: #000;
}


#nav__center .flex .depth::after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 14px;
    color: #cecece;
    transition: .2s;


}

#nav__center .flex .depth.depth_zero::after {
    display: none;
}

#nav__center .flex .depth:hover::after {
    transform: rotate(90deg);
}

#nav__center .flex .depth.depth_two {
    margin-right: 45px;
}

#nav__center .flex .depth.depth_two ul li ul li a {}

#nav__center .flex .depth.depth_one ul li ul {
    position: absolute;
    border: 1px #eee solid;
    border-top: 0;
    display: block;
    padding: 8px 12px;
    clear: both;

    background: #fff;
    z-index: 999999999999999999999999;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);

}

#nav__center .flex .depth ul li ul li a {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    white-space: nowrap;
}

#nav__center .flex .depth ul li ul li a:hover {
    text-decoration: none;
}

/* 투뎁스 */
#nav__center .flex .depth.depth_two ul li ul {
    position: relative;
    padding: 8px 12px;
    display: flex;

}

#nav__center .flex .depth.depth_two ul li ul li {
    /* padding-left: 20px;
    padding-right: 20px; */
}

#nav__center .flex .depth.depth_two ul li ul li a {
    font-size: 18px;
    color: #1a1a1a;
    display: block;
    padding: 8px 20px;
    font-family: 'Paperlogy-5Medium';
}

#nav__center .flex .depth.depth_two ul li.active a {
    color: #000;
    position: relative;
    display: block;
    background: #fff;
    border: .2em #ddd dashed;
    border-radius: 3em;
    font-family: 'Paperlogy-6SemiBold';
    padding-left: 27px;
    padding-right: 30px;

}

#nav__center .flex .depth.depth_two ul li.active a::before {
    position: absolute;
    width: 100%;
    height: 1px;
    /* background: #818181; */
    content: '';
    margin-top: 38px;
}

@media(max-width:1460px) {}

@media(max-width:991px) {
    #nav__center {
        border: 0;
    
    }
    #nav__center .container {
        padding: 0;
        margin: 0;
    }
    #nav__center .flex {
        display: flex;
        height: 60px;
        align-items: center;
        display:none;
        
    }

    #nav__center .flex .depth_one {
        min-width: 30%;
    }

    #nav__center .flex .depth_two {
        padding-left: 0;
        margin-left: 0;
    }
    #nav__center .flex .depth::after {
        /* display:none; */
    }

    #nav__center .flex>.depth.depth_one>ul>li>a {
        font-size: 16px;
        font-weight: 900;
        color: #006965;
        display: block;
    }

    #nav__center .flex .depth.depth_one ul li ul {
        position: absolute;
        border: 1px #eee solid;
        border-top: 0;
        display: block;
        padding: 8px 12px;
        clear: both;
        background: #fff;
        z-index: 999999999999999999999999;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);

    }

    #nav__center .flex .depth ul li ul li a {
        font-size: 17px;
        line-height: 30px;
        color: #000;
        white-space: nowrap;
    }

    /* 투뎁스 */
    #nav__center .flex .depth.depth_two ul li ul {
        position: relative;
        padding: 8px 12px;
        display: flex;
        /* overflow: scroll;
        overflow: hidden; */

    }

    #nav__center .flex .depth.depth_two ul li ul li {
        padding-left: 8px;
        padding-right: 8px;
    }

    #nav__center .flex .depth.depth_two ul li ul li a {
        font-size: 13px;
        color: #5c5c5c;
        display: block;
        padding: 6px 0px;
    }

    #nav__center .flex .depth.depth_two ul li.active a {
        color: #000;
        font-weight: 600;
        position: relative;
        display: inline-block;

    }

    #nav__center .flex .depth.depth_two ul li.active a::before {
        position: absolute;
        width: 100%;
        height: 1px;
        /* background: #818181; */
        content: '';
        margin-top: 38px;
    }
    #nav__center #mobile_title {
        display: block;
    }
    #mobile_title .m-flex {
        display:flex;
        text-align: center;
        justify-content:space-between;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 15px;
        padding-right: 15px;
        
    }
    #mobile_title .m-flex h1 {
        font-size:16px;
        font-weight:700;
    }



}