@charset "UTF-8";

.slideMenu{display:none;z-index:1000;position:fixed;top:0;right:-100%;width:80%;height:100vh;overflow-y:scroll;/* -webkit-overflow-scrolling:touch; */}
.m-gnb{position:relative;min-height:100vh;background-color:#ebebeb;}
.m-header{padding:14px 10px;background-color:#015d2e;}
.m-header:after{content:'';display:block;clear:both;}
.m-header .m-logo{float:left;padding:3px 0 0;}
.m-header .m-logo a{display:block;width:140px;}
.m-header .m-logo a img{max-width:100%;}

.btn-menu{display:none;}

.dep1 > li > a{display:block;position:relative;padding:17px 35px 17px 30px;background:#eee url(/_res/ajou/_share/img/btn-m-menu-list-open.png) no-repeat right 15px center;background-size:13px;font-weight:500;font-size:16px;color:#000;line-height:22px;}
.dep1 > li > a:after{content:'';position:absolute;bottom:0;right:0;width:100%;height:1px;background-color:#d0d0d0;}
.dep1 > li > a.selected{color:#222;}
.dep1 > li > a.selected{background:#ebebeb url(/_res/ajou/_share/img/btn-m-menu-list-close.png) no-repeat right 15px center;background-size:13px;}
.dep1 > li > a.no-menu{padding:17px 30px;background:none;}

.dep2{display:none;padding:10px 0;background:#e3ebf7 none repeat scroll 0 0;}
.dep2 > li > a{display:inline-block;position:relative;padding:10px 45px 10px 42px;background-repeat:no-repeat;background-position:right 15px center;background-size:10px;font-size:14px;color:#222;}
.dep2 > li > a.has-dep03-open{background-image:url(/_res/ajou/_share/img/btn-m-menu-list-open.png);}
.dep2 > li > a.has-dep03-close{background-image:url(/_res/ajou/_share/img/btn-m-menu-list-close.png);}
.dep2 > li > a.active{color:#024b98;font-weight:500;text-decoration:underline;}
.dep2 > li > a.selected{background-image:url(/_res/ajou/_share/img/btn-m-menu-list-close.png);color:#024b98;font-weight:500;}
.dep2 > li > a:before{content:'';display:block;position:absolute;top:17px;left:33px;width:4px;height:1px;background-color:#222;}

.set-group{float:right;width:100%;background-color:#fff;color:#000;font-size:17px;}
.slide-close{display:none;position:fixed;top:15px;right:84%;z-index:50;width:30px;height:30px;background:url(/_res/ajou/_share/img/common/btn-m-menu-close.png) no-repeat 0 0;background-size:100%;}
.m-gnb-bg{display:none;position:fixed;top:0;left:0;z-index:30;width:100%;height:100%;background-color:rgba(0,0,0,0.8);}

.bottom-header-box .m-util-box{float:left;padding:5px 0 0;width:calc(100% - 177px);text-align:right;box-sizing:border-box;}
.bottom-header-box .m-util-box:after{content:'';display:block;clear:both;}
.bottom-header-box .m-util-box > li{display:inline-block;position:relative;padding:0 15px 0 0;}
.bottom-header-box .m-util-box > li > a{display:block;padding:12px 10px;font-size:13px;color:#191919;}
.bottom-header-box .m-util-box > li > .btn-mail{background:url(/_res/ajou/_share/img/ico-mail-m.png) no-repeat center center;background-size:18px;}
.bottom-header-box .m-util-box > li > .btn-lang{padding-right:10px;background:url(/_res/ajou/_share/img/ico-lang-m.png) no-repeat center center;background-size:16px;}
.bottom-header-box .m-util-box > li .lang-box{display:block;display:none;position:absolute;top:calc(100% - 1px);left:-100%;z-index:50;padding:6px 0;background:#fff;border:1px solid #045738;}
.bottom-header-box .m-util-box > li .lang-box li a{display:block;padding:4px 20px;font-size:12px;font-weight:500;color:#777;}
.bottom-header-box .m-util-box > li .lang-box li a:hover{color:#000;}
.bottom-header-box .m-util-box > li:last-of-type{display:none;}

@media screen and (max-width: 1024px) {
	.btn-menu{display:inline-block;margin:22px 0;width:19px;height:19px;background:url(/_res/ajou/_share/img/common/btn-menu.png) no-repeat center center;background-size:100%;vertical-align:middle;}
}

@media screen and (max-width: 400px) {
	.bottom-header-box .m-util-box{padding:6px 6px 0 0;}
}
