@charset "utf-8";
@import url(http://1004114.co.kr/earlyaccess/nanumsquare.css);

@font-face { font-family: 'GyeonggiTitleM'; src: url('../font/Title_Medium.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GyeonggiTitleL'; src: url('../font/Title_Light.woff') format('woff'); font-weight: normal; font-style: normal; }

/* 공통 색상 : #588f27 */

body {
	background-color: #fff;
	color: #333;
	word-break: keep-all;
	font-family: 'Nanum Square','맑은 고딕','Malgun Gothic', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Nanum Square','맑은 고딕','Malgun Gothic', sans-serif;
}

h2 {
	color: #000;
	font-weight: 600;
}

h4 {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 2;
}

h5 {
	color: #626262;
	font-size: 14px;
	font-weight: 500;
}

a {
	letter-spacing: 2px;
	text-decoration: none;
}

ul {
	letter-spacing: 1px;
}

li {
	color: #626262;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 30px;
}

p {
	color: #555;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.05em;
	line-height: 2;
	margin-bottom: 20px;
}

span {
	letter-spacing: 1px;
}

.img-fluid {
	height: 100px;
	margin-bottom: 30px;
	width: 100px;
}

.container-full {
	padding-left: 0;
	padding-right: 0;
}

.btn {
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 15px 40px;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
	color: #fff;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.fa {
	font-size: 13px;
}

/* Back to top button */
.back-to-top {
	position: fixed;
	display: none;
	background: #588f27;
	line-height: 1;
	color: #fff;
	padding: 7px 12px 13px 12px;
	font-size: 16px;
	border-radius: 2px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
}

@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
}

.back-to-top:focus {
	background: #588f27;
	color: #fff;
	outline: none;
}

.back-to-top:hover {
	background: #55b03f;
	color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 70px;
	z-index: 3;
	transition: all 0.5s ease;
}

#header #logo {
	float: left;
	padding: 20px 0 0 0;
}

#header #logo h1 {
	color: #555;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}

#header #logo h1 i {
	color: #588f27;
	font-size: 35px;
	line-height: 35px;
	vertical-align:-3px;
}
#header #logo h1 a {
	color: #588f27;
	font-size: 35px;
	line-height: 35px;
	display: inline-block;
	text-decoration: none;
}

#header #logo h1 a span {
	color: #588f27;
}

#header #logo img {
	padding: 0;
	margin: 0;
}

.scroll-header {
	background: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
	#header #logo {
		padding: 10px 0 0 0;
	}
	#header {
		height: 50px;
	}
	#header #logo h1 i {
		font-size: 24px;
		line-height: 24px;
	}
	#header #logo h1 a {
		font-size: 24px;
		line-height: 24px;
	}

}
/*--------------------------------------------------------------
# intro Section
--------------------------------------------------------------*/
#intro {
	width: 100%;
	height: calc(110vh - 50px);
	background: url(../img/intro-bg.jpg) center bottom no-repeat #fff;
	/*height: calc(100vh - 100px);
	background: url(../img/intro-bg.png) center bottom no-repeat #fff;*/
	background-size: cover;
	position: relative;
	margin-top: 70px;
	top:0;
}

#intro::before {
	content: '';
	/background-color: rgba(0, 0, 0, 0);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

@media (max-width: 768px) {
	#intro {
		margin-top: 50px;
	}
}

