@charset "utf-8";

/*-------------------------------------------------------*/
/* Mobile Header : 모바일 헤더
/*-------------------------------------------------------*/
#header_mo {
    box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
}

#header_mo {
    display: none;
    background: rgb(50, 60, 70);
}

#header_mo a {
    color: #fff
	font-weight: normal;
}

#header_mo .at-container {
    padding: 0px;
}

#header_mo .m-header-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0px;
    min-width: 300px;
    border-collapse: collapse;
}

#header_mo .m-header-logo {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

#header_mo .m-header-icon-bars {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
   
    background: #4f545c;
}

#header_mo .m-header-icon-bars:hover {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
   
    background: #3e4148;
}

#header_mo .m-header-icon-bars a {
    display: block;
}

#header_mo .m-header-icon-search {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
 
    background: #4f545c;
}

#header_mo .m-header-icon-search:hover {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
 
    background: #3e4148;
}

#header_mo .m-header-icon-search a {
    display: block;
}

@media all and (max-width:991px) {
    .responsive #header_mo {
        display: block;
    }
}

/********************************************************
■ PC Menu
********************************************************/
#nt_menu {
    position: relative;
    height:51px;
    z-index: 18;
  
}

#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli {
    position: relative;
}

#nt_menu .nt-container,
#nt_menu .me-list .me-li-custom {
    position: relative;
}

#nt_menu .me-wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

#nt_menu .me-cell {
    display: table-cell;
    padding: 0;
}

#nt_menu .sub-slide {
    display: none;
    visibility: visible;
}

#nt_menu .sub-icon::after {
    font-family: "FontAwesome";
    float: right;
    position: relative;
    content: "\f105";
}

#nt_menu .me-a {
    display: block;
    position: relative;
}

#nt_menu .me-head,
#nt_menu .me-tail-left {
    width: 4.4rem;
    text-align: center;

    height:48px;
    line-height: 48px;
}

#nt_menu .me-head,
#nt_menu .me-tail-right {
    width: 4.4rem;
    text-align: center;

    height:48px;
    line-height: 48px;
}

#nt_menu .sub-1div {
    position: absolute;
    left: 0;
    z-index: 21;
}

#nt_menu .sub-1da {
    display: block;
}

#nt_menu .sub-1line {
    position: relative;
    display: block;
}

#nt_menu .sub-2div {
    left: 100%;
    top: 0;
    margin-top: -3px;
    position: absolute;
    z-index: 22;
}

#nt_menu .sub-2dul {}

#nt_menu .sub-2dli {}

#nt_menu .sub-2da {
    display: block;
}

#nt_menu .sub-2line {
    display: block;
}

#nt_menu .me-ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

#nt_menu .me-li-custom {
    display: table-cell;
    text-align: center;
}

#nt_menu .sub-1div {
    width: 100%;
    text-align: left;
}

#nt_menu .sub-1div::before {
    left: 50%;
    margin-left: -8px;
}

/* 스타일 */
#nt_menu .me-a {
    color: #000;
    font-weight: 600;
}

#nt_menu .me-li-custom.on .me-a,
#nt_menu .me-li-custom:hover .me-a {
    color: #000;
    background: #f9f9f9;
}

#nt_menu .sub-1div {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top:1px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#nt_menu .sub-1da {
    color: #000;
    margin: 3px;

}

#nt_menu .sub-1dli.on .sub-1da,
#nt_menu .sub-1dli:hover .sub-1da {
    color: #000;
    background: #f7f7f7;

    border-color: #eee;
}

#nt_menu .sub-1line {
    color: #000;
    font-weight: bold;
    background: #fafafa;
}

#nt_menu .sub-2div {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#nt_menu .sub-2da {
    color: #000;
    margin: 3px;

}

#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da {
    color: #000;
    background: #f7f7f7;
    border-color: #eee;
}

#nt_menu .sub-2line {
    color: #000;
    font-weight: bold;
    background: #f5f5f5;
}

/* 서브메뉴 높이설정 : 페딩값으로 조절 */
#nt_menu .me-sh {
    padding: 0.5rem 1.0rem;
}

/********************************************************
■ 전체 메뉴
********************************************************/
.me-all {
    position: relative;
    background: #fafafa;
    z-index: 2;
    -webkit-box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
}

.me-all .table td {
    width: 1%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0;
    line-height: 1.6;
}

.me-all .me-a {
    display: block;
    color: #000;
    padding: 6px 12px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    text-align: center;
}

.me-all .table td.on .me-a {
    color: crimson;
}

.me-all .sub-1div {
    padding: 8px 0;
}

.me-all .sub-1dul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.me-all .sub-1dli .sub-1da {
    display: block;
    padding: 2px 12px;
    color: #333;
}

.me-all .sub-1dli.on .sub-1da,
.me-all .sub-1dli:hover .sub-1da {
    color: crimson;
}

.me-all .sub-1line {
    display: block;
    color: #000;
    padding: 5px 12px;
    margin: 4px 0;
    font-weight: bold;
    background: #fafafa;
}

.btn-me-all {
    text-align: center;
}

.btn-me-all .btn {
    border-radius: 0;
    border-bottom: 0;
    margin-bottom: 2px;
}

/* 상단고정시 */
#nt_menu_wrap.me-sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}

/* 커스텀 css */
.bg-custom {
    background-color: #fff;

}

#nt_menu .me-lo {
    text-align: center;
}

