/* Local layout core */
/*
 * Minimal layout foundation for the Eumchae one-page site.
 * It replaces the full Bootstrap 4 bundle while preserving only the reset,
 * grid, table, tabs, carousel, and utility rules used by index.html.
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

article,
footer,
header,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

button {
  margin: 0;
  overflow: visible;
  color: inherit;
  font: inherit;
  text-transform: none;
  border-radius: 0;
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-4,
.col-6,
.col-md-2,
.col-md-3,
.col-md-10,
.col-md-12,
.col-lg-5,
.col-lg-7,
.col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
  transition: transform 0.6s ease;
}

.carousel-item.active {
  display: block;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.text-center {
  text-align: center !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }
}


/* Source component: SBaLp01Frame.css */



/*#########################################################
* SBaLp01Frame
*##########################################################
* Bootstrap Customizing
* Bootstrap Added
* Common Layout
* -Header
* -Nav
* -Main Cover
* -Footer
* -Back To Top
* Common Contents
* -Heading
* Popup
*========================================================*/
.CSS주석표기법 {
  /*제외*/
  /* 설명 */
}

/*=========================================================
* Bootstrap Customizing
*========================================================*/
html {
  font-size: 14px;
}

body {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', '돋움', Dotum, sans-serif;
  font-size: 1em;
  color: #444;
  font-weight: normal;
  letter-spacing: -0.06px;
  line-height: 1.5;
  overflow-x: hidden;
  word-break: keep-all;
  word-wrap: break-word;
  white-space: normal;
}

a {
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
  color: #444;
}

a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  /*color: #a3937c !important;*/
}

p,
ul,
ol,
dl {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', '돋움', Dotum, sans-serif;
  color: #444;
  line-height: 1.5;
}

ul {
  padding-left: 0;
}

dt,
dd {
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans KR', '맑은 고딕', 'Malgun Gothic', 'Apple SD Gothic Neo', '돋움', Dotum, sans-serif;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
  letter-spacing: -0.8px;
}

@media screen and (max-width: 768px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2;
  }
}

/*-------------------------------------------------------*/
b {
  font-weight: normal;
  /* !<b class="word"></b> 단어를 묶는 용도로 대체하여 사용한다. */
}

.word {
  /* <b class="word"></b> */
  font-style: normal;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .word {
    display: block;
  }
}

.lang-en {
  font-size: 1.125em;
  /* en은 kr보다 +2px크게한다. */
  letter-spacing: -0.5px;
  line-height: 1.34;
}

/*-------------------------------------------------------*/
.table {}

.table-responsive {}

.table-striped {}

.table-bordered {}

.table-hover {}

.table-condensed {}

.table-title-top thead th {
  border-top: 2px solid #555 !important;
  border-bottom: 1px solid #777 !important;
}

.table-title-top tbody td {
  border-bottom: 1px solid #eee !important;
}

.table-title-left {
  border-top: 2px solid #555;
}

.table-title-left tbody th {
  width: 20%;
  text-align: center;
}

.table-title-left tbody th {
  border-right: 1px solid #777;
}

.table-title-left tbody th,
.table-title-left tbody td {
  border-bottom: 1px solid #eee !important;
}

/*-------------------------------------------------------*/
::-webkit-selection {
  color: #fcfcfc;
  background: #3D4249;
}

::-moz-selection {
  color: #fcfcfc;
  background: #3D4249;
}

::selection {
  color: #fcfcfc;
  background: #3D4249;
}

/*=========================================================
* Bootstrap Added
*========================================================*/
/*---------------------------------------------------------
* Callout
*--------------------------------------------------------*/
.bs-callout {
  /* <div class="bs-callout bs-callout-default"></div> */
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout+.bs-callout {
  margin-top: -5px;
}

.bs-callout-primary {
  border-left-color: #007bff;
}

.bs-callout-primary h4 {
  color: #007bff;
}

.bs-callout-secondary {
  border-left-color: #6c757d;
}

.bs-callout-secondary h4 {
  color: #6c757d;
}

.bs-callout-success {
  border-left-color: #28a745;
}

.bs-callout-success h4 {
  color: #28a745;
}

.bs-callout-info {
  border-left-color: #17a2b8;
}

.bs-callout-info h4 {
  color: #17a2b8;
}

.bs-callout-warning {
  border-left-color: #ffc107;
}

.bs-callout-warning h4 {
  color: #ffc107;
}

.bs-callout-danger {
  border-left-color: #dc3545;
}

.bs-callout-danger h4 {
  color: #dc3545;
}

/*=========================================================
* Common Layout
*========================================================*/
.section-bg {
  background: #f7f7f7;
}

.section-bgcolor-gray {
  background-color: rgba(0, 0, 0, 0.04);
}

/*---------------------------------------------------------
* Header
*--------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #a3937c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*-------------------------------------------------------*/
#wrapper {
  overflow-x: hidden;
  position: relative;
}