#intro .intro-container {
	/*position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

#intro h1 {
	margin: 80px 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: yellow;
	z-index: 2;
}

@media (max-width: 768px) {
	#intro h1 {
		margin: 50px 0 10px 0;
		font-size: 28px;
		line-height: 36px;
	}
}

#intro h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	z-index: 2;
}

@media (max-width: 768px) {
	#intro h2 {
		font-size: 18px;
		line-height: 24px;
	}
}

#intro img {
	max-width: 100%;
	margin-bottom: 0px;
}

#intro .btn-get-started {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 11px 36px;
	border-radius: 50px;
	transition: 0.5s;
	margin-bottom: 20px;
	border: 2px solid #588f27;
	background: #fff;
	color: #588f27;
	text-decoration: none;
	z-index: 2;
}

#intro .btn-get-started:hover {
	background: #588f27;
	color: #fff;
}

#intro .btns {
	z-index: 999;
}

#intro .btns a {
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 4px 20px;
	text-decoration: none;
	transition: 0.3s;
}

@media (max-width: 575px) {
	#intro .btns a {
		margin: 4px 8px;
	}
}

#intro .btns a:hover {
	color: yellow;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.nav-menu li {
	position: relative;
	white-space: nowrap;
}

.nav-menu > li {
	float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
	display: block;
}

.nav-menu ul ul {
	top: 0;
	left: 100%;
}

.nav-menu ul li {
	min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
	padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
	content: "\f107";
	position: absolute;
	right: 8px;
	margin-top: 1px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
	content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
	float: right;
	margin: 0 0 0 0;
}

@media (max-width: 1024px) {
	#nav-menu-container {
		display: none;
	}
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 20px 20px;
	text-decoration: none;
	display: inline-block;
	color: #555;
	font-weight: bold;
	font-size: 18px;
	outline: none;
	letter-spacing: 0;
	transition: 0.3s;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
	color: #588f27;
}

.nav-menu > li {
	margin-left: 10px;
}

.nav-menu ul {
	margin: 0;
	padding: 10px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	background: #fff;
}

.nav-menu ul li {
	transition: 0.3s;
}

.nav-menu ul li a {
	padding: 5px 10px;
	color: #333;
	transition: 0.3s;
	display: block;
	font-size: 14px;
	text-transform: none;
}

.nav-menu ul li:hover > a {
	color: #588f27;
}

.nav-menu ul ul {
	margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 4px 20px 0 0;
	border: 0;
	background: none;
	font-size: 24px;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}

#mobile-nav-toggle i {
	color: #555;
	font-size: 24px;
}

@media (max-width: 1024px) {
	#mobile-nav-toggle {
		display: inline;
	}
}

/* Mobile Nav Styling */
#mobile-nav {
	position: fixed;
	top: 0;
	padding-top: 18px;
	bottom: 0;
	z-index: 998;
	background: rgba(52, 59, 64, 0.9);
	left: -260px;
	width: 260px;
	overflow-y: auto;
	transition: 0.4s;
}

#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mobile-nav ul li {
	position: relative;
}

#mobile-nav ul li a {
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	padding: 6px 22px 6px 15px;
	position: relative;
	text-decoration: none;
	width: 100%;
	display: block;
	outline: none;
	letter-spacing: 0;
}

#mobile-nav ul li a:hover {
	color: #fff;
}

#mobile-nav ul li li {
	padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
	position: absolute;
	right: 0;
	z-index: 99;
	padding: 15px;
	cursor: pointer;
	color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
	color: #588f27;
}

#mobile-nav ul .menu-item-active {
	color: #588f27;
}

#mobile-body-overly {
	width: 100%;
	height: 100%;
	z-index: 997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(52, 59, 64, 0.9);
	display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
	overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
	left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i {
	color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.padd-section {
	padding-bottom: 80px;
	padding-top: 80px;
}
.padd-section2 {
	padding-bottom: 40px;
	padding-top: 0;
}

@media (max-width: 992px) {
	.padd-section {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.padd-section2 {
		padding-bottom: 40px;
		padding-top: 0;
	}
}

.section-title {
	margin-bottom: 60px;
}

@media (max-width: 992px) {
	.section-title {
		margin-bottom: 30px;
	}
}

.section-title h2 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.section-title .separator {
	margin: 0;
}

.separator {
	color: #626262;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 30px;
	letter-spacing: 0;
}

/* Get Started Section
--------------------------------*/
#get-started {
	display: inline-block;
	height: 100%;
	width: 100%;
}

#get-started .feature-block {
	background: #fff none repeat scroll 0 0;
	padding: 30px 20px;
	transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
	#get-started .feature-block {
		margin-bottom: 30px;
	}
}

#get-started .feature-block:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-in-out 0s;
}

#get-started .feature-block h4 {
	margin-bottom: 20px;
}

#get-started .feature-block p {
	margin-bottom: 20px;
}

#get-started .feature-block a {
	color: #555;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s;
}

#get-started .feature-block a:hover {
	color: #588f27;
}

/* company Section
--------------------------------*/
#company {
	background: #fff;
	border-top:0px #ddd solid;
}
#company img {
	max-width: 100%;
	margin-bottom: 20px;
}

#company .about-content {
	padding-top: 0px;
}

#company .about-content h2 {
	color: #111;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.0em;
	margin-bottom: 10px;
	line-height: 30px;
}

#company .about-content h3 {
	color: #111;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 24px;
	margin-bottom: 20px;
}

#company .about-content p {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 18px;
	margin-bottom: 20px;
}



#company .about-content span {
	font-weight: 700;
	padding-right: 10px;
	text-transform: uppercase;
}

#company .about-content ul li {
	line-height: 36px;
}

#company .about-content ul li .fa {
	padding-right: 20px;
}

/* business Section
--------------------------------*/
#business {
	display: inline-block;
	height: 100%;
	width: 100%;
	background: #f6f6f6;
}

#business .feature-block {
	background: #fff none repeat scroll 0 0;
	padding: 30px 20px;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out 0s;
}

#business .feature-block:hover {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-in-out 0s;
}

#business .feature-block h4 {
	color: #111;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.0em;
	line-height: 20px;
}

