@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//cdn.rawgit.com/kattergil/NotoSerifKR-Web/76eb9ebf/stylesheet/NotoSerif-Web.css);
body {
  font-family: "Noto Sans KR", Arial, sans-serif;
}
ul { list-style-type: none; margin: 0; padding: 0; position: relative; }

/*상단메뉴시작*/
.ftco-section.index {left: 0px;width: 100%;background-image: url("/images/index-menu.png");background-position: center;background-repeat: no-repeat;background-size: cover;}
.ftco-section.about_us {left:0px;width:100%;background-image:url("/images/about-us-menu.png");background-position:center;background-repeat:no-repeat;background-size:cover;}
.ftco-section.our_service {left:0px;width:100%;background-image:url("/images/our-service-menu.png");background-position:center;background-repeat:no-repeat;background-size:cover;}
.ftco-section.product {left:0px;width:100%;background-image:url("/images/product-menu.png");background-position:center;background-repeat:no-repeat;background-size:cover;}
.ftco-section.activity {left:0px;width:100%;background-image:url("/images/activity-menu.png");background-position:center;background-repeat:no-repeat;background-size:cover;}
.ftco-section.contact {left:0px;width:100%;background-image:url("/images/contact-menu.png");background-position:center;background-repeat:no-repeat;background-size:cover;}
/*상단메뉴끝*/

