/**
* Template Name: Ninestars - v2.0.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family:'GothamBold';
    src:url('../fonts/GothamBold.eot');
    src:url('../fonts/GothamBold.eot?#iefix') format('embeded-opentype'),
        url('../fonts/GothamBold.woff') format('woff');
}
@font-face {
    font-family:'GothamMedium';
    src:url('../fonts/GothamMedium.eot');
    src:url('../fonts/GothamMedium.eot?#iefix') format('embeded-opentype'),
        url('../fonts/GothamMedium.woff') format('woff');
}

@font-face {
    font-family:'GothamLight';
    src:url('../fonts/GothamLight.eot');
    src:url('../fonts/GothamLight.eot?#iefix') format('embeded-opentype'),
        url('../fonts/GothamLight.woff') format('woff');
}
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/NotoSansKR-Thin.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Thin.woff) format('woff'),
        url(../fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/NotoSansKR-Light.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Light.woff) format('woff'),
        url(../fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/NotoSansKR-DemiLight.woff) format('woff');
}
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Regular.woff) format('woff'),
        url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Medium.woff) format('woff'),
        url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Bold.woff) format('woff'),
        url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/NotoSansKR-Black.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Black.woff) format('woff'),
        url(../fonts/NotoSansKR-Black.otf) format('opentype');
}

@font-face{
    font-family:'Futura Light';
    font-style:normal;
    src:url(../fonts/Futura-Light.eot);
    src:url(../fonts/Futura-Light.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Futura-Light.woff) format('woff');
    font-weight:200;
}
@font-face{
    font-family:'Futura Book';
    font-style:normal;
    src:url(../fonts/Futura-Book.eot);
    src:url(../fonts/Futura-Book.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Futura-Book.woff) format('woff');
    font-weight:300;
}
@font-face{
    font-family:'Futura Medium';
    font-style:normal;
    src:url(../fonts/Futura-Medium.eot);
    src:url(../fonts/Futura-Medium.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Futura-Medium.woff) format('woff');
    font-weight:400;
}
@font-face{
    font-family:'Futura Bold';
    font-style:normal;
    src:url(../fonts/Futura-Bold.eot);
    src:url(../fonts/Futura-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Futura-Bold.woff) format('woff');
    font-weight:500;
}

body {
    font-family:'NotoSansKR', sans-serif;
  color: #212529;
}

a {
  color: #007bff;
}

a:hover {
  color: #0b6bd3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
    font-family: 'Futura Bold', sans-serif;
}
h5{font-weight:bold;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  background: #24a1b4;
  color: #fff;
  -webkit-transition: display 0.5s ease-in-out;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #ee7843;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    background: rgba(0,0,0,.8);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 72px;
}

.main_video iframe {
    width: 100%;
    height: 60vh;
}



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

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {color:#24a1b4;text-decoration:none;
}

.nav-menu .get-started a {
  background: #24a1b4;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  /*top: calc(100% - 30px);*/
  top:70px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: rgba(250,250,250,.9);
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #3c1300;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #24a1b4;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
    color:#24a1b4;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(250,250,250,.9);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #424242;
  padding: 10px 20px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #424242;
  text-decoration: none;
}

.mobile-nav .get-started a {
  background: #24a1b4;
  color: #fff;
  border-radius: 50px;
  margin: 15px;
  padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
  background: #ee7843;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
    color:#24a1b4;
}

.mobile-nav .active.drop-down > a:after {
  content: "\ea99";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
    color: #24a1b4;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# home Section
-------------------------------------------------------------*/
#home {
  width: 100%;
  background: #f7f7f7;
  padding: 20px 0;
}

#home h1{margin:30px 0 20px 0;font-size:30px;font-weight:600;color:#00a2b5;}
#home h2{color:#5a6570;font-size:15px;}
#home .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 10px 0;
  color: #fff;
  background: #24a1b4;
}

#home .btn-get-started:hover {
  background: #ef7f4d;
}

#home .animated {
  -webkit-animation: up-down 2s ease-in-out infinite alternate-reverse both;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


h3.aos-init {
    text-align: center;
}


@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #home {margin:0;text-align: center;}
  #home .animated {
    -webkit-animation: none;
    animation: none;
  }
  #home .hero-img {
    text-align: center;
  }
  #home .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #home h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #home .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #home .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
    background-color: #ffffff !important;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #424242;
}

.section-title p::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: #24a1b4;
  bottom: -10px;
  left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# main contents
