/* EKC */

@import url("loading.css");

/*font-family: 'Rajdhani', sans-serif;*/
/*font-family: 'Noto Sans KR', sans-serif;*/
body, html {
    font-family: 'Rajdhani', sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

header {

}

body {
    height: auto;
    overflow: hidden;
}

header .logo-area {
    padding: 20px 0px;
    transition: all 0.5s;
}

header .logo-area img {
    width: auto;
    height: 75px;
    transition: all 0.5s;
}

header .menu-area {}

header .menu-area .main-menu {}

header .menu-area .header-right {
    float: right;
}

header .menu-area .main-menu #mainMenu {
    height: auto;
    max-width: 100%;
}

header .menu-area .main-menu #mainMenu ul {
    margin: 0px 50px 0px 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
    position: relative;
}

header .menu-area .main-menu #mainMenu ul ul {
    display: none;
    position: absolute;
    left: 0px;
    width: 100%;
    min-width: 300px;
    z-index: 40;
}

header .menu-area .main-menu #mainMenu ul li:hover ul {
    display: block;
}

header .menu-area .main-menu #mainMenu ul li {
    float: left;
    position: relative;
}

header .menu-area .main-menu #mainMenu ul li a {
    height: 115px;
    line-height: 115px;
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    padding:0px 10px;
    display: block;
    transition: all 0.5s;
}

header .menu-area .main-menu #mainMenu ul li:hover a,
header .menu-area .main-menu #mainMenu ul li:focus a,
header .menu-area .main-menu #mainMenu ul li:active a,
header .menu-area .main-menu #mainMenu ul li.active a {
    background: #005A4E;
    color: #fff;
    text-decoration: none;
}

header .menu-area .main-menu #mainMenu ul ul li {
    width: 100%;
    float: none;
}

header .menu-area .main-menu #mainMenu ul ul li a {
    height: auto;
    line-height: normal;
    display: block;
    padding: 10px 10px;
    background: #005A4E;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    font-weight: 400;
}

  header .menu-area .main-menu #mainMenu ul ul li:hover a,
  header .menu-area .main-menu #mainMenu ul ul li:focus a,
  header .menu-area .main-menu #mainMenu ul ul li:active a,
  header .menu-area .main-menu #mainMenu ul ul li.active a {
    background: #0f213e;
  }

  header .menu-area .main-menu #mainMenu ul ul li:last-child a {
    border-bottom: 0px;
}

.header-right {
    height: 115px;
    transition: all 0.5s;
}

.header-right .hr-item {
    float: left;
}

.header-right .search-area {
    line-height: 115px;
    transition: all 0.5s;
}

.header-right .search-area .icon {
    cursor: pointer;
}

.header-right .search-area .icon span {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
}

.header-right .search-area .search-form {
    position: absolute;
    width: 100%;
    left: 0px;
    top: -115px;
    height: 115px;
    padding: 30px 40px;
    background: #005A4E;
    z-index: 51;
    transition: all 0.5s;
}

.header-right .search-area .search-form.open{
    top: 0px;
}

.header-right .search-area .search-form .form-control {
    border-radius: 0px;
    height: 50px;
    font-size: 1.1em;
    outline: none;
    box-shadow: none;
    border: 0px;
    font-weight: 600;
}
.header-right .search-area .search-form .close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

.header-right .language-area {
    font-weight: 600;
    line-height: 115px;
    cursor: pointer;
    transition: all 0.5s;
}

.header-right .language-area ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background: #005A4E;
    position: absolute;
    line-height: normal;
    right: 0px;
    min-width: 200px;
    display: none;
    z-index: 51;
}

.header-right .language-area:hover ul {
    display: block;
}

.header-right .language-area ul li {
    float: none;
}

.header-right .language-area ul li a {
    color: #fff;
    height: auto;
    line-height: normal;
    padding: 10px 15px;
    display: block;
    text-align: right;
    text-decoration: none;
    transition: all 0.5s;
}

.header-right .language-area ul li:hover a,
.header-right .language-area ul li:focus a,
.header-right .language-area ul li:active a,
.header-right .language-area ul li.active a {
    background: #0f213e;
}


.main-content {}

.main-content .main-slider {}

.main-content .main-slider .carousel-item .w-100 {
    height: 510px;
    width: 100vw;
    object-fit: cover;
}

.main-content .main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.main-content .main-slider .carousel-caption {
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
	bottom: 20%
}

.main-content .main-slider .carousel-caption .carousel-caption-inner {
    text-align: right;
}

.main-content .main-slider .carousel-caption .carousel-caption-inner h1 {
	font-size:3em;
	font-weight: 800;
    text-shadow: 5px 5px 10px #000;
}

