@charset "utf-8";

/*#########################################################
* SBaLp01Contents
*##########################################################
* Main Contents
*========================================================*/
/*=========================================================
* Main Contents
*========================================================*/
/*---------------------------------------------------------
* Index.php
* Main Contents 1st
*--------------------------------------------------------*/
.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

@media (max-width: 768px) {
  .paddsection {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .paddsections {
    padding-top: 45px;
    padding-bottom: 45px !important;
  }
}

#about {
  width: 100%;
  height: auto;
  background: #fff;
  /*padding-top: 190px;*/
}

/*#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #b8a07e;
}*/
#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  /*margin-top: -60px;*/
  /*margin-left: 40px;*/
  height: 350px;
  object-fit: cover;
}

@media (max-width: 768px) {
  /*#about .div-img-bg .about-img img {
    margin-left: 0;
  }*/
}

#about .about-descr .p-heading {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 28px;
  text-align: left;
}

#about .about-descr .separator {
  /*max-width: 80%;*/
  margin-bottom: 0;
  text-align: left;
}

#about2 {
  width: 100%;
  height: auto;
  background: #fff;
  /*padding-top: 190px;*/
}

/*#about2 .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #b8a07e;
}*/
#about2 .div-img-bg .about-img img {
  /*width: 100%;*/
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  /*margin-top: -60px;*/
  /*margin-left: 40px;*/
  height: 650px;
  object-fit: cover;
}

@media (max-width: 768px) {

  /*#about2 .div-img-bg .about-img img {
    width: auto;
  }*/
  #about2 .div-img-bg .about-img {
    text-align: center;
  }
}

#about2 .about-descr .p-heading {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 28px;
  text-align: left;
}

#about2 .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

#about2 ul {
  list-style: disc;
  padding-left: 16px;
}

#about2 ul li {
  font-size: 11px;
  padding-bottom: 4px;
}

/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/
#services {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

.owl-item {
  float: left;
}

.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}

.services-carousel .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
}

/*-- --*/
#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: #a3937c;
  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: #a3937c;
}

#company .company-col h2 {
  color: #000;
  text-align: center;
  font-size: 1.429em;
  padding: 0;
  margin: 40px 0 12px 0;
}

#company .company-col h2 a {
  color: #000;
}

#company .company-col h2 a:hover {
  color: #a3937c;
}

#company .company-col p {
  font-size: 1em;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/*-- --*/
#company .company-box {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#company .company-box img {
  height: 63px;
}

#company .company-img {
  text-align: right;
  padding: 7px 0;
}

@media (max-width: 768px) {
  #company .company-img {
    text-align: center;
    padding: 7px 0;
  }
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
  /*padding: 60px;*/
  overflow: hidden;
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #b8a07e;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
  margin-top: 30px;
}

/*#gallery .gallery-carousel .center {
  border: 6px solid #b8a07e;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}*/
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #7b5a51;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #886a5f;
}

.features .nav-link.active {
  background: #886a5f;
  border-color: #886a5f;
}

.features .nav-link.active h4 {
  color: #fff;
}

@media (max-width: 768px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link h4 {
    font-size: 17px;
    text-align: center;
    padding: 10px;
  }
}

.nav-tabs .nav-item {
  margin-bottom: 8px;
}

.features .tab-content {
  margin-top: 30px;
}

/*.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}*/
.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #886a5f;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*-- clinic --*/
.col-5ths {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-5ths {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media all and (min-width:992px) {
  .col-lg-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xs-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

@media (min-width: 576px) {
  .m-sm-6 {
    margin: 4rem !important;
  }

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }

  .p-sm-6 {
    padding: 4rem !important;
  }

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }

  .m-sm-n6 {
    margin: -4rem !important;
  }

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
}

@media (min-width: 768px) {
  .m-md-6 {
    margin: 4rem !important;
  }

  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }

  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }

  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }

  .p-md-6 {
    padding: 4rem !important;
  }

  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }

  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }

  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }

  .m-md-n6 {
    margin: -4rem !important;
  }

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-6 {
    margin: 4rem !important;
  }

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }

  .p-lg-6 {
    padding: 4rem !important;
  }

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }

  .m-lg-n6 {
    margin: -4rem !important;
  }

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 4rem !important;
  }

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }

  .p-xl-6 {
    padding: 4rem !important;
  }

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }

  .m-xl-n6 {
    margin: -4rem !important;
  }

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
}