--------------------------------------------------------------*/
.main_contents h3 {
  font-weight: 700;
  font-size: 34px;
  
  color: #000000;
}

.main_contents h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #000;
}

.main_contents i {
  font-size: 48px;
  margin-top: 15px;
  color: #f39e7a;
}

.main_contents p {
  font-size: 15px;
  color: #5a6570;
}

@media (max-width: 991px) {
  .main_contents .main_contents-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .main_contents .main_contents-img img {
    max-width: 90%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0  0 40px 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
  width: 100%;
}

.services .icon-box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: #ef7f4d;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
  color: #ef7f4d;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #333;
  font-size: 0.8rem;
  height: 35px;
  display: block;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}


/* product */
#product{padding:20px 0 60px;}
.product h2{color:#24a1b4;font-size:30px;font-weight:600;margin-bottom:30px;}
.product p{font-size:15px;color:#5a6570;font-weight:500;}
.product .product-item {
  margin-bottom: 30px;
}

.product #product-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.product #product-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #212529;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product #product-flters li:hover, .product #product-flters li.filter-active {
  color: #24a1b4;
}

.product #product-flters li:last-child {
  margin-right: 0;
}

.product .product-wrap {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
    background:#f7f7f7;
    text-align:center;
    padding:30px;
}

.product .product-wrap::before {
  content: "";
  background: rgba(122, 105, 96, 0.6);
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}

