@import url(https://fonts.googleapis.com/css?family=Open+Sans);
#gnb,
#gnb ul,
#gnb ul li,
#gnb ul li a,
#gnb #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#gnb:after,
#gnb > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#gnb #menu-button {
  display: none;
}
#gnb {
  width: auto;
  font-family: '����','Open Sans', sans-serif;
  line-height: 1;

}

#gnb > a > h3{
  position: absolute;
  top: -25px;
  left: 10px;
  color:#fff;
  z-index:10;
  width:34px;
  height:29px;
  background-image: url('/new3/images/home.png');
  background-repeat: no-repeat;
  background-position: center center;
}
#gnb > a:hover > h3{

  color:#000;

}

#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 0px;
  background: #2a74c0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;

}
#gnb > ul {
padding-left:4.7em;
}
#gnb > ul > li {
  float: left;
  height:3em;
  }
#gnb.align-center > ul {
  font-size: 0;
  text-align: center;
}
#gnb.align-center > ul > li {
  display: inline-block;
  float: none;

}
#gnb ul ul {
  text-align: left;
    z-index:10;
}
#gnb.align-right > ul > li {
  float: right;
}
#gnb.align-right ul ul {
  text-align: right;
}
#gnb > ul > li:nth-child(2){
padding: 0px 10px 0px 10px;
}

#gnb > ul > li > a {
font-family: "Nanum Gothic","Malgun Gothic","DaumRegular";
font-weight:bold;
  padding: 0px 12px 0px 12px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing:0em;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#gnb > ul > li:hover > a {
  color: #000;
}
#gnb > ul > li.has-sub > a {
  padding-right:20px;
}
#gnb > ul > li.has-sub > a::after {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#gnb > ul > li.has-sub:hover > a::after {
  border-color: #000;
}
#gnb ul ul {
  width:800%;
  /* padding-top:0.2em; */
  position: absolute;
  left: -9999px;
 
}
#gnb li:hover > ul {
  left: auto;
}
#gnb.align-right li:hover > ul {
  right: 0;
}


#gnb ul ul ul {
  margin-left: 100%;
  top: 0;
}
#gnb.align-right ul ul ul {

  margin-left: 0;
  margin-right: 100%;
}

#gnb ul ul ul li {
  display:none;
}


#gnb > ul > li:nth-child(3) > ul > li > a::after {
  top: 0px;
  right: 0px;
  width: 0px;
  height: 0px;
    border-bottom: 0px solid #dddddd;
  border-right: 0px solid #dddddd;
}
#gnb > ul > li > ul > li > ul{

display:none !important;
}
/*��##########��*/

#gnb ul ul {

  position: absolute;
  left: -9999px;
  top:25px;
  border-left:1px solid #e83820;
  border-right:1px solid #e83820;
  border-top:4px solid #e83820;
  border-bottom:2px solid #e83820;
  width:100%;
}
#gnb li:hover > ul {
  left: auto;
}
#gnb.align-right li:hover > ul {
  right: 0;
}
#gnb ul ul ul {
  margin-left: 100%;
  top: 0;
}
#gnb.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#gnb ul ul li {
  text-align:center;
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
  height: 2.5em;
}
#gnb ul li:hover > ul > li {

  background: #fff;
  opacity: 1;
 }
#gnb ul ul li a {
  padding: 10px 10px 10px 10px;
/*  width: 90px; */
  font-size: 12px;
text-align:center;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#gnb ul ul li:hover > a,
#gnb ul ul li a:hover {
  color: #e83820;
}
#gnb ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#gnb.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#gnb ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

/*
#gnb ul ul li {
  height: 0;
  line-height:0.8em;
  font-size: 10px;
  display:inline-block;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#gnb ul li:hover > ul > li {

  opacity: 0.9;
 }


#gnb ul ul li a {
  display:inline-block;
  padding: 5px 10px;
  font-size: 13px;
  line-height:30px;
    height: 4em;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

#gnb ul ul li:hover > a,
#gnb ul ul li a:hover {
  color: #ecf777;
}
#gnb ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#gnb.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#gnb ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
*/
.menuBoxbg {
    margin: 0 auto;
	clear:both;
	padding-top:3em;
    width: 970px;
    background-color: none;
    border-bottom: 0px solid #fff;
	border-radius: 3px;
}

/* ���˸޴� �߰� �ҽ�*/
#lnb {
width:195px;
}
.title_submenu{
display:none;
}
#lnb > ul{margin:0px 0px 100px 0px;padding:0}
#lnb > ul > li{border-bottom:1px solid #e7e7e7;padding: 0.7em 0em 0.7em 0em;list-style: none;}
#lnb > ul > li > a{display:block;font-weight:bold; padding-left:15px; font-size:12px;font-family: "Nanum Gothic","Malgun Gothic","DaumRegular"; color:#333333; line-height:15px; overflow:  hidden}
#lnb > ul > li > a:hover{color:#5e93c9; }
#lnb > ul > li > ul{display:none;}
#lnb > ul > li.active{background:url('../images_new/sub/mbg.jpg') no-repeat top left;}
#lnb > ul > li.active > a{color:#4487cc;}
#lnb > ul > li.active > ul{display:block;}
#lnb > ul > li > ul{margin:10px 5px;}
#lnb > ul > li > ul li{ padding: 0.4em 0em 0.4em 0em }

#lnb > ul > li > ul li a{display:block; padding-left:5px; font-size:12px; color:#575757; line-height:14px; background:url(/main/images/main/dot-1.jpg)  no-repeat 0px 7px;}
#lnb > ul > li > ul li a:hover{
color:blue;
}