.main-content .main-slider .carousel-caption .carousel-caption-inner img {
    max-width: 50%;
    height: auto;
}

.main-content .main-slider .carousel-control-prev,
.main-content .main-slider .carousel-control-next {
    z-index: 50;
    opacity: 1;
}

.main-content .home-title {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
	font-size:1.6em;
	font-weight:800;
	color:#005a4e;
}

.main-content .home-title.description {
    margin-bottom: 10px;
}

.main-content .home-title-description {
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

.main-content .home-application {
    margin: 50px 0px;
}

.main-content .home-application .box {
    margin-bottom: 30px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    transition: 1s;
}

.main-content .home-application .box .image {
    margin-bottom: 15px;
}

.main-content .home-application .box .image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.main-content .home-application .box .text {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
}

.main-content .home-application .box a {
    text-decoration: none;
}

.main-content .home-products {
    margin-bottom: 50px;
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.main-content .home-products .owl-prev {
    position: absolute;
    left: -80px;
    top: 45%;
    font-size: 2em;
    background: none!important;
    outline: none;
}

.main-content .home-products .owl-next {
    position: absolute;
    right: -80px;
    top: 45%;
    font-size: 2em;
    color: #005A4E;
    background: none!important;
    outline: none;
}

.main-content .home-products .item {
    border:1px solid #005A4E;
    padding: 40px;
    background: rgba(255,255,255,0.6);
    color: #005A4E;
    transition: all 0.5s;

}

.main-content .home-products .owl-next span,
.main-content .home-products .owl-prev span {
    color: #005A4E;
    font-size: 2em;
}

.main-content .home-products .item:hover {
    color: #fff;
    background: #005A4E;
}

.main-content .home-products .item .image {
    margin-bottom: 30px;
    text-align: center;
}

.main-content .home-products .item .image img {
    width: 100%;
    height: auto;
}

.main-content .home-products .item .title {
    font-size: 1.25em;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #005A4E;
}

.main-content .home-products .item:hover .title {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.main-content .home-products .item .description {
    margin-bottom: 30px;
}

.main-content .home-products .item .button {
    font-size: 1.5em;
    font-weight: 500;
}

.main-content .home-products .item .button span {
    max-width: 0%;
    display: inline-block;
    float: left;
    padding-right: 0px;
    transition: all 1s;
    overflow: hidden;
}

.main-content .home-products .item:hover .button span {
    max-width: 100%;
    padding-right: 10px;
}

.main-content .home-products .item:hover .button .fas {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.main-content .home-products .item a {
    text-decoration: none;
}

.main-content .home-products .item {
	min-height:575px;
	max-height:575px;
	overflow:hidden;
}

.main-content .home-products .item a {
    color: #005A4E;
    text-decoration: none;
}

.main-content .home-products .item:hover a {
    color: #fff;
}

.main-content .home-blogs {
    padding: 50px 0px;
    min-height: 300px;
    height: auto;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.main-content .home-blogs .item {

}

.main-content .home-blogs .item .left {
    padding-right: 50px;
    margin-bottom: 30px;
}

.main-content .home-blogs .item .left .title {
    font-size:2em;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #005A4E;
}

.main-content .home-blogs .button {
    margin-top: 50px;
}

.main-content .home-blogs .btn-home-blog {
    border: 1px solid #005A4E;
    border-radius: 10px;
    padding: 7px 20px 5px;
    color: #000;
    font-weight: 600;
    background: #fff;
}

.main-content .home-blogs .btn-home-blog span {
    margin-left: 15px;
}

.main-content .home-blogs .item .image {}

.main-content .home-blogs .item .image img {
    width: 100%;
    height: auto;
}

.main-content .home-blogs .owl-nav {
    width: auto;
    float: right;
}

.main-content .home-blogs .owl-nav .owl-next,
.main-content .home-blogs .owl-nav .owl-prev{
    background: #0f213e;
    font-size: 2em;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 0px;
    margin-left: 20px;
    margin-right: 0px;
}

footer {
    padding: 50px 0px 70px;
    background-image:url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
}

footer .logo {
    margin: auto;
    text-align: center;
}

footer .copyright {
    margin-top: 30px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
}

footer .footer-contact {
    padding: 30px 0px;
    color: #fff;
    text-align: center;
}

footer .footer-contact span {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
}

footer .footer-contact span:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}

footer .footer-social {}

footer .footer-social ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    justify-content: center;
    display: flex;
}

footer .footer-social ul li {}

footer .footer-social ul li a {
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    border:1px solid #fff;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
    padding-top: 5px;
    transition: all 0.5s;
}

footer .footer-social ul li:last-child a {
    margin-right: 0px;
}

footer .footer-social ul li:hover a {
    background: #005A4E;
}

#header.sticky {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
    background: #fff;
    border-bottom: 3px solid #005A4E;
}

#header.sticky .logo-area {
    padding: 10px 0px;
}

#header.sticky .logo-area img {
    width: auto;
    height: 50px;
    object-fit: cover;
}