.m-7 {
  margin: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

.m-n7 {
  margin: -5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -5rem !important;
}

@media (min-width: 577px) {
  .m-sm-7 {
    margin: 5rem !important;
  }

  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }

  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }

  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }

  .p-sm-7 {
    padding: 5rem !important;
  }

  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }

  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }

  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }

  .m-sm-n7 {
    margin: -5rem !important;
  }

  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important;
  }

  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important;
  }

  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important;
  }
}

@media (min-width: 778px) {
  .m-md-7 {
    margin: 5rem !important;
  }

  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }

  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }

  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }

  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }

  .p-md-7 {
    padding: 5rem !important;
  }

  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }

  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }

  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }

  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }

  .m-md-n7 {
    margin: -5rem !important;
  }

  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important;
  }

  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important;
  }

  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important;
  }
}

@media (min-width: 992px) {
  .m-lg-7 {
    margin: 5rem !important;
  }

  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }

  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }

  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }

  .p-lg-7 {
    padding: 5rem !important;
  }

  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }

  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }

  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }

  .m-lg-n7 {
    margin: -5rem !important;
  }

  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important;
  }

  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important;
  }

  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-7 {
    margin: 5rem !important;
  }

  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important;
  }

  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important;
  }

  .p-xl-7 {
    padding: 5rem !important;
  }

  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important;
  }

  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important;
  }

  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important;
  }

  .m-xl-n7 {
    margin: -5rem !important;
  }

  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important;
  }

  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important;
  }

  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important;
  }
}

/*-- clinic1 --*/
.clinic-box {
  border-bottom: 1px solid #896b5f;
  padding-bottom: 30px;
}

.clinic-title {
  border-top: 1px solid #896b5f;
  border-bottom: 1px solid #896b5f;
  padding: 20px 0;
}

@media screen and (max-width:768px) {
  .clinic-title {
    font-size: 1.35rem;
  }
}

.clinic-ex2 {
  padding: 20px 0;
  background-color: #f3f1e7;
}

.clinic-ex2 h3 {
  color: #927d74;
}

@media screen and (max-width:768px) {
  .clinic-ex1 h3 {
    margin: 0 15px;
  }

  .clinic-ex1 h5 {
    margin: 0 15px;
  }

  .clinic-ex2 h3 {
    margin: 0 15px;
  }

  .clinic-ex2 h5 {
    margin: 0 15px;
  }
}

.clinic-bgcolor-gy {
  background-color: #f3f1e7;
}

.clinic-bgcolor-go {
  background-color: #dfdad3;
}

.clinic-bgcolor-go2 {
  background-color: #e0dcd3;
}

/*-- clinic2 --*/
.clinic2-title {
  color: #a3937c;
}

.clinic2-box .row {
  border-right: 0;
}

.clinic2-box div {
  border-right: 1px solid #d7d3ce;
}

.clinic2-box div:last-child {
  border-right: 0;
}

@media screen and (max-width:768px) {
  .clinic2-box .row {
    border-bottom: 0;
  }

  .clinic2-box div:first-child {
    padding-top: 0;
  }

  .clinic2-box div {
    border-right: 0;
    border-bottom: 1px solid #d7d3ce;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .clinic2-box div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .w-100 hr {
    border-top: 1px solid #d7d3ce !important;
  }
}

.clinic2-title2 {}

.clinic2-title3 {
  color: #fff;
  background-color: #896b5f;
  padding: 10px;
}

.clinic2-table {
  border-bottom: 1px solid #93786c;
}

.clinic2-table thead th {
  text-align: center;
  border-bottom-color: #93786c;
}

.clinic2-table th,
.clinic2-table td {
  border-right: 1px solid #93786c;
  border-top-color: #93786c;
}

