
.breadcrumbs-v3.img-v1 {
    background: url(../img/service/title.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}


.team-v5 strong::after {
    left: 50%;
    height: 2px;
    width: 30px;
    content: " ";
    background: #E74C3C none repeat scroll 0% 0%;
    margin-left: -15px;
    position: absolute;
}

.network-global-button {
  	background-color: transparent;
  	border-color: #4863ae;
  	color: #4863ae; 
}

.network-global-button:hover {
	background-color: #4863ae;
    color: white;
}

.network-global-button-selected, .network-global-button-selected:hover {
	background-color: #4863ae;
    color: white;	 
}

.network-korea-button {
	background-color: transparent;
  	border-color: #FF7767;
  	color: #FF7767;
  	
  	 
}
  
.network-korea-button:hover {
	background-color: #FF7767;
    color: white;
}

.network-korea-button-selected, .network-korea-button-selected:hover {
	background-color: #FF7767;
    color: white;	 
}



.regions a{
	margin: 5px;
	width: 250px;
}

.flag a{
	opacity: 0.2;
	cursor: pointer;
}

.flag a:hover {
	opacity: 1;
}

.flag img:hover{
	opacity: 1;
}

.flag .selected{
	opacity: 1;
}

.flag .selected img{
	opacity: 1;
}

.btn-u.btn-u-yellow.active{
	background: none repeat scroll 0% 0% #F1C40F;
}
.btn-u.btn-u-yellow:hover, 
.btn-u.btn-u-yellow:focus{
   background: #f39c12;
}

/*Sorting Grid*/

.sorting-block .sorting-grid .mix {
    display: none;
    margin-bottom: 30px;
    
}

.sorting-block .sorting-grid li a:hover  {
	text-decoration: none;
}

.sorting-block .sorting-grid li img {
	max-width: 100%;
	
}