#header.sticky  .menu-area .main-menu #mainMenu ul li a {
    height: 70px;
    line-height: 70px;
}

#header.sticky  .menu-area .main-menu #mainMenu ul ul li a {
    height: auto;
    line-height: normal;
    display: block;
    padding: 10px 10px;
}

#header.sticky .header-right {
    height: 70px;
}

#header.sticky .header-right .search-area {
    line-height: 70px;
    display: none;
}


#header.sticky .header-right .language-area {
    line-height: 70px;
}

.bck,
.bck:hover {
    background: #005A4E;
    color: #fff;
    border: 1px solid #fff;
}

.mobile-menu {
    display: none;
}

.mobile-menu-button {
    position: absolute;
    right: 15px;
    top: 25px;
    color: #005A4E;
    transition: all 0.5s;
}

#header.sticky .mobile-menu-button {
    top: 10px;
}

.mobile-menu-button:hover,
.mobile-menu-button:focus,
.mobile-menu-button:active {
    color: #0f213e;
}

.mm ul {
    background: #005A4E;
}

.mm.mm--main:after {
    background: #0f213e;
    color: #fff;
    opacity: 1;
}

.mm:after {
    background: #0f213e;
    color: #fff;
}

.main-content.page .page-header {
    min-height:400px;
    height: auto;
}

.main-content.page .page-header .image {
    position: relative;
    background: #005A4E;
}

.main-content.page .page-header .image img {
    height: 400px;
    width: 100vw;
    object-fit: cover;
    mix-blend-mode: overlay;
}

