.min_img{
  min-width: 1024px;
}

 .s_point{
   font-family: Noto Sans KR;
   font-weight: bold; 
   color: black;
   border-bottom: 3px solid;
   padding-bottom: 0px;
  }

  .s_point:hover{
   font-weight: bold; 
   color: black;
   border-bottom: 3px solid;
   padding-bottom: 0px;
   text-decoration: none;
  }

	 .no_select{
	   font-family: Noto Sans KR;
	   font-weight: 300; 
	   font-size: 18px;
	   color: #949494;
	  }

	  .no_select:hover{
	    text-decoration: none;
	    font-weight: bold; 
	    font-size: 18px;
	    color: black;
	    border-bottom: 3px solid;
	    padding-bottom: 0px;
	  }

.t_sub{
 padding-left: 55px;
}

.sub_title{
    font-weight: bold;
}

.col-g{

background: #d7e6f4; /* Old browsers */
background: -moz-linear-gradient(top,  #d7e6f4 0%, #ffffff 54%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d7e6f4 0%,#ffffff 54%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d7e6f4 0%,#ffffff 54%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e6f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.hit_h{
 padding-top: 3px;
}

.black_sub{
 color:black;
}

.black_sub:hover{
 color:black;
 text-decoration: none;
}

.tab_li{
	width: 50%;
    text-align: center;
    font-size: 1rem;
    background-color: #909696;
}

.tab_li>a{
 color:white;
}

.tab_li>a:hover{
 font-weight: bold;
 color:white;
}

.tab_li .nav-link.active{
color:white !important;
 background-color: #2b77bd !important;
 font-weight: bold;
 position: relative;/*이렇게 설정해야 .active 따라 이동함*/
}

/*bottom arrow*/
.tab_li .nav-link.active:after{
 content:"";
 position: absolute;
 left: 47%;
 top: 95%;
 border-left: 20px solid transparent;
 border-right: 20px solid transparent;
 border-top: 30px solid #2b77bd;
 z-index:10;
}


/*tab menu*/
.nav-tabs{
 border: 0 !important;
}

.nav-tabs .nav-link{
 border: 0 !important;
 border-top-left-radius: 0rem !important;
 border-top-right-radius: 0rem !important;
}