footer {
	position: static;
	float: left;
	width: 100%;
	background-color: #4b4b4b;
}
footer .footer-container {
	position: relative;
	min-height: 100px;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

footer .footer-container .footer-link {position:static;float:left;width: 100%;}
footer .footer-container .footer-link > ul {
	position: static;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
footer .footer-container .footer-link > ul > li {
	position: static;
	float: left;
	color: #fff;
}
footer .footer-container .footer-link > ul > li:nth-child(even) {
	padding:0 1rem;
}
footer .footer-container .footer-link > ul > li > a {
	color: #fff;
}
footer .footer-container .footer-copyright {
	padding: 30px 0px;
	position: static;
	float: left;
	width: 100%;
}
footer .footer-container .footer-copyright > ul {
	position: static;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .footer-container .footer-copyright > ul > li {
	position: static;
	float: left;
	text-align:center;
}


footer .footer-container .footer-copyright > ul > li:nth-child(1) {
	text-align:right;
}
footer .footer-container .footer-copyright > ul > li:nth-child(1) > img {
	height: 45%; line-height:0px; text-align:right; margin-top:0.75rem;
}
footer .footer-container .footer-copyright > ul > li:nth-child(2) {
	padding: 0 0 0 0px;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align:left;
}
footer .footer-container .footer-copyright .request-qoute {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 0.9rem;
	padding: 6px 17px;
}
@media only screen and (min-width: 767.99px) and (max-width: 1200px) {
	footer .footer-container { width: 90%; }
	footer .footer-container .footer-link > ul > li {font-size: 1.5vw; padding-left: 10px; padding-right: 10px;}
	footer .footer-container .footer-copyright > ul > li {height:35px;margin-bottom:0.5rem;}
	footer .footer-container .footer-copyright > ul > li:nth-child(2) {font-size: 1vw;}
	footer .footer-container .footer-copyright .request-qoute {padding: 5px 17px;}
}
@media only screen and (max-width: 767.98px) {
	footer .footer-container { width: 90%; }
	footer .footer-container .footer-link > ul > li {font-size: 2.9vw; padding-left: 5px;padding-right: 5px;}
	footer .footer-container .footer-link > ul > li:nth-child(even) {padding-left: 1px; padding-right: 1px;}
	footer .footer-container .footer-copyright {padding: 15px 0px;}
	footer .footer-container .footer-copyright > ul > li {height:35px;margin-bottom:0.5rem;}
	footer .footer-container .footer-copyright > ul > li:nth-child(2) {padding-right:10px;font-size:2.9vw;margin-bottom:30px;}
	footer .footer-container .footer-copyright .request-qoute {padding:5px 17px;font-size:1vw;}
}

.index-1 {position: relative;left: 0px;height: 957px;width: 100%;background-image: url("/images/index-1.png");background-position: center;background-repeat: no-repeat;background-size: cover;}

.index-1 .text {
	position: static;
	float: left;
	text-align: center;
	max-width: 1200px;
	color: #fff;
	font-size: 3.125rem;
	font-weight: 500;
	text-shadow: 4px 2px 2px #333;
	padding-top: 290px;
	margin-left: calc(50% - 410px);
}
.index-1 .goals {
	position: absolute;
	left: 5%;
	width:90%;
	bottom: 52px;
}
.index-1 .goals > ul {position:static;float:left;width:100%;}
.index-1 .goals > ul > li {
	position: static;
	float: left;
	background-color: rgba( 0, 0, 0, 0.5);
	color: #D9ECFF;
	padding: 12px 0;
	text-align: center;
	width: 24%;
	margin-right: 5px;
	font-size: 2.0vw;
	font-weight: 500;
}
.index-1 .goals > ul > li:first-child {
	border-radius: 10px 0px 0px 10px;
}
.index-1 .goals > ul > li:last-child {
	border-radius: 0px 10px 10px 0px;
}

@media only screen and (max-width: 767.98px) {
	.index-1 {height:40rem;}
	.index-1 .text {padding-top:5rem;}
}

@media only screen and (min-width: 767.99px) and (max-width: 1200px) {
	.index-1 .text {
		min-width: unset;
		width: 90%;
		margin-left: 5%;
	  font-size: 3.8vw;;
	}
	.index-1 .goals {left:calc(50% - 41vw);}
	.index-1 .goals > ul > li {width:20vw;font-size:1.0vw;}
}
@media only screen and (max-width: 500px) {
	.index-1 .text {
		min-width: unset;
		width: 90%;
		margin-left: 5%;
	  font-size: 8vw;;
	}
	.index-1 .goals {left:20%;width:60%;font-size:2.0vw;}
	.index-1 .goals > ul > li {width:100%;margin-bottom:1.0vw;margin-right:0px;font-size:3.0vw;}
	.index-1 .goals > ul > li:first-child { border-radius: 10px 10px 0px 0px;}
	.index-1 .goals > ul > li:last-child { border-radius: 0px 0px 10px 10px;}
}

.index-2 {position: relative;left: 0px;height: 76rem;width: 100%;background-image: url("/images/index-2.png");background-position: center top;background-repeat: no-repeat;background-size: cover;}

.index-2 .text {
	position: relative;
	display: block;
	padding: 0px 0px 0 0px;
	color: #fff;
	max-width: 1120px;
	margin: 0 auto;
}
.index-2 .text-1 {
  font-size: 2.25rem;
  font-weight: 700;
  padding-top: 180px;
  padding-bottom: 40px;
  color: #74C32F;
}
.index-2 .text-2 {
  font-size: 1.0rem;
  padding-bottom: 40px;

}

.index-2 .text-3 {
  font-size: 1.5rem;
  padding-top: 150px;
  padding-bottom: 0px;
  text-align:right;
  color: #c87f05;
  font-weight: 600;
}

.index-2 .text-4 {
  font-size: 3.0rem;
  padding-bottom: 140px;
  text-align:right;
  color: #C6A41D;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
	.index-2 {height:55rem;}
	.index-2 .text {padding-top:5rem;}
}

section.sub-top {
	position: relative;
	left: 0px;
	height: 448px;
	width: 100%;
	background-image: unset;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section.sub-top > .sub-top-title { min-width: 767.99px; max-width: 1200px; width:1100px; padding-left: 0px; text-align:center; position: relative;top:45%; font-size : 60px; text-shadow: 4px 2px 2px #333; color: #fff;}
/*.sub-top-title { max-width: 1200px; width:1200px;font-size : 30px; text-shadow: 4px 2px 2px gray; color: #fff; position: absolute; top:50%; transform: translateX(10%); }*/

@media only screen and (min-width: 767.99px) and (max-width: 1200px) {
	section.sub-top > .sub-top-title { min-width:unset;width:100%; text-align:center; position: relative;top:40%;font-size : 40px; text-shadow: 4px 2px 2px gray; color: #fff;}
	section.sub-top {position: relative;left: 0px;min-width:unset;width:100%;max-width:unset;background-image: unset;background-position: center;background-repeat: no-repeat;background-size: cover;}
}
@media only screen and (max-width: 767.98px) {
	section.sub-top > .sub-top-title { min-width:unset;width:100%; text-align:center; position: relative;top:40%;font-size : 40px; text-shadow: 4px 2px 2px gray; color: #fff;}
	section.sub-top {position: relative;left: 0px;min-width:unset;width:100%;background-image: unset;background-position: center;background-repeat: no-repeat;background-size: cover;}
}

section.sub-menu {
	position: static;
	float: left;
	width: 100%;
	height: 70px;
	border-TOP: 1px solid #a8a8a8;
	border-bottom: 1px solid #a8a8a8;
	background-color: #fff;
	z-index: 10;
	padding-left: calc(50% - 480px);
}


#skl-menu-1-button {border:unset;padding:1.44rem 1.5rem;background:#fff;border-right:1px solid #a8a8a8;}
#skl-menu-2-button {border:unset;padding:1.44rem 1.5rem;background:#fff;border-right:1px solid #a8a8a8;}


section.sub-menu > ul {
	position: static;
	float: left;
	max-width: 1200px;
	width: 1200px;
	height: 70px;
	/* margin-left: calc(50% - 380px); */
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}

section.sub-menu > ul > li {
	position: static;
	float: left;
	font-size: 1.2rem;
	color: #333;
}


section.sub-menu > ul > li:first-child {
	border-right: 1px solid #a8a8a8;
	border-left: 1px solid #a8a8a8;
	border-bottom:1px solid transparent;
	padding: 0.9rem 1.6rem;
	font-size: 1.4rem;
	cursor:pointer;
}

/*서브이미지시작*/
section.sub-top.about_us {background-image: url("/images/about-us-1.png");}
section.sub-top.our_service {background-image: url("/images/our-service-1.png");}
section.sub-top.product {background-image: url("/images/product-1.png");}
section.sub-top.activity {background-image: url("/images/activity-1.png");}
section.sub-top.contact {background-image: url("/images/contact-1.png");}
/*서브이미지끝*/

@media only screen and (min-width: 767.99px) and (max-width: 1200px) {
	.index-2 .text {min-width:unset;width:90%;margin-left:5%;}
	.index-2 .text-1 {font-size:3.5vw;}
	.index-2 .text-2 {font-size:2vw;}
	.index-2 .text-3 {font-size:3vw;}
	.index-2 .text-4 {font-size:3vw;}

}
@media only screen and (max-width: 767.98px) {
	.index-2 .text {min-width:unset;width:90%;margin-left:5%;}
	.index-2 .text-1 {font-size:3.5vw;}
	.index-2 .text-2 {font-size:3vw;}
	.index-2 .text-3 {font-size:3vw;}
	.index-2 .text-4 {font-size:3vw;}

	#skl-menu-1-button {border:unset;padding:1.44rem 1.5rem;background:#fff;border-right:1px solid #a8a8a8;border-bottom:1px solid #a8a8a8;width:100%;}
	#skl-menu-2-button {border:unset;padding:1.44rem 1.5rem;background:#fff;border-right:1px solid #a8a8a8;border-bottom:1px solid #a8a8a8;width:100%;}

	section.sub-menu > ul {
		position: static;
		float: left;
		height: 100%;
		min-width:unset;width:100%;margin-left:0%;
		padding-left: calc(50% - 320px);
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
	}

	section.sub-menu > ul li:nth-child(n+2) {
		position: static;
		float: left;
		width: calc(50% - 45px);
	}

}



section.sub-content {
	position: static;
	float: left;
	max-width: 1000px;
	width: 1000px;
	margin-left: calc(50% - 530px);
	padding: 4rem 3rem 15rem 3rem;
	text-align:center;
}


section.sub-content .title {
	color: #a8a8a8;
	font-size: 3.0rem;
	font-weight: 500;
	text-align: center;
}

section.sub-content .sub-title {
	color: #2D2D2D;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.35;
}


section.sub-content .sub-title.sub-2 {
	color: #444;
	margin-top: 0.5rem;
	font-size: 1.0rem;
	text-align: left;
}

section.sub-content .sub-title.sub-3 {
	color: #444;
	margin-top: 0.5rem;
	font-size: 1.0rem;
	text-align: center;
	padding-top:40px;
	font-weight: 500;
}

section.sub-content .main-image-container {
	/*width: 100%;*/
	margin-top: 1.00rem;
	margin-bottom: 4.375rem;
	text-align: center;
}
section.sub-content .main-image-container > div > img {
	width: 80%;
}



@media only screen and (min-width: 767.99px) and (max-width: 1200px) {
	section.sub-content {min-width:unset;width:90%;margin-left:5%;}
	section.sub-content .title {
		color: #a8a8a8;
		font-size:2.8rem;
		font-weight: 500;
		text-align: center;
	}

	section.sub-content .sub-title {
		color: #2D2D2D;
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.35;
	}


	section.sub-content .sub-title.sub-2 {
		color: #7a7a7a;
		margin-top: 0.5rem;
		font-size: 1.0rem;
		text-align: left;
	}
	section.sub-content .main-image-container {
		min-width:unset;max-width:unset;width:90%;margin-left:5%;
		margin-top: 1.00rem;
		margin-bottom: 4.375rem;
	}

}
@media only screen and (max-width: 767.98px) {
	section.sub-content {min-width:unset;width:94%;margin-left:3%;padding-right:1rem;padding-left:1rem;}
	section.sub-content .title {
		color: #a8a8a8;
		font-size:2.0rem;
		font-weight: 500;
		text-align: center;
	}

	section.sub-content .sub-title {
		color: #2D2D2D;
		font-size: 1.2rem;
		text-align: left;
		line-height: 1.35;
	}

	section.sub-content .sub-title.sub-2 {
		color: #7a7a7a;
		margin-top: 0.5rem;
		font-size: 1.0rem;
		text-align: left;
	}

	section.sub-content .main-image-container {
		width:100%;
		height:100%;
		margin-top: 1.00rem;
		margin-bottom: 4.375rem;
		margin-left:5%;
		margin-right:5%;
	}

}




@media only screen and (max-width: 500px) {

	.navbar-brand > img { width: 100%;}
}



/*ABOUT US 시작*/



/*
@media only screen and (min-width: 767.99px) and (max-width: 1200px) {
	section.sub-content {min-width:unset;width:90%;margin-left:5%;}

	section.sub-content .comp-info {
		position: static;
		float: left;
		min-width:unset;width:90%;
		padding-top:20px;

	}

	section.sub-content .comp-info > ul > li > span:last-child {
		color: #000;
		font-size:3.0vw;
		font-weight: 500;
		line-height: 1.25;
	}
	section.sub-content .comp-info > ul > li.address > span:first-child {
		margin-top: 1.0rem;
	}

}
@media only screen and (max-width: 767.98px) {
	section.sub-content .comp-info {
		position: static;
		float: left;
		min-width:unset;width:90%;
		padding-top:20px;
		font-size: 1.1rem;

	}

	section.sub-content .comp-info > ul > li > span:last-child {
		color: #000;
		font-size:3.0vw;
		line-height: 1.25;
	}
	section.sub-content .comp-info > ul > li.address > span:first-child {
		margin-top: 1.0rem;
	}

}
*/
/*ABOUT US 끝*/

/*OUR SERVICE 시작*/
section.sub-content .our_service-image-container {
	width: 100%;
	margin-top: 1.00rem;
	margin-bottom: 1.00rem;

}
section.sub-content .our_service-image-container > div > img {
	width: 100%;
}


/*
@media only screen and (min-width: 767.99px) and (max-width: 1200px) {
	section.sub-content .our_service-image-container {
		min-width:unset;max-width:unset;width:90%;margin-left:5%;
		margin-top: 1.00rem;
		margin-bottom: 1.00rem;
	}

}
@media only screen and (max-width: 767.98px) {
	section.sub-content .our_service-image-container {
		min-width:unset;width:90%;margin-left:5%;
		margin-top: 1.00rem;
		margin-bottom: 1.00rem;
	}
*/
/*OUR SERVICE 끝*/






section.sub-content .comp-projects {
	position: relative;
	float: left;
	width: 100%;
}
section.sub-content .comp-projects > ul {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4.375rem;
	margin-bottom: 0.0rem;
}
section.sub-content .comp-projects > ul > li {
	position: relative;
	float: left;
	padding: 0.5rem 0.4rem;
}
section.sub-content .comp-projects > ul > li:nth-child(4) {
	position: absolute;
	top:594px;
}
section.sub-content .comp-projects > ul > li:nth-child(5) {
	position: relative;
	float: right;
}





/*









section.sub-content .comp-info {
	position: static;
	float: left;
	max-width: 850px;
	width: 850px;
	margin-left: calc(50% - 425px);
}
section.sub-content .comp-info > ul {}
section.sub-content .comp-info > ul > li {
	position: static;
	float: left;
	width: 100%;
	padding: 1.0rem 0rem;
}
section.sub-content .comp-info > ul > li > span {
	position: static;
	float: left;
	display: inline-block;
}
section.sub-content .comp-info > ul > li > span:first-child {
	color: #545454;
	width: 220px;
	font-size: 1.1rem;
}
section.sub-content .comp-info > ul > li > span:last-child {
	color: #000;
	width: calc(100% - 220px);
	font-size: 1.40rem;
	font-weight: 500;
	line-height: 1.25;
}
section.sub-content .comp-info > ul > li.address > span:first-child {
	margin-top: 1.0rem;
}



section.sub-content .comp-services {
	position: relative;
	float: left;
	width: 100%;
}
section.sub-content .comp-services > ul {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4.375rem;
	margin-bottom: 0.0rem;
}
section.sub-content .comp-services > ul > li {
	position: relative;
	float: left;
	padding: 0.5rem 0.5rem;
}
section.sub-content .comp-services > ul > li:last-child {
	position: absolute;
	bottom: 0px;
}




section.sub-content .comp-projects {
	position: relative;
	float: left;
	width: 100%;
}
section.sub-content .comp-projects > ul {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4.375rem;
	margin-bottom: 0.0rem;
}
section.sub-content .comp-projects > ul > li {
	position: relative;
	float: left;
	padding: 0.5rem 0.4rem;
}
section.sub-content .comp-projects > ul > li:nth-child(4) {
	position: absolute;
	top:594px;
}
section.sub-content .comp-projects > ul > li:nth-child(5) {
	position: relative;
	float: right;
}

section.sub-content .comp-information {
	position: relative;
	float: left;
	width: calc(100% - 40px);
	left: 20px;
	margin-top: 4.375rem;
}
section.sub-content .comp-information > table.comp-table {
	position: static;
	float: left;
	width: 100%;
}
section.sub-content .comp-information > table.comp-table > thead {}
section.sub-content .comp-information > table.comp-table > thead > tr {}
section.sub-content .comp-information > table.comp-table > thead > tr > th {
	text-align: center;
	padding: 1.0rem 0.5rem;
	background-color: #a8a8a8;
	color: #fff;
}
section.sub-content .comp-information > table.comp-table > tbody > tr > td {
	text-align: center;
	color: #000;
	padding: 1.0rem 0.5rem;
	border-bottom: 1px solid #a8a8a8;
}
section.sub-content .comp-information > table.comp-table > tbody > tr > td:nth-child(2) {
	text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section.sub-content .comp-information .list-pagination {
	position: static;
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}
section.sub-content .comp-information .list-pagination > ul {
	position: static;
	float: left;
	text-align: center;
	margin-left: calc(50% - 115px);
}
section.sub-content .comp-information .list-pagination > ul > li {
	position: static;
	float: left;
	min-width: 2rem;
	text-align: center;
	font-size: 0.8rem;
	color: #333;
	padding: 0.2rem 0.5rem;
	margin: 0 0.2rem;
	border: 1px solid #a1a1a1;
}
section.sub-content .comp-information .list-pagination > ul > li.page-selected {
	color: #fff;
	background-color: #515151;
}



@media only screen and (min-width: 767.99px) and (max-width: 1200px) {
	.index-2 .text {min-width:unset;width:90%;margin-left:5%;}
	.index-2 .text-1 {font-size:3.5vw;}
	.index-2 .text-2 {font-size:2vw;}
	.index-2 .text-3 {font-size:3vw;}
	.index-2 .text-4 {font-size:3vw;}
}
@media only screen and (max-width: 767.98px) {
	.index-2 .text {min-width:unset;width:90%;margin-left:5%;}
	.index-2 .text-1 {font-size:3.5vw;}
	.index-2 .text-2 {font-size:3vw;}
	.index-2 .text-3 {font-size:3vw;}
	.index-2 .text-4 {font-size:3vw;}
}*/