@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 700;
	src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
	src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
		 url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('woff2'),
		 url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'),
		 url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
  }
  @font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 400;
	src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
	src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
		 url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('woff2'),
		 url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'),
		 url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
  }
  @font-face {
	font-family: 'Nanum Gothic';
	font-style: normal;
	font-weight: 800;
	src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot);
	src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
		 url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff2) format('woff2'),
		 url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.woff) format('woff'),
		 url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-ExtraBold.ttf) format('truetype');
  }
  
/* ----------------------------------------------------
	 GLOBAL  STYLES 
------------------------------------------------------- */

body {
    font-family: 'Nanum Gothic', sans-serif;
    background-color: white;
	-webkit-font-smoothing: antialiased;
}

html,
body {
    height: 100%;
}

img {
	max-width: 100%;	
	height: auto;
}

a {
	color: #ff3333;	
	text-decoration: none;
	-webkit-transition: all .35s; 
	transition: all .35s;
}

a:hover {
	color: #ff3333;	
	text-decoration: underline;
}

p {
	font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif; 
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 17px;
	text-align: left;
	line-height: 1.7;
}


h1, h2{
    font-family: 'Nanum Gothic', sans-serif;
}

h3 {
    font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 0;
	text-align: left;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

h4 {
    font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 0;
	text-align: left;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

.media, .media-body {
	background-color: white;
}

.margin-top {
	margin-top: 60px;
}

.margin-bottom {
	margin-bottom: 60px;
}

.margin-bottom-gallery2 {
	margin-top: 60px;
}


/* ----------------------------------------------------
	 NAVIGATION STYLES 
------------------------------------------------------- */


.navbar-brand {    
	margin-top: -13px;
}

.navbar {
    margin: 0;
    border-bottom: 2px solid #DDD;
	padding: 12px;
}

.navbar-inverse {
    background-color: #FFF;
}

.navbar-inverse .navbar-nav > li > a {
   font-size: 13px;
   font-family: 'Nanum Gothic', sans-serif;
   color: #5f5f5f;
   font-weight: 600;
   padding: 14px 10px;   
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   text-transform: uppercase;
   margin-top: 2px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
   color: #202223;
   background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
   color: #202223;
   background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
   color: #202223;
   background-color: transparent;
}

.navbar-toggle {
   background-color: #393b3d;
}

.navbar-inverse .navbar-toggle {
   border-color: #393b3d;
   outline: none;
}

.dropdown-menu {
   background-color: #393b3d;
   border: none;
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
}

.dropdown-menu > li > a {
   color: #fff;
}


/* ----------------------------------------------------
	 BUTTON STYLES
------------------------------------------------------- */

.btn {
	font-size: 15px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: white;
	margin-top: 15px;
	border: none;
	background-color: #393b3d;	
	padding: 12px 18px;
	-webkit-transition: all .35s; 
	transition: all .35s;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn:hover {
	background-color: #4c4f51;
	color: white;
}

.ghost-btn {
	background-color: transparent;
	color: white;
	border: 1px solid white;
}

.ghost-btn:hover {
	background-color: white;
	color: #393b3d;
}

.ghost1-btn {
	background-color: transparent;
	color: white;
	border: 3px solid white;
	font-size: 20px;
	margin-top: 30px;
}

.ghost1-btn:hover {
	background-color: white;
	color: #393b3d;
}

.red-btn {
	background-color: #ff3333;
	color: white;
}

.red-btn:hover {
	background-color: #ff4d4d;
	color: white;
}

.services-btn {
	background-color: #ff3333;
	color: white;
	margin-top: 37px;
	margin-bottom:27px;
}

.services-btn:hover {
	background-color: #ff4d4d;
	color: white;
}


/* ----------------------------------------------------
	 HOME PAGE INTRO IMAGE STYLES
------------------------------------------------------- */

.intro {
    display: table;
    width: 100%;
    padding: 270px 0;
    text-align: center;
    color: #fff;
    background: url(/img/banner-slider1.jpg) no-repeat ;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .main-text {
    font-size: 60px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;	
	color: white;
	margin-top: 85px;  
 	letter-spacing: 0;
}

.intro .intro-body .intro-text {
    font-size: 16px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	margin-top: 18px;
	letter-spacing: 0;
	text-align:center;
}

.intro .intro-body .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}


@media(min-width:767px) {

.intro {
    height: 100%;
    padding: 0;
}

.intro .intro-body .main-text {
    font-size: 97px;
}

.intro .intro-body .intro-text {
    font-size: 20px;
}

}


/* ----------------------------------------------------
	 HOME PAGE SLIDER STYLES
------------------------------------------------------- */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides div.slid {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.banner1a {
  background: url(/img/banner-slider1.jpg) no-repeat 0px 70px;
  background-size: contain;

}

.banner2a {
  background: url(/img/banner-slider2.jpg) no-repeat 0px 70px;
  background-size: contain;
  
}

.banner3a {
  background: url(/img/banner-slider3.jpg) no-repeat 0px 70px;
  background-size: cover;
  min-height: 895px;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.caption1 {
  width: 45%;
  position: absolute;
  top: 35%;
  left:10%;
}

.caption1 h3 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.3em;
  font-family: 'Nanum Gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.caption1 p {
	line-height: 1.8em;
	font-family: 'Nanum Gothic', sans-serif;    
	font-size: 15px;
	font-weight: 400;
	color:#ffffff;
	width: 80%;
	margin-top: 30px;
}

a.btn-left {
  font-family: 'Nanum Gothic', sans-serif;    
  padding: 0.45em;
  display: inline-block;
  margin-top: 2em;
  width: 18%;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid white;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-align:center;  
  margin-right: 1em;
}

a.btn-left:hover {
	border-color: #CACACA;
}

a.btn-right {
  font-family: 'Nanum Gothic', sans-serif;    
  padding: 0.6em;
  display: inline-block;
  margin-top: 2em;
  width: 18%;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  text-decoration: none;
  background: #ff3333;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  text-align: center;  
}

a.btn-right:hover {
	background-color: #ff4d4d;
}


/* ----------------------------------------------------
	HOME PAGE VIDEO STYLES
------------------------------------------------------- */

#header-v {
	position: relative;
	min-height: 600px;
	margin: 0 0 200px 0;
}

#header-v video {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: auto;
	background: transparent;
}

.banner-content {
	position: relative;
	text-align: center;
	z-index: 1;
}

#header-v h1 {
	color: white;
	font-weight: 400;
	padding-top: 370px;
	font-size: 100px;	
	font-family: 'Nanum Gothic', sans-serif;
 	letter-spacing: 0;
}

#header-v h1 .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}


/* ----------------------------------------------------
	 HOME PAGE SPLIT SCREEN STYLES
------------------------------------------------------- */


.screens-two {
   position: relative;
   top: 0;
   left: 0;
   padding: 16px;
   text-align: center;
}


.screens-two h1 {
  font-size: 24px;
  margin: 0 0 5px 0;
  color: white;
  letter-spacing: 0.1em;
}

.screens-two h1 span{
  font-size: 37px;
  margin: 0 0 12px 0;
  letter-spacing: 0.1em;
  color: #ff3333;
}


.left-half {
  background-color: #5f5f5f;
  background-image: url(../img/pattern.png);
  background-repeat:repeat;
  float: left;
  width: 50%;
  padding-top: 300px;
  height: 669px;
}

.right-half {
  float: left;
  width: 50%;
  background-image: url(../img/banner-2screens.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size:cover;
  -o-background-size: cover;
  padding-top: 110px;
  height: 669px;
}

.vertical-text {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  background: transparent;
  color: white;
  margin-left: 120px;
  padding: 10px;
  text-transform: uppercase;
  text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
  float: left;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-family: 'Oxygen', sans-serif;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}


/* ----------------------------------------------------
	 HOME PAGE STYLES
------------------------------------------------------- */


/* two top boxes styles */

.page-header {	
    font-size: 25px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 86px;
	margin-bottom: 12px;
	text-align: center;
 	letter-spacing: 0.1em;
	line-height: 1.5;
    border-bottom: none;
}

.hr {
	border-bottom: 2px solid  gray;
	display: block;
	width: 50px;
	margin: auto;
	margin-bottom: 40px;
}

.sub-text {    
    font-size: 16px;
	font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 45px;
	text-align: center;
	line-height: 1.7;
}

.panel-default {
	background-color: transparent;
	border: none;
}

.panel-default .panel-heading {
	border-bottom: 1px solid #DDD;
	background-color: transparent;
}

.panel-default h2 {
	font-size: 20px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 30px;
	text-align: center;
	text-transform: capitalize;
 	letter-spacing: 0.1em;
}

.panel-default .panel-body p {	
    font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 17px;
	text-align: center;
	line-height: 1.7;
}


/* portfolio-banner */

.portfolio-banner {
    width: 100%;
    padding: 60px 0;
    color: #fff;
    background: url(../img/projects-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-top: 73px;
}

.portfolio-banner .main-text {
    font-size: 60px;	
	font-family: 'Nanum Gothic', sans-serif;	
	font-weight: 400;
	color: white;
	margin-top: 35px;
	padding-bottom: 27px; 
 	letter-spacing: 0;
	text-align: center;
}

.portfolio-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.projects-header {	
    font-size: 25px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 80px;
	margin-bottom: 23px;
	text-align: center;
 	letter-spacing: 0.1em;
    line-height: 1.5;
}

.white-space {
	margin-top: 50px;
}


/* images-portfolio styles */


.img-wrapper {
	position: relative;
	margin: 0 auto;
	line-height: 0;
}

.img-hover-photo {
	position: absolute;
	z-index: 1;
	width: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .25s;
	-moz-transition: all .25s; /* Firefox 4 */
	-webkit-transition: all .25s;
	transition-timing-function:ease;
	-moz-transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
	cursor: pointer;
}

.img-wrapper:hover .img-hover-photo {
	opacity: 1;
	width: 100%;
}
.img-hover-photo:hover {
	background-color: rgba(0, 0, 0, .6);
}

.hover-text {
	position: absolute;
	left: 23%;
	top: 50%;
	width: 300px;
	font-size: 15px;
	font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 700;
	color: #FFF;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}

.hover-text1 {
	position: absolute;
	left: 8%;
	top: 41%;
	width: 300px;
	font-size: 15px;
	font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 700;
	color: #FFF;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}


/* testimonials-banner */

.testimonials-banner {
    width: 100%;
    padding: 60px 0;
    color: #fff;
    background: url(../img/testimonials-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	margin-top: 88px;
}

.testimonials-banner .main-text {
    font-size: 60px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 35px;
	padding-bottom: 27px; 
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.testimonials-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.testimonials-header {
	font-size: 25px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 80px;
	margin-bottom: 20px;
	text-align: center;
 	letter-spacing: 0.1em;
	line-height: 1.5;
}

.testimonials-text {
    font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 17px;
	text-align: center;
	line-height: 1.7;
}

.testimonials-names {
	font-size: 16px;	
	font-family: 'Nanum Gothic', sans-serif;		
	font-weight: 400;
	color: #393b3d;
	margin-top: 30px;
	margin-bottom: 80px;	
	text-align: right;
	text-transform: capitalize;
 	letter-spacing: 0.1em;
}

.testimonials-names .company{
	font-size: 14px;	
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #393b3d;
	display: inline-table;
	text-transform: lowercase;
}


/* ----------------------------------------------------
	 ABOUT US STYLES
------------------------------------------------------- */


.about-us-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(/img/corp/corp_banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.about-us-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.about-us-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.about-us-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.inner-text {
	font-size: 15px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #ff3333;
	margin-top: 0;
	text-align: left;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

.sub-header {
	font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: #393b3d;
	margin-top: 18px;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-align: left;
}

.about-us-top1 {
	margin-top: 47px;
}

.about-us-border {
   border-bottom: 1px solid #DDD;
   margin-top: 30px;
   padding-bottom: 8px;
}

.our-clients-photo {
	margin-bottom: 40px;
	border: 1px solid #DDD;
	padding: 12px;
}

.our-clients-header {
	font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;	
	margin-top: 39px;
	margin-bottom: 20px;
	text-align: left;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

.our-clients-border {
   border-bottom: 1px solid #DDD;
   margin-top: 26px;
   padding-bottom: 22px;
}


/* ----------------------------------------------------
	 OUR TEAM1 STYLES
------------------------------------------------------- */


.our-team-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/our-team-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.our-team-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.our-team-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.our-team-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.img-thumbnail-photo {
	border-radius: 0;
	margin-top: 32px;
}

.img-thumbnail-photo-top{
	border-radius:0;
	margin-bottom: 0;
}

.thumbnail {
	border: 1px solid #DDD;
	border-radius: 0;
	margin-bottom: 0;
}

.caption .our-team-names {
    font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 18px;
	padding-bottom:12px;
	text-align: center;
 	letter-spacing: 0.1em;
	line-height: 1.7;
	border-bottom: 1px solid #DDD;
}

.caption .job-title {    
    font-family: 'Nanum Gothic', sans-serif;    
	font-size: 16px;
	font-weight: 400;
	color: #393b3d;
	text-align: center;
}

.caption p {    
    font-family: 'Nanum Gothic', sans-serif;    
    font-size: 15px;
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 12px;
	padding-top: 2px;
	text-align: center;
	line-height: 1.7;
}

.caption .email {    
    font-family: 'Nanum Gothic', sans-serif;    
	font-size: 15px;
	font-weight: 400;
	color: #ff3333;
	text-align: center;
}


/* ----------------------------------------------------
	 OUR TEAM2
------------------------------------------------------- */


.grid-team {
	position: relative;
	list-style: none;
	text-align: center;
}

.grid-team figure {
	position: relative;
	overflow: hidden;
	background: black;
	text-align: center;
	cursor: pointer;
}

.grid-team figure img {
	position: relative;
	display: block;
	opacity: 0.9;
}

.grid-team figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid-team figure figcaption::before,
.grid-team figure figcaption::after {
	pointer-events: none;
}

.grid-team figure figcaption,
.grid-team figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid-team figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid-team figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 30px;
}

.grid-team figure h2 span {
	font-weight: 700;
	margin-left: 7px;
	font-size: 30px;
}

.grid-team figure h2,
.grid-team figure p {
	margin: 0;
}

.grid-team figure p {
	letter-spacing: 1px;
	font-size: 15px;
	color: white;
	text-transform: none;
}

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h2 {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h2::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.img-thumbnail-photo-g2 {
	margin-top: 32px;
}


/* ----------------------------------------------------
	 FAQ STYLES
------------------------------------------------------- */


.faq-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/faq-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.faq-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.faq-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.faq-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.thumbnail-faq {
	margin-bottom: 44px;
	border-radius: 0;
	display: block;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.caption-faq h2{
	font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;	
	margin-top: 24px;
	padding-bottom: 15px;
	text-align: center;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

.caption-faq h2 span {    
    font-family: 'Nanum Gothic', sans-serif;    
    font-size: 15px;
	font-weight: 400;
	color: #5f5f5f;
	margin-top: 8px;
	text-align: center;
	display: block;
}

.caption-faq .red {
	color: #ff3333;	
}

.panel-group {
    margin-top: -12px;
	margin-bottom: 0;
}

.panel-group .panel-title {	
    font-size: 16px;
    font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
}

.panel-group .panel-title .numbers {	
    font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
}

.panel-group .panel-body {	
    font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;	
	color: #5f5f5f;
	line-height: 1.7;
}


/* ----------------------------------------------------
	 SERVICES STYLES
------------------------------------------------------- */


.services-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/services-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.services-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.services-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.services-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.services {
	margin-bottom: 32px;
	background-color: #CCC;
}

.services-default .services-heading {
	border-bottom: 1px solid #DDD;
	margin-top: -22px;
}

.services-default {
	padding: 10px 15px;
	border-bottom: none;
	border-radius: 4px;
}

.services-body h4 {
	font-size: 20px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 34px;
	text-align: center;
	text-transform: capitalize;
 	letter-spacing: 0.1em;	
}

.services-body p {
	font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.7;
}

.services-header {	
    font-size: 25px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 10px;
	margin-bottom: 23px;
	text-align: center;
 	letter-spacing: 0.1em;
    line-height: 1.5;
}

.services3-bottom {
	margin-top: 37px;
}

.services4-bottom {
	margin-top: 36px;
}

.services1 {
	margin-bottom: 32px;
	background-color: white;
}

.services1-default .services1-heading {
	border-bottom: 1px solid #DDD;
	margin-top: -17px;
}

.services1-default {
	padding: 10px 15px;
	border: 1px solid #cdced0;
	border-radius: 0;
}

.services1-body h4 {
	font-size: 20px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 33px;
	text-align: center;
	text-transform: capitalize;
 	letter-spacing: 0.1em;
}

.services1-body p {
	font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 23px;
	text-align: center;
	line-height: 1.7;
}

.services1-header {	
    font-size: 25px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 10px;
	margin-bottom: 23px;
	text-align: center;
 	letter-spacing: 0.1em;
    line-height: 1.5;
}

.services3-header{
	font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 6px;
	text-align: left;
 	letter-spacing: 0.1em;	
}

.services-border {
   border-bottom: 1px solid #DDD;
}

.services-list {
	margin-top: 20px;
}

.media, .media-body .services3{
	color: #393b3d;
}

.media, .media-heading {
	font-size: 18px;
}

.text-primary {
   color: #393b3d;
}

#owl-demo .item {
    margin: 3px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.block-red {
	font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #ff3333;
	background-color: #ddd;
	padding: 15px;
	margin-bottom: 12px;
}


/* ----------------------------------------------------
	 PORTFOLIO STYLES
------------------------------------------------------- */

.portfolio1-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/portfolio-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio1-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.portfolio1-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.portfolio1-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.portfolio-header{
	font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 15px;
	margin-bottom: 6px;
	text-align: left;
 	letter-spacing: 0.1em;
    line-height: 1.7;
}

.portfolio-subheader{
	font-size: 16px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #ff3333;
	margin-bottom: 6px;
	text-align: left;
 	letter-spacing: 0.1em;
}

.portfolio-btn {
	margin-top:0;
}

.img-portfolio {
	margin-bottom: 32px;
}

.img-hover:hover {
    opacity: 0.8;
}

.portfolio-header-two-columns{
	font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 30px;
	margin-bottom: 6px;
	text-align: center;
 	letter-spacing: 0.1em;
    line-height: 1.7;
}

.portfolio-header-two-columns a {
	color: #393b3d;
}

.portfolio-header-two-columns a:hover {
	color: #ff3333;
	text-decoration: none;
}

.portfolio-two-columns-text{ 
    font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	text-align: center;
	line-height: 1.7;
}

.more{ 
    font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	text-align: center;
	line-height: 1.7;
	margin-top: -9px;
	margin-bottom: -4px;
}

.more a:hover {
	color: #ff3333;
	text-decoration: underline;
	transition: all .25s;
	-moz-transition: all .25s; /* Firefox 4 */
	-webkit-transition: all .25s;
	transition-timing-function:ease;
	-moz-transition-timing-function:ease;
	-webkit-transition-timing-function:ease;
}

/* Portfolio item1 */

.portfolio-item-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/portfolio-item-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.portfolio-item-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.portfolio-item-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.portfolio-item-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.portfolio-item{
	font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: left;
 	letter-spacing: 0.1em;
    line-height: 1.7;
}

.media, .media-body .portfolio-details{
	color: #393b3d;
}

.portfolio-projects {
	font-size: 17px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #ff3333;
	margin-top: 35px;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 20px;
	text-align: center;
 	letter-spacing: 0.1em;
    line-height: 1.7;
}

/* Pagination */

.pagination {	
	border-radius: 0;
	padding-top: 41px;
	margin-bottom: -5px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{	
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #CCC;
	border-color: #CCC;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{
	color: #282828;
}
.pagination>li>a, .pagination>li>span{
	color: #282828;
}

.pagination1{
    margin-top: -26px;
}


/* Portfolio item2 */


.portf-two {
   position: relative;
   top: 0;
   left: 0;
   padding: 16px;
   text-align: center;
}

.portf-two h1 {
  font-size: 30px;
  margin: 0 0 5px 0;
  color: white;
  letter-spacing: 0.1em;
}

.portf-two h1 span{
  font-size: 35px;
  margin: 0 0 12px 0;
  letter-spacing: 0.1em;
  color: #ff3333;
}

.portf-two p{
  font-size: 18px;
  letter-spacing: 0;
  color: white;
  display: block;
  padding: 20px;
  text-align: center;
}


.portf-half {
  background-color: #5f5f5f;
  background-image:url(../img/pattern.png);
  background-repeat:repeat;
  float: left;
  width: 50%;
  padding-top: 300px;
  height: 669px;
}

.portf1-half {
  float: left;
  width: 50%;
  background-image:url(../img/photo4.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size:cover;
  -o-background-size: cover;
  padding-top: 80px;
  height: 669px;
}

.portf-two-a {
   position: relative;
   top: 0;
   left: 0;
   padding: 16px;
   text-align: center;
}

.portf-two-a h1 {
  font-size: 30px;
  margin: 0 0 5px 0;
  color: white;
  letter-spacing: 0.1em;
}

.portf-two-a h1 span{
  font-size: 35px;
  margin: 0 0 12px 0;
  letter-spacing: 0.1em;
  color: #ff3333;
}

.portf-two-a p{
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  display: block;
  padding: 40px;
}

.portf-half-a {
  background-color: #5f5f5f;
  background-image:url(../img/pattern.png);
  background-repeat:repeat;
  float: left;
  width: 50%;
  padding-top: 200px;
  height: 669px;
}

.portf1-half-b {
  float: left;
  width: 50%;
  background-image:url(../img/gallery5.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size:cover;
  -o-background-size: cover;
  padding-top: 80px;
  height: 669px;
}


.img-portf1 {
  background-color: #5f5f5f;
  background-image: url(../img/cinema1a.gif);
  background-repeat:repeat;
  float: left;
  width: 20%;
  padding-top: 300px;
  height: 400px;
}

.img-portf2  {
  float: left;
  width: 20%;
  background-image: url(../img/gallery1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size:cover;
  -o-background-size: cover;
  padding-top: 110px;
  height: 400px;
}

.img-portf3  {
  float: left;
  width: 20%;
  background-image: url(../img/gallery2.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size:cover;
  -o-background-size: cover;
  padding-top: 110px;
  height: 400px;
}

.img-portf4  {
  float: left;
  width: 20%;
  background-image: url(../img/gallery3.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size:cover;
  -o-background-size: cover;
  padding-top: 110px;
  height: 400px;
}

.img-portf5  {
  float: left;
  width: 20%;
  background-image: url(../img/gallery4.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size:cover;
  -o-background-size: cover;
  padding-top: 110px;
  height: 400px;
}



/* ----------------------------------------------------
	 NEWS STYLES
------------------------------------------------------- */


.news-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/news-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.news-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.news-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.news-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.news-nobanner {
    padding: 30px 0;
    color: #fff;
    background-color: #393b3d;
}

.news-nobanner .main-text {
    font-size: 30px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.news-nobanner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.news-nobanner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.news-body {
	font-size: 20px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 13px;
	text-transform: capitalize;
 	letter-spacing: 0.1em;	
}

.news-sidebar {
	font-size: 18px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	text-align: left;
	margin-top: -3px;
	margin-bottom: 13px;
	text-transform: capitalize;
 	letter-spacing: 0.1em;	
}

.news-category {
	margin-top: 15px;
}
	
.news-category ul {	
	margin: 0;
	padding: 0;
	float: none;
}

.news-category ul li {
	float: none;
	margin-bottom: 6px;
	padding-bottom: 6px;
	list-style: none;
}

.news-category ul li a {
	font-size: 16px;
	line-height: normal;
 	color: #393b3d;
	text-align: left;
	padding-left: 0;
	text-decoration: none;
}
	
.news-category ul li a:hover {color: #ff3333;}

.news-btn {
	margin-top: 0;
	margin-bottom: 5px;
}

.news-date {
	font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-bottom: 18px;
	text-align: left;
	line-height: 1.7;
	display: block;
}

.news-date-post {
	font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-top: -6px;
	margin-bottom: 18px;
	text-align: left;
	line-height: 1.7;
	display: block;
}

.news-text {
	font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
	line-height: 1.7;
}

.news-text-post1 {
	font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-top: 35px;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.7;
}

.news-text-post2 {
	font-size: 15px;
    font-family: 'Nanum Gothic', sans-serif;    
	font-weight: 400;
	color: #5f5f5f;
	margin-top: 25px;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.7;
}

.pager {
	margin: 0;
}

.news_archive {
   list-style: none outside none;
   margin: 0;
   padding: 0;
}

.news_archive li {
   padding: 10px 0;
}

.news_archive li:first-child {
   padding-top: 3px;
}


/* ----------------------------------------------------
	 PRICING TABLES STYLES
------------------------------------------------------- */

.pricing-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/pricing-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.pricing-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.pricing-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.pricing-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.flat .plan {
    border-radius: 0;
    list-style: none;
    padding: 0 0 20px;
    margin: 0 0 0;
    background: #fff;
    border: 1px solid #DDD;
    text-align: center;
}

.flat .plan li {
    padding: 10px 15px;
    color: #5f5f5f;
    border-top: 1px solid #f5f5f5;
    -webkit-transition: 300ms;
    transition: 300ms;
	font-family: 'Nanum Gothic', sans-serif;
}

.flat .plan li.plan-price {
    border-top: 0;
}

.flat .plan li.plan-name {
    border-radius: 4px 4px 0 0;
    padding: 15px;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    background: #ff3333;
    margin-bottom: 30px;
    border-top: 0;
	font-family: 'Nanum Gothic', sans-serif;
}

.flat .plan li > strong {
    color: #e74c3c;
}

.flat .plan li.plan-action {
    margin-top: 10px;
    border-top: 0;
}

.flat .plan.featured li.plan-name {
    background: #393b3d;
}

.flat .plan.featured:hover li.plan-name {
    background: #ff3333;
}

.flat .plan:hover li.plan-name {
    background: #393b3d;
}
		
.action-btn {
	margin-bottom: 5px;
}


/* ----------------------------------------------------
	 GALLERY1 PAGE STYLES
------------------------------------------------------- */

.gallery-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/gallery-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.gallery-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.gallery-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.gallery-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}
	
#gallery .col-xs-12.col-sm-4.col-md-3 {
    padding: 0;
}

.gallery-page-wrap {
    position: relative;
}

.gallery-page-wrap img {
    width: 100%;
}

.gallery-page-wrap .gallery-page-inner {
   top: 0;
   background: transparent;
   width: 100%;
   border-radius: 0;
   margin-bottom: 0;
}

.gallery-page-wrap .gallery-page-inner h3 {
   margin: 0 0;
   color: white;
   font-size: 20px;
   text-transform: capitalize;
}

.gallery-page-wrap .gallery-page-inner h3 a {
   font-size: 24px;
   color: #fff;
   font-family: 'Nanum Gothic', sans-serif;
}

.gallery-page-wrap .gallery-page-inner a {
   color: #fff;
}

.gallery-page-wrap .gallery-page-inner p {
   color: #fff;
}

.gallery-page-wrap .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   border-radius: 0;
   background: #c52d2f;
   color: #fff;
   vertical-align: middle;
   -webkit-transition: opacity 500ms;
   -moz-transition: opacity 500ms;
   -o-transition: opacity 500ms;
   transition: opacity 500ms;  
   padding: 30px;
}

.gallery-page-wrap .overlay .preview {
   bottom: 0;
   display: inline-block;
   height: 35px;
   line-height: 35px;
   border-radius: 0;
   background: transparent;
   text-align: center;
   color: #fff;
}

.gallery-page-wrap:hover .overlay {
   opacity: 1;
}

.img-gallery {
   margin-bottom: 32px;
}

/* ----------------------------------------------------
	 GALLERY2 MASONRY STYLES
------------------------------------------------------- */


#photos {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;
  margin-top: 60px;
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
 
    /* Safari only override */
    ::i-block-chrome,.margin-bottom-gallery2 {
     margin-bottom: -160px;
    }
}


/* ----------------------------------------------------
	 CAREER PAGE STYLES
------------------------------------------------------- */

.career-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/career-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.career-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.career-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.career-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}

.career-header{
	font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: left;
 	letter-spacing: 0.1em;
    line-height: 1.7;
}

.career-subheader{
	font-size: 16px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #ff3333;
	margin-bottom: 6px;
	text-align: left;
 	letter-spacing: 0.1em;
}

.media, .media-body .career-details{
	color: #393b3d;
}

.career-btn {
	margin-bottom: 0;
	background-color: #ff3333;
}

.career-btn:hover {
	background-color: #ff4d4d;
	color: white;
}

/* ----------------------------------------------------
	 CONTACT PAGE STYLES
------------------------------------------------------- */

.contact-banner {
    width: 100%;
    padding: 120px 0;
    color: #fff;
    background: url(../img/contact-banner.jpg) no-repeat center center;
    background-color: #393b3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact-banner .main-text {
    font-size: 40px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	margin-top: 85px;
	color: white;
 	letter-spacing: 0;
	text-align: center;
}

.contact-banner .main-text .part {
	color: #ff3333;
	display: inline-block;
	font-weight: 700;
}

.contact-banner .intro-text {
    font-size: 17px;	
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;	
	color: white;
	letter-spacing: 0;
	text-align: center;
}
	
.contact-bottom {
	margin-top: 30px;
}

.contact-header {
    font-size: 18px;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;
	color: #393b3d;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
 	letter-spacing: 0.1em;
	line-height: 1.7;
}

.contact-btn {
	margin-bottom: 0;
}

#map-canvas {
	height: 400px;
	width: auto;
}



/* ----------------------------------------------------
	 FOOTER STYLES
------------------------------------------------------- */


#footer {
	margin-top: 0;
}

.footerTop {
	width: 100%;
	background: #202223;
	padding: 32px 0;
}

.footerTop .logoBottom {
	font-size: 25px;
	font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;
    color: white;	
	margin-top: 66px; 
    text-transform: capitalize;	
	display: block;
	letter-spacing :0.1em;
	opacity: 0.1;
}

.footerTop h5 {
	font-size: 15px;	
	font-family: 'Nanum Gothic', sans-serif;   	
	color: #fff;
	margin-top:34px;
}

.footerTop p {
	font-size: 13px;
	font-family: 'Nanum Gothic', sans-serif; 	
	color: #8f8f8f;	
	margin-bottom: 10px;
	line-height: 1.5;
}

.footerTop .icons{
	margin-left: 15px;
}

.footerTop a {
	color: #8f8f8f;
	font-size: 13px;
}

.footerTop a:hover {
	text-decoration: none;
  	color: #ff3333;
	-webkit-transition: all .35s; 
	transition: all .35s;
}

.footerLinkList ul li {
	margin-bottom: 10px;
}

.footerLinkList ul li a {
	display: block;
	padding-left: 4px;
}

.footerBottom {
	width: 100%;
	background: #CCC;
	padding: 20px 0;
}

.footerMenu {
	float: left;
	margin-top: 13px;
}

.footerMenu ul li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #828282;
	line-height: 1.5;
}

.footerMenu ul li.last {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

.footerMenu ul li a {	
    font-size: 13px;	
	font-family: 'Nanum Gothic', sans-serif;   	
	color: #666666;
	display: block;
}

.footerMenu ul li a:hover {
	text-decoration: underline !important;
}

.copy {
	font-size: 13px;	
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 400;   	
	color: #666666;	
	margin-top: 12px;
	float: right;
}

/* 추가 css */

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
  }
  .card > hr {
	margin-right: 0;
	margin-left: 0;
  }
  .card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
  }
  .card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
  }
  .card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
	border-top: 0;
  }
  
  .card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
  }
  
  .card-title {
	margin-bottom: 0.5rem;
  }
  
  .card-subtitle {
	margin-top: -0.25rem;
	margin-bottom: 0;
  }
  
  .card-text:last-child {
	margin-bottom: 0;
  }
  
  .card-link + .card-link {
	margin-left: 1rem;
  }
  
  .card-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  
  .card-footer {
	padding: 0.5rem 1rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
  }
  .card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  
  .card-header-tabs {
	margin-right: -0.5rem;
	margin-bottom: -0.5rem;
	margin-left: -0.5rem;
	border-bottom: 0;
  }
  
  .card-header-pills {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
  }
  
  .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-top,
  .card-img-bottom {
	width: 100%;
  }
  
  .card-img,
  .card-img-top {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
  }
  
  .card-img,
  .card-img-bottom {
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
  }
  
  .card-group > .card {
	margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) {
	.card-group {
	  display: flex;
	  flex-flow: row wrap;
	}
	.card-group > .card {
	  flex: 1 0 0%;
	  margin-bottom: 0;
	}
	.card-group > .card + .card {
	  margin-left: 0;
	  border-left: 0;
	}
	.card-group > .card:not(:last-child) {
	  border-top-right-radius: 0;
	  border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
	  border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
	  border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
	  border-top-left-radius: 0;
	  border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
	  border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
	  border-bottom-left-radius: 0;
	}
  }