#toplogos > h1 {
	display:inline;
    width: 365px;
    height:80px;
    
}

#toplogos > h1 img {
    /* vertical-align: middle; */
    display:inline;
   max-width:350px;
    width: 350px;
    height:70px;  

}
@media (max-width: 768px) {
#toplogos > h1 img {
    /* vertical-align: middle; */
    display:inline;
   max-width:270px;
    width: 270px;
    height:55px;  

}
}



#custom-search-input {
        margin:0 20px 0 0;
        
        padding: 0;
    width:260px;
            border-bottom: 2px solid #8f5fff;
    }
    
    #custom-search-input .form-control {


        border-top: 0px solid #fff;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
/*        border-bottom: 2px solid #8f5fff; */
        
 -webkit-box-shadow: none;
     box-shadow: none;        
    }    
 
    #custom-search-input .search-query {
    	
        padding-right: 3px;
        padding-right: 4px ;

 
        margin-bottom: 0;

        border-top: 0px solid #fff;
        border-left: 0px solid #fff;
        border-right: 0px solid #fff;
        border-bottom: 0px solid #fff;
/*        border-bottom: 2px solid #8f5fff; */
 -webkit-box-shadow: none;
     box-shadow: none;         
    }
 
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        /* left: -28px; */
        font-size:16px;
        margin-bottom: 0;

        color:#8f5fff;
 -webkit-box-shadow: none;
     box-shadow: none;         
    }
 
    .search-query:focus + button {
        z-index: 30;   
    }


/* 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: 18px;
  }
.dropdown-menu {
    font-size: 16px;
  padding-top: 10px;    
  }
  
  .navbar-nav > li > a,  .navbar .navbar-brand {
  	font-weight: bold;
    color: #3d3d3d !important;
  }
  
  
.navbar-default .navbar-nav>li> a:hover {
        font-weight: bold; 
        color: #8f5fff !important;	 /*  #f37a76 */

}

.navbar-default .navbar-nav>li> a:focus  {
        font-weight: bold; 
    background-color: #ddd !important;
}


.navbar-default .navbar-nav>.active> a {
   color: #f26863 !important;	 /*  #f37a76 */
        font-weight: bold;
    background-color: #fff !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-color: #ddd !important;
/*   background: #fcd7d4;  
 border-bottom: 3px solid #f4511e;  */
}

 .nav > a {
    	font-size:  18px !important;
    /* font-size: 1.8em !important; */
  }
  

  
.dropdown>.active>a,
.dropdown>.active>a:hover,
.dropdown>.active>a:focus{
    background-color: #fcd7d4;
}  
  
.dropdown-menu a {
    color: #000 !important;
	font-size:  17px !important;
  }
  .dropdown-menu>li>a:hover {
    color: #8f5fff !important;	 /*  #f37a76 */
            font-weight: bold;
    /* background-color: #fff !important; */
}  
  
  
.dropdown-menu>.active>a {
    background-color: #fcd7d4;
}  


.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus{
    background-color: #ddd;
}  

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  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;
}


  
#custom-nav, #custom-nav2 {
	padding:0px 0;

    border-top: 1px solid #dedede;         /* b7b7b7 */
    border-bottom: 1px solid #8f5fff;	

/*    -webkit-box-shadow: 2px 2px 2px #F2F3F5;
    -moz-box-shadow:    2px 2px 2px #F2F3F5;
    box-shadow:         2px 2px 2px #F2F3F5;  */

}  

@media (min-width: 1200px){
    .navbar li {
        margin-left : 1.3em;
        margin-right : 1.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:990px;   
}

  .logstate {margin-top:30px;} 
   .toplogostate {margin-top:15px;} 
}

@media (min-width: 1200px) {

.my-custom-container{
    width:1200px;
}}

/* ¾ÆÀÌÄÜÀüÈ¯ ³Êºñ ¼öÁ¤ */
@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;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  
  .logstate {margin-top:0px;}
     .toplogostate {margin-top:0px;} 
}

