#gnb_add,
#gnb_add ul,
#gnb_add ul li,
#gnb_add ul li a,
#gnb_add #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_add:after,
#gnb_add > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#gnb_add #menu-button {
  display: none;
}
#gnb_add {
  width: auto;
  font-family: '³ª´®','Open Sans', sans-serif;
  line-height: 1;

}
#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_add > ul > li {
  float: left;

 }
#gnb_add.align-center > ul {
  font-size: 0;
  text-align: center;
}
#gnb_add.align-center > ul > li {
  display: inline-block;
  float: none;
}
#gnb_add ul ul {
   z-index:1;
  text-align: left;

}
#gnb_add.align-right > ul > li {
  float: right;
}
#gnb_add.align-right ul ul {
  text-align: right;
}


#gnb_add > ul > li > a {
font-family: "Nanum Gothic","Malgun Gothic","DaumRegular";
font-weight:bold;
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  text-decoration: none;

  color: #000;
  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_add > ul > li:hover > a {
  color: #e73820;
}
#gnb_add > ul > li.has-sub > a {
  padding-right:20px;
}
#gnb_add > 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_add > ul > li.has-sub:hover > a::after {
  border-color: #000;
}




/*º¯##########¿µ*/

#gnb_add ul ul {

  position: absolute;
  left: -9999px;
  top:28px;
  border-left:1px solid #e83820;
  border-right:1px solid #e83820;
  border-top:4px solid #e83820;
  border-bottom:2px solid #e83820;
  width:100%;
}
#gnb_add li:hover > ul {
  left: auto;
}
#gnb_add.align-right li:hover > ul {
  right: 0;
}
#gnb_add ul ul ul {
  margin-left: 100%;
  top: 0;
}
#gnb_add.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#gnb_add 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: 2em;
}
#gnb_add ul li:hover > ul > li {
 
  background: #fff;
  opacity: 1;
 }
#gnb_add ul ul li a {
  padding: 15px 10px 15px 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_add ul ul li:hover > a,
#gnb_add ul ul li a:hover {
  color: #e83820;
}
#gnb_add 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_add.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_add ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

/*
#gnb_add ul ul {
  width:100%;
  text-align:center;
  padding-top:0.2em;
  position: absolute;
  left: -9999px;
}

#gnb_add > ul > li:nth-child(6) > ul{
width: 200px !important;
    text-align: left;
    margin-left: -35px;
}

#gnb_add li:hover > ul {
  left: auto;
}
#gnb_add.align-right li:hover > ul {
  right: 0;
}
#gnb_add ul ul ul {
  display:none !important;
  margin-left: 100%;
  top: 0;
}
#gnb_add.align-right ul ul ul {

  margin-left: 0;
  margin-right: 100%;
}
#gnb_add ul ul li {
  height: 0;
  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_add ul li:hover > ul > li {
  height: 2em;
  opacity: 0.9;
 }




#gnb_add ul ul li:hover > a,
#gnb_add ul ul li a:hover {
  color: #e73820;
}
#gnb_add 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_add.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_add ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
*/
.menuBoxbg_add {
    margin: 0 auto;
	clear:both;
	padding-top:2em;
    width: 1024px;
    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;
}


@media (min-width: 375px){  /*  ¸ð¹ÙÀÏ*/
.menuBoxbg_add {
margin: 0 auto;
clear: both;
width: 350px;
}

#gnb_add > ul > li:nth-child(2),#gnb_add > ul > li:nth-child(1){
padding: 0px 6px 8px 0px;
}

#gnb_add > ul > li {
padding: 0px 0px 0px 0px;
height:3em;
}


#gnb_add > ul > li:nth-child(4),#gnb_add > ul > li:nth-child(5){
padding: 0px 16px 0px 0px;
}

#gnb_add > ul > li > a {
font-size: 11.5px;
letter-spacing:-0.5px;
padding: 0px 0px 0px 0px;
}
#gnb_add > ul > li.has-sub > a {
    padding-right: 7px;
}

#gnb_add > ul > li.has-sub > a::after {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 0px;
  height: 0px;
  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_add > ul > li > a > span{
display:none;
}


#gnb_add > ul > li:nth-child(5) > a{
 
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
}

#gnb_add ul ul li a {
    display: inline-block;
    padding: 3px 3px;
    font-size: 10.5px;
    text-align: center;
    line-height: 0.8em;
    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;
}



}




@media (min-width: 414px){  
.menuBoxbg_add {
margin: 0 auto;
clear: both;
width: 358px;
}


#gnb_add > ul > li:nth-child(2),#gnb_add > ul > li:nth-child(1){
padding: 0px 6px 8px 0px;
}

#gnb_add > ul > li {
padding: 0px 0px 0px 0px;
height:3em;
}


#gnb_add > ul > li:nth-child(4),#gnb_add > ul > li:nth-child(5){
padding: 0px 16px 0px 0px;
}

#gnb_add > ul > li > a {
font-size: 11.5px;
letter-spacing:-0.5px;
padding: 0px 0px 0px 0px;
}
#gnb_add > ul > li.has-sub > a {
    padding-right: 7px;
}

#gnb_add > ul > li.has-sub > a::after {
  position: absolute;
  top: 2px;
  right: 4px;
  width: 0px;
  height: 0px;
  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_add > ul > li > a > span{
display:none;
}


#gnb_add > ul > li:nth-child(5) > a{
 
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
}

#gnb_add ul ul li a {
    display: inline-block;
    padding: 3px 3px;
    font-size: 10.5px;
    text-align: center;
    line-height: 0.8em;
    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;
}


}



@media (min-width: 500px){

.menuBoxbg_add {
margin: 0 auto;
clear: both;
width: 460px;
}
#gnb_add > ul > li > a {
font-size: 14px;
letter-spacing:0px;
padding: 0px 2px 0px 2px;
}
#gnb_add > ul > li > a > span{
display:none;
}
#gnb_add > ul > li {
padding: 0px 2px 0px 2px;
height:3em;
}


}

@media (min-width: 768px){

.menuBoxbg_add {
margin: 0 auto;
clear: both;
width: 880px;
}
#gnb_add > ul > li {
 height:3em;
}
}


@media (min-width: 1024px){


#documentationsub > div.vegas-content-scrollable > div > div > div.slide-caption-text_sub1 > span{
font-size:14px;
display:none;
}


#content > div.subtite.contents_1400 > h3 > span:nth-child(2){
font-size: 15px;
display: block;
}
.menuBoxbg_add {
margin: 0 auto;
clear: both;
width: 1060px;

}

#location > span:nth-child(3){
font-size:11px;
}


#gnb_add > ul > li > a {
font-size: 12px;
letter-spacing:0px;

}

#gnb_add > ul > li:nth-child(2){
padding: 0px 2px 0px 2px;
}

#gnb_add > ul > li.has-sub > a {
  padding-right: 18px;
  letter-spacing: -0.5px;

}

#gnb_add > ul > li:nth-child(5) > a{

  width:100%;
 
      overflow:none;
      
}

#gnb_add > 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_add > ul > li.has-sub > a > span {
display:inline-block;
}

#gnb_add > ul > li.has-sub  > a > span:nth-child(2){
 width:100%;
 color:#999;
 text-align:center;
 font-size:13px;
 display:block;
}

#gnb_add ul li > ul > li {
  height: 2em;
  background: #fff;
  opacity: 1;
  line-height:2em;
 }

#gnb_add > ul > li > ul > li:nth-child(2){
  height: 2.5em;
  line-height:2.5em;
}



#gnb_add ul ul li a {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    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;
}
}
