/* ==================================== */
/*		  	  Navigaton Menu		
/* ==================================== */
.mobileHeader {
    display: none
}
@media all and (max-width:1199px) {
    .mobileHeader {
        display: block;
    }
    .overlay {
        position: fixed;
        top: 0;
        right:0;
        height: 100vh;
        width: 100%;
        margin-right: -100%;
        transition: .35s;
            z-index: 999999;
        background: rgba(0, 0, 0, 0);
        opacity: 0;
    }
    .overlay-wrap {
        margin-right:0%;
        background: rgba(07, 0, 0, 0.6);
        opacity: 1;
    }

    /* Hamburger Button*/
    .toggle-button {
        position: fixed;
        width: 35px;
        height: 19px;
        top: 32px;
        right: 5%;
        transition: .25s;
        z-index: 999999999999;
    }
    .toggle-button:hover {
        cursor: pointer;
    }
    .toggle-button .menu-bar {
        position: absolute;
        border-radius: 2px;
        width: 100%;
        transition: .5s;
    }
    .toggle-button .menu-bar-top {
        border-top: 1px solid #222222;
        border-bottom: none;
        top: 0;
    }
    .toggle-button .menu-bar-middle {
        border-top: 1px solid #222222;
        margin-top: 5px;
        margin-bottom: 5px;
        top: 4px;
    }
    .toggle-button .menu-bar-bottom {
        border-bottom: 1px solid #222222;
        border-top: none;
        top:18px
    }
    .toggle-button.button-open {
        position: fixed;
        right: 3%;
    }
    .button-open .menu-bar-top {
        border-color: #222222;
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
    }
    .button-open .menu-bar-middle {
        background-color: #222222;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }
    .button-open .menu-bar-bottom {
        border-color: #222222;
        transform: rotate(-45deg) translate(7px, -7px);
        transition: .5s;
        top:21px
    }

    /* 메뉴 바디 영역 */
    .mobile-menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 0;
        right:-50%;
        height: 100%;
        width: 50%;
        overflow: auto;
        transition: .45s;
        z-index: 9999999;
    }
    .mobile-menu-wrap.menu-show {
        right:0;
    }

    /* 메뉴 영역 */
    .menu-sidebar {
        position: relative;
        margin:0 20px;
    }
    .menu-sidebar .mobile-menu > li.menu-item-has-children {
        padding: 22px 22px;
        border:1px solid #D8DDE6;
        margin-top: 20px;
    }
    .menu-sidebar .mobile-menu > li.menu-item-has-children > a {
        font-weight: 500;
    }
    .menu-sidebar .mobile-menu > li.menu-item-has-children > a.sidebar-menu-arrow::after {
        content: "\f107";
        font-family: 'FontAwesome';
        color: #222;
        font-size: 24px;
        position: relative;
    }
    .menu-sidebar .mobile-menu > li.menu-item-has-children:first-child > a.sidebar-menu-arrow::after {
        transform: rotate(-90deg);
    }
    .menu-sidebar .sub-menu {        
        margin-top: 18px;
        padding-top: 12px;
        border-top:1px solid #D8DDE6;
    }
    .menu-sidebar .sub-menu li .sub-menu{
        margin-top: 8px;
        padding-top: 6px;
        background: #f8f8f8;
        padding:10px 0 10px 20px
    }
    .menu-sidebar li > a {    
        font-size: 20px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-sidebar .menu-item-has-children {
        position: relative;
    }
    .menu-sidebar .menu-item-has-children .sub-menu {
        display: none;
    }
    .menu-sidebar .menu-item-has-children .sub-menu li.on a {
        color: var(--color-primary);
        font-weight: var(--fw-bold);
    }
    .menu-sidebar .menu-item-has-children .sub-menu li > a {
        font-size: 18px;
        position: relative;
        padding:4px 0 4px 15px
    }
    .menu-sidebar .menu-item-has-children .sub-menu li > a::before {
        content:"";
        position: absolute;
        left:0;
        top: 17px;
        width:3px;
        height:3px;
        display: block;
        background-color: var(--color-dark);
    }

    /* 모바일 메뉴 헤더 영역 */
    .mobileHeader {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .mobileHeader .row1 {
        width:100%;
        display: flex;
        align-items: center;
        height:80px;
        padding-left:20px;
    }
    .mobileHeader h1.mobileLogo {
        width:260px
    }
    .mobileHeader h1.mobileLogo img {
        width: 100%;
    }
    .mobileHeader .row2 {
        width:100%;
        height:50px;
        display: flex;
        align-items: center;
        background-color: #F9F9F9;
        border: 1px solid #d2d2d2;
        border-width: 1px 0;
        padding: 0 20px;
    }
    .mobileHeader .row2 .headRight {
        position: unset;
        margin-right: 0
    }
    .mobileHeader .row2 .headRight ul.headSns {
        display: flex
    }
    .mobileHeader-sns {
        display: flex;
        align-items: center;

    }


/* 
    .menu-sidebar {
        position: relative;
        background-color: #fafafa;
        margin:0px 0 0 0px;
        padding:0px 0 0 0;
        top:0
    }
    .menu-sidebar .sub-menu > li {
        padding: 10px 22px;
    }
    .menu-sidebar li > a {
        font-size: var(--font-20);
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-sidebar .menu-item-has-children {
        position: relative;
    }
    .menu-sidebar .menu-item-has-children .sub-menu {
        display: none;
    }
    .menu-sidebar .sub-menu {
        background-color: #f3f3f3;
        padding:13px 20px
    }
    .menu-sidebar .sub-menu > li {
        padding: 8px 0;
    }
    .menu-sidebar li .sidebar-menu-arrow {
        font-size:16px;
        padding:17px 20px;
        font-weight:700;
        border-bottom:1px solid #E9E5D9
    }
    .menu-sidebar li:last-child .sidebar-menu-arrow {
        border-bottom:0
    }
    .menu-sidebar  li > .sub-menu > li > a  {
        font-size:16px;
        position: relative;
        padding-left:15px
    }
    .menu-sidebar  li > .sub-menu > li > a::before {
        content:"";
        position: absolute;
        left:0;
        top: 10px;
        width:5px;
        height:2px;
        display: block;
        background-color: #FCCE00;
    }
    .sidebar-menu-arrow::after {
        content: "\f107";
        font-family: 'FontAwesome';
        color: #222222;
        position: relative;
        font-weight: 400;
        transform: rotate(-90deg);
    }
    .sidebar-menu-arrow:hover::after {
        cursor: pointer;
        color: #222222;
    }
    .sidebar-menu-arrow:active::after {
        top: 2px;
    }
    .menu-sidebar .menu > li:nth-child(2) .sidebar-menu-arrow::after,
    .menu-sidebar .menu > li:nth-child(3) .sidebar-menu-arrow::after {
        display: none;
    }
    .mobileHeader h1.logo {
        width:191px
    }
    .mobileHeader-top {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .mobileHeader-top .row1 {
        width:100%;
        display: flex;
        align-items: center;
        height:80px;
        padding-left:20px;
        background-color:#3EB2BD
    }
    .mobileHeader-top .row2 {
        width:100%;
        height:38px;
        display: flex;
        align-items: center;
        background-color: #E4EFF0;
        border-bottom: 1px solid #d2d2d2;
        text-align:center
    }
    .mobileHeader-top .row2 a:first-child {
        border-right:1px solid #E9E5D9
    }
    .mobileHeader-top .row2 a,
    .mobileHeader-top .row2 span {
        width:50%;
        font-size:14px;
        font-weight:500
    }
    .mobileHeader-top .row2 a img,
    .mobileHeader-top .row2 span img {
        height:15px
    }
    .mobileHeader .kakao-id {
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size:13px;
        font-weight:800
    }
    .mobileHeader .kakao-id img {
        width:15px;
        margin-right:2px
    }
    .menu-slider-sns {
        display: flex;
        justify-content: center;
        align-items: center;
        height:70px;
        font-size:12px;

    }
    .menu-slider-sns li {
        margin:0 7px
    }
    .menu-slider-sns a {
        display: flex;
        align-items: center;
        font-size:13px;
        font-weight:500;
        color: #fff;
    }
    .menu-slider-sns li img {
        width:17px;
        margin-right:5px
    } */
}

@media all and (max-width:767px) {
    .toggle-button {
        position: fixed;
        width: 30px;
        top: 26px;
    }
    .mobile-menu-wrap {
        width: 100%;
        right: -100%;
    }
    .menu-sidebar li > a {
        font-size: var(--font-18)
    }
    .menu-sidebar .mobile-menu > li.menu-item-has-children {
        padding: 18px 20px;
        margin-top: 15px;
    }
}