@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
	margin: 0;
	padding: 0;
  font-family: "Noto Sans KR", sans-serif !important;
  color:#333;
}
p {
  margin: 0;
}
h1 {
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color:#333;
}
input:focus {
  outline: none;
}
table {
  border-collapse: collapse;
}


/*기본*/
#wrap {
	width: 100%;
	margin: 0 auto;
	overflow-y: hidden;
}
.main_banner_wrap {
	width: 100%;
	margin: 0 auto;
	overflow-y: hidden;
	background-image: url('../images/main_bg.jpg');
	height: 850px;
	display: table;
	background-repeat: no-repeat;
}
.main_banner {
	width: 1200px;
	margin: 0 auto;
	overflow-y: hidden;
	display: table-cell;
	vertical-align: middle;
}
.main_text_img {
	width: 1200px;
	margin: 0 auto;
	overflow-y: hidden;
	vertical-align:middle;
}
/*about*/
.about2 {
	width: 100%;
	margin: 80px auto 30px;
	overflow-y: hidden;
}
.about2 h2 {
	text-align: center;
	font-size: 21px;
	line-height: 30px;
}
.about_text {
	width: 1200px;
	margin: 0 auto;
	overflow-y: hidden;
}
.about_text h1 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 10px;
}
.about_text p {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
.about_logo {
	width: 400px;
	margin: 40px auto;
	overflow-y: hidden;
}
.line {
	width: 70px;
	margin: 20px auto;
	overflow-y: hidden;
	background-color: #333;
	border: 0;
	height: 1px;
}

.mnav {
	display: none;
}
nav {
  width:100%;
  height:80px;
  background-color: transparent;
	position: absolute;
}
#gnb_wrap {
  width:1200px;
  margin: 0px auto 0;
  display: block;
  overflow: hidden;
}
div.h1gggg {
  width:17%;
  float: left;
}
div.h1gggg img {
  margin-top: 20px;
	/* width: 100% */
}
.top_gnb {
  width:638px;
  height:80px;
  float: right;
}
.top_gnb ul.gnb {
  width:638px;
	float: right;
}
.top_gnb ul.gnb li.gnb_menu {
  list-style: none;
  padding-top: 30px;
	float: right;
}
.top_gnb ul.gnb li.gnb_menu a {
  text-decoration: none;
  color:#fff;
  font-size: 17px;
	text-align: center;
	padding: 0 35px;
	display: inline-block;
}
/*하단메뉴*/
#gnb_wrap2 {
  width:100%;
  background-color: rgba(255, 255, 255, 1);
  height: 200px;
  position: absolute;
  top: 80px;
  display: none;
	padding-top: 15px;
	text-align: center;
  z-index: 100;
	border-top: 1px solid #e1e1e1;
}
.gnb_sub_wrap {
	width: 1200px;
	margin: 0 auto;
}
ul.gnb_sub {
  width:522px;
  background-color: #fff;
  height:200px;
	float: right;
}
ul.gnb_sub > li {
  float: right;
  list-style: none;
}
ul.gnb_sub > li > ul {
  float: left;
	width: 194px;
}
ul.gnb_sub > li > ul > li {
  list-style: none;
}
ul.gnb_sub > li > ul > li a {
  text-decoration: none;
  color:#444;
  font-size: 14px;
	font-weight: 500;
  line-height: 30px;
	text-align: center;
	transform: skew(-0.999deg);
}
ul.gnb_sub > li > ul > li a:hover {
	font-weight: 600;
}
.gnb_menu_sub li a {
	text-align: left !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 21px !important;
}
.gnb_menu_sub li a:hover {
	color:#fbba00;
}
/*카카오채널*/
.kakao_wrap{
	width: 100%;
}
.kakao_con{
	width: 1200px;
	height: 350px;
	margin: 80px auto 50px;
	background-color: #eee;
	padding: 50px 100px 0;
	box-sizing: border-box;
}
.kakao_con .kakao_txt{
	float: left;
	margin-top: 60px;
}
.ka_tit{
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 40px;
	color: #3e2b2f;
}
.kakao_btn{
	width: 200px;
	height: 66px;
	cursor: pointer;
}
.ka_tit span{
	font-size: 40px;
	color: #841618;
}
.kakao_con>img{
	float: right;
	height: 100%;
}
/*비즈니스*/
.business {
	width: 100%;
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	padding: 30px 0;
	height: 1345px;
}
.business_in_content {
	width: 1200px;
	margin: 250px auto 0;
	overflow-y: hidden;
}
.business_title {
	width: 1200px;
	margin: 0 auto 20px;
	overflow-y: hidden;
}
.business_title h1 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 10px;
	font-weight: 400;
}
.business_title p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}
.font_b {
	font-weight: bold;
}
.business_box {
	width: 282px;
	float: left;
	margin-right: 24px;
}
.business_box:last-child {
	margin-right: 0;
}
.business_box img {
	float: left;
	margin-bottom: 20px;
}
.business_box h1 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}
.business_box p {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 20px;
}
.morebtnbox{
	width: 140px;
	margin: 0 auto;
	overflow-y: hidden;
}
.morebtn {
	border-radius: 50px;
	background-color: transparent;
	width: 140px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #333;
	box-sizing: border-box;
	cursor: pointer;
}
/*인프라*/
.infra {
	width: 1200px;
	margin: -30px auto 60px;
	overflow-y: hidden;
}
.infra_title {
	width: 1200px;
	margin: 0 auto;
	overflow-y: hidden;
}
.infra_title h1 {
	text-align: center;
	font-size: 35px;
	font-weight: 400;
}
.infra_img {
	width: 1064px;
	margin: 50px auto 120px;
	overflow-y: hidden;
}
.infra_img img {
	width: 1064px;
}
footer {
	width: 100%;
	margin: 0 auto;
	overflow-y: hidden;
	background-color: #111111;
	padding: 30px 0;
}
.footerbox {
	width: 1200px;
	margin: 0 auto;
	overflow-y: hidden;
}
.footerbox p {
	text-align: center;
	font-size: 14px;
	line-height:25px;
	opacity: 0.6;
	color:#fff;
	font-weight: 100;
}
/*제품소개*/
.pro_intro {
	width: 100%;
	margin: 0 auto;
	overflow-y: hidden;
}
.intro_title {
	width: 1200px;
	margin: 0 auto 30px;
	overflow-y: hidden;
}
.intro_title h1 {
	text-align: center;
	font-size: 35px;
	font-weight: 400;
}




























