@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#container {z-index:auto;}
.menu{       font-size: 14px;
    font-family: "나눔고딕", "NanumGothic", "Malgun Gothic", "Gulim", "dotum" !important;
   /* background: linear-gradient(-135deg, #193968, #00acd4) fixed;*/
    clear: both;
   /* height: 80px;*/     position: relative;
    top: 0px; }
.menu * {box-sizing: border-box;}

.menu .wrap {
    position: relative;
    width: 100%;
    margin: 30px auto 0;
    box-sizing: border-box;
    max-width: 1000px;
    overflow: hidden;
    /* height: 80px; */
    left: 175px; }
.menu ul,.menu li {list-style: none;margin: 0;padding: 0;}
.menu a,.menu a:hover,.menu a:link,.menu a:active {text-decoration: none; color: inherit;}
.lnb {position: relative;-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#193968', endColorstr='#00acd4')";}
.lnb .lnb_depth1{width: 100%;}
.lnb .lnb_depth1 >li{display: inline-block;width: 20%;text-align: center;}
.lnb .lnb_depth1 >li a {
    padding: 15px 0;
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 1.1em;  
	font-family: "GmarketSansMedium";
	font-style: normal;
	}
.lnb .lnb_depth1 >li a:hover {color: #4962e0;}
.lnb .lnb_depth2 {display:none;position: absolute;top:45px;z-index:100;left: 0;width: 100%;background: #fff;border-bottom: 1px solid #ddd;font-size: 1em;}
.lnb:hover .lnb_depth2{display: block;}

/*추가부분*/
.lnb .lnb_depth2 .wrap {

    padding-left: 0;
    overflow: hidden;
    width: 1000px; 
	margin-top: 10px;}
/*추가부분 끝*/

.lnb .lnb_depth2 .wrap >ul {
    display: block;
    height: 150px;
    width: 1000px;
    overflow: hidden; }

.lnb .lnb_depth2 .wrap >ul >li {display: inline-block;text-align: center;width: 20%;line-height: 2em;border-left: 1px dotted #ddd;padding:0;box-sizing: border-box;-ms-filter: "box-sizing:border-box";float: left;height: 100%}
.lnb .lnb_depth2 .wrap >ul >li:first-child {border-left:0;}
.lnb .lnb_depth2 .wrap >ul >li:nth-of-type(even) {background: #f9f9f9;}
.lnb .lnb_depth2 .wrap >ul >li ul li a {padding: 3px 0;display: block;box-sizing: border-box;-ms-filter: "box-sizing:border-box"; font-family: "GmarketSansMedium";font-style: normal;}
.lnb .lnb_depth2 .wrap >ul >li a:hover {background:#4962e0;color: #fff;}