/*---------------------------------------------------------
* Header
*--------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: white;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width: 60px;
}

@media (max-width: 768px) {
  #header #logo img {
    max-height: 50px;
    max-width: 50px;
  }

  #header.header-scrolled {
    padding: 30px 0 20px 0;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

/*---------------------------------------------------------
* Nav
*--------------------------------------------------------*/
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

#nav-menu-container {
  float: right;
  margin: 0;
}

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-weight: 700;
  font-size: 1.286em;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
  color: #a3937c;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #a3937c;
}

.nav-menu ul ul {
  margin: 0;
}

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 10px 20px 0 0;
  border: 0;
  background: none;
  font-size: 1.714em;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

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

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(225, 225, 225, 0.85);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #333;
  font-size: 1em;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
}

#mobile-nav ul li a:hover {
  color: #a3937c;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #a3937c;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #a3937c;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #a3937c;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  display: none;
}

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

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

body.mobile-nav-active #mobile-nav-toggle {
  color: #000;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

/*---------------------------------------------------------
* Main Cover
*--------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: white;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  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;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .intro {
  height: 100%;
  background-position: center;
  background-size: cover;
}

#intro .intro1 {
  background-image: none;
}

#intro .intro2 {
  background-image: none;
}

#intro .intro3 {
  background-image: none;
}

#intro .intro4 {
  background-image: none;
}

.contents1 {
  width: 100%;
  content: none;
}

.contents2 {
  width: 100%;
  content: none;
}

.contents3 {
  width: 100%;
  content: none;
}

.contents4 {
  width: 100%;
  content: none;
}

.contents5 {
  width: 100%;
  content: none;
}

.contents6 {
  width: 100%;
  content: none;
}


@media screen and (max-width: 768px) {
  #intro .intro1 {
    background-image: none;
  }

  #intro .intro2 {
    background-image: none;
  }

  #intro .intro3 {
    background-image: none;
  }

  #intro .intro4 {
    background-image: none;
  }

  .contents1 {
    width: 100%;
    content: none;
  }
  
  .contents2 {
    width: 100%;
    content: none;
  }
  
  .contents3 {
    width: 100%;
    content: none;
  }
  
  .contents4 {
    width: 100%;
    content: none;
  }
  
  .contents5 {
    width: 100%;
    content: none;
  }
  
  .contents6 {
    width: 100%;
    content: none;
  }
  
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 7.143em;
}

#intro h4 {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro h4 a {
  color: #a3937c !important;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 4em;
  }
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }
}

/*---------------------------------------------------------
* Footer
*--------------------------------------------------------*/
footer {
  font-size: 0.875em;
}

#footer-info .wz08g-social-icons>a {
  padding: 4px 10px;
}

#footer-info .wz08g-social-icons>a i {
  font-size: 1.625em;
}

#footer-info .wz08g-social-icons>a:hover, .wz08g-social-icons>a:focus, .wz08g-social-icons>a:active {
  text-decoration: none;
}

#footer-info {
  background: #222;
  padding: 40px 0;
}

#footer-info p {
  color: #fff;
  text-align: center;
}

#footer-info p a {
  color: rgba(255, 255, 255, 0.5) !important;
}

#footer-info p a:hover, #footer-info p a:active, #footer-info p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}

#footer-info ul {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  text-align: center;
}

#footer-info ul li {
  display: inline-block;
  list-style: none;
}

#footer-info ul li:after {
  content: '|';
  padding-left: 11px;
  margin-right: 4px;
}

#footer-info ul li:last-child:after {
  content: '';
}

@media screen and (max-width: 768px) {
  #footer-info .wz08g-social-icons {
    text-align: left;
  }

  #footer-info ul {
    float: none;
    text-align: left;
  }

  #footer-info ul li {
    display: block;
  }

  #footer-info ul li:after {
    content: ' ';
  }
}

#footer-copyright {
  background: #0a0a0a;
  padding: 10px 0;
}

#footer-copyright p {
  margin-bottom: 0;
}

/*---------------------------------------------------------
* Back To Top
*--------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  background: #3D4249;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 1.143em;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*=========================================================
* Common Contents
*========================================================*/
/*---------------------------------------------------------
* Heading
*--------------------------------------------------------*/
.section-header :is(h1, h2, h3) {
  font-size: 2.286em;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header :is(h1, h2, h3)::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header :is(h1, h2, h3)::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3D4249;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #444;
}

/*=========================================================
* popup
*========================================================*/
.modal {
  display: none;
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #a3937c;
  margin: 15% auto;
  padding: 20px;
  border: 20px solid rgba(255, 255, 255, 0.8);
  width: 30%;
  min-width: 300px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    margin: 45% auto;
    width: 90%;
  }
}

.modal-content .fa-user-tie:before {
  font-size: 2em;
}