.product .product-wrap img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.product .product-wrap .product-links {
  opacity: 0;
  left: 0;
  right: 0;
  top: calc(50% - 32px);
  text-align: center;
  z-index: 3;
  position: absolute;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.product .product-wrap .product-links a {
  color: #24a1b4;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 6px;
  padding-right: 1px;
  border-radius: 50px;
  text-align: center;
  width: 32px;
  height: 32px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product .product-wrap .product-links a i {
  line-height: 1;
}

.product .product-wrap .product-links a:hover {
  background: #24a1b4;
  color: #fff;
}

.product .product-wrap .product-info {
  text-align: center;
  z-index: 3;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.product .product-wrap .product-info h4 {
  font-size: 26px;
  color: #000;
  font-weight:bold;
    margin:20px 0;
}

.product .product-wrap .product-info p {
    color:#5a6570;
  font-size: 14px;
  text-transform: uppercase;
}

/*.product .product-wrap:hover::before {
  left: 0;
}

.product .product-wrap:hover .product-links {
  opacity: 1;
  top: calc(50% - 16px);
}

.product .product-wrap:hover .product-info {
  opacity: 1;
  bottom: 0;
}*/

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
  background: #fff;
  padding: 30px 0;
}

.faq .faq-list li {
  padding: 0 25px 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #24a1b4;
  font-size: 23px;
  font-weight: 600;
  color: #24a1b4;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  padding-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #24a1b4;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #24a1b4;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  /* background: #fff; */
  padding: 0;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.team .member .member-info-content {
  position: absolute;
    top:0;
    left: 50%;
    width:100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 1s;
    transition: 1s;
}

.team .member .member-info-content h4 {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}

.team .member .member-info-content span {
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member:hover .member-info {
    background:rgb(0, 0, 0, .5);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  top: 50%;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}



/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients{border-top:1px solid #f3f3f3;}
.clients .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  height: 80%;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 3px;
  flex-wrap: wrap;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dcdcdc !important;
}

.clients .owl-dot.active {
  background-color: #000000 !important;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #24a1b4;
  border-bottom: 3px solid #24a1b4;
  padding: 30px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #24a1b4;
  float: left;
  width: 44px;
  height: 44px;
  background: #fdf1ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7a6960;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #ab9d95;
}

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

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #24a1b4;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #24a1b4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #24a1b4;
  border-bottom: 3px solid #24a1b4;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #24a1b4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ef7f4d;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/* hp custom */
.top_area{margin-top:;}
.top_area_h{margin-top:120px;}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl{max-width:1100px;}
.gallery-thumbs .swiper-slide{height:100%;opacity:0.2 !important;}
.gallery-thumbs .swiper-slide-thumb-active{opacity:1 !important;}
.gallery-thumbs .swiper-slide-thumb-active .swiper_text_area{background:#fff;}
.slide_area{padding:20px;background:#f7f7f7;}
.gallery-top{max-width:340px;}
.gallery-thumbs{max-width:900px;}
.swiper-slide img{width:100%;}
.swiper_text_area{font-size:14px;text-align:center;padding:4px 8px;word-break:break-all;}
.cb{clear:both;}
.main_contents{margin-top:50px;padding-bottom: 150px;}
.contents_list{margin:20px 0 30px;font-size:14px;color:#666;}
.main_font_bold{color:#00a2b5 !important;font-size:18px !important;}
.main_contents_index{padding:0 50px;}
.main_contents_index h3{color:#00a2b5;font-size:30px;margin-bottom: 50px;}
.main_thumb_img{width:120px;height:auto;}
.main_thumb_img img{width:100%;}
.clients_title{text-align:center;}
.clients_title h3{color:#000000;font-size:30px;margin-bottom:20px;font-weight:700;}
.h3_tit {color:#000 !important;font-size:30px !important;margin-bottom:20px;font-weight:700 !important;}

.clients_title p {padding-bottom:15px;margin-bottom:40px;font-size:15px;color:#5a6570;}
#footer{width:100%;background-image:url("../../assets/img/cta-bg.svg");color:#fff;margin-top:0px;z-index:65;padding:full;background-size:cover;background-repeat:no-repeat;}
.footer_area{font-family:'NotoSansKR';font-weight:normal;padding:20px 0;margin:0 auto;width:1000px;}
.footer_div{display:inline-block;vertical-align:middle;margin:0 24px;}
.footer_logo_area{display:inline-block;vertical-align:middle;}
.footer_logo_area img{width:260px;}
.footer_company_title_area{display:inline-block;vertical-align:middle;}
.footer_company_title{font-size:16px;margin-bottom:6px;}
.footer_company_subtitle{font-size:14px;}
.footer_company_info_area{display:inline-block;vertical-align:middle;font-size:14px;font-family:'NotoSansKR';}
.product_link_area{}
.product_link{display:inline-block;color:#24a1b4;font-weight:600;font-size:14px;text-transform:uppercase;padding:25px 28px 25px 0;background-image:url(../img/chevron.svg);background-repeat:no-repeat;background-position:center right 5px;}
.product_link:hover{font-weight:bold;color:#24a1b4;text-decoration:none;background-position:center right 0;-webkit-transition:all .25s ease;transition:all .25s ease;}
#product_list {width:100%;background:#fff;padding:0 0 60px;}
#product_list h1{margin:0 0 20px 0;font-size:30px;font-weight:bold;color:#000;position:relative;padding:20px 0;}
#product_list h1:after{content:"";height:3px;width:60px;background:#24a1b4;position:absolute;left:0;bottom:0}
#product_list h2{color:#5a6570;font-size:15px;line-height: 1.4;}
#product_list .btn-get-started{font-family: "Raleway", sans-serif;font-weight:500;font-size:15px;letter-spacing:1px;display:inline-block;padding:8px 28px;-webkit-transition:0.5s;transition:0.5s;margin:10px 0;color:#fff;background:#24a1b4;}
#product_list .btn-get-started:hover{background:#ef7f4d;}
#product_list .animated{-webkit-animation: up-down 2s ease-in-out infinite alternate-reverse both;animation: up-down 2s ease-in-out infinite alternate-reverse both;}
#product_list .hero-img{text-align:center;}
#product_list .hero-img img{width:80%;}
@media (min-width: 1024px) {
    #product_list{background-attachment:fixed;}
}
@media (max-width: 991px) {
    #product_list{margin:0;}
    #product_list .animated{-webkit-animation:none;animation:none;}
    #product_list .hero-img{text-align:center;}
    #product_list .hero-img img{width:70%;}
}

@media (max-width: 768px) {
    #product_list h1{font-size:28px;line-height:36px;}
    #product_list h2{font-size:18px;line-height:24px;margin-bottom:30px;}
    #product_list .hero-img img{width:70%;}
}

@media (max-width: 575px) {
    #product_list .hero-img img{width:100%;}
}

.product_info_icon_area{margin:30px 0;}
.product_info_icon{display:inline-block;margin-right:10px;text-align:center;min-width:80px;}
.product_info_icon img{width: 70px;height: 70px;}
.product_info_icon p{font-size:14px;color:#5a6570;margin-top:10px;}
.gallery_sub_title{font-size:16px;text-align:center;margin:10px 0;color:#24a1b4;font-weight:600;}
.gallery_main_title{text-align:center;}
.gallery_main_title h3{position:relative;margin-bottom:50px;font-size:24px;font-weight:bold;color:#000;}
.gallery_main_title h3:after{content:"";height:3px;width:60px;background:#24a1b4;position:absolute;left:calc(50% - 30px);bottom:-20px;}
.gallery_main_box_left{width:50%;float:left;}
.gallery_main_box_right{width:50%;float:left;}
.gallery_main_box_s img{width:100%;padding:4px;}
.gallery_main_box_right{width:50%;float:left;padding:4px 2px;}
.gallery_main_box_right img{width:100%;}
.gallery_main_box_bl{width:50%;float:left;padding:4px;}
.gallery_main_box_br{width:50%;float:left;padding:8px 16px 8px 0;}
.gallery_main_box_br img{width:100%;}
.gallery_main_box_brr{width:50%;float:left;padding:8px 0 8px 16px;}
.gallery_main_box_brr img{width:100%;}
.gallery_select_s img:hover{-webkit-transform:scale(1.04);transform:scale(1.04);cursor:pointer;-webkit-transition-duration:1s;transition-duration:1s;}
.gallery_select_m img:hover{-webkit-transform:scale(1.02);transform:scale(1.02);cursor:pointer;-webkit-transition-duration:1s;transition-duration:1s;}
.gallery_select_l img:hover{-webkit-transform:scale(1.02);transform:scale(1.02);cursor:pointer;-webkit-transition-duration:1s;transition-duration:1s;}
.gallery_main_more_btn{text-align:center;margin:20px 0;}
.gallery_main_more {font-family:"Raleway", sans-serif;font-weight:500;font-size: 0.8rem;letter-spacing:1px;display:inline-block;padding: 13px 50px 9px;-webkit-transition:0.5s;transition:0.5s;margin:10px 0;color:#fff;background:#24a1b4;border-radius: 10px;font-weight: bold;}
.gallery_main_more:hover{background:#ef7f4d;}
.popup_gallery_small{width:100%;}
.popup_gallery_small img{width:100%;}
#vimeoWrap{position:relative;padding-bottom:56.25%;/* 16/9 ratio */padding-top:30px;/* IE6 workaround*/height:0;overflow:hidden;margin:0;}
#vimeoWrap iframe,#vimeoWrap object,#vimeoWrap embed{position:absolute;top:0;left:0;width:100%;height:100%;}
.lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}
#gallery{padding:20px 0 60px;}
.gallery .gallery-item{margin-bottom:20px;}
.gallery #gallery-flters{padding:0;margin:0 0 35px 0;list-style:none;text-align:center;}
.gallery #gallery-flters li{cursor:pointer;margin:0 15px 15px 0;display:inline-block;padding:5px;font-size: 0.95rem;font-weight: 500;line-height:20px;color: #4d5256;margin-bottom:5px;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.gallery #gallery-flters li:hover, .gallery #gallery-flters li.filter-active{color:#eb5d1e;font-weight: 900;}
.gallery #gallery-flters li:last-child{margin-right:0;}
.gallery .gallery-wrap{-webkit-transition:0.3s;transition:0.3s;position:relative;overflow:hidden;z-index:1;}
.gallery .gallery-wrap::before{content:"";background:rgba(0, 0, 0, 0.4);position:absolute;bottom:100%;right:0;top:0;bottom:0;-webkit-transition:all ease-in-out 0.3s;transition:all ease-in-out 0.3s;z-index:2;}
.gallery .gallery-wrap img{-webkit-transition:0.3s;transition:0.3s;position:relative;z-index:1;}
.gallery .gallery-wrap .gallery-links{opacity:0;left:0;right:0;top:calc(50% - 80px);text-align:center;z-index:3;position:absolute;-webkit-transition:all ease-in-out 0.3s;transition:all ease-in-out 0.3s;}
.gallery .gallery-wrap .gallery-links p{font-size:16px;margin-top:6px;font-weight:500;text-transform:uppercase;}
.gallery .gallery-wrap .gallery-links a{color:#fff;font-size:50px;line-height:1;text-align:center;width:100%;height:150px;display:inline-block;-webkit-transition:0.3s;transition:0.3s;}
.gallery .gallery-wrap .gallery-links a i{line-height:1;}
.gallery .gallery-wrap .gallery-links a:hover{color:#fff;}
.gallery .gallery-wrap:hover::before{left:0;}
.gallery .gallery-wrap:hover .gallery-links{opacity:1;top:calc(50% - 40px);}
.bg_glay{background:#f7f7f7;}
.vbox-title{display:none !important;}
.vbox-close{background-color:none !important;}

.product_detail {width:100%;background:#fff;padding:60px 0;}
.product_detail h1{margin:0 0 20px 0;font-size:30px;font-weight:bold;color:#000;position:relative;padding:20px 0;}
.product_detail h1:after{content:"";height:3px;width:60px;background:#24a1b4;position:absolute;left:0;bottom:0}
.product_detail h2{color:#5a6570;font-size:15px;margin-bottom:30px;}
.product_detail .btn-get-started{font-family: "Raleway", sans-serif;font-weight:500;font-size:15px;letter-spacing:1px;display:inline-block;padding:8px 28px;-webkit-transition:0.5s;transition:0.5s;margin:10px 0;color:#fff;background:#24a1b4;}
.product_detail .btn-get-started:hover{background:#ef7f4d;}
.product_detail .animated{-webkit-animation: up-down 2s ease-in-out infinite alternate-reverse both;animation: up-down 2s ease-in-out infinite alternate-reverse both;}
.product_detail .hero-img{text-align:center;}
.product_detail .hero-img img{width:80%;}
.product_background_fs{background-image:url('../img/product_background_fs.jpg');background-size:cover;background-repeat:no-repeat;position:relative;color:#fff;padding:150px 0;}


		/**/
		.row.justify-content-between {
			margin-top: 100px;
		}
		
		
		
		.studio_txt > div > a {
			color: #333;
			border: 1px solid #efefef;
			text-align: center;
			padding: 10px;
			border-right: 0;
			font-size: 0.9rem;
			-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
		}
		.studio_txt > div > a:first-child{border-left:0;}
		.studio_txt > div > a.active {
			font-weight: bold;
			color: #2ca4b7;
			background: #e9f3f5;
			/* border: 0; */
		}


		.studio_txt.main_contents_index {padding: 0 30px;}

		.studio_txt h3.aos-init.aos-animate {font-weight: bold;}
		
		
		a.reservation_btn {
			font-size: 0.8rem;
			color: #ffffff;
			float: right;
			padding: 10px 20px;
			background: #00a2b5;
			border-radius: 10px;
		}
		a.reservation_btn:hover{background:#ef7f4d; transition:all 0.6s;}
		section#gallery_main {padding-bottom: 150px;}
		
		
		
		/**/
		.icon-box .icon {
			font-size: 28px;
			font-weight: bold;
			color: #ef7f4d;
		}
		span.span_num {
    display: inline-block;
    border: 2px dotted #f8c8b3;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 5px;
    vertical-align: middle;
    /* font-weight: bold; */
    color: #ef804e;
    line-height: 44px;
    box-sizing: border-box;
    font-size: 1.3rem;
    margin-right: 3px;
}
	span.span_line {
    border-bottom: 2px dotted #f8c8b3;
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 5px;
}


p.map_txt b {
    display: block;
    font-weight: 900;
}
p.map_txt {
    text-align: center;
}


		



@media (min-width: 1024px) {
    /*.product_detail{background-attachment:fixed;}*/
}

@media (max-width: 991px) {
    .product_detail{margin:0;}
    .product_detail .animated{-webkit-animation:none;animation:none;}
    .product_detail .hero-img{text-align:center;}
    .product_detail .hero-img img{width:70%;}
    .top_area{margin-top:0px;}
}

@media (max-width: 768px) {
    .product_detail h1{font-size:28px;line-height:36px;}
    .product_detail h2{font-size:18px;line-height:24px;margin-bottom:30px;}
    .product_detail .hero-img img{width:70%;}
	
	/**/
	.studio_txt > div > a {border: 0;}
	.studio_txt.main_contents_index > div.row {border: 1px solid #ddd;}
	.product_info_icon img {width: 50px;height: 50px;}
	.product_info_icon {margin-right: 5px;}
	.gallery_main_more {font-size: 15px;padding: 10px 50px 9px;}
	.row.justify-content-between {margin-top: 0;}
	

	
	a.reservation_btn {
    font-size: 16px;
    color: #ffffff;
    float: none;
    padding: 10px 20px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
	}
	
	
	section#gallery_main {padding-bottom: 50px;}
	
	span.span_num {
    display: block;
    margin: 0 auto 5px;
}
	span.span_line {
    margin-bottom: 15px;
}

.studio_txt > div > a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 0;
}





	
	
}

@media (max-width: 575px) {
    .product_detail .hero-img img{width:100%;}


	
	
	
}
.videoWrap{position:relative;padding-bottom:56.25%;/* 16/9 ratio */height:0;overflow:hidden;margin:0;}
.videoWrap iframe,.videoWrap object,.videoWrap embed{position:absolute;top:0;left:0;width:100%;height:100%;}
.product_sub_title{font-size:16px;color:#24a1b4;font-weight:600;}
.software_img_area{width:100%;}
.software_img_area img{width:100%;}
.product_background_xxl{background-image:url('../img/product_background_xxl.jpg');background-size:cover;background-repeat:no-repeat;position:relative;color:#fff;padding:150px 0;}
.product_background_xlpro{background-image:url('../img/product_background_xlpro.jpg');background-size:cover;background-repeat:no-repeat;position:relative;color:#fff;padding:150px 0;}
.product_background_360{background-image:url('../img/product_background_360.jpg');background-size:cover;background-repeat:no-repeat;position:relative;color:#fff;padding:150px 0;}
.product_background_micro{background-image:url('../img/product_background_micro.jpg');background-size:cover;background-repeat:no-repeat;position:relative;color:#fff;padding:150px 0;}
.product_background_table{background-image:url('../img/product_background_table.jpg');background-size:cover;background-repeat:no-repeat;position:relative;color:#fff;padding:150px 0;}
.hardware_img_area{width:100%;}
.hardware_img_area img{width:100%;margin-bottom:20px;}
.backgroud_title{color:#fff !important;}
.background_index{color:#fff !important;}
.imgfull img{width:100% !important;}
.mt50{margin-top:50px;}
.index_bold{font-size:18px !important;font-weight:600;}
.satisfied_users{margin:100px 0 300px;}
.img_s{text-align:center;}
.img_s img{width:80%;}
.logo_center img{width:80%;margin-top:100px;}
.contact_company_title{font-size:20px;margin-bottom:6px;}
.contact_company_subtitle{font-size:18px;}
.contact_company_info_area{font-size:16px;margin-bottom:20px;}
.contact_box{position:relative;}
.contact_h1{margin-bottom:30px !important;;}
.contact_h1:after{content:'';position:absolute;display:block;width:60px;height:2px;background:#24a1b4;margin-top:8px;}
.footer_fix{position:fixed;bottom:0;}
.company_k{padding-top:20px;border-top:1px solid #eee;}
.company_w{margin-top:10px;padding-top:20px;border-top:1px solid #eee;}






@media (max-width: 991px) {
    .gallery-top{margin-top:30px !important;}
    .slide_area{padding:20px 4px !important;margin-top:0px !important;}
    .swiper_text_area{display:none;}
    .footer_area{padding:20px 0;margin:0 auto;width:100%;text-align:center;}
    .footer_div{display:none;}
    .footer_logo_area{display:block;margin-bottom:10px;}
    .footer_logo_area img{width:300px;}
    .footer_company_title_area{display:block;margin-bottom:20px;}
    .footer_company_title{margin-bottom:6px;}
    .footer_company_info_area{display:block;}
    .gallery_main_box_bl{width:100%;padding:2px 4px 2px 4px;}
    .gallery_main_box_br{width:100%;}
    .gallery_main_box_br{width:100%;padding:0px 8px 16px;}
    .gallery_main_box_brr{width:100%;padding:0 8px;}
    .logo_center img{width:100% !important;margin-top:100px;}
    .footer_fix{position:relative;}
}

@media (max-width: 575px) {
    .main_contents{margin:0;}
    .main_contents_index{padding:15px;;}
    .footer_area{padding:20px;margin:0 auto;width:100%;text-align:center;}
    .footer_div{display:none;}
    .footer_logo_area{display:block;margin-bottom:10px;}
    .footer_logo_area img{width:200px;}
    .footer_company_title_area{display:block;margin-bottom:20px;}
    .footer_company_title{margin-bottom:6px;}
    .footer_company_info_area{display:block;}
}






/*yj-designe*/

body {overflow-x:hidden;}
#SHOWROOM h3:after{content:"";height:3px;width:60px;background:#24a1b4;position:absolute;left:calc(50% - 30px);bottom:-20px;}
#SERVICES h3:after{content:"";height:3px;width:60px;background:#24a1b4;position:absolute;left:calc(50% - 30px);bottom:-20px;}
#FUNCTION h3:after{content:"";height:3px;width:60px;background:#24a1b4;position:absolute;left:calc(50% - 30px);bottom:-20px;}
#LOCATION h3:after{content:"";height:3px;width:60px;background:#24a1b4;position:absolute;left:calc(50% - 30px);bottom:-20px;}
.container {padding-right:unset;padding-left:unset;}

/*slide*/
#spO_visual {position: relative;margin: 0 auto;overflow: hidden;height:60vh;}      
#spO_visual>div {position: absolute;width:100%;left: 0;top: 0;transition: 0.3s ease;opacity: 0;}
#spO_visual>div.on {opacity: 1;}
#spO_control {position: absolute;width: 100%;bottom:10%;text-align: center;padding:0;}
#spO_control a {display: inline-block;width: 20px;height: 20px;background: #f6f5f5;line-height: 26px;font-size: 0.8em;border-radius: 14px;margin: 0 2px}
#spO_control a.on {background:#24a1b4;}
#spO_visual div#left>span:first-child {position: absolute;display: inline-block;width: 50px;height: 8px;background-color: black;border-radius: 10px;transform: translateY(63px) rotate(50deg); 
}
#spO_visual div#left>span:last-child {position: absolute;width: 50px;height: 8px;background-color: black;border-radius: 10px;transform: translateY(30px) rotate(-50deg);}
#spO_visual div#left:hover span {background-color: #fff;transition: 0.2s ease;}
#spO_visual div#left {position: absolute;width: 50px;height: 100px;top: 50%;left: 2.5%;transform: translate(0%, -50%);cursor: pointer;opacity: 0;transition: .4s ease;}
#spO_visual div#right {position: absolute;width: 50px;height: 100px;top: 50%;right:2.5%;transform: translate(0%, -50%);cursor: pointer;opacity: 0;transition: .4s ease;}
#spO_visual div#right>span:first-child {position: absolute;display: inline-block;width: 50px;height: 8px;background-color: black;border-radius: 10px;transform: translateY(63px) rotate(-50deg);}
#spO_visual div#right>span:last-child {position: absolute;width: 50px;height: 8px;background-color: black;border-radius: 10px;transform: translateY(30px) rotate(50deg);}
#spO_visual div#right:hover span{background-color: #fff;transition: 0.2s ease;}

/*layerpopup*/

.n_layerpop {list-style:none;margin:5% 0 0 0;padding:0;display:flex;justify-content:space-between;}
.n_layerpop li {width:30%;}
.n_layerpop li img {width:100%;}
.closeicon {width:60% !important;margin-top:12%;}
#PORTFOLIO {transform:unset !important;}
#terms_popup {display:none;}
#terms_popup + label {display:inline-block;}
#terms_popup:checked + label + #terms_layerBG {display:block;}

#terms_popup2 {display:none;}
#terms_popup2 + label {display:inline-block;}
#terms_popup2:checked + label + #terms_layerBG {display:block;}

#terms_popup3 {display:none;}
#terms_popup3 + label {display:inline-block;}
#terms_popup3:checked + label + #terms_layerBG {display:block;}

#terms_layerBG {display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
#terms_layerBG > #terms_popCont {position:absolute;box-sizing:border-box;border-radius:15px;top:50%;left:50%;transform:translate(-50%, -50%);width:35%;text-align:center;}
#terms_layerBG > #terms_popCont > h2 {margin-bottom:25px;}

.terms_popST {position:absolute;right:0;cursor:pointer;}
#terms_layerBG img {width:100%;}
#terms_popCont iframe {height:65vh;}
#FUNCTION .row {width:1200px;}
@media (max-width:1200px) {
#FUNCTION .row {width:unset;}
}
@media (max-width:600px) {
.row {margin-right:unset;margin-left:unset;}
}

@media screen and (max-width:765px){
.new_slideST {max-width:100% !important;}
#spO_visual {height:48vh;}
}

@media screen and (max-width:600px){
#spO_visual {height:40vh;}
/* #FUNCTION {padding-top:200px !important;} */
.function_ifr {height:25vh !important;}
.loacation_ifr {height:29vh !important;}
#PORTFOLIO {padding-top:200px !important;}
#LOCATION {padding-top:200px !important;}
.product_detail {padding:0;}
}

@media (min-width: 1200px){
.funct_Cont{max-width:100% !important}
}
.hidden {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}