@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {font-family:'Nanum Gothic'}
body {
	background-color:#262626;
}

body.v-light {
	background-color:#ffffff;
}

.nav__list-item {
	font-size: 16px;
	font-weight: 700;	
    font-weight: bold;
}


.contact-up {
	background-color:#262626;
}

.v-light .contact-up {
	background-color:#ffffff;
}

.intro-about .background-mask .background-mask-bg {
	background-color: rgba(255, 255, 255, 0.1);
}

.our-services-2 .col-md-4:nth-of-type(even) .services-item {
	background-color: rgba(255, 255, 255, 0.1);	
}


.our-news .item-new .content .background {
	background-color: rgba(0, 0, 0, 0.7);
}

.mask-bg {
	background-color: rgba(0, 0, 0, 0.7);			
}

.client-see .inner .bg {
	background-color: rgba(0, 0, 0, 0.7);				
}

.site-header .extend-container .main-navigation ul li {
	font-size: 16px;
	font-weight: 700;	
}

footer {
	background-color:#1f2d41 !important;
	color:#ffffff !important;
}

footer a, footer p {
	color:#ffffff !important;
}

.v-light .footer .footer-links .footer-title::after {
	background-color: #ffffff !important;
}