@charset "utf-8";

/*#########################################################
* SBaLp01Contents
*##########################################################
* Main Contents
*========================================================*/
/*=========================================================
* Main Contents
*========================================================*/
/*---------------------------------------------------------
* Index.php
* Main Contents 1st
*--------------------------------------------------------*/
#company {
  padding: 60px 0;
  position: relative;
}

#company::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#company .container {
  position: relative;
  z-index: 10;
}

#company .company-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#company .company-col .img {
  position: relative;
}

#company .company-col .img img {
  border-radius: 4px 4px 0 0;
}

#company .company-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #86cbd0;
  border-radius: 50%;
  text-align: center;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#company .company-col i {
  font-size: 33px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  margin-top: 8px;
}

#company .company-col:hover .icon {
  background-color: #fff;
}

#company .company-col:hover i {
  color: #86cbd0;
}

#company .company-col h2 {
  color: #000;
  text-align: center;
  font-size: 2rem;
  padding: 0;
  margin: 40px 0 12px 0;
}

#company .company-col h2 a {
  color: #000;
}

#company .company-col h2 a:hover {
  color: #86cbd0;
}

#company .company-col p {
  font-size: 1.5em;
  line-height: 2;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 2nd
*--------------------------------------------------------*/
#business {
  padding: 60px 0;
}

#business .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 40px 10px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#business .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#business .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#business .icon i {
  font-size: 33px;
  line-height: 1;
  margin-top: 3px;
}

#business .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 2rem;
}

#business .title a {
  color: #111;
}

#business .box:hover .title a {
  color: #1bb1dc;
}

#business .description {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 0;
  text-align: left;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 3rd
*--------------------------------------------------------*/
#consult {
  background: url(../images/call_bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#consult h3 {
  color: #fff;
  font-size: 2em;
}

#consult p {
  color: #fff;
}

.btn-call {
  background-color: #f19aa2 !important;
  border: 0;
  padding-top: 10px;
}

.btn-call:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.btn-kakao {
  background-color: #f3d900 !important;
  color: #341c1c !important;
  border: 0;
  padding-top: 10px;
}

.btn-kakao:hover {
  background-color: #341c1c !important;
  color: #f3d900 !important;
}

.um-kakao-talk {
  color: #341c1c !important;
}

.btn-kakao:hover .um-kakao-talk {
  color: #f3d900 !important;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 4th
*--------------------------------------------------------*/
#product {
  background: #fff;
  padding: 60px 0;
}

#product .product {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#product .product .product-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#product .product .product-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#product .product:hover .product-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#product .product:hover .product-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#product .product h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#product .product span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#product .product .social {
  margin-top: 15px;
}

#product .product .social a {
  transition: none;
  color: #fff;
}

#product .product .social a:hover {
  color: #86cbd0;
}

#product .product .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 5th
*--------------------------------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #86cbd0;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #86cbd0;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  /* left: calc(50% - 38px); */
  left: calc(50% - 14px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 14px);
  /*  left: calc(50% - 44px); */
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #86cbd0;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 6th
*--------------------------------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f19aa2;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #f19aa2;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

a.button {
  display: block;
  margin: 0 auto;
  width: 20%;
  text-align: center;
  text-decoration: none;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #007bff;
  border-radius: 50px;
  transition: background-color 0.3s, transform 0.3s;
}

a.button:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  a.button {
    width: 30%;
    padding: 6px 10px 6px 10px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    /* border-left: 1px solid #ddd; */
    border-right: 1px solid #ddd;
  }
}

@media screen and (max-width:768px) {
  #contact .contact-mapnform .col-md-4 {
    margin-top: 30px;
  }
}

/*---------------------------------------------------------
* Index.php
* Main Contents 7th
*--------------------------------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 22px 26px 22px 0;
  display: block;
  position: relative;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a:hover,
#faq #faq-list a:active,
#faq #faq-list a:focus {
  color: #86cbd0;
}

#faq #faq-list a.collapsed i::before {
  content: "\f067" !important;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 8th
*--------------------------------------------------------*/
#client {
  padding: 60px 0;
}

#client img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#client img:hover {
  opacity: 1;
}

#client .owl-nav,
#client .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#client .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#client .owl-dot.active {
  background-color: #86cbd0;
}