.clinic2-table th:last-child,
.clinic2-table td:last-child {
  border-right: 0;
}

.clinic2-table tbody tr:nth-child(1) {
  text-align: center;
}

/*-- clinic3 --*/
.title-color {
  color: #a3937c;
}

.clinic3-title {
  color: #fff;
  background-color: #b3a588;
  text-align: center;
  padding: 8px 0;
}

/*-- clinic4 --*/
/*-- clinic5 --*/
/*-- clinic6 --*/
.features .tab-pane ul.clinic6-ex {
  padding: 30px 0 20px 0;
  background-color: #d7d3ce;
  list-style: disc;
  list-style-position: inside;
}

.clinic6-ex li {
  color: #5a5654;
  font-size: 1.25rem;
  font-weight: bold;
}

.title-color2 {
  color: #5d6356;
}

.title-color-point {
  color: #b8a07e;
}

/*---------------------------------------------------------
* 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: 18px;
}

#business .title a {
  color: #111;
}

#business .box:hover .title a {
  color: #b8a07e;
}

#business .description {
  font-size: 1em;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

/*---------------------------------------------------------
* Index.php
* Main Contents 3rd
*--------------------------------------------------------*/
#consult {
  background: url(../images/main-consult-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: #a3937c !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: #a3937c;
}

#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: #a3937c;
  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: #a3937c;
}

#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);
  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% - 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: #a3937c;
}

#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: #a3937c;
}

#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: #a3937c;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@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;
  }
}

/*-- --*/
#contact .contact-box {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 10px;
}

#contact .contact-box .tel {
  font-size: 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: #a3937c;
}

#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: #a3937c;
}

/*---------------------------------------------------------
* a2.php(대표인사말2)
*--------------------------------------------------------*/
.text-main-emphasis {
  font-size: 1.750em;
  font-weight: border;
}

.text-sub-emphasis {
  font-size: 1.500em;
  font-weight: 700;
}

.text-deco-underline {
  text-decoration: underline;
}

.signature-lang-kr {
  font-family: "Nanum Brush Script", cursive;
  font-style: italic;
  font-size: 4em;
  color: #222;
  letter-spacing: 1.5px;
  padding-right: 20px;
  vertical-align: middle;
}

.signature-lang-en {
  font-family: "Mr Dafoe";
  font-size: 2.750em;
  color: #222;
  letter-spacing: 1.5px;
  padding-right: 20px;
  vertical-align: sub;
}

.greeting-img {
  height: 500px;
}

.greeting-img2 {
  height: 800px;
}

@media screen and (max-width: 768px) {
  .greeting-img {
    background-position: top center;
  }
}

/*-------------------------------------------------------*/
.thought {
  /*text-align: center;*/
  /*padding-left: 20px;
  padding-right: 20px;*/
  margin-top: 50px;
  float: left;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .thought {
    margin-bottom: -30px;
  }

  #about .col-6:nth-child(5) .thought {
    margin-bottom: 0px;
  }

  #sub-page-section-3rd .col-md-4:last-child>.thought {
    margin-bottom: 0;
  }
}

/*.thought .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.thought .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #777;
}*/
.thought p {
  margin-bottom: 0;
}

.thought h3 {
  margin-bottom: 10px;
}

.thought h3 {
  font-size: 1.286em;
  color: #5d5d5d;
}

.about-area {
  background-color: #f9f9f9;
}

.single-well>a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #b8a07e;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}

/*--------------------------------*/
/* 4.Services Area
/*--------------------------------*/
.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.section-headline.services-head>h2 {
  margin-bottom: 25px;
}

.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #b8a07e;
}

.row.second-row {
  margin-top: 40px;
}

.section-head>h2 {
  color: #333;
}

.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services>p {
  color: #333;
  font-size: 14px;
}

/*-- time --*/
#time .time-box {}

#time .time-box .time-line {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px;
}

#time .time-box .time-line2 {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 20px;
}

#time .time-box h5 {
  display: inline-block;
  width: 13%;
}

@media screen and (max-width: 768px) {
  #time .time-box h5 {
    display: block;
    width: 100%;
  }
}
