/* this is used to style the turotial page. */
*{margin: 0px; padding: 0px; text-decoration : none; list-style : none;}
#wrap{width:100%; margin:0 auto;min-width:1200px}
#header_wrap{width:100%;}



#header_top ul{width:1200px; text-align:right; list-style-type:none; margin:0; padding:0;}
#header_top ul li {display:inline; font-size:11px; color:#ffffff; font-weight: 900;}
.header_top_text a{font-size:11px; color:#333; font-weight: 900;}

#header_logo{width:1200px;height:100px;}
#header_logo ul {list-style-type:none; margin:0; padding:0;}
#header_logo li {margin:2px auto 25px;width:300px;}

@charset "UTF-8";

#nav ul,
#nav li,
#nav span,
#nav a {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Noto Sans KR', sans-serif !important;
  font-weight:400;
}
#nav_wrap{clear: both;  width:100%;  margin: 0px; padding: 0px;}
#nav {
  width:1200px; 
  margin:0 auto;
  font-weight: 600;
  height: 50px;
}
#nav:after,
#nav ul:after {
  content: '';
  display: block;
  clear: both;
}


#nav a {
color:#ffffff;
font-weight:bold;
  display: inline-block;
  font-size: 18px;
  line-height: 50px;
  padding:0 47px;
  box-sizing:border-box;
  text-decoration: none;
  
}
#nav ul {
  list-style: none;

}
#nav > ul {
  float: left;
}
#nav > ul > li {
  float: left;
}
#nav > ul > li:first-child a {}
#nav > ul > li.active a {
}
#nav > ul > li:hover > a{
color:#333;
}
#nav .has-sub {
  z-index: 1;
}
#nav .has-sub:hover > ul {
  display: block;
}
#nav .has-sub ul {
  display: none;
  position: absolute;
  width:100%;
  top: 100%;
  left: 0;
  box-sizing:border-box;
}
#nav .has-sub> ul >li >a {
  background:#FFFFFF;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color:#333;
  display: block;
  line-height: 160%;
  padding: 15px 0px;
  font-size: 14px;
  text-align:center;
  box-sizing:border-box;
}
#nav .has-sub:hover{
  background-color:#f2f4f7 !important;

}


#nav .has-sub ul li:hover a {
  background:#f2f5f7;
  color:#333 !important;
  
}
#nav .has-sub .has-sub:hover > ul {
  display: block;
}
#nav .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#nav .has-sub .has-sub ul li a {
  background:#606f7f;
}
#nav .has-sub .has-sub ul li a:hover {
  background:#4a5662;
}


/*°Ç¼³°ü·ÃÁ¤º¸-3rd*/
.menu3rd{
font-size:18px;
}