<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-carousel-container,
.owl-carousel,
.owl-carousel .item {
  height: 650px;
}

.owl-carousel .item {
  position: relative;
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.owl-carousel .item .container {
  position: relative;
  z-index: 2;
}
.item-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-position-y: top;
  background-repeat: no-repeat;
  /* -webkit-animation: zoomin 10s ease-in;
  animation: zoomin 10s ease-in;
  transition: all .5s ease-in-out;
  transform: scale(1.2); */
}
.owl-carousel__case {
  margin-top: 130px;
  display: block;
  font-family: "Spoqa Han Sans", "spoqahansans", "Apple SD Gothic Neo", "Nanum Barun Gothic", "Nanum Gothic", Verdana, Arial, "Malgun Gothic", Dotum, sans-serif;
  font-size: 28px;
    padding: 6px 24px;
    box-sizing: border-box;
  border-radius: 999px !important;
}
.item--white .owl-carousel__headline { color: #fff }
.owl-carousel__headline {
  margin-top: 24px;
  font-weight: normal;
  font-family: "Spoqa Han Sans", "spoqahansans", "Apple SD Gothic Neo", "Nanum Barun Gothic", "Nanum Gothic", Verdana, Arial, "Malgun Gothic", Dotum, sans-serif;
  font-size: 70px;
  color: #000000;
  line-height: 82px;
}
.item--white .owl-carousel__divider { background: #fff }
.owl-carousel__divider {
  position: relative;
  display: block;
  margin-top: 24px;
  width: 105px;
  height: 1px;
  background: #000;
}
.item--white .owl-carousel__description { color: #fff }
.owl-carousel__description {
  font-family: "Spoqa Han Sans", "spoqahansans", "Apple SD Gothic Neo", "Nanum Barun Gothic", "Nanum Gothic", Verdana, Arial, "Malgun Gothic", Dotum, sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 32px;
}
.btn.btn-primary--transparent .label {
    color: #fff !important;
}
.btn.btn-request .btn-request__icon {
    fill: #fff !important;
}
.btn.btn-primary.btn-primary--transparent.btn-request {
    color: #fff;
    background: #000;
}
.item--white .btn-request.btn.btn-primary--transparent { border-color: #fff;}
.item--white .btn.btn-primary--transparent .label { color: #fff }
.item--white .btn.btn-request .btn-request__icon { fill: #fff }

@media screen and (max-width: 640px) {
  .owl-carousel-container,
  .owl-carousel,
  .owl-carousel .item {
    height: 360px;
    text-align: left;
    box-sizing: border-box;
  }
  .owl-carousel .item .container { padding-left: 32px; box-sizing: border-box;}
  .owl-carousel__case {
    font-size: 18px;
    margin-top: 42px;
    margin-bottom: 8px;
    display: inline-block;
    /* padding: 5px 12px; */
    width: 194px;
    background-color: black;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 999px !important;
  }
  .owl-carousel__headline {
    margin-top: 24px;
    font-size: 32px;
    line-height: 42px;
  }
  .owl-carousel__description {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 24px;
  }
  .owl-carousel__divider {
    /* margin-left: auto;
    margin-right: auto; */
  }
  .item-bg {
    left: -180px;
  }
}
</pre></body></html>