
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}
section.maps{padding:0}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 2.5em;line-height: 1;
  font-weight: 700;letter-spacing: -0.7px;
  text-transform: uppercase;
  margin-bottom:.75em;
  padding-bottom: 0;
  color: #111;
  position: relative;
  z-index: 2;
  position: relative;
}


/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px;padding-right:2em;
}
.featured-services .service-item+.service-item::before{
  position: absolute;border-left:1px solid #cecece;left:-1.5em;top:0;bottom: 0;
  display: block;content: '';
  }
  @media (max-width:1260px) {
    .featured-services .service-item+.service-item::before{left:-0.5em}
  }
  @media (max-width:998px) {
    .featured-services .service-item+.service-item::before{border:none}
  }
.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon i {
  color: #001f8d;
  font-size: 48px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color: #0d42ff;
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 1rem;
  margin-right: 2.5rem;
  font-size: 1.5em;
  color:#333;
  transition: 0.3s;
  letter-spacing: -1px;
}

.featured-services .service-item .description {
  color: #555;
  margin-bottom: 1.5rem;
  margin-right: 2.5rem;

}

.featured-services .service-item .date {
  color: #bdbdbd;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color:#333;
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: #0d42ff;
}
@media (max-width:768px) {
  .featured-services .service-item .description br{display: none;}
  .featured-services .service-item{padding-right:0}
  .featured-services .service-item .title{margin-bottom: .5rem;}
  .featured-services .service-item .description {margin-bottom: .75rem;}
}
/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about{background-color:#f1f5fe;}
.about .content h3 {
  font-size: 2.5em;line-height: 1;
  font-weight: 900;color: #111;letter-spacing: -0.7px;margin-bottom: 1em;
}

.about .content ul li{position:relative;padding-left:15px;margin-bottom:1em;font-size: 1.125em;}
.about .content ul li a{color: #444;}
.about .content ul li:before{content:""; display:block;position:absolute;width:3px;height:3px;background:#444;border-radius:50%;top:0.75em;left:0}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0d42ff 50%, rgba(13, 66, 255, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(13, 66, 255, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid #0d42ff;
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background:url("../img/Glasurit_bg.jpg") center center;
  background-size: cover;
  padding: 125px 0;
}

.call-to-action h3 {
  color: #fff;
  font-size: 3.750em;
  font-weight: 700;margin-bottom: .5em;
}

.call-to-action p {
  color: #fff;font-weight:300;
}



/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 1.5em;color: #333;
  margin-bottom:0.25em;
  padding: 10px 30px;
  text-transform: uppercase;
}
.services .card h3 a{color: #333}


.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color:#555;
}
.services .card p.date{color: #bdbdbd;}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# baslac Section
--------------------------------------------------------------*/
.baslac {
  background:url("../img/Baslac_bg.jpg") center center;
  background-size: cover;
  padding: 125px 0;
}

.baslac h3 {
  color: #fff;
  font-size: 3.750em;
  font-weight: 700;margin-bottom: .5em;
}

.baslac p {
  color: #fff;font-weight:300;
}


/*--------------------------------------------------------------
# product Section
--------------------------------------------------------------*/
.product{background-color: #f1f7fc;}



/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq {
  padding-top: 80px;
}








/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero{  margin-top: 100px;}
.hero, .carousel-inner,  .carousel-item {
  width: 100%;
  /*min-height: 50vh;
  height: 900px;
  background-color:#333;*/
  /*background-image: url("../img/main_visual_bg.jpg");*/
  background-size: cover;
  background-position: center top;
  position: relative;
  padding:0;
  color: rgba(255, 255, 255, 0.8);
}
.main_visual01{background-image: url("../img/main_visual01.jpg");}
.main_visual02{background-image: url("../img/main_visual02.jpg");}
.main_visual03{background-image: url("../img/main_visual03.jpg");}
.main_visual04{background-image: url("../img/main_visual04.jpg");}

.hero .carousel-indicators{margin-bottom: 3rem;}
.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon{width: 4rem; height: 4rem;}

/*.hero .hero-img img{padding-top:10em}*/
.hero .r-txt{text-align: center;position:absolute;z-index:10;top:20%;left:5%;right:5%;}
.hero h2 {
  line-height: 1;text-align: center;
  padding: 0;
  font-size: 60px;
  color: #fff;
  font-family: 'ONE-Mobile-Title';font-weight: normal;text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.hero p{font-family:'Montserrat';font-size: 30px;line-height: 1.1; color:#fff;text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);margin-bottom:.75em;}

@media (max-width: 1279px) {
  .hero {margin-top:60px}
  /*.hero, .carousel-inner,  .carousel-item{height: 500px;}*/
  .carousel-item:after{content:'';display:block;width:100%;height:100%;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.2)}
}

@media (max-width: 991px) {
	.hero .r-txt{top:17%}
	.hero p{font-size: 20px;}
	.hero h2{font-size: 50px;}
}
@media (max-width:768px) {
	.hero p{font-size:18px;}
	.hero h2{font-size:32px;}
	
	/*.hero, .carousel-inner,  .carousel-item{height: 350px;}*/
}
@media (max-width: 450px) {
  .hero h2 {font-size:24px;}
	.hero p{font-size: 15px;}
}






/* 메인 페이지 유투브 동영상 슬라이드  */

	.swiper,
	.swiper-slide {
	  position: relative;
	  width: 100%;
	  aspect-ratio: 16 / 9;
	  overflow: hidden;
	}

	.background-media {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  transform: translate(-50%, -50%);
	  object-fit: cover;
	  z-index: -1;
	}

    .youtube-iframe {
      width: 100%;
      height: 100%; /* 16:9 비율 */
      min-height: 100vh;
      min-width: 177.77vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
	  object-fit: cover;
      pointer-events: none;
      z-index: -1;
    }

    /* 콘텐츠 예시 */
    .slide-content {
      position: relative;
      z-index: 1;
      color: white;
      font-size: 3rem;
      text-align: center;
      top: 40%;
    }

    .hero .swiper-button-next, .hero .swiper-button-prev {
      color: #fff;
      z-index: 10;
    }

/* 메인 페이지 유투브 동영상 끝 */