/*Content CSS*/
#header_wrap { width:100%; height:80px; background-color:transparent; z-index:57; background: #fff;}
#header #logo {padding:0}
#header #logo a { display:block;  line-height:80px}
#header #logo img {}
#header {max-width: 1460px; width:100%; z-index:6;height:80px;-webkit-transition:all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; margin:0 auto;}
#header .header-inner {width:100%; height:100%; display: flex; justify-content: space-between; align-items: center;}
#header .header-inner .menu {cursor:pointer;text-indent:-9999px; position:absolute;top:29px; left:50%;width:25px;height:20px; background-image:url('../img/cate_more.gif'); margin-left:200px; border:0; display:none}
#header .header-inner .menu.on {background-image: url('../img/cate_close.gif')}
.scrolled #header_wrap  { background-color:#000; border-bottom:none; -webkit-transition:all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; }

#top_nav .gnb { list-style:none; height:100%; display: flex; position: relative; z-index: 10; }
#top_nav .gnb > li { position:relative;  vertical-align:middle; text-align:center; margin-left:100px;}
#top_nav .gnb > li {height:80px;line-height:80px; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#top_nav .gnb > li > a {display:block; line-height:80px; height: 80px;  width:100%; color:#000; font-size:18px; font-weight:400; text-decoration:none; transition: all .3s ease;}
#top_nav .gnb > li > a:hover {color: #1944aa}
#top_nav .gnb > li.active > a {color: #1944aa}
#top_nav .gnb > li > a::after {position: absolute; top: 77px; left:50%; transform:translateX(-50%); content: ""; width: 0px; height: 4px; background-color: #0030a1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.4s; -ms-transition: all 0.3s; transition: all 0.3s;}
#top_nav .gnb > li > a:hover::after, #top_nav .gnb > li.active > a::after  {width:200px; margin-left:0;}


/*child_menu*/
#top_nav .gnb .snb {list-style:none; display:none;}
#top_nav .gnb .snb,.device-md #top_nav .gnb .snb{display: none;position: absolute; left:50%; transform:translateX(-50%);width: 200px; top:80px; border-top: 0; z-index:2; padding-top: 10px; margin-top: -10px;}
.navi_tri {position: absolute; left: 50%; top: -55px; margin-left: -10px; width: 21px; height: 15px;}
#top_nav .gnb .snb li { font-size:14px; line-height:3.1;}
#top_nav .gnb .snb li a { color:#fff; display:block; transition: all .3s ease; font-weight: 300; background-color: #1944aa; border-top:1px solid rgba(255,255,255,.1);}
#top_nav .gnb .snb li a:hover {color:#fff;  display:block; text-decoration:none; line-height:3.1; background-color: #0030a1;}
#top_nav .gnb .snb li:first-child { border-top:0}


@media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {
    /*#header { display:block; background-color:transparent; top:0;  position:fixed}*/
    /*#header #logo { width:120px; display:block}*/
    /*.scrolled #header_wrap { background-color:#000}*/
    /*#top_nav .gnb { display:none}*/
    /*#header_wrap {top:0px;}*/
}

@media screen and (max-width: 640px) {
    /*#header_wrap {top:0px;}*/
}