.modal-content h2 {
  font-size: 3em;
  color: #fff;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 5px;
}

.modal-content a:hover, .modal-content a:visited, .modal-content a:active, .modal-content a:focus {
  color: #fff !important;
}

#modal-close {
  padding: 20px 0;
}

#modal-close input {
  margin: 8px 0 0 4px;
}

.close {
  display: inline-block;
  padding: 5px 0 5px 5px;
  font-size: 1em;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  color: #444;
  opacity: 1;
}
.come-table-title {
  font-size: 16pt;
  font-weight: 600;
}

/* Source component: SBaLp01Contents.css */



/*#########################################################
* 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: 600px;
  object-fit: cover;
}


@media (max-width: 768px) {
  #about .about-descr .p-heading span {
    font-size: 16px;
    padding: 0 15px 15px !important;
  }
  .thought > h3 {
    font-size: 14px !important;
  }
  .thought > p {
    font-size: 12px !important;
  }
  .nav-link > h4 {
    font-size: 14px !important;
  }
  .buscome {
    line-height: 1 !important;  
    border-top: 3px solid #3d4249 !important;
  }
  .buscome > div {
    margin: 190px auto;
  }
  .jamsil > div{
    margin: 30px auto;
  }
  .jamsil1 > div {
    margin: 15px auto;
  }
}

.buscome {
  line-height: 10; 
  border-top: 3px solid #3d4249;
}

.about-descr {
  border: 1px solid #888888;
  padding: 28px;
}

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

.p-heading {
  font-size: 28px;
}

.doctor-picture {
  width: 432px;
}

@media screen and (max-width: 768px) {
  .p-heading-badge {
    margin: 0;
  }
  .p-heading-job {
    margin-right: 50px;
  }
  .doctor-picture {
    width: 100%;
  }
}

.p-heading-badge {
  background: #3D4249;
  color: white;
  font-size: 16pt;
  padding: 6px 10px;
  border-radius: 24pt;
  margin-left: 10px;
}

.header-img {
  flex: 1;
  max-width: 120px;
}

.header-img > img {
  width: 100%;
}

#about .about-descr .p-heading span {
  padding: 20px;
  flex: 3;
}

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

.p-job {
  color: #5D554E;
  font-size: 16pt;
  
}

.p-part {
  background: #3D4249;
  color: white;
  font-size: 16pt;
  padding: 6px 10px;
  border-radius: 24pt;
  margin-left: 10px;
}

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

.wow {
  font-size: 20px;
}

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

.separator {
  padding-top: 20px;
  font-size: 18px;
}

.cont-box > div {
  background-color: #3d4249;
  padding: 20px;
  height: 180px;
}

.cont-box div h3, 
.cont-box div p {
  color: white;
  margin: 0;
}

.cont-box div p {
  font-family: 'Nanum Gothic', sans-serif !important;
}

#divider {
  width: 20px;
  margin: 10px auto;
  border-top: 1px solid white;
}

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

#about2 ul li {
  font-size: 14pt;
  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 #b5b5b6;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.features li:nth-child(1) a,
.features li:nth-child(2) a,
.features li:nth-child(3) a {
  border-top: 3px solid #b5b5b6;

}

.features li:nth-child(1) a,
.features li:nth-child(4) a{
  border-left: 0 !important;
}

.features li:nth-child(3) a,
.features li:nth-child(6) a {
  border-right: 0 !important;
}


.features .nav-link .tab-label {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  font-family: 'Nanum Gothic', sans-serif !important;
}

.features .nav-link:hover {
  color: #3D4249;
}

.features .nav-link.active {
  background: #3D4249;
  border-color: #3D4249;
}

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

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

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

.nav-tabs .nav-item {
  margin-right: -1px;
}

.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: #3D4249;
}

.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: #3D4249;
}

.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 #B5B5B6;
  font-weight: normal;
}

.clinic2-table thead {
  border-top: 3px solid #3d4249;
}

.clinic2-table thead th {
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #b5b5b6;
}

.clinic2-table thead th:first-child,
.clinic2-table tbody td:first-child {
  background: #EFEFEF;
  text-align: center;
}

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

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

/*-- clinic3 --*/


.clinic3-title2 {}

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

.clinic3-table {
  border-bottom: 1px solid #b6b6b7;
  text-align: center;
  font-weight: normal;
}

.clinic3-table thead {
  border-top: 3px solid #b5b5b6;
}

.clinic3-table thead th {
  border-bottom: 1px solid #b6b6b7;
  font-weight: normal;
}

.clinic3-table thead th,
.clinic3-table tbody td:first-child {
  background: #EFEFEF;
}

.clinic3-table th,
.clinic3-table td {
  border-right: 1px solid #b6b6b7;
  border-top-color: #b6b6b7;
}

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


.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: 30px;
  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%;
  }
}
