
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


/* =================reset css starts here=================  */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
	margin: 0;
	padding: 0;

	font-family:'Nanum Gothic', 'NanumSquare','Noto Sans KR','NanumBarunGothic';
	word-break: keep-all;

	// Prevent from blinking when clicked
	-webkit-tap-highbase-color-light: $full-transparent;
}



@font-face {
  font-family: 'NanumBarunGothic';
  font-style: normal;
  font-weight: 400;
  src: url(./NanumBarunGothic.eot);
  src: local('NanumBarunGothic'),
       local('NanumBarunGothic'),
       url(/g5/theme/basic/fonts/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
       url(/g5/theme/basic/fonts/NanumBarunGothic.woff2) format('woff2'),
       url(/g5/theme/basic/fonts/NanumBarunGothic.woff) format('woff'),
       url(/g5/theme/basic/fonts/NanumBarunGothic.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumBarunGothicBold';
  font-style: bold;
  font-weight: 600;
  src: url(./NanumBarunGothicBold.eot);
  src: local('NanumBarunGothicBold'),
       local('NanumBarunGothicBold'),
       url(/g5/theme/basic/fonts/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
       url(/g5/theme/basic/fonts/NanumBarunGothicBold.woff2) format('woff2'),
       url(/g5/theme/basic/fonts/NanumBarunGothicBold.woff) format('woff'),
       url(/g5/theme/basic/fonts/NanumBarunGothicBold.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: normal;
  font-weight: 500;
  letter-spacing:1px;
  src: url(./nanumsquarer.eot);
  src: local('NanumSquareR'),
       local('NanumSquareR'),
       url(/g5/theme/basic/fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/g5/theme/basic/fonts/NanumSquareR.woff2) format('woff2'),
       url(/g5/theme/basic/fonts/NanumSquareR.woff) format('woff'),
       url(/g5/theme/basic/fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'NanumSquare';
  font-style: bold;
  font-weight: 700;
  letter-spacing:1px;
  src: url(./NanumSquareB.eot);
  src: local('NanumSquareB'),
       local('NanumSquareB'),
       url(/g5/theme/basic/fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/g5/theme/basic/fonts/NanumSquareB.woff2) format('woff2'),
       url(/g5/theme/basic/fonts/NanumSquareB.woff) format('woff'),
       url(/g5/theme/basic/fonts/NanumSquareB.ttf) format('truetype');
}

@font-face {
	font-family: 'Nanum Gothic';
	src: url(/g5/theme/basic/fonts/NanumGothic.eot);
	src: url(/g5/theme/basic/fonts/NanumGothic.eot?#iefix) format('embedded-opentype'),
		 url(/g5/theme/basic/fonts/NanumGothic.woff) format('woff'),
	  	 url(/g5/theme/basic/fonts/NanumGothic.ttf) format('truetype');
}



* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
body,
html,
form,
fieldset {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0
}

img {
    border: 0;
}

a {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.clear {
    clear: both;
    width: auto !important
}

ul {
    list-style: none;
}

a:focus,
input:focus,
textarea:focus,
*:focus {
    outline: 0 !important;
    box-shadow: none !important;
}



/* =================reset css ends here================= */


/* =================core css starts here================= */

body {
	padding:0;
	margin:0;
	top:0;
    font-size: 16px;
    line-height: 140%;
    font-weight: 300;
    font-family: 'Nanum Gothic', 'NanumSquare';
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    width: 100%;
    max-width: 1200px;
}

a,
input,
button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

a img {
    border: 0px none;
}

a:hover {
    outline: none;
    color: #4c9e65;
    text-decoration: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.os-animation {
    opacity: 0;
}

.os-animation.animated {
    opacity: 1;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
    line-height: 1.4;
}

h5 {
    font-size: 18px;
    line-height: 1.4;
}

h6 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px
}

/*p {
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;*/
}

strong {
    font-weight: 600;
}

b {
    font-weight: 700;
}

p:last-child {
    margin-bottom: 0;
}

.mar-40 {
    margin-bottom: 40px !important;
}

.mar-30 {
    margin-bottom: 30px !important;
}
.mar-20 {
    margin-bottom: 20px !important;
}


.no-mar {
    margin: 0 !important;
}
/* =================core css ends here================= */


/* =================btn css start here================= */


.btn {
    border-radius: 4px;
    font-weight: 700;
    padding: 12px 25px;
    min-width: 170px;
    font-size: 15px;
    box-shadow: none;
    text-transform: uppercase;
}

/***main ¿ø ¹öÆ° **/
.btn__ {
	position:absolute;
	bottom:20px;
	left:40%;
	margin:0 auto;
    border-radius: 50%;
    font-weight: 200;
    padding: 6px;
	width:40px;
	height:40px;
    /*min-width: 170px;*/
    font-size: 40px;
	border:1px solid #fff;
    box-shadow: none;
    text-transform: uppercase;
	font-family: 'Noto Sans KR';
}

.btn-circle,
.btn-circle:focus {
    
	color: #fff;
	 background-color: none;
    border: solid 1px #fff;
}

.btn-circle:hover,
.btn-circle:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
/***main ¿ø ¹öÆ° ³¡**/


.btn-default,
.btn-default:focus {
    color: #fff;
    background-color: #4c9e65;
    border: solid 1px #4c9e65;
}

.btn-default:hover,
.btn-default:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary,
.btn-primary:focus {
    color: #4c9e65;
    background-color: #fff;
    border: solid 1px #fff;
}

.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-second,
.btn-second:focus {
    color: #fff;
    background-color: transparent;
    border: solid 1px #fff;
}

.btn-second:hover,
.btn-second:active {
    color: #4c9e65;
    background-color: #fff;
    border-color: #fff;
}

.btn.btn-lg {
    padding: 18px 40px !important;
}

.btn.btn-xs {
    padding: 8px 15px !important;
    min-width: auto;
}

.btn+.btn {
    margin-left: 10px;
}

.color-text {
    color: #4c9e65 !important;
}

/* =================btn css end here================= */


/* ================= Header start ================= */

header {
	
    height: 100px;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 9999;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.fixed header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    background: #fff;
    color: #000;
}

.navbar-toggler {
    width: 65px;
    height: 65px;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 0;
    border: 0;
    background: transparent;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-default .navbar-toggler:hover,
.navbar-default .navbar-toggler:focus {
    background: transparent;
}

.navbar-toggler:not([class="collapsed"]),
.navbar-toggler:not([class="collapsed"]):focus,
.navbar-toggler:not([class="collapsed"]):hover {
    background: #4c9e65;
}

.navbar-toggler.collapsed,
.navbar-toggler.collapsed:focus,
.navbar-toggler.collapsed:hover {
    background: #4c9e65;
}

.home .navbar-toggler.collapsed,
.home .navbar-toggler.collapsed:focus,
.home .navbar-toggler.collapsed:hover {
    background: transparent;
}

.navbar-toggler .icon-bar {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 3px;
    color: #243238;
    text-indent: -55px;
    margin-top: 0;
    background: transparent!important;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    vertical-align: middle;
}

.navbar-toggler .icon-bar:before,
.navbar-toggler .icon-bar:after {
    content: '';
    width: 23px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.navbar-toggler.collapsed .icon-bar {
    background: #fff!important;
}

.navbar-toggler.collapsed .icon-bar:before,
.navbar-toggler.collapsed .icon-bar:after {
    background: #fff;
}

.navbar-toggler.collapsed .icon-bar:before {
    top: -7px;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navbar-toggler .icon-bar:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.navbar-toggler.collapsed .icon-bar:after {
    bottom: -7px;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navbar-toggler .icon-bar:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.dropdown-menu {
	
    border: 0;
    border-radius: 0;
    font-size: 12px;
    line-height: 17px;
}

.dropdown-item {
    padding: 6px 14px;
	font-size:16px;
	letter-spacing:0.5px;
	color:#333;
	font-weight: bold;
}

.dropdown-menu>li:hover>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>li:focus>a,
.dropdown-menu>li:active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.nav-item.active>a,
.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
    color: #4c9e65;
}

@media only screen and (min-width: 1200px) {

    .navbar-nav>li>.dropdown-menu {
        display: block !important;
        top: 100% !important;
        margin-top: 10px !important;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        transition: all 0.1s ease-in;
        -moz-transition: all 0.1s ease-in;
        -webkit-transition: all 0.1s ease-in;
    }
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 0px !important;
        transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
    }

	.header-right a {
	 padding-top: 15px;

	}


}


.header-right {
    float: right;
    z-index: 20;
    position: relative;
	/*color:#aaa;*/
	font-size:11px;
    margin: 0;
    line-height: 40px;
    font-weight: 700;
}
.header-right a img {width:28px;}

.header-right a {
	/*color:#797979;*/
	font-size:12px;
	padding-left:3px;
	padding-right:3px;
	letter-spacing:-0.5px;
    /*float: left;
    padding: 0 10px;
	color:#aaa;
    width: 30px;
    text-align: center;
    margin: 10px;
    margin-right: 0;*/
}

.header-search {
    float: left;
    position: relative;
}

.navbar {
    padding: 0;

}

.navbar-nav {
	
    font-size: 17x;
	font-family:  'NanumSquare','Nanum Gothic';
    font-weight: 500;
	/*color:#000;*/
    text-transform: uppercase;
	padding-right:30px;
}

.navbar-brand {
    width: 110px;
    position: relative;
    margin: 0;
}

.navbar-brand  img{
    /*float: left;*/
}

.navbar_logo {position:relative;margin-right:auto;margin-left:auto;display:block; border:0;padding:0}
.navbar_logo a {padding:0;margin:0}
.navbar_logo a img{text-align:center; padding:12px 0 0 0px; width:185px;/*margin-left:50%;*/}

.logo-dark {
    display: none;
}

.fixed .logo-white {
    display: none;
}

.fixed .logo-dark {
    display: block;
}

.navbar-nav .nav-link,
.navbar-expand-xl .navbar-nav .nav-link {
    padding: 10px 12px;
    line-height: 65px;
	 font-size: 20px;
	font-family:  'NanumSquare','Nanum Gothic';
    font-weight: 700;
	/*color:#000;*/
}

@media only screen and (max-width: 1200px) {
	
	.navbar-nav .nav-link,
	.navbar-expand-xl .navbar-nav .nav-link {
	 font-size: 16px;
     font-weight: 600;
	 color:#000;
	 padding: 5px 15px;
}

}

/* ================= Search start ================== */

.search-box-outer {
    position: fixed;
    width: 100%;
    height: 60px;
    opacity: 0;
    float: left;
    background: #fff;
    z-index: 99999999;
    left: 0;
    transition: all 0.2s ease-in;
    top: -60px;
}

.search-box {
    width: 100%;
    position: relative;
    padding-right: 60px;
}

.search-box .form-control,
.search-box .form-control:focus {
    height: 60px;
    border: 0;
    box-shadow: none !important;
    font-size: 24px;
    font-weight: 200;
    background-color: #fff;
}

.close-search {
    width: 60px;
    height: 60px;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
}

.show-search .search-box-outer {
    top: 0;
    opacity: 1;
}

.search-box-outer .container {
    padding: 0;
}

/* ================= Search end ================= */
.hero-outer, .hero-container{height: 650px;}
.hero-container{
	/*margin-top:120px;*/
    overflow: hidden;
    display: table;
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #333;
    font-size: 15px;
    line-height: 1.6;
    background-size: cover;
    background-position: center center;
	
	}

.hero-container:before {
    content: '';
    width: 80%;
    height: 100%;
    float: left;
    position: absolute;
	background-position: center center;
    left: 0;
    top: 0;
    background: #f0f2f3;
    background: -moz-linear-gradient(-45deg, rgba(240, 242, 243, 1) 0, rgba(125, 142, 141, .56) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(240, 242, 243, 1) 0, rgba(125, 142, 141, .56) 100%);
    background: linear-gradient(90deg, rgb(45, 45, 45) 0, rgba(125, 142, 141, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f3', endColorstr='#8f7d8e8d', GradientType=1);
}

.hero-container:after {
    content: '';
    width: 100%;
    height: 100px;
    float: left;
    position: absolute;
	background-position: center center;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
}

.middle-container {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9;
    padding: 50px 0;
    background: rgba(0, 0, 0, 0);
}

.hero-container h5 {
    margin-top:100px;
	letter-spacing:0.5px;
	 font-size: 25px;
	text-shadow:2px 2px 6px #000;
}

.hero-container h1 {
    font-size: 48px;
    line-height: 1.6;
    font-weight: 700;
	letter-spacing:0.5px;
	text-shadow:2px 2px 6px #000;
}

.hero-container p {
    font-size: 16px;
    line-height: 1.5;
}

.content-container {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.content-container.color-bg {
    background: #eef2f5;
}

.subcontent-container {
    padding-top: 40px ;
    overflow: hidden;
    position: relative;
}

.banner-container {
	padding:0;
	margin:0;
	background:#f5f5f5;
	text-align:center
}
.banner-container img{
	padding:17px 0px;
	margin:0;
	background:#f5f5f5;
}

.heading {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 80px;
}

.heading h2,
.heading h6 {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px
}

.heading h1,
.heading h3 {
    font-size: 40px;
    line-height: 1.3;
	text-align:center
}

.hero-slider .owl-prev {
    position: absolute;
    left: 13%;
    top: 45%;
}

.hero-slider .owl-next {
    position: absolute;
    right: 13%;
    top: 45%;
}

.hero-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.5);
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span,
.hero-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.feature-box {
    width: 100%;
    display: flex;
}

.feature-box+.feature-box {
    margin-top: 150px;
}

.feature-box.reverse {
    flex-direction: row-reverse;
}

.feature-left {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0;
}

.feature-right {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0px 70px;
}

.feature-box .feature-left img {
    max-width: 1000px;
    width: 100%;
    margin-left: 0;
    border-radius: 6px;
    box-shadow: 0 10px 100px rgba(0, 0, 0, 0.2);
}

.feature-box.reverse .feature-left img {
    margin-left: auto;
    margin-right: 0;
}

.link {
  color: #4c9e65;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.link:hover {
  letter-spacing: 2px;
}

.stat-container {
 width: 100%;
 display: inline-block;
 vertical-align: top;
 text-align: center;
}

ul.stat-list {
 width: 100%;
 display: inline-block;
 vertical-align: top;
}

ul.stat-list li {
 width: 23%;
 float: left;
 margin-right:5px;
 margin-left:5px;
}

ul.stat-list li h3 {
  font-size: 72px;
  line-height: 1;
}

ul.stat-list li h6 {
    font-size: 15px;
    color: #4c9e65;
}

.case-slider .owl-nav {
    position: absolute;
    top: 50px;
    right: 40px;
    text-align: right;
    margin: 0;
}

.owl-theme.case-slider .owl-nav [class*='owl-'] {
    font-weight: 700;
    background-color: transparent;
    color: #333;
    font-size: 18px;
}

.owl-theme.case-slider .owl-nav [class*='owl-']:hover {
    background-color: transparent;
    color: #4c9e65;
}

.recent-project-box{
    opacity: 0.5;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    flex-direction: inherit;
    margin: 40px;
}

.recent-project-image{
    width: 80%;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    float: left;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}

.recent-project-content {
    width: 400px;
    float: right;
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    position: relative;
    margin: 100px 0 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.center .recent-project-box{
  opacity: 1;
}

ul.post-list {
    display: inline-block;
    vertical-align: top;
    width: calc(100% + 30px);
    margin-left: -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.post-list>li {
    float: left;
    width: 33.3%;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.post-box-img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.post-box-content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    min-height: 240px;
}

.post-box:hover {
    -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
}

.post-box-content .link {
    margin-top: auto;
}

.post-box-content h6 {
    color: #999;
}



/* ================= Header end ================= */




/* main board */
.mboard1 {width:100%;height:100%;min-height:300px; background:url(/img/mboard1_bg.jpg) no-repeat;background-position: center center;background-size:cover;}
.mboard2 {width:100%;height:100%;min-height:300px; background:url(/img/mboard2_bg.jpg) no-repeat;background-position: center center;background-size:cover;}
.mboard3 {width:100%;height:100%;min-height:300px;  background:url(/img/mboard3_bg.jpg) no-repeat;background-position: center center;background-size:cover;}


@media only screen and (max-width: 900px) {

   .mboard1, .mboard2, .mboard3 {height:250px;}
}

@media only screen and (max-width: 767px) {

   .mboard1, .mboard2, .mboard3 {height:220px;}
   .mboard1 h5 a {position: relative; font-size: 17px; margin-top:-10px}
   .mboard1 .info a {display:inline-block; margin:20px 0 0 0px;}
   
	.mboard1 h3,.mboard2 h3,.mboard3 h3 {
		font-size: 20px;
		padding-top:25px;
	}


}

.mboard1,.mboard2,.mboard3 {
	/*text-align:center;*/
	position: relative;

}
.mboard {margin: 0px 17px;}

.mboard1 h3,.mboard2 h3,.mboard3 h3  {
	position: relative;
	
	font-size: 28px;
	
	/*text-align:center;*/
	font-weight:bold;
	color:#fff ;
	padding-top:40px;
	line-height: 120%;
}

.mboard1 h3 a ,.mboard2 h3 a,.mboard3 h3 a  {
	font-family:  'NanumSquare','Nanum Gothic';
}

.mboard1 h3 a:hover ,.mboard2 h3 a:hover,.mboard3 h3 a:hover  {
	color: #000 ;
}


.mboard2 h3 span a,.mboard3 h3 span a  {
	position: relative;
	font-size: 28px;
	float:right;
	/*right:20px;*/
}
.mboard1 {color:#fff;}
.mboard1 h4 {font-size: 24px;font-weight:normal}
/*.mboard1 h5 {width:170px; overflow: hidden;}*/
.mboard1 h5 a {position: relative; font-size: 18px; margin-top:20px;}
.mboard1 h6 {position: relative; font-size: 16px; margin-top:-10px}
.mboard1 .info a {display:inline-block; margin:30px 0 0 0px; font-size:13px; padding:6px 20px;   border: 3px #fff solid; color: #fff;}
.mboard1 .info a:hover{border: 3px solid #000 ; color: #000;}

.mboard2 ul li a {color:#fff; font-size:16px; line-height:30px;}
.mboard3 table td {color:#fff; font-size:16px; line-height:22px;}





.img-fluid{max-width:100%;height:auto}
.page-media {position:relative; background:#f5f5f5;height:100%; min-height:500px; padding:0; margin:0}
.page-media h3 {font-family: 'Nanum Gothic', 'NanumSquare';   text-align:center; margin-bottom:20px;}

.page-media .container {padding-top:60px;}
.page-media .container .card-header {padding:0;margin:0;height:auto;min-height:230px;}
.page-media .container .card-header img {width:100%;height:100%;}
.page-media .container .card-header a img {width:100%;height:100%;}
.page-media .card-text_1 {font-size:1.2rem; font-weight:bold; color:#333; letter-spacing:-1px;  line-height:2rem; text-align:center;}
.page-media .card-text_1 a {color:#333; }
.page-media .card-text_2 {font-size:.92rem; color:#666; letter-spacing:-1px;  line-height:1.5rem;text-align:center; }
.page-media .card-text_3 {font-size:1.2rem;font-weight:bold; color:#333; letter-spacing:-1px;  line-height:1.3rem; /*text-align:justify */}
.page-media .card-text_3 a {color:#333;}

@media only screen and (min-width: 992px) {
	
	.page-media .container .card-header {}
	.page-media .container .card-header {overflow:hidden; /*height:240px;*/  }
	.page-media .container .card-header img {width:auto; height:230px} 
}





ul.tick-list {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

ul.tick-list li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}


 

ul.tick-list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
     float: left;
    color: #4c9e65;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    line-height: 23px;
}


/* 

ul.tick-list li svg {
    float: left;
    color: #4c9e65;
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 11px;
    line-height: 23px;
}
*/

ul.team-list {
    display: inline-block;
    vertical-align: top;
    width: calc(100% + 30px);
    margin-left: -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.team-list>li {
    float: left;
    width: 33.3%;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.member-info {
    text-align: center;
    padding: 15px;
}

.member-info h5 {
    margin: 0;
}

.member-info p {
    margin-bottom: 5px;
}

ul.member-social {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

ul.member-social li {
    display: inline-block;
    padding: 5px 7px;
    font-size: 14px;
    line-height: 1.4;
}



.why-box {
    padding: 0 0 30px 0;
    height: 100%;
}

.why-inside {
    padding: 25px 30px 20px 30px;;
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.why-inside ul {width:100%; margin:0; float:left; display: inline-block;}
.why-inside ul li {width:50%; float:left; padding:5px;}
.why-inside ul li img {width:100%;height:auto; min-height:87px;}


.why-inside h5 {font-weight:bold; color:#333; font-size:19px;}

.why-inside p {font-size:15px; color:#555; line-height:28px;}

.why-inside p a {color:#454545;}

.icon {
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 150px;
    line-height: 110px;
    height: 1;
    color: #4c9e65;
    opacity: 0.07;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.why-inside:hover .icon {
    top: Calc(80% - 80px);
}

blockquote {
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 20px 0;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    border: 0;
    font-style: italic;
    font-weight: 300;
}

.quote-by {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 20px;
    font-weight: 400;
    font-style: normal; 
    display: inline-block;
    width: 100%;
}

.testimonials {
    padding-bottom: 30px;
}

.client-container {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.client-container img {
    height: 40px;
    width: auto !important;
}

.inner-banner {
    padding: 200px 0 120px;
    position: relative;
    background-color: #333;
    color: #fff;
	/*text-align:center;*/
    background-size: cover;
    background-position: center center;
	
}

.inner-banner:before {
    content: '';
    width: 80%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: #f0f2f3;
    background: -moz-linear-gradient(-45deg, rgba(240, 242, 243, 1) 0, rgba(125, 142, 141, .56) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(240, 242, 243, 1) 0, rgba(125, 142, 141, .56) 100%);
    background: linear-gradient(90deg, rgb(45, 45, 45) 0, rgba(125, 142, 141, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f3', endColorstr='#8f7d8e8d', GradientType=1);
}

.inner-banner:after {
    content: '';
    width: 100%;
    height: 100px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
}

.inner-banner h2 {
	 margin: 0;
    /*margin: 0;
	text-align:center;
	font-family: 'NanumSquare','Nanum Gothic';
	text-shadow:0 0 5px #000*/
}

.cta-container {
    position: relative;
    padding: 140px 0;
    background-color: #333;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center center;
}

.cta-container:before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2)
}

footer {
    background-color: #f9f9f9;
}

.footer-upper {
    padding: 80px 0;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.newsletter-form {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    padding-right: 40px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.newsletter-form button[type="submit"] {
    width: 40px;
    height: 44px;
    background: #4c9e65;
    position: absolute;
    top: 0;
    right: 0;
    x;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    border-radius: 0;
    z-index: 9;
    cursor: pointer;
}

.newsletter-form button[type="submit"]:hover {
    background-color: #000;
}

.newsletter-form .form-control {
    border: 0;
    box-shadow: none;
    height: 44px;
    border: 0;
    color: #000;
    background: #fff !important;
    border-radius: 0;
    font-size: 14px;
}

ul.footer-nav {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

ul.footer-nav li {
    position: relative;
    margin-bottom: 5px;
}

ul.social-links {
    display: inline-block;
    vertical-align: top;
}

ul.social-links li {
    float: left;
    margin-right: 15px;
}

ul.social-links li a {
    float: left;
    line-height: 20px;
    font-size: 14px;
}

.footer-lower {
    padding: 20px 0;
    background-color: #f2f2f2;
    text-align: center;
	color:#515151;
	font-size:13px;
}
.footer-lower p {

	color:#555;
	padding:0;margin:0
}

.foot_add {font-size:15px; color:#555; font-weight:bold;}

.sitemap_tit  {font-weight:bold; font-size:16px; color:#000; padding-bottom:15px}
.sitemap_stit  {font-weight:bold; font-size:14px; color:#5e5e5e; line-height:22px;}

.footer-upper table tr {vertical-align: top;}
.footer-upper table tr td {width:50% !important;}

.media-box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #fff;
	
}

.media-box img {
    width: 100%;
	border-radius:10px;
}

.media-box+.media-box {
    margin-top: 30px;
}

.breadcrumb {
    padding: 0;
    margin: 5px 0;
    border-radius: 0;
    background: transparent;
    font-size: 12px;
}

.breadcrumb>li+li:before {
    padding: 0 2px;
}

.breadcrumb>.active {
    font-weight: 500;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    content: "/\00a0";
}


/* ============SERVICE PAGE START================= */

ul.service-list {
    display: inline-block;
    vertical-align: top;
    width: calc(100% + 30px);
    margin-left: -15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.service-list>li {
    float: left;
    width: 33.3%;
    padding: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-box {
    padding: 30px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.service-box:hover {
    color: #fff;
    background: #4c9e65;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.service-box:hover * {
    color: #fff;
}

.service-box .icon2 {
    font-size: 40px;
}

ul.other-service-list {
    display: inline-block;
    vertical-align: top;
    width: calc(100% + 10px);
    margin-left: -5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.other-service-list>li {
    float: left;
    width: 50%;
    padding: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.other-service-list li a {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    padding: 30px 5px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.service-list-icon {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
}

ul.other-service-list li a span {
    width: 100%;
    float: left;
    text-align: center;
}

ul.other-service-list li a:hover,
ul.other-service-list li a.active {
    background: #4c9e65;
    color: #fff;
}



/* ============SERVICE PAGE END================= */


/* ============CASE PAGE START================= */

.content-container.case-container {
    padding: 0;
    border: solid 2px #fff;
}

.case-box {
    width: 33.33%;
    height: 400px;
    float: left;
    background-color: #333;
    color: #fff;
    border: solid 2px #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    display: table;
}

.case-box-bg {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    position: absolute;
    z-index: 1;
    opacity: 1;
    background-color: #4c9e65;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}

.case-box:hover .case-box-bg {
    opacity: 0.8;
}

.case-box-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    display: table-cell;
    vertical-align: middle;
}

.case-logo {
    width: 100%;
    max-width: 120px;
}

.detail-list {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}

.detail-list li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.detail-list li h5 {
    color: #4c9e65;
    margin-bottom: 0;
    font-size: 15px;
}

.detail-list li:last-child {
    border-bottom: 0;
}

.sidebar-cta {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    background-color: #4c9e65;
    color: #fff;
}


/* ============CASE PAGE END================= */


/* ============BLOG PAGE START================= */

.post-title {
    font-weight: 200;
    font-size: 54px;
}

.post-list.blog-post li {
    width: 50%;
    padding: 0 15px 15px;
    margin-bottom: 15px;
}

.pagination-container {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 30px 0;
}

.pagination {
    display: inline-block;
    vertical-align: top;
}

.pagination li {
    float: left;
}

.pagination>li>a,
.pagination>li>span {
    background: transparent;
    border: 0;
    color: #999;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 17px;
    margin: 3px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination .active,
.pagination .active,
.pagination .active:hover,
.pagination .active:hover,
.pagination .active:focus,
.pagination .active:focus {
    color: #4c9e65;
    background-color: transparent;
}

.sidebar {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.widget-box {
    width: 100%;
    display: inline-block;
    margin: 0 0 40px 0;
}

.widget-box h5 {
    color: #4c9e65;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.widget-box h5:before {
    content: '';
    width: 40px;
    height: 4px;
    float: left;
    background: #4c9e65;
    position: absolute;
    left: 0;
    top: 100%;
}

ul.list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

ul.list li a {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

ul.list li small {
    font-weight: 400;
    font-size: 11px;
    display: block;
}

.tag-box a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 5px 12px;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    margin: 3px 3px 3px 0;
    font-weight: 600;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.tag-box a:hover {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.06)
}

.comments {
    margin: 0;
    padding: 0;
    margin: 60px 0 15px;
}

.comments ul {
    margin-left: 0px
}

.comments ul li ul {
    margin-left: 65px;
    margin-top: 15px
}

.comments ul>li {
    padding: 0
}

.comments ul>li ul li {
    padding: 0
}

.comments ul>li .post-comment {
    margin: 0
}

.comment-body {
    min-height: 80px;
    position: relative;
    padding: 15px;
    margin-left: 30px;
    margin-bottom: 20px;
    padding-left: 40px;
}

.comment-body .comment-author img {
    width: 48px;
    height: 48px;
    left: -30px;
    top: 10px;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
}

.comment-body .desc {
    position: relative
}

.comment-body .desc h5 {
    margin-bottom: 5px;
    font-size: 18px
}

.comment-body .desc .date {
    margin-bottom: 10px
}

.reply {
    text-align: right;
}

.comment-reply-link {
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
}

.comment-author {
    font-weight: 700;
    color: #4c9e65;
}

.comment-meta {
    font-size: 80%;
}

.post-thumbnail-container {
    margin-bottom: 40px;
}

.post-thumbnail-container img {
    width: 100%;
}

.share-post {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px
}

.share-post h5 {
    line-height: 30px;
    float: left;
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 20px
}

ul.share-post-list {
    float: left
}

ul.share-post-list li {
    float: left;
    padding-right: 20px
}

ul.share-post-list li a {
    float: left;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px
}

ul.bottom-nav {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
    padding: 20px 15px;
    background: #f6f6f6;
    border-radius: 5px;
}

ul.bottom-nav li {
    width: 33.3%;
    float: left;
    overflow: hidden;
}

ul.bottom-nav li:nth-child(2) {
    text-align: center;
    font-size: 18px;
}

ul.bottom-nav li a {
    display: inline-block;
    position: relative;
}

ul.bottom-nav li:last-child {
    text-align: right;
}



/* ============BLOG PAGE END================= */





/* ============CONTACT PAGE START================= */

.contact-container {
    background-color: #333;
    color: #fff;
}

.icon2 {
    font-size: 30px;
    line-height: 1;
    color: #4c9e65;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 25px;
}

label {
    /*display: block;*/
    font-weight: 700;
}

.form-control {
    border-radius: 4px;
    height: 48px;
    font-size: 14px;
    border-color: #eee;
    color: #222;
    box-shadow: none;
    -webkit-apperance: none;
    background: #f6f6f6;
    font-weight: 400;
}

.form-control:focus {
    border-color: #f1f1f1;
    background: #f6f6f6;
}

textarea.form-control {
    height: 220px;
    resize: none;
}

.contact-detail-container {
    padding: 100px 0;
    text-align: center;
}

.map-container {
    height: 100%;
    background-color: #333;
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    margin: 0;
    padding: 0;
}

#map-canvas {
    height: 100%;
}

ul.contact-list {
    text-align: center;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

ul.contact-list li {
    width: 100%;
    float: left;
}

ul.contact-list li:not(:last-child) {
    margin-bottom: 30px;
}


label.error{font-size:14px; font-weight: 500; color:#f40d59;}
#success, #error {display: none;}
#success h4, #error h4{margin-bottom:10px;}
#success p {color: #019620; padding: 0;}
#error p {color: #f40d59; padding: 0; margin: 0;}
.loading{display:block; margin: 5px auto; width: 20px; vertical-align:middle;}
.loading img{width:20px;}
.messgaeOutput{padding: 30px; text-align: center;}

/* ============CONTACT PAGE END================= */


/* ============================= 
! Screen size below 1201px
 ============================= */

@media only screen and (min-width: 1200px) {

	header { height: 100px;}
	.navbar-nav {
       margin-top: 20px;
    }
	.navbar-nav li span {display:none}
	.navbar span  {display:none}
	#main-nav span  {display:none}

	.nav-link {
        /*font-size:  17px;*/
		
    }
	
}


@media only screen and (max-width: 1200px) {

	header { height: 65px;}

	.navbar_logo { /*position: absolute;*/ float:left;left:10px;margin:0; padding:0;}
	.navbar_logo a {float:left; padding:10px 0px; width:130px; }	
	.navbar_logo a img {margin:0; padding:0; width:130px;}

    .navbar-brand {
        margin: 21px 15px; 
        padding: 0;

    }
    .header-right {
        position: absolute;
        top: 0;
        right: 70px;
		padding:10px 3px;
    }
    .navbar-nav {
        background-color: #fff;
        color: #000;
		font-family: 'Nanum Gothic';
		border-top:1px solid #ddd;

    }
    .navbar-nav .nav-link,
    .navbar-expand-xl .navbar-nav .nav-link {
        line-height: 40px;
		font-family: 'Nanum Gothic';
    }
    .navbar-collapse {
       
	    float:left;
		z-index:999;
		position: fixed;
		/* position: static;*/
        left: 0;
        top: 65px;
        right: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        max-height: calc(100% - 60px);
        overflow-y: auto;
    }
    .dropdown-menu {
        padding: 0;
    }

	.dropdown-item {color:#555;}

    .dropdown-menu a {
        padding-left: 30px;
    }
    .navbar-nav.sm-collapsible .sub-arrow {
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        top: 0;
    }
	/*.navbar_logo {float:left}
	.navbar_logo a img{width:100px; padding:5px;margin-left:50%;}*/
}


.hero-slider .owl-prev {
    position: absolute;
    left: 5%;
    top: 45%;
}

.hero-slider .owl-next {
    position: absolute;
    right: 5%;
    top: 45%;
}

/* ============================= 
! Layout for ipad lanscape 
 ============================= */

@media only screen and (max-width: 1048px) {

	.sl__lm {display:none;}
	
	.banner-container img{
		padding:15px 0px;
		margin:0;
		width:150px;
		background:#f5f5f5;
	}



    .hero-container h1 {
        font-size: 40px;
    }
    .hero-container p {
        font-size: 14px;
    }
    .heading h1,
    .heading h3 {
        font-size: 36px;
    }
    .feature-right {
        padding: 0 50px;
    }
    ul.stat-list li h3 {
        font-size: 60px;
    }

    .feature-box+.feature-box {
        margin-top: 60px;
    }
    .content-container {
        padding: 30px 0;

    }
	.subcontent-container {
    padding-top: 30px;
	}
    .heading {
        margin-bottom: 40px;
    }
    blockquote {
        font-size: 30px;
    }
    .client-container {
        padding: 70px 0;
    }
    .post-title {
        font-size: 44px;
    }
    .footer-upper {
        padding: 60px 0;
    }
}



/*============================= 
! Layout for ipad portrait  
============================= */

@media only screen and (max-width: 991px) {
    ul.service-list>li,
    .case-box {
        width: 50%;
    }
}



/* =============================  
 ! Layout for mobile(lanscape) version  
 ============================= */

@media handheld,
only screen and (max-width: 767px) {
	
	


	.btn__ {
	position:absolute;
	bottom:17px;
	left:40%;
	margin:0 auto;
    border-radius: 50%;
    font-weight: 400;
    padding: 4px;
	width:30px;
	height:30px;
    /*min-width: 170px;*/
    font-size: 30px;
	border:1px solid #fff;
    box-shadow: none;
    text-transform: uppercase;
}
	


    .mob-mar-30 {
        margin-bottom: 30px !important;
    }
     
    .header-right a {
        margin-left: 0;
    }
    .search-box .form-control,
    .search-box .form-control:focus {
        font-size: 14px;
        font-weight: 400;
    }
    .hero-container {
        text-align: center;
    }
    .hero-container p {
        display: none;
    }
    .hero-container h1 {
        font-size: 32px;
    }
    .heading h1,
    .heading h3 {
        font-size: 28px;
    }
    ul.stat-list li {
        width: 100%;
        margin: 15px 0;
    }
    ul.stat-list li h3 {
        font-size: 48px;
    }
    .feature-box {
        display: inline-block;
        vertical-align: top;
    }
    .feature-left,
    .feature-right {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .feature-right {
        padding: 40px 0 0;
    }
    .feature-box+.feature-box {
        margin-top: 40px;
    }
    .content-container {
        padding:0;
    }
    .heading {
        margin-bottom: 30px;
    }
    .recent-project-box {
        margin: 40px 0;
    }
    ul.post-list {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }
    ul.post-list li {
        width: 100%;
        margin-bottom: 30px;
    }
    .post-list.blog-post li {
        width: 100%;
    }
    .post-box-content {
        min-height: 1px;
    }
    blockquote {
        font-size: 24px;
        line-height: 1.4;
    }
    .quote-by {
        font-size: 13px;
    }
    .client-container {
        padding: 50px 0;
    }
    .cta-container {
        padding: 70px 0;
    }
    .footer-upper {
        padding: 40px 0;
        text-align: center;
    }


	.footer-lower span {
    /*clear:both;
	word-wrap: break-word;*/

	}


    .hero-container:before {
        display: none;
    }
    .middle-container {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .hero-outer,
    .hero-container {
        height: auto;
        min-height: 40vh;
    }
    .hero-container {
        /*background-position-x: 90%;*/
		background-position: center center;
    }
    .owl-nav {
        display: none !important;
    }
    .recent-project-box {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .recent-project-image {
        position: relative;
        height: 240px;
        border-radius: 0;
        width: 100%;
    }
    .recent-project-content {
        margin: 0;
        margin-top: -40px;
        border-radius: 0;
        padding: 30px 20px;
        width: 100%;
    }
    .feature-box .feature-left img {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
    }
    .feature-box.reverse .feature-left img {
        margin-left: -15px;
        margin-right: auto;
    }
    .inner-banner {
        padding: 150px 0 40px;
		margin-bottom:20px;
    }
    .media-box {
        width: Calc(100% + 30px);
        margin-left: -15px;
    }
    .content-container.contact-container {
        padding-bottom: 0;
    }
	.subcontent-container {
    padding-top: 10px;
	}
    .map-container {
        position: relative;
        left: auto;
        top: auto;
        height: 240px;
        width: 100%;
        margin-top: 50px;
    }
    .single-post-content {
        padding: 0;
    }
    .post-title {
        font-size: 36px;
    }
    .breadcrumb {
        display: none;
    }
    .inner-banner h2 {
        font-size: 28px;
    }
    ul.bottom-nav {
        margin: 30px 0;
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
    }
    .media-box+.media-box {
        margin-top: 10px;
    }
    ul.service-list>li {
        width: 100%;
    }
    .case-box {
        width: 100%;
        height: 300px;
    }
    ul.team-list>li {
        width: 50%;
    }
    .pagination>li>a,
    .pagination>li>span {
        font-size: 15px;
        padding: 8px;
    }
}


/* ============================= 
 ! Layout for mobile(portrait) version  
 ============================= */

@media only screen and (max-width: 479px) {

    ul.team-list>li {
        width: 100%;
    }

	.subcontent-container {
    padding-top: 10px;
	}
}