/* Style the search field */
form.searchForm input[type=text] {
  padding: 5px;
  font-size: 16px;
  border: 1px solid grey;
  float: left;
  width: 120px;
  background: #f1f1f1;
}

/* Style the submit button */
form.searchForm button {
  float: left;
  width: 30px;
  padding: 5px;
  background: #2196F3;
  color: white;

  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
}

form.searchForm button:hover {
  background: #0b7dda;
}

/* Clear floats */
form.searchForm::after {
  content: "";
  clear: both;
  display: table;
}  
  
  .affix {
    top:0;
    width: 100%;
    z-index: 9990 !important;
  }
  .affix ~ .container-fluid {
   position: relative;
   top: 50px;
  }  
  
 #lmenu> .affix {
    top:130;

  }  
  
  .list-group-horizontal .list-group-item
{
	display: inline-block;
}
.list-group-horizontal .list-group-item
{
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
 	border-right-width: 0;
}
.list-group-horizontal .list-group-item:first-child
{
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child
{
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
	border-right-width: 1px;
}

  .navbar {
    margin-bottom: 0px;
    background-color: #fff;
  z-index: 9990;
    border: 0;
/*    font-size: 15px !important;
    line-height : 15px;  */
    
    border-radius: 0;
/*    letter-spacing: -1px; */
  }

.navbar-nav > li {
  font-size: 17px;
  padding : 4px 0;
  }
.dropdown-menu {
    font-size: 16px;
  /* padding-top: 10px;    */
  }
  
  .navbar ul li a,  .navbar .navbar-brand {
    color: #000 !important;
            font-weight: bold; 
  }
  
  
.navbar-default .navbar-nav>li> a:hover {
        font-weight: bold; 
        color: #fff !important;	 /*  ¸ÞÀÎ¸Þ´º over#f26863 */

}
 
.navbar-default .navbar-nav>li> a:focus  {
        font-weight: bold; 
    background-color: #428bca !important; /* ddd */
    color: #fff !important;	
}


.navbar-default .navbar-nav>.active> a {
   color: #fff !important;	 /*  #f37a76 */
        font-weight: bold;
    background-color: #428bca !important;  
/*   background: #fcd7d4;  
 border-bottom: 3px solid #f4511e;  */
}

.navbar-default .navbar-nav>.active> a:focus,  
.navbar-default .navbar-nav>.active> a:hover {
/*    color: #f37a76 !important;	
        font-weight: bold; */

/*   background: #fcd7d4;  
 border-bottom: 3px solid #f4511e;  */
 
   color: #fff !important;	 /*  #f37a76 */
        font-weight: bold;
    background-color: #428bca !important;  
}

 .nav a {
    	font-size:  17px !important;
    /* font-size: 1.8em !important; */
  }
  
.dropdown>.active>a,
.dropdown>.active>a:hover,
.dropdown>.active>a:focus{
    background-color: #428bca;  /* #fcd7d4 */
    color: #fff !important;	
}  
  
.dropdown-menu a {
    color: #000 !important;

  }
  .dropdown-menu>li>a:hover {
/*    color: #428bca !important; */	 /*  #f26863 */
            font-weight: bold;
        background-color: #428bca;
        color: #fff !important;	
}  

@media (max-width: 991px) {
.dropdown>.active>a,
.dropdown>.active>a:hover,
.dropdown>.active>a:focus{
	background-color: #fcd7d4;
    color: #000 !important;	
}  

  .dropdown-menu>li>a:hover {
        color: #000 !important;	
        background-color: #fcd7d4;
}  
	
}	
  
  
.dropdown-menu>.active>a {
    background-color: #428bca;
    color: #fff !important;	

}  


.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus{
    background-color: #428bca;
    color: #fff !important; 
}  
  
#custom-nav, #custom-nav2 {
	padding:2px 0;

/*     border-top: 1px solid #b7b7b7;       02.02           */        
    border-bottom: 1px solid #b7b7b7;	  

/*    -webkit-box-shadow: 2px 2px 2px #F2F3F5;
    -moz-box-shadow:    2px 2px 2px #F2F3F5;
    box-shadow:         2px 2px 2px #F2F3F5;  */

}  


.dropdown-submenu {
    position: relative;
    
}

.dropdown-submenu>.dropdown-menu {
	 display: none;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 1200px){
    .navbar li {
        margin-left : 0.3em;
        margin-right : 0.3em;
    }
}

  /* over ¼­ºê¸Þ´º  */
@media (min-width: 768px) {
	  .dropdown:hover .dropdown-menu {    display: block;	  } 

	  
.my-custom-container{
    width:760px;
}}
/*  over ¼­ºê¸Þ´º  */

@media (min-width: 992px) {
    .navbar-nav{   
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }	 /* navbar center  */  	
.my-custom-container{
    width:970px;
}}

@media (min-width: 1200px) {

.my-custom-container{
    width:1200px;
}}

.my-custom-containerB{
    width:100%;
}

/* ¾ÆÀÌÄÜÀüÈ¯ ³Êºñ ¼öÁ¤ */
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
      margin-right: 35px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media only screen and  (max-width:1000px){#toplogo2, #toplogo3, #tsearchform {display:none}}