@media only screen and  (max-width:1100px){#toplogo2, #toplogo3, #tsearchform {display:none}}

#section1-sub .backgroundImage {
	    height: 200px !important; 
          background-image:url('/2021/imgm/mainbak01.jpg');

/* -webkit-filter: blur(9px); -moz-filter: blur(9px); -o-filter: blur(9px); -ms-filter: blur(9px); filter: blur(9px);

   height: 100%; */
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.transparentText {
   background-color: rgba(0, 0, 0, 0.4);
   color: white;
      position: absolute;
/*   border: 3px solid #f1f1f1;

   top: 40%;
   left: 30%;
   width: 50%;
   padding: 20px; */
   text-align: center;
} 


/* sub -menu °øÅë  */
#mySubNavbar.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px; }
    
ul.tab-nav {
    margin: 0;
    border-bottom: 1px solid #DDD;
    list-style: none;
}
	
ul.tab-nav li {
    float: left;
    height: 50px; 
    border: 1px solid #DDD;
    margin: 0;

    font-weight: bold; 
    font-size:17px;
        
         padding : 15px 0px;
         text-align : center;
/*    border-bottom: 0;
    border-left: 0;
    height: 41px; */
}	

ul.tab-nav li a{
     display: block;

}	

#subtab li:hover{
        background-color: #9e7bf1 !important;        
}	

#subtab li.current{
        background-color: #8f5fff !important;        
}	

#subtab li.current a,  #subtab li:hover a
{
        font-weight: bold; 
        color: #fff !important;	 /*  #f37a76 */	       
}	

.subTitle {
	position: relative;
	height:48px; width: 100%;    
	border-bottom: 1px solid #8f5fff;    
	margin-bottom: 50px;    
	padding-bottom: 13px;    
}

.subTitle h2 {
	position:absolute;   bottom:0px; left:1px;  height:52px;
    display:inline; margin:0;  
     font-family: 'HangeulNuri-Bold';  font-size: 30px;    
     color: #033958;    
     padding-bottom: 15px;   
      border-bottom: 2px solid #8f5fff;	
}

.subTitle .locate {
     position:absolute;   bottom:10px; right:1px; 
     font-size: 16px;    color: #dddddd;   	
}	


.subTitle .locate ul li {
      color: #8f5fff;   	
}

@media only screen and  (max-width:762px){
.subTitle .locate {
     position:absolute;   top:50px; right:1px; 
     font-size: 16px;    color: #dddddd;   	
}	
	}

.subTitle2 {
	position: relative;
	height:30px; width: 100%;    
	
	border-bottom: 1px solid #ddd;    
	margin-bottom: 20px;    
	padding-bottom: 3px;    
}

.subTitle2 h3 {
	position:absolute;   bottom:0px; left:1px;  height:32px;
    display:inline; margin:0;  
     font-family: 'HangeulNuri-Bold';  font-size: 24px;    line-height:24px;
     color: #033958;    
     padding-bottom: 5px;   
      border-bottom: 2px solid #354c79;	
      padding-left:0px;
}

.subTitle2 h3:before {
  content: '';
  /* zoom:50%; */
  background-size: 18px  auto !important;

  width: 17px !important;
  height: 20px !important;
  visibility: visible;
  display: inline-block;
    background: url('images/logo2.svg') no-repeat left top;
    margin-right:8px;
}	

.subTitle2 h4 {
	position:absolute;   bottom:0px; left:1px;  height:32px;
    display:inline; margin:0;  
     font-family: 'HangeulNuri-Bold';  font-size: 24px;    line-height:24px;
     color: #033958;    
     padding-bottom: 5px;   
      border-bottom: 2px solid #354c79;	
      padding-left:0px;
}



.subTitle2 h4:before {
  content: '';
  /* zoom:50%; */
  background-size: 18px  auto !important;

  width: 17px !important;
  height: 20px !important;
  visibility: visible;
  display: inline-block;
    background: url('images/logo2.svg') no-repeat left top;
    margin-right:8px;
}	

.backgroundImageS {
    background-image:url('/imgm/mainbak03.png');  
   background-color:#d7ecef;
   background-position:center bottom;
 }
 
.backgroundImageS2 {
    background-image:url('/imgm/mainbak04.png');  
   background-color:#d7ecef;
   background-position:center bottom;
 }
 
.backgroundImageS3 {
    background-image:url('/imgm/mainbak05.png');  
   background-color:#d7ecef;
   background-position:center bottom;
 }
 
.backgroundImageS4 {
    background-image:url('/imgm/mainbak01.png');  
   background-color:#d7ecef;
   background-position:center bottom;
 }   