/*1200px 이하일때*/
@media ( max-width: 1199px ) {
	.mnav {
		display: block;
		height: 80px;
	}
	nav {
	  width:100%;
	  height:80px;
	  background-color: transparent;
		position: relative;
		display: none;
	}
	.mlogo1 {
		width: 200px;
		position: absolute;
    left: 0;
    right: 0;
		top: 17px;
    margin: 0 auto;
	}
	/*메인배너*/
	.main_banner_wrap {
		width: 100%;
		margin: 0 auto;
		overflow-y: hidden;
		background-image: url('../images/main_bg.jpg');
		height: 850px;
		display: table;
		background-repeat: no-repeat;
	}
	.main_banner {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
		display: table-cell;
		vertical-align: middle;
	}
	.main_text_img {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
		vertical-align:middle;
	}
	/*about*/
	.about2 {
		width: 90%;
		margin: 80px auto 0px;
		overflow-y: hidden;
	}
	.about2 h2 {
		text-align: center;
		font-size: 18px;
		line-height: 28px;
	}
	.about_text {
		width: 100%;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.about_text h1 {
		text-align: center;
		font-size: 30px;
		margin-bottom: 10px;
	}
	.about_text p {
		text-align: center;
		font-size: 18px;
		line-height: 28px;
	}
	.about_logo {
		width: 400px;
		margin: 40px auto;
		overflow-y: hidden;
	}
	.line {
		width: 70px;
		margin: 20px auto;
		overflow-y: hidden;
		background-color: #333;
		border: 0;
		height: 1px;
	}
	/*카카오채널*/
	.kakao_wrap{
		width: 100%;
	}
	.kakao_con{
		width: 90%;
		height: 280px;
		margin: 80px auto 50px;
		background-color: #eee;
		padding: 30px 50px 0;
		box-sizing: border-box;
	}
	.kakao_con .kakao_txt{
		float: left;
		margin-top: 50px;
		width: 60%;
	}
	.ka_tit{
		font-size: 26px;
		font-weight: bold;
		margin: 0 0 40px;
		color: #3e2b2f;
	}
	.kakao_btn{
		width: 150px;
		height: 40px;
		cursor: pointer;
	}
	.kakao_btn img{
		width: 100%;
	}
	.ka_tit span{
		font-size: 32px;
		color: #841618;
	}
	.kakao_con>img{
		float: right;
		height: 100%;
	}
	/*비즈니스*/
	.business {
		width: 100%;
		background-image: url('../images/bg.png');
		background-repeat: no-repeat;
		padding: 0;
		height: auto;
		background-size: cover;
	}
	.business_in_content {
		width: 90%;
		margin: -145px auto 0;
		overflow-y: hidden;
		padding: 363px 0 159px;
	}
	.business_title {
		width: 100%;
		margin: 0 auto 20px;
		overflow-y: hidden;
	}
	.business_title h1 {
		text-align: center;
		font-size: 30px;
		margin-bottom: 10px;
		font-weight: 400;
	}
	.business_title p {
		text-align: center;
		font-size: 18px;
		line-height: 30px;
	}
	.font_b {
		font-weight: bold;
	}
	.business_box {
		width: 44%;
		float: left;
		margin: 5% 3%;
	}
	.business_box img {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.business_box h1 {
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 5px;
	}
	.business_box p {
		text-align: center;
		font-size: 16px;
		line-height: 25px;
		font-weight: 400;
		margin-bottom: 20px;
	}
	.morebtnbox{
		width: 140px;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.morebtn {
		border-radius: 50px;
		background-color: transparent;
		width: 140px;
		height: 40px;
		font-size: 15px;
		font-weight: bold;
		border: 1px solid #333;
		box-sizing: border-box;
		cursor: pointer;
	}
	/*인프라*/
	.infra {
		width: 100%;
		margin: 50px auto 70px;
		overflow-y: hidden;
	}
	.infra_title {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.infra_title h1 {
		text-align: center;
		font-size: 30px;
		font-weight: 400;
	}
	.infra_img {
		width: 90%;
		margin: 40px auto;
		overflow-y: hidden;
	}
	.infra_img img {
		width: 100%;
	}
	footer {
		width: 100%;
		margin: 0 auto;
		overflow-y: hidden;
		background-color: #111111;
		padding: 30px 0;
	}
	.footerbox {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.footerbox p {
		text-align: center;
		font-size: 13px;
		line-height:21px;
		opacity: 0.6;
		color:#fff;
		font-weight: 100;
	}
	/*제품소개*/
	.pro_intro {
		width: 100%;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.intro_title {
		width: 90%;
		margin: 0 auto 20px;
		overflow-y: hidden;
	}
	.intro_title h1 {
		text-align: center;
		font-size: 30px;
		font-weight: 400;
	}
}




























































/*768px 이하일때*/
@media ( max-width: 767px ) {
	.mnav {
		display: block;
	}
	/*메인배너*/
	.main_banner_wrap {
		width: 100%;
		margin: 0 auto;
		overflow-y: hidden;
		background-image: url('../images/main_bg.jpg');
		height: 250px;
		display: table;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.main_banner {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
		display: table-cell;
		vertical-align: middle;
	}
	.main_text_img {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
		vertical-align:middle;
		padding-top: 30px;
	}
	.main_text_img img {
		width: 100%;
	}
	/*about*/
	.about2 {
		width: 90%;
		margin: 50px auto -30px;
		overflow-y: hidden;
	}
	.about2 h2 {
		text-align: center;
		font-size: 14px;
		line-height: 21px;
	}
	.about h2 br {
		display: none !important;
	}
	.about_text {
		width: 100%;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.about_text h1 {
		text-align: center;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.about_text p {
		text-align: center;
		font-size: 16px;
		line-height: 26px;
	}
	.about_logo {
		width: 70%;
		margin: 40px auto;
		overflow-y: hidden;
	}
	.about_logo img {
		width: 100%;
		margin: 0 auto;
		overflow-y: hidden;
	}
	/*카카오채널*/
	.kakao_wrap{
		width: 100%;
		overflow: hidden;
	}
	.kakao_con{
		width: 90%;
		height: 220px;
		margin: 50px auto 0;
		background-color: #eee;
		padding: 0 10px;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
	}
	.kakao_con .kakao_txt{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.kakao_txt > img{
		width: 30%;
	}
	.ka_tit{
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 15px;
		color: #3e2b2f;
	}
	.kakao_btn{
		margin: 0 auto;
		width: 100px;
		height: 33px;
		cursor: pointer;
	}
	.kakao_btn img{
		width: 100%;
	}
	.ka_tit span{
		font-size: 20px;
		color: #841618;
	}
	.kakao_con>img{
		position: absolute;
		left: 50%; top: 50%;
		transform: translateX(-50%);
		width: 40%;
		height: auto;
		/* height: 100%; */
	}
	/*비즈니스*/
	.business {
		width: 100%;
		background-image: url('../images/bg.png');
		background-repeat: no-repeat;
		padding: 0;
		height: auto;
		background-size: cover;
	}
	.business_in_content {
		width: 90%;
		margin: -95px auto 0;
		overflow-y: hidden;
		padding: 355px 0 159px;
	}
	.business_title {
		width: 100%;
		margin: 0 auto 20px;
		overflow-y: hidden;
	}
	.business_title h1 {
		text-align: center;
		font-size: 24px;
		margin-bottom: 10px;
		font-weight: 400;
	}
	.business_title p {
		text-align: center;
		font-size: 16px;
		line-height: 25px;
	}
	.font_b {
		font-weight: bold;
	}
	.business_box {
		width: 44%;
		float: left;
		margin: 5% 3%;
	}
	.business_box img {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	.business_box h1 {
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 5px;
		letter-spacing: -1px;
	}
	.business_box p {
		text-align: center;
		font-size: 12px;
		line-height: 17px;
		font-weight: 400;
		margin-bottom: 20px;
		letter-spacing: -1.5px;
	}
	.business_box p br {
		display: none;
	}
	.morebtnbox{
		width: 120px;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.morebtn {
		border-radius: 50px;
		background-color: transparent;
		width: 120px;
		height: 37px;
		font-size: 14px;
		font-weight: bold;
		border: 1px solid #333;
		box-sizing: border-box;
		cursor: pointer;
	}
	/*인프라*/
	.infra {
		width: 100%;
		margin: 50px auto 70px;
		overflow-y: hidden;
	}
	.infra_title {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.infra_title h1 {
		text-align: center;
		font-size: 24px;
		font-weight: 400;
	}
	.infra_img {
		width: 90%;
		margin: 40px auto;
		overflow-y: hidden;
	}
	.infra_img img {
		width: 100%;
	}
	footer {
		width: 100%;
		margin: 0 auto;
		overflow-y: hidden;
		background-color: #111111;
		padding: 30px 0;
	}
	.footerbox {
		width: 90%;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.footerbox p {
		text-align: center;
		font-size: 12px;
		line-height:21px;
		opacity: 0.6;
		color:#fff;
		font-weight: 100;
	}
	.footerbox p br {
		display: none;
	}
	/*제품소개*/
	.pro_intro {
		width: 100%;
		margin: 0 auto;
		overflow-y: hidden;
	}
	.intro_title {
		width: 90%;
		margin: 0 auto 0px;
		overflow-y: hidden;
	}
	.intro_title h1 {
		text-align: center;
		font-size: 24px;
		font-weight: 400;
	}
}