#business .feature-block p {
	margin-top: 20px;
	margin-bottom: 0;
}

/* gallery Section
--------------------------------*/
#gallery {
	background: #fff;
}
.owl-dot.active > span {
	height: 10px !important;
	width: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
	height: 10px !important;
	width: 10px !important;
}

.owl-item img {
	cursor: pointer;
}

.owl-stage-outer {
	margin-bottom: 30px;
}

.owl-theme .owl-nav {
	display: none;
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #588f27;
}

.owl-theme .owl-dots .owl-dot span {
	background: #ddd;
}

/* introimg Section
--------------------------------*/
#introimg {
	position: relative;
}
#introimg .introimg-content {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	padding: 20px 20px;
	background: #fff;
}

#introimg .top-top > h2 {
	font-size: 45px;
	font-weight: 100;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

#introimg .top-top > h4 {
	font-size: 16px;
}

#introimg .top-top span {
	font-size: 12px;
	font-weight: 300;
	margin-left: 26px;
}
#introimg .top-top img {max-width:100%;}

#introimg .btm-btm ul li {
	float: left;
	margin-left: 13px;
	border-radius: 50%;
	margin-right: 13px;
	background: #ddd none repeat scroll 0 0;
	border-radius: 50%;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: block;
	height: 10px;
	width: 10px;
}

#introimg .btm-btm .active {
	background: #588f27;
}

.carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	bottom: 0 !important;
	z-index: 15;
	width: auto;
	padding-left: 0;
	margin: 10px auto 0;
	margin-right: auto;
	text-align: center;
	list-style: none;
	margin-bottom: 0;
	display: inline-block;
}

.carousel-indicators li {
	margin: 0;
}

/* parallax
--------------------------------*/
#parallax {
	background: transparent url(../img/banner1.jpg) no-repeat center top fixed;
	background-size: cover;
}
#parallax2 {
	background: transparent url(../img/banner2.jpg) no-repeat center top fixed;
	background-size: cover;
}

#parallax .overlay {
	background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 95%);
	height: 100%;
	width: 100%;
}

#parallax h2 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -0.0em;
	line-height: 36px;
	margin-bottom: 20px;
}

#parallax p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.0em;
	line-height: 20px;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	#parallax h2 {font-size: 28px;}
	#parallax p {font-size: 16px;}
}

/* Contact Section
--------------------------------*/
#contact {
	background: #fff;
}

#contact .info {
	color: #222;
}

#contact .info i {
	font-size: 32px;
	color: #588f27;
	float: left;
}

#contact .info p {
	padding: 0 0 10px 50px;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 14px;
}

#contact .info p a {
	color:#555;
}

#contact .info .email p {
	padding-top: 5px;
}

#contact .social-links {
	padding: 10px 0 20px;
}

#contact .social-links i {
	font-size: 16px;
}


#contact .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #588f27;
	color: #fff;
	padding: 0 0 0 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 30px;
	transition: 0.3s;
}

#contact .social-links a:hover {
	background: #55b03f;
	color: #fff;
}

#contact .form #sendmessage {
	color: #588f27;
	border: 1px solid #588f27;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
}

#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}

#contact .form input, #contact .form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	padding: 12px 10px;
	line-height: 1;
}

#contact .form button[type="submit"] {
	background: #588f27;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
	background: #92d283;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background: #2a2c30;
	padding: 3% 0 2%;
}
.footer:after {display:block;visibility:hidden;clear:both;content:"";}

.footer .footer-logo .navbar-brand {
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 24px;
	font-weight: 500;
	height: 100%;
	letter-spacing: 0.2em;
	padding-left: 0;
	padding-top: 0;
}

.footer .footer-logo p {
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}

.footer .list-menu > h4 {
	color: #fff;
	padding-bottom: 20px;
}

.footer .list-menu ul li a {
	color: #fff;
	font-size: 12px;
	padding-left: 5px;
	text-decoration: none;
	letter-spacing: 0;
}

.footer .copyrights {
	text-align: center;
}

.footer .copyrights p, .footer .copyrights .credits {
	margin: 0 0 10px;
	padding: 0;
	font-weight: normal;
	font-size: 13px;
	color:#999;
	line-height: 20px;
	letter-spacing: -0.05em;
}

.footer .copyrights p a, .footer .copyrights .credits a {
	letter-spacing: 0;
	color: #588f27;
}

.site_clearfix {
	*zoom: 1;
}
.site_clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_left {
	text-align: left;
}

.ff1 {font-family: 'GyeonggiTitleM';}
.ff2 {font-family: 'GyeonggiTitleL';}


.pc_box {display: block;}
.mobile_box {display: none;}
@media (max-width: 768px) {
	.pc_box {display: none;}
	.mobile_box {display: block;}
}