@CHARSET "UTF-8";
@font-face{
	font-family: 'NanumGothic';
	src:url("NanumGothic.eot");
	src:local(""),url("NanumGothic.woff") format("woff");
}


body{ font-family: "Helvetica Neue", Helvetica, Arial,"맑은 고딕","Malgun gothic",  sans-serif; }
img{max-width:100%;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /*레이아웃 보기*/
  /* border: 1px solid red; */
  /* padding: 2px; */
  background-color: #fffafe;
}

.container-fluid{
	background-color: #fffafe;
	padding-right:0px;
	padding-left:0px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-image: url("../img/background_server.jpg");
}

.navbar-default{
	background-color: #fff;
}

.navbar-brand{
	padding: 0px 0px 0px 0px;
}

.navbar-default .navbar-nav>li>a:hover{
	color:orange;
}

.headLineImg{
	background-color:orange;
}

.company_wrapper{
	padding-right:0px;
	padding-left:0px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-image: url("../img/company-area-img/company_wrapper_img_city.jpg");
}

.blockquoteVertical{
	height:100%;
	vertical-align: middle;
	padding-top:20px;
}

.blockquoteItem1 {
	border-left : 5px solid orange;
}

.blockquoteItem2{
	border-left : 5px solid grey;
}

.blockquoteItem3{
	border-left : 5px solid #c0c0c0;
}

.img_vertical{
	height:100%;
	vertical-align: middle;
	padding-top:20px;
	padding-bottom: 10px;
}

h1{
	margin-top:10px;
}
h5{
	text-align: center;
}

.contents_headline{
	text-align:center;
	color : orange;
}
.contents_subject_text{
	text-align: center;
}
.contents_text{
	font-size: 12px;
	border-left-color: orange;
}
._height{
	height:100%;
}

.tech_contents_headline{
	border-left : 5px solid orange;
}

.contact_wrapper{
	padding-right:0px;
	padding-left:0px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-image: url("../img/background_CONTACT.jpg");
}

.footerImg{
	background-color: 
}