@media all and (max-width:1024px) {
    #header_pc{display:none !important;}
    #header.tabletVer{display:block !important;}
    .mobileheder-wrap{height:75px; display: table; width: 100%; border-bottom: 1px solid #ddd; vertical-align: middle;}
    #m_header .logo {text-align:left;padding: 0 20px;text-transform: uppercase; display: table-cell;}
    #m_header .logo a{display: inline-block;}
    #m_header .logo img{width: 156px;}
    #m_header .cartLink{position:absolute;right:0;margin:21px 20px;}
    #m_header .cartLink img{width:35px;}
}

/* 모바일 헤더 */
.wsoffcanvasopener .wsmain::-webkit-scrollbar {
    width: 0 !important;
}
#header.tabletVer .wsmain .mobile-sub.subOn{
    padding-top: 30px;
}
#header.tabletVer .wsmain .mobile-sub li a:after{display: block; content: ''; clear: both;}
#header.tabletVer .wsmain .mobile-sub li a img{float: right; opacity:0.5;margin-top: 0.65em;}
#header.tabletVer .wsmain .mobile-sub li a img.rotate{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#header.tabletVer .wsmain .m_top{}
#header.tabletVer .wsmain .m_top>li{
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 0 6%;
}
#header.tabletVer .wsmain .m_top>li.menu_wrap{padding: 0;}
#header.tabletVer .wsmain .m_top li p{font-size: 18px; font-weight: 500;}
#header.tabletVer .wsmain .m_top .close_li a{
    padding: 1.3em;
    background-repeat: no-repeat;
}
#header.tabletVer .wsmain .m_top .close_li .learning{
    background-image: url(../images//mobile/icon_menu_top.png);
    -webkit-background-size: 80%;
    background-size: 80%;
    background-position: 0% 65%;
}
#header.tabletVer .wsmain .m_top .close_li .close{
    background-image: url(../images//mobile/icon_close.png);
    -webkit-background-size: 17%;
    background-size: 17%;
    background-position: 100% 50%;
}
#header.tabletVer .wsmain .m_top .login_wrap li{
    padding: 34px 0;
}
#header.tabletVer .wsmain .m_top .login_wrap li{
    margin-right: 0%;
    text-align: center;
}
#header.tabletVer .wsmain .m_top .login_wrap ul{
    display:table;
    width: 100%;
}
#header.tabletVer .wsmain .m_top .login_wrap li:first-child{
    text-align: center;
    line-height: 1.1;
    display:inline-block;
    vertical-align:middle;
    width:49%;
}
#header.tabletVer .wsmain .m_top .login_wrap li:last-child{
    text-align: center;
    line-height: 1.1;
    display:inline-block;
    vertical-align:middle;
    width:49%;
}
#header.tabletVer .wsmain .m_top .login_wrap li a{
    padding: 7px 0px;
    border:1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    color:#fff !important;
    width:100%;display:inline-block;
}
#header.tabletVer .wsmain .m_top .menu_wrap li{
    float: left;
    width: 33.333%;
    /* border-right: 1px solid rgba(255,255,255,0.4); */
}
#header.tabletVer .wsmain .m_top .menu_wrap li:last-child{
    border-right: none;
}
#header.tabletVer .wsmain .m_top .menu_wrap li a{
    display: block;
    padding: 6em 0 1em;
    text-align: center;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    -webkit-background-size: 50%;
    background-size: 50%;
}
#header.tabletVer .wsmain .m_top .menu_wrap li:nth-child(1) a{background-image: url(../images//mobile/icon_book_circle.png);}
#header.tabletVer .wsmain .m_top .menu_wrap li:nth-child(2) a{background-image: url(../images//mobile/icon_cart_circle.png);}
#header.tabletVer .wsmain .m_top .menu_wrap li:nth-child(3) a{background-image: url(../images//mobile/icon_coupon_circle.png);}
#header.tabletVer .wsmain li.mini_menu{float: none; width: calc(100% - 40px); margin: 1em 20px 0; padding-top: 0.5em; border-top: 1px solid #cccccc; text-align: left;}
#header.tabletVer .wsmain li.mini_menu a{
    display:inline;
    position: relative;
    border-bottom: none;
    padding: 0 1em 2em 0;
    margin-right: 1em;
}
#header.tabletVer .wsmain li.mini_menu a:first-child{padding-left: :0%;}
#header.tabletVer .wsmain li.mini_menu a:after{
    display: block; content: ''; clear: both;
    position: absolute; right: 0; top: 1em;
    width: 1px; height: 10px;
    background-color: #e1e1e1;
}
#header.tabletVer .wsmain li.mini_menu a:last-child:after{display: none;}
.wsoffcanvasopener .wsmain{
    position: fixed;
    top:0;
    z-index:250;
    width:100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background:#fff;
}