.main-content.page .page-header .title {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.main-content.page .page-header .title .left {
    float: left;
    position: absolute;
    height: 400px;
    width: 100px;
    bottom: 0px;
}

.main-content.page .page-header .title .left span {
    font-size: 10em;
    font-weight: bolder;
    background: rgba(0,0,0,0.01);
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    position: absolute;
    bottom: 0px;
    font-family: 'Noto Sans KR', sans-serif;
}

.main-content.page .page-header .title .right {
    float:left;
    padding-left: 50px;
    position: relative;
    height: 400px;
    width: 100%;
    margin-left: 100px;
}

.main-content.page .page-header .title .right.reserve {
    padding-left: 0px;
}

.main-content.page .page-header .title .right .text {
    position: absolute;
    bottom: 0px;
    padding-bottom: 30px;
    color: #fff;
    padding-left: 20px;
    border-left: 5px solid #fff;
}

.main-content.page .page-header .title .right.reserve .text {
    padding-left: 0px;
    border-left: 0px;
}

.main-content.page .page-header .title .right .text h1 {
    font-weight: 700;
    font-size: 2.5em;
    font-family: 'Noto Sans KR', sans-serif;
}

.main-content.page .page-header .title .right .text h1 span {
    display: block;
    font-weight: 400;
    font-family: 'Rajdhani', sans-serif;
}

.main-content.page .about-content {
    margin-bottom: 70px;
    height: auto;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.main-content.page .about-content .right {
    padding-top: 50px;
    display: inline-block;
    width: 100%;
}

.main-content.page .about-content .right {
    padding-left: 20px;
    float: left;
    border-left: 5px solid rgba(0,90,78,0.5);
    margin-left: 150px;
    font-size: 1.1em;
    color: #005A4E;
	width:calc(100% - 110px);
}

.main-content.page .products-content {
    padding-top: 50px;
}

.main-content.page .products-content .products-navigation {
    padding-right: 10px;
}

.main-content.page .products-content .products-navigation .card {
    border-radius: 0px;
    margin-bottom: 2px;
    border: 0px;
}

.main-content.page .products-content .products-navigation .card-header {
    padding: 0px;
    border-radius: 0px;
    border: 0px;
}

.main-content.page .products-content .products-navigation .card-header button {
    background: #005A4E;
    color: #fff;
    border-radius: 0px;
    width: 100%;
    display: block;
    text-align: left;
    font-weight: 600;
    padding: 5px 10px;
    text-decoration: none;
}

.main-content.page .products-content .products-navigation .card-header button span {
    display: inline-block;
    float: right;
    padding-left: 10px;
    border-left: 1px solid rgba(255,255,255,0.5);
}

.main-content.page .products-content .products-navigation .card-body {
    border: 0px;
    padding: 0px;
    border-bottom: 1px solid rgba(0,90,78,0.5);
}

.main-content.page .products-content .products-navigation .card-body ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.main-content.page .products-content .products-navigation .card-body ul li  {
    float: none;
}

.main-content.page .products-content .products-navigation .card-body ul li a {
    border: 1px solid rgba(0,90,78,0.3);
    border-bottom: 0px;
    width: 100%;
    display: block;
    padding: 5px 10px;
    color: #005A4E;
    font-weight: 600;
    transition: all 0.5s;
}

.main-content.page .products-content .products-navigation .card-body ul li:hover a,
.main-content.page .products-content .products-navigation .card-body ul li:focus a,
.main-content.page .products-content .products-navigation .card-body ul li:active a,
.main-content.page .products-content .products-navigation .card-body ul li.active a {
    color: #000;
    text-decoration: none;
}

.main-content.page .products-content  h2 {
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
}

.main-content.page .products-content  h2.mb-0 {
    border: 0px;
}

.main-content.page .products-content .product-detail {
    padding-left: 30px;
    border-left: 2px solid rgba(0,90,78,0.3);
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.main-content.page .products-content .product-detail h3 {
    color: #005A4E;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,90,78,0.3);
}

.main-content.page .products-content .product-detail .table-bordered th,
.main-content.page .products-content .product-detail .table-bordered td {
    border:1px solid rgba(0,90,78,0.3);
}

.main-content.page .products-content .product-detail .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,90,78,0.1);
}

.main-content.page .products-content .other-products {
    margin-bottom: 10px;
    padding-left: 30px;
}

.main-content.page .products-content .other-products .box {
    margin-bottom: 30px;
    border: 1px solid rgba(0,90,78,0.3);
    border-radius: 10px;
}

.main-content.page .products-content .other-products .box .image {
    background: #fff;
    padding: 30px;
    border-radius: 10px 10px 0px 0px;
    transition: all 0.5s;
}

.main-content.page .products-content .other-products .box:hover .image {

}

.main-content.page .products-content .other-products .box .image img {
    width: 100%;
    height: auto;
}

.main-content.page .products-content .other-products .box .text {
    background: #005A4E;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    border-radius: 0px 0px 10px 10px;
    min-height: 80px;
    text-align: center;
}

.main-content.page .products-content .other-products .box a {
    text-decoration: none;
}

.main-content.page .reference-gallery {
    width: 100%;
}

.main-content.page .reference-gallery .box {
    margin-bottom: 30px;
}

.main-content.page .reference-gallery .box .image {
    margin-bottom: 10px;
    border: 1px solid rgba(0,90,78,0.3);
    transition: all 0.5s;
}

.main-content.page .reference-gallery .box img {
    width: 100%;
    height: auto;
}

.main-content.page .reference-gallery .box:hover .image {
    background: rgba(0,90,78,0.6);
}

.main-content.page .reference-gallery .box .title {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    transition: all 0.5s;
}

.main-content.page .reference-gallery .box:hover .title {
    color: #000;
}

.ik-upload {
    display: none;
}
.ik-upload-area {
    border: 1px solid rgba(0,90,78,0.5);
    height: 50px;
    display: inline-block;
    padding: 12px;
    cursor: pointer;
}

.ik-form .ik {
    height: 50px;
    border: 1px solid rgba(0,90,78,0.5);
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}

.ik-form .ik.ikt {
    height: 150px;
}

.btn.btn-ik {
    background: #005A4E;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
    padding: 10px 30px 7px;
}

.ik-title {
    text-transform: uppercase;
    margin: 20px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #005A4E;
}

.map-title {
    margin-top: 50px;
}

.map {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border:1px solid #005A4E;
}

.map #map {
    width: 100%;
    height: 500px;
}

.contact-informations {
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.contact-informations p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,90,78,0.3);
}

.search-result {}

.search-result ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.search-result ul li {
    padding: 15px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #005A4E;
}

.search-result ul li h5 {
    color: #005A4E;
}

.search-result ul li p {
    color: #999;
}

.search-result ul li p.link {
    color: #0000FF;
}

.search-result a {
    text-decoration: none;
}

.greenTitle {
	color:#000;
}

.sliderFont {
	font-family: 'Alfa Slab One', cursive;
	font-size: 4em;
    line-height: 1.5em;
    text-shadow: 1px 1px 2px #000;
    max-width: 60%;
	text-transform: uppercase;
}