.wsoffcanvasopener .wsmain nav{
    background: #fff;
}

.left_wsmain{
    position: fixed;
    top: 0;
    right:-100%;
    z-index: 250;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    transition:0.3s;
}
.left_wsmain.on{
    right:0%;
}
.bg_000{
    left: 0;
    z-index: 102;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    opacity:0;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition:0.3s;
}
.left_wsmain.on+.bg_000{
    display: block;
    opacity:1;
}
.left_wsmain .m_top{
    background-color:#fff;
    text-align: center;
}
.left_wsmain .close_li{
    position: relative;
    padding:20px 20px;
    border-bottom: 2px solid #eee;
    text-align:left;
}
.left_wsmain .close_li .logo{display:inline-block;}
.left_wsmain .close_li .logo img{width:140px;}
.left_wsmain .close{
    position: absolute;
    right: 20px; top: 25px;
    width: 24px; height: 24px;
    background: url(../images/mobile/icon_close.png) 50% 50% no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.left_wsmain .wsmenu-list li a img{
    float: right;
    width: 19px;
    padding-top: 11px;
}

.login_wrap{border-bottom: 2px solid #eee;}
.login_wrap .login_top{padding:10px 20px;}
.login_wrap .login_top > span{color:#fff;line-height:30px;}
.login_wrap .login_top a.edit_info{font-weight:400;font-size::18px;color:#fff;line-height:30px;}
.login_wrap .login_top a.edit_info span{font-weight:500;font-size::18px;color:#fff;}
.login_wrap .login_top a.edit_info img{width:17px;margin-left:10px;vertical-align: middle;margin-top: -4px;}
.login_wrap .login_top a.btn{font-size:14px;display:inline-block; width:80px; height:30px; line-height:28px; text-align:center; border-radius:50px;border:1px solid #fff;}

.quickMenu{border-bottom:2px solid #333;padding:20px 0;background:#fff;}
.quickMenu ul{width:100%;display:inline-block; padding:0 20px;}
.quickMenu li{width:25%;padding:0 1%;float:left; text-align:center;}
.quickMenu li a span{width:30px; height:28px;display:inline-block;background-size:30px auto;background-position: center;background-repeat:no-repeat;}
.quickMenu li a img{}
.quickMenu li a{position:relative;font-size:16px;text-align:center;display:inline-block;}
.quickMenu li a div{position:relative;font-size:16px;text-align:center;margin-top:15px;}
.quickMenu li{display:none;}
.quickMenu li.present_condition,
.quickMenu li.order_list ,
.quickMenu li.one_qna,
.quickMenu li.quick_cart {display:block;}

.quickMenu li.present_condition a span{background-image: url(../images/common/quickIcon1.png);}
.quickMenu li.order_list a span{background-image: url(../images/common/quickIcon2.png);}
.quickMenu li.one_qna a span{background-image: url(../images/common/quickIcon4.png);}
.quickMenu li.quick_cart a span{background-image: url(/html/images/common/quickIcon5.png);}

/*.quickMenu li.coupon,
.quickMenu li.one_learning ,
.quickMenu li.edit_info,
.quickMenu li.troubleshooting{display:none;}*/

.left_wsmain .lecture_room_ul{}
.left_wsmain li.lecture_room_ul a.navtext{
    border-bottom:1px solid #333;
}
.left_wsmain li.lecture_room_ul a.navtext > span{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top:15px;
}
.left_wsmain li.lecture_room_ul a.navtext > span:before,
.left_wsmain li.lecture_room_ul a.navtext > span:after{
    content:'';
    background: #111;
    position: absolute;
}
.left_wsmain li.lecture_room_ul a.navtext > span:before{
    width: 20px;
    height: 2px;
    top:50%;
    margin-top:-1px;
    transition: 0.2s;
}
.left_wsmain li.lecture_room_ul a.navtext > span:after{
    content:'';
    width: 2px;
    height: 20px;
    left:50%;
    margin-left:-1px;
    transition: 0.2s;
}
.ws-activearrow + a.navtext > span:after{
    transform:rotate(90deg);
    transition: 0.2s;
}
.m_join_wrap{
    display: inline-block;
    text-align: center;
    width: 100%;
    padding:30px 0;
}
.m_join_wrap .txt{
    font-size:16px;
    color:#333;
}
.m_join_wrap a{
    width:210px;
    height:35px;
    line-height: 35px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    margin-top:15px;
}
/* PC메뉴 */


/*
 * Plugin: Web Slide - App Style Responsive Megamenu
 * Demo Link: http://webslidemenu.webthemex.com/
 * Version: v3.3
 * Author: webthemex
 * License: http://codecanyon.net/licenses/standard
*/

/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Mobile CSS
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01 Base CSS
--------------------------------------------------------------------------*/
.wsmenu * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.wsmenu .cl {
    clear: both;
}
.wsmenu .clearfix:before, .wsmenu .clearfix:after {
    content: "";
    display: table;
}
.wsmenu .clearfix:after {
    clear: both;
}
.wsmenu .clearfix {
    zoom: 1;
}
.wsmenu img, object, embed, video {
    border: 0 none;
    max-width: 100%;
}
.wsmenu a:focus {
    outline: none !important;
}
.wsmenu:before, .wsmenu:after {
    content: "";
    display: table;
}
.wsmenu:after {
    clear: both;
}
.wsmenu textarea {
    font-family: Helvetica, Arial, sans-serif;
}
.wsmenu input[type="submit"] {
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
}
.wsmenu input[type="button"] {
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
}
.wsmenu {
    font-size: 1.000em;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    width: 85%;
    float: left;
    height: 60px;

}
.wsmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: table;
    padding: 0px;
    border-bottom: 1px solid #ddd;
}
.wsmenu-list > li {
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    width:20%;
    position:relative;
}
.wsmenu-list > li > a {
    display: block;

    padding: 0 26px 0 22px;
    line-height: 58px;
    text-decoration: none;
    position: relative;
    font-size:1.375em;
}
.wsmenu-list > li > a.my-lectureRoom img{margin-left:10px;}
.wsmenu-list > li > .navtext {
    line-height: 16px;
    text-align: center;
    padding: 12px 16px 17px 16px;
    margin: 0px 10px;
}
.wsmenu-list > li > .navtext > span + span:after {
    color: #9e9e9e;
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 100;
    line-height: 10px;
    margin-left: 1px;
    position: relative;
    right: -8px;
    text-align: right;
    top: 1px;
}
.wsmenu-list > li > .navtext > span {
    display: block;
    font-size: 11px;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    line-height: 16px;
    color: #9e9e9e;
}
.wsmenu-list > li > .navtext > span + span {
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #555555;
}
.wsmenu-list li a:hover .arrow:after {
    border-top-color: #b3b3b3
}
.wsmenu-list li a.active .arrow:after {
    border-top-color: #b3b3b3
}
.wsmenu-list li:hover>a .arrow:after {
    border-top-color: #b3b3b3
}
.wsmenu-submenu {
    position: absolute;
    min-width: 176px;
    top: 58px;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    border: solid 1px #eeeeee;
    background-color: #fff;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.wsmenu-submenu li a {
    /*background: #fff !important;
    background-image: none !important;*/
    color: #777;
    border-right: 0 none !important;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 8px 12px;
    text-transform: none;
    font-size: 12px;
    letter-spacing: normal;
    border-right: 0px solid;
}
.wsmenu-submenu li {
    position: relative;
    margin: 0px;
    padding: 0px;
}
.wsmenuexpandermain {
    display: none;
}
.wsmenu-list li:hover .wsmenu-submenu {
    display: block;
}

.wsmobileheader {
    display: none;
}

/*--------------------------------------------------------------------------
|  02 Mobile CSS
--------------------------------------------------------------------------*/
.mobileheader{display:none;}

@media only screen and (max-width: 1024px) {
    .mobileheader{display:block;}

    .wsmenu-list > li > .navtext {
        margin: 0px !important;
    }
    .wsmenu {
        margin-top: 0px;
    }

    .wsmain {
        margin: 0px;
        background-color: transparent;
    }
    .smllogo {
        display: none !important;
        width: 100%;
        display: none !important;
        margin: 0 auto;
        text-align: center;
        background-color: #2B3A40;
    }
    .smllogo a {
        margin: 0 auto;
        text-align: center;
        float: none;
        padding: 10px 0px 3px 0px;
    }
    .wsmenucontainer {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .overlapblackbg {
        left: 0;
        z-index: 102;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        display: none;
        background-color: rgba(0, 0, 0, 0.45);
        cursor: pointer;
    }
    .wsmenucontainer.wsoffcanvasopener {
        display: block;
    }
    .wsmobileheader {
        display: block !important;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        background-color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .smallogo {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 9px;
        position: fixed;
        z-index: 101;
        width: 100%;
        height: 52px;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
    }
    .smallogo > img {
        margin-top: 0px;
        height: 32px;
    }
    .wsoffcanvasopener .overlapblackbg {
        display: block !important;
    }
    .wsoffcanvasopener .wsmain {
        right: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .wsmain {
        width: 317px;
        right: -317px;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0;
        float: none;
        background-color: #fff;
        border-radius: 0px;
        z-index: 103;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

        border: none !important;
        background-color: #fff !important;
    }
    .wsmenu {
        border-left: none;
        float: none;
        width: 100%;
        display: block !important;
        height: calc(100% - 272px);
        display: block !important;
    }
    .wsmenu-click {
        height:50px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .wsmenu-click02 {
        height: 43px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .wsmenu-click02 i {
        display: block;
        height: 23px;
        width: 25px;
        margin-top: 11px;
        margin-right: 8px;
        background-size: 25px;
        font-size: 21px;
        color: rgba(255,255,255,0.25);
        float: right;
    }
    .ws-activearrow + a img,
    .ws-activearrow > i {
        transform: rotate(180deg) translateY(-50%);
    }
    .wsmenu-rotate {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #wsnavtoggle{
        right: 11px;
        top: 3px;
        z-index: 0;
        background: #fff url(../images/mobile/left-menuIcon.svg) center no-repeat;
        -webkit-background-size: 23px;
        background-size: 23px;
    }
    #wsnavtoggle span{display: none;}

    .subOn li>span.wsmenu-click{z-index:-9999; text-indent: -9999px; display: none !important;}
    .wsmenu > .wsmenu-list.subOn > li > a.navtext{
        position: relative;
        padding-left: 30px;
        border-bottom: none;
        font-weight: 500;
        color:#231815;
        padding-top: 1.4em;
    }
    .wsmenu > .wsmenu-list.subOn > li > a.navtext:before{
        display: block; content: ''; clear: both;
        position: absolute;
        left: 20px; top:61%;
        width: 2px; height: 2px;
        margin-top: -1px;
        border-radius:50%;
        background-color: #231815;
    }
    .mobile-sub.subOn .wsmenu-submenu li a , .mobile-sub.subOn .wsmenu-submenu li a:hover{
        background-color: #fff ;
        border-bottom: none;
        text-indent: 30px;
        padding: 1em 30px;
        font-size: 18px !important;
        font-weight: 500;
    }
    .mobile-sub.subOn .wsmenu-submenu{
        background: #fff;
        padding: 0;
    }

    .animated-arrow {
        position: absolute;
        z-index:0;
        top: 0px;
        right:0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .wsoffcanvasopener .animated-arrow {

        top:0px;
    }
    .wsoffcanvasopener .wsmobileheader {
        left: 0;
    }
    .animated-arrow {
        cursor: pointer;
        margin: 24px 20px;
        margin-left: 0;
        width:33px;
        height:26px;
    }
    .animated-arrow span,
    .animated-arrow span:before,
    .animated-arrow span:after {
        cursor: pointer;
        height: 3px;
        width: 33px;
        background: #151515;
        position: absolute;
        display: block;
        content: '';
        border-radius:10px;
    }
    .animated-arrow span{
        top:50%;
        margin-top:-1.5px;
    }
    .animated-arrow span:before {
        top: -11px;
        width:23px;
        right:0;
    }
    .animated-arrow span:after {
        top: 11px;
        width: 23px;
        right: 0;
        margin-top: 0;
    }
    .animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
        transition: all 500ms ease-in-out;
    }/*
.wsoffcanvasopener .animated-arrow span {
	background-color: transparent;
}
.wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
	top: 7px;
}
.wsoffcanvasopener .animated-arrow span:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: 0px;
}
.wsoffcanvasopener .animated-arrow span:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
*/

    .wsmenu-list .megamenu {
        background-color: #e7e7e7;
        color: #666666;
        display: none;
        position: relative !important;
        top: 0px;
        padding: 0px;
        border: solid 0px;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wsmenu-list li:hover .megamenu {
        display: none;
        position: relative !important;
        top: 0px;
    }
    .megamenu .title {
        color: #666666;
        font-size: 15px !important;
        padding: 10px 8px 10px 0px;
    }
    .megamenu > ul {
        width: 100% !important;
        margin: 0px;
        padding: 0px;
        font-size: 13px !important;
    }
    .megamenu > ul > li > a {
        padding: 9px 14px !important;
        line-height: normal !important;
        font-size: 13px !important;
        background-color: #e7e7e7 !important;
        color: #666666;
    }
    .megamenu > ul > li > a:hover {
        background-color: #000000 !important;
    }
    .megamenu ul li.title {
        line-height: 26px;
        color: #666666;
        margin: 0px;
        font-size: 15px;
        padding: 7px 13px !important;
        border-bottom: 1px solid #ccc;
        background-color: transparent !important;
    }

    .wsmenu-list li:hover .wsmenu-submenu {
        display: none;
    }
    .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
        display: none;
    }
    .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
        display: none;
        list-style: none;
        padding: 2px;
        border: solid 1px #eeeeee;
        background-color: #fff;
    }
    .wsmenu-list li:first-child a {
        -webkit-border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
    }
    .wsmenu-list li:last-child a {
        -webkit-border-radius: 0px 4px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        border-radius: 0px 0px 0px 0px;
        border-right: 0px solid;
    }
    .wsmenu-submenu-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wsmenu-submenu-sub li {
        margin: 0px 0px 0px 0px !important;
        padding: 0px;
        position: relative;
    }
    .wsmenu-submenu-sub a {
        display: block;
        padding: 10px 25px 10px 25px;
        border-bottom: solid 1px #ccc;
        font-weight: normal;
    }
    .wsmenu-submenu-sub li a.active {
        color: #000 !important;
    }
    .wsmenu-submenu-sub li:hover>a {
        background-color: #333333 !important;
        color: #fff;
    }
    .wsmenu-submenu-sub-sub {
        width: 100% !important;
        position: static !important;
        left: 100% !important;
        top: 0 !important;
        display: none;
        margin: 0px !important;
        padding: 0px !important;
        border: solid 0px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .wsmenu-submenu-sub-sub li {
        margin: 0px 0px 0px 0px !important;
    }
    .wsmenu-submenu-sub-sub a {
        display: block;
        color: #000;
        padding: 10px 25px;
        background: #000 !important;
        border-bottom: solid 1px #ccc;
        font-weight: normal;
    }
    .wsmenu-submenu-sub-sub li a.active {
        color: #000 !important;
    }
    .wsmenu-submenu-sub-sub li:hover>a {
        background-color: #606060 !important;
        color: #fff;
    }
    .wsmenu .wsmenu-list {
        display: block !important;
    }
    .wsmenu .wsmenu-list > li {
        clear: left;
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color:#fff;
        position: relative;
        white-space: inherit;
    }
    .wsmenu > .wsmenu-list > li > a {
        padding: 0.5em 20px;
        font-size: 1em;
        text-align: left;
        border-right: solid 0px;
        background-color: #fff;
        line-height: 32px;
        font-weight: bold;
        color:#111;
        position: static;
    }
    .wsmenu .wsmenu-list li a .arrow:after {
        display: none !important;
    }
    .wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
        font-size: 12px !important;
        color: #8E8E8E;
    }
    .mobile-sub .wsmenu-submenu {
        transform: none !important;
        opacity: 1 !important;
        display: none;
        position: relative !important;
        top: 0px;
        background-color: #f7f7f7;
        border: 0;
        padding: 0px;
        visibility: visible !important;
        padding:0.4em 0;
    }
    .mobile-sub .wsmenu-submenu li a {
        line-height: 1;
        /*background-color: #f3f3f3 !important;*/
        font-size: 1em !important;
        padding:  15px 30px;
    }
    .mobile-sub .wsmenu-submenu li a:hover {}
    .mobile-sub .wsmenu-submenu li:hover>a {

    }
    .wsmenu-list li > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }
    .wsmenu-list li:hover > .wsmenu-submenu {
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        visibility: visible !important;
    }
}