@charset "UTF-8";
h1 {
  font-size: 40px;
  margin-bottom: 0; }

h2 {
  font-size: 35px;
  margin-bottom: 0; }

h3 {
  font-size: 30px;
  margin-bottom: 0; }

h4 {
  font-size: 25px;
  margin-bottom: 0; }

h5 {
  font-size: 20px;
  margin-bottom: 0; }

h6 {
  font-size: 18px;
  margin-bottom: 0; }

p {
  font-size: 16px;
  margin-bottom: 0; }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .row div {
    padding-left: 0;
    padding-right: 0; }

body {
  background-color: #303234; }

a:hover {
  text-decoration: none; }

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

@keyframes increasew {
  100% {
    width: 85%; } }
@keyframes increasew45 {
  100% {
    width: 45%; } }
@keyframes increasew100 {
  100% {
    width: 100%; } }
@keyframes increaseh {
  100% {
    height: 100%; } }
.main-wrapper {
  max-width: 1100px;
  margin: 0 auto; }

.main-wrapper-2 {
  max-width: 1200px;
  margin: 0 auto; }

a:hover, i:hover {
  transition: all 400ms ease; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none; }

@font-face {
  font-family: "BertonRegular";
  src: url("../fonts/Berton-Regular.woff");
  display: swap; }
@font-face {
  font-family: "BertonLight";
  src: url("../fonts/Berton-Light.woff");
  display: swap; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  @font-face {
    font-family: "BertonRegular";
    src: url("../fonts/Berton-Regular.woff");
    display: swap; }
  @font-face {
    font-family: "BertonLight";
    src: url("../fonts/Berton-Light.woff");
    display: swap; } }
@supports (-ms-accelerator: true) {
  @font-face {
    font-family: "BertonRegular";
    src: url("../fonts/Berton-Regular.woff");
    display: swap; }
  @font-face {
    font-family: "BertonLight";
    src: url("../fonts/Berton-Light.woff");
    display: swap; } }
.sub-page-banner {
  position: relative;
  height: 400px;
  overflow: hidden; }
  .sub-page-banner .banner-image {
    position: relative;
    background-size: cover !important;
    width: 100%;
    height: 100%; }
  .sub-page-banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.25;
    z-index: 1; }
  .sub-page-banner .banner-title {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
    .sub-page-banner .banner-title .main-wrapper h1 {
      font-family: "BertonRegular";
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 0 20px; }
  .sub-page-banner .line-block section {
    float: right; }

.homebanner {
  position: relative;
  overflow: hidden; }
  .homebanner .banner-image-block .slide {
    position: relative;
    height: 700px; }
    .homebanner .banner-image-block .slide .banner-image {
      position: relative;
      background-size: cover !important;
      background-position: center !important;
      width: 100%;
      height: 100%; }
    .homebanner .banner-image-block .slide .content {
      max-width: 1250px;
      position: absolute;
      z-index: 2;
      padding: 0 20px;
      top: 50%;
      transform: translateY(-50%); }
      .homebanner .banner-image-block .slide .content h1 {
        font-size: 60px;
        font-family: "BertonRegular";
        color: #ffffff;
        text-transform: uppercase;
        padding: 20px 20px 0; }
        .homebanner .banner-image-block .slide .content h1 span {
          font-family: "BertonLight";
          font-size: 55px; }
      .homebanner .banner-image-block .slide .content p {
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 400;
        color: #ffffff;
        font-size: 17px;
        max-width: 610px;
        padding: 20px;
        line-height: 1.6; }
        .homebanner .banner-image-block .slide .content p a {
          font-size: 16px;
          text-transform: uppercase;
          border: 1px solid #ffffff;
          padding: 4px 25px 6px;
          color: #ffffff; }
          .homebanner .banner-image-block .slide .content p a:hover {
            color: #000000;
            background-color: #ffffff; }
      .homebanner .banner-image-block .slide .content h1, .homebanner .banner-image-block .slide .content p {
        transition: all 500ms ease;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
        .homebanner .banner-image-block .slide .content h1.show-in, .homebanner .banner-image-block .slide .content p.show-in {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          transition-delay: 0.5s; }
      .homebanner .banner-image-block .slide .content h1 {
        opacity: 0;
        -webkit-transform: translate3d(3rem, 0, 0);
        transform: translate3d(3rem, 0, 0); }
      .homebanner .banner-image-block .slide .content p {
        opacity: 0;
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0); }
  .homebanner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.25;
    z-index: 1; }
  .homebanner .slick-dots {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    margin: 0;
    padding: 20px;
    list-style-type: none; }
    .homebanner .slick-dots li {
      margin: 0 5px; }
      .homebanner .slick-dots li.slick-active button {
        background-color: #ffffff; }
      .homebanner .slick-dots li button {
        display: block;
        width: 13px;
        height: 13px;
        padding: 0;
        border: none;
        border-radius: 100%;
        border: 1px solid #ffffff;
        background-color: transparent;
        text-indent: -9999px;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5); }
        .homebanner .slick-dots li button:focus {
          outline: none; }
    .homebanner .slick-dots > li:only-child {
      display: none; }

.sub-page-banner .line-block,
.single-home-content .line-block,
.homebanner .line-block {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 0 !important; }
  .sub-page-banner .line-block section,
  .single-home-content .line-block section,
  .homebanner .line-block section {
    float: right;
    height: 0 !important;
    width: 1px !important;
    padding: 0 9px !important;
    background-color: transparent !important;
    border-left: 1.4px solid rgba(255, 255, 255, 0.2) !important; }
  .sub-page-banner .line-block .line1.show-in,
  .single-home-content .line-block .line1.show-in,
  .homebanner .line-block .line1.show-in {
    -webkit-animation: increaseh 1s;
    -moz-animation: increaseh 1s;
    -o-animation: increaseh 1s;
    animation: increaseh 1s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line2.show-in,
  .single-home-content .line-block .line2.show-in,
  .homebanner .line-block .line2.show-in {
    -webkit-animation: increaseh 5s;
    -moz-animation: increaseh 5s;
    -o-animation: increaseh 5s;
    animation: increaseh 5s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line3.show-in,
  .single-home-content .line-block .line3.show-in,
  .homebanner .line-block .line3.show-in {
    -webkit-animation: increaseh 2s;
    -moz-animation: increaseh 2s;
    -o-animation: increaseh 2s;
    animation: increaseh 2s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line4.show-in,
  .single-home-content .line-block .line4.show-in,
  .homebanner .line-block .line4.show-in {
    -webkit-animation: increaseh 3s;
    -moz-animation: increaseh 3s;
    -o-animation: increaseh 3s;
    animation: increaseh 3s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line5.show-in,
  .single-home-content .line-block .line5.show-in,
  .homebanner .line-block .line5.show-in {
    -webkit-animation: increaseh 6s;
    -moz-animation: increaseh 6s;
    -o-animation: increaseh 6s;
    animation: increaseh 6s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line6.show-in,
  .single-home-content .line-block .line6.show-in,
  .homebanner .line-block .line6.show-in {
    -webkit-animation: increaseh 3s;
    -moz-animation: increaseh 3s;
    -o-animation: increaseh 3s;
    animation: increaseh 3s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line7.show-in,
  .single-home-content .line-block .line7.show-in,
  .homebanner .line-block .line7.show-in {
    -webkit-animation: increaseh 4s;
    -moz-animation: increaseh 4s;
    -o-animation: increaseh 4s;
    animation: increaseh 4s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line8.show-in,
  .single-home-content .line-block .line8.show-in,
  .homebanner .line-block .line8.show-in {
    -webkit-animation: increaseh 5s;
    -moz-animation: increaseh 5s;
    -o-animation: increaseh 5s;
    animation: increaseh 5s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line9.show-in,
  .single-home-content .line-block .line9.show-in,
  .homebanner .line-block .line9.show-in {
    -webkit-animation: increaseh 2s;
    -moz-animation: increaseh 2s;
    -o-animation: increaseh 2s;
    animation: increaseh 2s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line10.show-in,
  .single-home-content .line-block .line10.show-in,
  .homebanner .line-block .line10.show-in {
    -webkit-animation: increaseh 4s;
    -moz-animation: increaseh 4s;
    -o-animation: increaseh 4s;
    animation: increaseh 4s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line11.show-in,
  .single-home-content .line-block .line11.show-in,
  .homebanner .line-block .line11.show-in {
    -webkit-animation: increaseh 3s;
    -moz-animation: increaseh 3s;
    -o-animation: increaseh 3s;
    animation: increaseh 3s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line12.show-in,
  .single-home-content .line-block .line12.show-in,
  .homebanner .line-block .line12.show-in {
    -webkit-animation: increaseh 1s;
    -moz-animation: increaseh 1s;
    -o-animation: increaseh 1s;
    animation: increaseh 1s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line13.show-in,
  .single-home-content .line-block .line13.show-in,
  .homebanner .line-block .line13.show-in {
    -webkit-animation: increaseh 6s;
    -moz-animation: increaseh 6s;
    -o-animation: increaseh 6s;
    animation: increaseh 6s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line14.show-in,
  .single-home-content .line-block .line14.show-in,
  .homebanner .line-block .line14.show-in {
    -webkit-animation: increaseh 4s;
    -moz-animation: increaseh 4s;
    -o-animation: increaseh 4s;
    animation: increaseh 4s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line15.show-in,
  .single-home-content .line-block .line15.show-in,
  .homebanner .line-block .line15.show-in {
    -webkit-animation: increaseh 2s;
    -moz-animation: increaseh 2s;
    -o-animation: increaseh 2s;
    animation: increaseh 2s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line16.show-in,
  .single-home-content .line-block .line16.show-in,
  .homebanner .line-block .line16.show-in {
    -webkit-animation: increaseh 2s;
    -moz-animation: increaseh 2s;
    -o-animation: increaseh 2s;
    animation: increaseh 2s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line17.show-in,
  .single-home-content .line-block .line17.show-in,
  .homebanner .line-block .line17.show-in {
    -webkit-animation: increaseh 3s;
    -moz-animation: increaseh 3s;
    -o-animation: increaseh 3s;
    animation: increaseh 3s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line18.show-in,
  .single-home-content .line-block .line18.show-in,
  .homebanner .line-block .line18.show-in {
    -webkit-animation: increaseh 5s;
    -moz-animation: increaseh 5s;
    -o-animation: increaseh 5s;
    animation: increaseh 5s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line19.show-in,
  .single-home-content .line-block .line19.show-in,
  .homebanner .line-block .line19.show-in {
    -webkit-animation: increaseh 3s;
    -moz-animation: increaseh 3s;
    -o-animation: increaseh 3s;
    animation: increaseh 3s;
    animation-fill-mode: forwards; }
  .sub-page-banner .line-block .line20.show-in,
  .single-home-content .line-block .line20.show-in,
  .homebanner .line-block .line20.show-in {
    -webkit-animation: increaseh 4s;
    -moz-animation: increaseh 4s;
    -o-animation: increaseh 4s;
    animation: increaseh 4s;
    animation-fill-mode: forwards; }

.hamburger {
  display: none;
  position: absolute;
  right: 20px;
  top: 28px;
  padding: 5px 0;
  cursor: pointer;
  overflow: hidden;
  background-color: transparent; }
  .hamburger__container {
    width: 30px;
    height: 20px;
    position: relative; }
  .hamburger:hover .hamburger__inner {
    transform: translate(-40px, 50%);
    opacity: 0; }
  .hamburger:hover .hamburger__inner::before, .hamburger:hover .hamburger__inner::after {
    transform: translate(80px, 0);
    opacity: 0; }
  .hamburger.is-active .hamburger__inner {
    display: none; }
  .hamburger__inner {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1; }
    .hamburger__inner::before, .hamburger__inner::after {
      width: 100%;
      height: 2px;
      background-color: #ffffff;
      border-radius: 4px;
      position: absolute;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.4s;
      content: "";
      opacity: 1;
      transform: translate(-0, 0); }
    .hamburger__inner::before {
      top: -11px; }
    .hamburger__inner::after {
      top: 11px; }
  .hamburger:hover .hamburger__hidden {
    opacity: 1;
    transform: translate(0, -50%); }
  .hamburger:hover .hamburger__hidden::before, .hamburger:hover .hamburger__hidden::after {
    opacity: 1;
    transform: translate(0, 0); }
  .hamburger.is-active .hamburger__hidden {
    opacity: 1;
    transform: rotate(45deg); }
  .hamburger.is-active .hamburger__hidden::before {
    transform: translate(0, 11px) rotate(90deg);
    transform-origin: center; }
  .hamburger.is-active .hamburger__hidden::after {
    transform-origin: center;
    transform: translate(0, -11px) rotate(0); }
  .hamburger__hidden {
    opacity: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.4s;
    background-color: #ffffff;
    top: 50%;
    transform: translate(40px, -50%); }
    .hamburger__hidden::before, .hamburger__hidden::after {
      width: 100%;
      height: 2px;
      background-color: #ffffff;
      border-radius: 4px;
      position: absolute;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.4s;
      background-color: #ffffff;
      content: "";
      transform: translate(80px, 0); }
    .hamburger__hidden::before {
      top: -11px; }
    .hamburger__hidden::after {
      top: 11px; }

.header {
  background-color: #303234;
  padding: 0 20px; }
  .header .logo {
    padding: 10px 0;
    max-width: 160px; }
    .header .logo img {
      width: 100%; }
  .header .nav {
    position: absolute;
    right: 5px;
    top: 35px; }
    .header .nav ul {
      padding-left: 0;
      margin-bottom: 0; }
      .header .nav ul li {
        display: inline;
        padding: 0 12px; }
        .header .nav ul li a {
          font-size: 15px;
          color: #ffffff;
          text-transform: uppercase;
          font-family: 'Noto Sans KR', sans-serif;
          font-weight: 300;
          letter-spacing: 0.2px; }
      .header .nav ul .button a {
        border: 1px solid #ffffff;
        padding: 6px 25px;
        color: #ffffff; }
        .header .nav ul .button a:hover {
          color: #000000;
          background-color: #ffffff; }

.footer {
  background-color: #303234; }
  .footer .menu,
  .footer .social-media,
  .footer .contact,
  .footer .copyright {
    transition: all 400ms ease; }
  .footer .main-content {
    padding: 80px 20px 20px 20px; }
    .footer .main-content img {
      max-width: 220px; }
    .footer .main-content h6, .footer .main-content p, .footer .main-content a {
      font-family: 'Noto Sans KR', sans-serif; }
    .footer .main-content h6 {
      color: #ffffff;
      text-transform: uppercase;
      padding-bottom: 20px;
      font-weight: 400; }
    .footer .main-content p, .footer .main-content a {
      font-size: 16px;
      color: #a3a3a4;
      font-weight: 300;
      line-height: 1.6; }
    .footer .main-content i {
      font-size: 20px; }
    .footer .main-content ul {
      padding-left: 0;
      margin-bottom: 0;
      list-style: none; }
    .footer .main-content a:hover {
      color: #ffffff; }
  .footer .copyright {
    padding: 50px 20px;
    text-align: center; }
    .footer .copyright p, .footer .copyright a {
      color: #a3a3a4;
      font-family: 'IBM Plex Sans Condensed', sans-serif;
      font-size: 14px;
      font-weight: 400; }
    .footer .copyright a:hover {
      color: #ffffff; }
  .footer .anim {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
  .footer .show-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s; }

.single-home-page {
  position: relative;
  background-color: #303234; }
  .single-home-page .border {
    border: none !important;
    border-top: 1px solid rgba(163, 163, 164, 0.5) !important; }
  .single-home-page div, .single-home-page h1 {
    transition: all 500ms ease; }
  .single-home-page .anim {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
  .single-home-page .show-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s; }
  .single-home-page .sub-page-banner .main-wrapper {
    max-width: 1500px; }
  .single-home-page .sub-page-banner .street-number {
    color: rgba(255, 255, 255, 0.45);
    position: absolute;
    width: 100%;
    top: 48%;
    transform: translateY(-50%);
    z-index: 0; }
    .single-home-page .sub-page-banner .street-number h1 {
      font-family: 'Noto Sans KR', sans-serif;
      font-weight: 700;
      font-size: 200px;
      position: relative;
      left: -20px; }
  .single-home-page .sub-page-banner .anim {
    opacity: 0;
    -webkit-transform: translate3d(0, 6rem, 0);
    transform: translate3d(0, 6rem, 0);
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
  .single-home-page .sub-page-banner .show-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s; }
  .single-home-page .sub-page-banner .banner-title .main-wrapper h1 {
    padding: 0 0 0 165px; }
  .single-home-page .single-home-content {
    position: relative;
    padding: 100px 0 0 0; }
    .single-home-page .single-home-content .line-block {
      z-index: 1 !important; }
    .single-home-page .single-home-content .main-wrapper {
      max-width: 1500px; }
      .single-home-page .single-home-content .main-wrapper .image-block {
        transition: all 400ms ease; }
        .single-home-page .single-home-content .main-wrapper .image-block img {
          padding-right: 50px;
          width: 100%;
          position: relative;
          z-index: 1; }
        .single-home-page .single-home-content .main-wrapper .image-block.anim {
          opacity: 0;
          -webkit-transform: translate3d(6rem, 0, 0);
          transform: translate3d(6rem, 0, 0);
          transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
          transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
          transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
          .single-home-page .single-home-content .main-wrapper .image-block.anim.show-in {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition-delay: 0.5s; }
        .single-home-page .single-home-content .main-wrapper .image-block .animline {
          position: relative;
          top: -100px;
          width: 0;
          height: 220px;
          background-color: #4f4e4a; }
          .single-home-page .single-home-content .main-wrapper .image-block .animline.show-in {
            -webkit-animation: increasew100 2s;
            -moz-animation: increasew100 2s;
            -o-animation: increasew100 2s;
            animation: increasew100 2s;
            animation-fill-mode: forwards; }
      .single-home-page .single-home-content .main-wrapper .content {
        position: relative;
        align-self: center;
        padding: 0 20px 100px 20px;
        max-width: 450px;
        margin: 0 auto;
        z-index: 9; }
        .single-home-page .single-home-content .main-wrapper .content h1 {
          font-family: "BertonRegular";
          color: #ffffff;
          text-transform: uppercase;
          letter-spacing: 4px;
          font-size: 55px;
          padding: 60px 0;
          position: relative;
          z-index: 2; }
        .single-home-page .single-home-content .main-wrapper .content h1.number {
          font-family: 'Noto Sans KR', sans-serif;
          font-weight: 700;
          color: #696b6c;
          letter-spacing: -2px;
          position: absolute;
          left: -70px;
          top: -10px;
          font-size: 150px;
          padding: 0;
          z-index: 1; }
          .single-home-page .single-home-content .main-wrapper .content h1.number.anim {
            opacity: 0;
            -webkit-transform: translate3d(0, 6rem, 0);
            transform: translate3d(0, 6rem, 0);
            transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
            transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
            transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
          .single-home-page .single-home-content .main-wrapper .content h1.number.anim.show-in {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition-delay: 0.5s; }
        .single-home-page .single-home-content .main-wrapper .content .price-lot-sqft {
          color: #ffffff;
          font-family: 'Noto Sans KR', sans-serif;
          font-weight: 300;
          font-size: 20px;
          letter-spacing: 0.5px; }
        .single-home-page .single-home-content .main-wrapper .content .specification {
          padding: 60px 0 0 0; }
          .single-home-page .single-home-content .main-wrapper .content .specification p {
            color: #ffffff;
            font-family: 'Noto Sans KR', sans-serif; }
          .single-home-page .single-home-content .main-wrapper .content .specification .title {
            text-transform: uppercase;
            font-size: 14px;
            padding-bottom: 2px; }
          .single-home-page .single-home-content .main-wrapper .content .specification .data {
            font-weight: 500;
            font-size: 18px; }
          .single-home-page .single-home-content .main-wrapper .content .specification .house-type,
          .single-home-page .single-home-content .main-wrapper .content .specification .bedrooms,
          .single-home-page .single-home-content .main-wrapper .content .specification .floors,
          .single-home-page .single-home-content .main-wrapper .content .specification .garage {
            padding-bottom: 30px; }
          .single-home-page .single-home-content .main-wrapper .content .specification .features {
            padding-top: 30px; }
          .single-home-page .single-home-content .main-wrapper .content .specification .right.features a,
          .single-home-page .single-home-content .main-wrapper .content .specification .floorplans a {
            cursor: pointer; }
            .single-home-page .single-home-content .main-wrapper .content .specification .right.features a img,
            .single-home-page .single-home-content .main-wrapper .content .specification .floorplans a img {
              padding-top: 5px;
              max-width: 25px; }
    .single-home-page .main-wrapper.tborder p {
      border-top: 1px solid rgba(163, 163, 164, 0.5); }

.aboutpageblock {
  background-color: #ffffff; }
  .aboutpageblock .title {
    text-align: center;
    font-family: "BertonRegular";
    letter-spacing: 2px;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 30px;
    color: #000000;
    padding-left: 15px;
    padding-right: 15px; }
  .aboutpageblock div, .aboutpageblock h1, .aboutpageblock h2 {
    transition: all 500ms ease; }
  .aboutpageblock .anim {
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
  .aboutpageblock .show-in {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0.5s; }
  .aboutpageblock .line-animation-block .line1 {
    height: 0;
    width: 0;
    border-bottom: 1px solid #a3a3a4; }
    .aboutpageblock .line-animation-block .line1.show-in {
      -webkit-animation: increasew 3s;
      -moz-animation: increasew 3s;
      -o-animation: increasew 3s;
      animation: increasew 3s;
      animation-fill-mode: forwards; }
  .aboutpageblock .line-animation-block .line2 {
    height: 0;
    width: 0;
    border-bottom: 1px solid #a3a3a4; }
    .aboutpageblock .line-animation-block .line2.show-in {
      -webkit-animation: increasew 4s;
      -moz-animation: increasew 4s;
      -o-animation: increasew 4s;
      animation: increasew 4s;
      animation-fill-mode: forwards; }
  .aboutpageblock .line-animation-block .line3 {
    height: 0;
    width: 0;
    border-bottom: 1px solid #a3a3a4; }
    .aboutpageblock .line-animation-block .line3.show-in {
      -webkit-animation: increasew 5s;
      -moz-animation: increasew 5s;
      -o-animation: increasew 5s;
      animation: increasew 5s;
      animation-fill-mode: forwards; }
  .aboutpageblock .quote-block {
    text-align: center;
    padding: 100px 20px; }
    .aboutpageblock .quote-block h2, .aboutpageblock .quote-block h1 {
      color: #303234; }
    .aboutpageblock .quote-block h2 {
      font-family: "BertonRegular";
      padding-bottom: 50px; }
    .aboutpageblock .quote-block img {
      max-width: 150px; }
  .aboutpageblock .about-content {
    padding: 100px 0; }
    .aboutpageblock .about-content .image, .aboutpageblock .about-content .content {
      align-self: center; }
    .aboutpageblock .about-content .image {
      padding-right: 20px;
      text-align: center;
      transition: all 400ms ease; }
      .aboutpageblock .about-content .image img {
        width: 100%; }
      .aboutpageblock .about-content .image.anim {
        opacity: 0;
        -webkit-transform: translate3d(6rem, 0, 0);
        transform: translate3d(6rem, 0, 0);
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
        .aboutpageblock .about-content .image.anim.show-in {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          transition-delay: 0.5s; }
    .aboutpageblock .about-content .content {
      margin: 0 auto;
      padding: 0 20px 0 40px; }
      .aboutpageblock .about-content .content h1, .aboutpageblock .about-content .content p {
        color: #000000; }
      .aboutpageblock .about-content .content h1 {
        font-family: "BertonRegular";
        letter-spacing: 2px; }
      .aboutpageblock .about-content .content p {
        font-family: 'Noto Sans KR', sans-serif;
        padding: 15px 0;
        line-height: 1.7;
        font-weight: 300; }
      .aboutpageblock .about-content .content a {
        border: 1px solid #000000;
        padding: 8px 25px 10px;
        text-transform: uppercase;
        font-size: 14px;
        color: #000000; }
        .aboutpageblock .about-content .content a:hover {
          background-color: #000000;
          color: #ffffff; }

.contactpageblock {
  background-color: #ffffff;
  position: relative; }
  .contactpageblock div, .contactpageblock h2 {
    transition: all 500ms ease; }
  .contactpageblock .anim {
    opacity: 0;
    -webkit-transform: translate3d(6rem, 0, 0);
    transform: translate3d(6rem, 0, 0);
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
    transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
    .contactpageblock .anim.show-in {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transition-delay: 0.5s; }
  .contactpageblock .content {
    position: relative; }
    .contactpageblock .content .line-block {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding-left: 50px; }
      .contactpageblock .content .line-block section {
        float: left;
        height: 0;
        width: 1px;
        padding: 0 7px;
        background-color: transparent;
        border-right: 1.4px solid #a3a3a4; }
      .contactpageblock .content .line-block .line1.show-in {
        -webkit-animation: increaseh 1s;
        -moz-animation: increaseh 1s;
        -o-animation: increaseh 1s;
        animation: increaseh 1s;
        animation-fill-mode: forwards; }
      .contactpageblock .content .line-block .line2.show-in {
        -webkit-animation: increaseh 2s;
        -moz-animation: increaseh 2s;
        -o-animation: increaseh 2s;
        animation: increaseh 2s;
        animation-fill-mode: forwards; }
      .contactpageblock .content .line-block .line3.show-in {
        -webkit-animation: increaseh 3s;
        -moz-animation: increaseh 3s;
        -o-animation: increaseh 3s;
        animation: increaseh 3s;
        animation-fill-mode: forwards; }
    .contactpageblock .content h2 {
      font-family: "BertonRegular";
      color: #000000;
      padding: 60px 20px 40px; }
      .contactpageblock .content h2 span {
        background-color: #ffffff; }
    .contactpageblock .content p, .contactpageblock .content a {
      color: #000000;
      font-family: 'Noto Sans KR', sans-serif;
      font-size: 16px; }
    .contactpageblock .content .data {
      padding: 0 25px; }
      .contactpageblock .content .data .data-main {
        background-color: #ffffff; }
      .contactpageblock .content .data .email {
        padding-bottom: 2px; }
    .contactpageblock .content .form {
      padding: 0 20px 80px; }

#map {
  width: 100%;
  height: 350px; }
  #map .gm-style .gm-style-iw-c,
  #map .gm-style .gm-style-iw-d {
    max-height: fit-content !important; }
  #map .gm-style .gm-style-iw-c {
    max-width: 250px !important;
    padding: 10px 20px 0 10px !important; }
    #map .gm-style .gm-style-iw-c b, #map .gm-style .gm-style-iw-c p {
      font-size: 16px;
      font-weight: 400;
      max-width: 150px; }
    #map .gm-style .gm-style-iw-c button {
      top: 0 !important;
      right: 0 !important; }
  #map img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5_hdpi.png"],
  #map .gm-style-cc,
  #map .gm-control-active.gm-fullscreen-control,
  #map .gmnoprint {
    display: none; }

.gform_wrapper {
  font-family: 'Noto Sans KR', sans-serif !important;
  margin-bottom: 0 !important; }
  .gform_wrapper .gform_footer {
    text-align: left;
    margin: 0 !important;
    padding: 0 0 0 0px !important;
    font-size: 16px; }
  .gform_wrapper input[type=submit] {
    height: 40px;
    font-size: 16px !important;
    margin: 0 !important;
    border: 1px solid #303234 !important;
    background-color: #ffffff !important;
    color: #303234 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 25px 6px !important;
    border-radius: 0;
    line-height: 1.5 !important;
    max-width: 140px !important; }
    .gform_wrapper input[type=submit]:hover {
      transition: .3s;
      color: #ffffff !important;
      background-color: #303234 !important; }
  .gform_wrapper form {
    padding-top: 20px; }
  .gform_wrapper .gform_body ul li {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding-right: 0px !important; }
  .gform_wrapper .gform_body ul li.gfield.gf_left_half {
    padding-right: 8px !important; }
  .gform_wrapper .gform_body ul li.gfield.gf_right_half {
    padding-left: 8px !important; }
  .gform_wrapper .gform_body ul li.gfield.gf_left_third {
    padding-right: 15px !important; }
  .gform_wrapper .gform_body ul li.gfield.gf_right_third {
    padding-left: 15px !important; }
  .gform_wrapper .gform_body ul li.gfield.gf_middle_third input.datepicker {
    width: 100%; }
  .gform_wrapper .gform_body #input_1_1 input,
  .gform_wrapper .gform_body #field_1_2 input,
  .gform_wrapper .gform_body #field_1_3 input {
    margin: 0 !important; }
  .gform_wrapper .gform_body .gfield {
    margin: 0; }
    .gform_wrapper .gform_body .gfield .ginput_container {
      margin-top: 0 !important; }
      .gform_wrapper .gform_body .gfield .ginput_container input {
        font-size: 16px !important;
        padding: 8px 10px 10px !important;
        height: 40px;
        letter-spacing: 1px;
        border: 1px solid #303234;
        color: #303234; }
        .gform_wrapper .gform_body .gfield .ginput_container input:focus {
          outline: none; }
        .gform_wrapper .gform_body .gfield .ginput_container input::placeholder {
          color: #a3a3a4; }
      .gform_wrapper .gform_body .gfield .ginput_container textarea {
        font-size: 16px !important;
        padding: 8px 10px 10px !important;
        color: #303234;
        border: 1px solid #303234;
        letter-spacing: 1px; }
        .gform_wrapper .gform_body .gfield .ginput_container textarea:focus {
          outline: none; }
        .gform_wrapper .gform_body .gfield .ginput_container textarea::placeholder {
          color: #a3a3a4; }

.validation_error {
  display: none; }

.gform_wrapper li.gfield.gfield_error {
  border-top: none !important;
  border-bottom: none !important;
  padding-top: 0 !important;
  background: transparent !important; }
  .gform_wrapper li.gfield.gfield_error .validation_message {
    padding-left: 0;
    padding-top: 0;
    font-weight: 500;
    font-size: 17px; }

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 0 !important; }

li.gfield_error textarea,
li.gfield_error input,
li.gfield_error .select2 {
  border: 1px solid #790000 !important; }
  li.gfield_error textarea .select2-selection--single,
  li.gfield_error input .select2-selection--single,
  li.gfield_error .select2 .select2-selection--single {
    border: none !important; }

.errorpage-content,
.thankyoupageblock {
	background-color: white;
  text-align: center;
  padding: 100px 20px; }
  .errorpage-content h2,
  .thankyoupageblock h2 {
    font-family: "BertonRegular";
    color: #000000;
    padding-bottom: 20px; }
  .errorpage-content h6,
  .thankyoupageblock h6 {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 300; }
    .errorpage-content h6 a,
    .thankyoupageblock h6 a {
      color: #000000; }
    .errorpage-content h6 p,
    .thankyoupageblock h6 p {
      color: #000000; }

.available-homes {
  background-color: #303234;
  padding: 100px 0 0 0; }
  .available-homes .available .title {
    position: relative;
    width: 100%;
    height: 50px; }
    .available-homes .available .title p {
      border: 5px solid #ffffff; }
    .available-homes .available .title h2 {
      position: relative;
      left: 10px;
      top: -25px;
      color: #ffffff;
      text-transform: uppercase;
      font-family: "BertonRegular";
      letter-spacing: 1px;
      background-color: #303234;
      width: fit-content;
      padding: 0 15px; }
  .available-homes .available .customhomespageblock {
    padding: 0 10px 80px; }
    .available-homes .available .customhomespageblock .custom-homes-list-single .content .text-container {
      padding: 25px 0; }
      .available-homes .available .customhomespageblock .custom-homes-list-single .content .text-container h1 {
        top: 0; }
  .available-homes .bordert {
    max-width: 1300px;
    padding: 0 20px; }
    .available-homes .bordert p {
      border-top: 1px solid rgba(163, 163, 164, 0.5); }

.homeaboutblock {
  background-color: #ffffff;
  padding: 100px 0 120px;
  text-align: center; }
  .homeaboutblock .content {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px; }
    .homeaboutblock .content h1, .homeaboutblock .content h6, .homeaboutblock .content p, .homeaboutblock .content a {
      font-family: 'Noto Sans KR', sans-serif; }
    .homeaboutblock .content h1 {
      color: #ebebeb;
      font-weight: 700;
      font-size: 200px;
      position: absolute;
      z-index: 0;
      top: -55px;
      left: 40px; }
    .homeaboutblock .content h6 {
      position: relative;
      max-width: 120px;
      font-weight: 400;
      margin: 0 auto;
      text-transform: uppercase;
      color: #000000;
      letter-spacing: 2px; }
      .homeaboutblock .content h6 span {
        border: 1px solid black;
        position: absolute;
        width: 15px;
        top: 10px; }
      .homeaboutblock .content h6 span.left {
        left: 0; }
      .homeaboutblock .content h6 span.right {
        right: 5px; }
    .homeaboutblock .content p {
      color: #000000;
      font-weight: 300;
      max-width: 640px;
      margin: 0 auto;
      padding: 10px 0;
      line-height: 1.6; }
    .homeaboutblock .content h2 {
      font-family: "BertonRegular";
      color: #000000;
      letter-spacing: 2px;
      padding: 20px 0;
      font-size: 40px; }
    .homeaboutblock .content a {
      text-transform: uppercase;
      border: 1px solid #000000;
      padding: 4px 25px 6px;
      font-size: 16px;
      color: #303234;
      position: relative;
      top: 20px; }
      .homeaboutblock .content a:hover {
        color: #ffffff;
        background-color: #000000; }
    .homeaboutblock .content .data {
      transition: all 400ms ease; }
      .homeaboutblock .content .data.anim {
        opacity: 0;
        -webkit-transform: translate3d(0, 6rem, 0);
        transform: translate3d(0, 6rem, 0);
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
        .homeaboutblock .content .data.anim.show-in {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          transition-delay: 0.5s; }
    .homeaboutblock .content .number {
      transition: all 400ms ease; }
      .homeaboutblock .content .number.anim {
        opacity: 0;
        -webkit-transform: translate3d(6rem, 0, 0);
        transform: translate3d(6rem, 0, 0);
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
        .homeaboutblock .content .number.anim.show-in {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          transition-delay: 0.5s; }
  .homeaboutblock .line-animation-block {
    position: relative;
    top: 70px; }
    .homeaboutblock .line-animation-block .line1 {
      height: 0;
      width: 0;
      border-bottom: 1px solid #a3a3a4; }
      .homeaboutblock .line-animation-block .line1.show-in {
        -webkit-animation: increasew45 3s;
        -moz-animation: increasew45 3s;
        -o-animation: increasew45 3s;
        animation: increasew45 3s;
        animation-fill-mode: forwards; }
    .homeaboutblock .line-animation-block .line2 {
      height: 0;
      width: 0;
      border-bottom: 1px solid #a3a3a4; }
      .homeaboutblock .line-animation-block .line2.show-in {
        -webkit-animation: increasew45 4s;
        -moz-animation: increasew45 4s;
        -o-animation: increasew45 4s;
        animation: increasew45 4s;
        animation-fill-mode: forwards; }
    .homeaboutblock .line-animation-block .line3 {
      height: 0;
      width: 0;
      border-bottom: 1px solid #a3a3a4; }
      .homeaboutblock .line-animation-block .line3.show-in {
        -webkit-animation: increasew45 5s;
        -moz-animation: increasew45 5s;
        -o-animation: increasew45 5s;
        animation: increasew45 5s;
        animation-fill-mode: forwards; }

.customhomespageblock {
  background-color: #303234;
  padding: 80px 10px 0; }
  .customhomespageblock .custom-homes-list-single {
    padding: 15px;
    position: relative; }
    .customhomespageblock .custom-homes-list-single .content {
      background-color: #4f4e4a;
      position: relative;
      transition: all 400ms ease; }
      .customhomespageblock .custom-homes-list-single .content.anim {
        opacity: 0;
        -webkit-transform: translate3d(0, 6rem, 0);
        transform: translate3d(0, 6rem, 0);
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
        transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
        .customhomespageblock .custom-homes-list-single .content.anim.show-in {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          transition-delay: 0.5s; }
      .customhomespageblock .custom-homes-list-single .content .home-bg {
        height: 400px;
        background-size: cover !important;
        background-position: center !important; }
      .customhomespageblock .custom-homes-list-single .content .text-container {
        overflow: hidden;
        position: relative;
        padding: 40px 0; }
        .customhomespageblock .custom-homes-list-single .content .text-container h2, .customhomespageblock .custom-homes-list-single .content .text-container p, .customhomespageblock .custom-homes-list-single .content .text-container a {
          color: #ffffff; }
        .customhomespageblock .custom-homes-list-single .content .text-container h2 {
          text-transform: uppercase;
          font-family: "BertonRegular";
          letter-spacing: 2px; }
        .customhomespageblock .custom-homes-list-single .content .text-container h1, .customhomespageblock .custom-homes-list-single .content .text-container p, .customhomespageblock .custom-homes-list-single .content .text-container a {
          font-family: 'Noto Sans KR', sans-serif; }
        .customhomespageblock .custom-homes-list-single .content .text-container p, .customhomespageblock .custom-homes-list-single .content .text-container a {
          font-size: 18px; }
        .customhomespageblock .custom-homes-list-single .content .text-container h2, .customhomespageblock .custom-homes-list-single .content .text-container p, .customhomespageblock .custom-homes-list-single .content .text-container .button {
          transition: all 400ms ease; }
        .customhomespageblock .custom-homes-list-single .content .text-container .anim {
          opacity: 0;
          -webkit-transform: translate3d(0, 6rem, 0);
          transform: translate3d(0, 6rem, 0);
          transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
          transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
          transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
          .customhomespageblock .custom-homes-list-single .content .text-container .anim.show-in {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            transition-delay: 0.5s; }
        .customhomespageblock .custom-homes-list-single .content .text-container h1 {
          transition: all 400ms ease;
          font-weight: 700;
          color: rgba(163, 163, 164, 0.5);
          position: absolute;
          font-size: 55px;
          top: 20px;
          left: -2px; }
          .customhomespageblock .custom-homes-list-single .content .text-container h1.anim {
            opacity: 0;
            -webkit-transform: translate3d(6rem, 0, 0);
            transform: translate3d(6rem, 0, 0);
            transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
            transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94;
            transition: opacity 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94, -webkit-transform 1s cubic-bezier 0.25, 0.46, 0.45, 0.94; }
            .customhomespageblock .custom-homes-list-single .content .text-container h1.anim.show-in {
              opacity: 1;
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
              transition-delay: 0.5s; }
        .customhomespageblock .custom-homes-list-single .content .text-container a {
          border: 1px solid #ffffff;
          padding: 6px 25px 8px;
          text-transform: uppercase;
          font-size: 14px;
          color: #ffffff; }
          .customhomespageblock .custom-homes-list-single .content .text-container a:hover {
            color: #000000;
            background-color: #ffffff; }
        .customhomespageblock .custom-homes-list-single .content .text-container h2, .customhomespageblock .custom-homes-list-single .content .text-container p, .customhomespageblock .custom-homes-list-single .content .text-container .button {
          padding: 0 10px 0 100px; }
        .customhomespageblock .custom-homes-list-single .content .text-container .button {
          padding-top: 30px;
          padding-bottom: 10px;
          position: relative;
          z-index: 1; }
        .customhomespageblock .custom-homes-list-single .content .text-container .line-block {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 0; }
          .customhomespageblock .custom-homes-list-single .content .text-container .line-block section {
            float: right;
            height: 0;
            width: 1px;
            padding: 0 8px;
            background-color: transparent;
            border-left: 1.5px solid rgba(255, 255, 255, 0.2); }
          .customhomespageblock .custom-homes-list-single .content .text-container .line-block .line1.show-in {
            -webkit-animation: increaseh 2s;
            -moz-animation: increaseh 2s;
            -o-animation: increaseh 2s;
            animation: increaseh 2s;
            animation-fill-mode: forwards; }
          .customhomespageblock .custom-homes-list-single .content .text-container .line-block .line2.show-in {
            -webkit-animation: increaseh 3s;
            -moz-animation: increaseh 3s;
            -o-animation: increaseh 3s;
            animation: increaseh 3s;
            animation-fill-mode: forwards; }
  .customhomespageblock .ch-tborder.main-wrapper {
    margin-top: 80px;
    max-width: 1400px;
    padding: 0 35px; }
    .customhomespageblock .ch-tborder.main-wrapper p {
      border-top: 1px solid rgba(163, 163, 164, 0.5); }

@media (max-width: 1200px) {
  .contactpageblock .content .line-block {
    padding-left: 0; } }
@media (max-width: 991px) {
  .footer {
    text-align: center; }
    .footer .main-content {
      padding: 50px 20px 20px 20px; }
      .footer .main-content .logo-img {
        padding-bottom: 40px; }
      .footer .main-content h6 {
        padding-bottom: 10px;
        display: none; }
      .footer .main-content .menu {
        display: none; }
      .footer .main-content .contact {
        padding-bottom: 0; }
    .footer .copyright {
      padding: 20px 20px 30px; }

  .aboutpageblock .title {
    padding-top: 20px; }
  .aboutpageblock .about-content {
    padding: 20px 0 50px 0; }
    .aboutpageblock .about-content .image {
      text-align: center; }
    .aboutpageblock .about-content .content {
      padding: 20px 20px 0; }

  .single-home-page .single-home-content .main-wrapper .content h1 {
    font-size: 45px;
    padding: 40px 0; }
  .single-home-page .single-home-content .main-wrapper .content h1.number {
    font-size: 120px; } }
@media (min-width: 768px) {
  .header .nav {
    display: block !important; }

  .hamburger {
    display: none; } }
@media (max-width: 767px) {
	.homebanner .line-block.desktop {
		display: none !important;
	}
  .customhomespageblock {
    padding: 30px 10px 0; }
    .customhomespageblock .custom-homes-list-single .content .home-bg {
      height: 280px; }
    .customhomespageblock .custom-homes-list-single .content .text-container {
      padding: 20px 0; }
      .customhomespageblock .custom-homes-list-single .content .text-container h1 {
        font-size: 40px;
        top: 0; }
      .customhomespageblock .custom-homes-list-single .content .text-container h2, .customhomespageblock .custom-homes-list-single .content .text-container p, .customhomespageblock .custom-homes-list-single .content .text-container .button {
        padding: 0 10px 0 60px; }
      .customhomespageblock .custom-homes-list-single .content .text-container h2 {
        font-size: 28px; }
      .customhomespageblock .custom-homes-list-single .content .text-container p {
        font-size: 16px; }
      .customhomespageblock .custom-homes-list-single .content .text-container .button {
        padding-top: 20px;
        padding-bottom: 10px; }
    .customhomespageblock .ch-tborder.main-wrapper {
      margin-top: 50px; }

  .errorpage-content,
  .thankyoupageblock {
    padding: 70px 20px; }

  .single-home-page .single-home-content {
    padding: 50px 0 0 0; }
    .single-home-page .single-home-content .line-block {
      display: none; }
    .single-home-page .single-home-content .main-wrapper .image-block img {
      padding-right: 30px; }
    .single-home-page .single-home-content .main-wrapper .image-block .animline {
      height: 140px; }
    .single-home-page .single-home-content .main-wrapper .content {
      padding: 0 35px 0 35px;
      max-width: 100%;
      position: relative;
      top: -50px; }
      .single-home-page .single-home-content .main-wrapper .content h1 {
        padding-top: 0;
        padding-left: 50px; }
      .single-home-page .single-home-content .main-wrapper .content h1.number {
        left: -10px;
        top: -50px;
        font-size: 100px; }
      .single-home-page .single-home-content .main-wrapper .content .specification {
        padding: 40px 0 0 0; }
        .single-home-page .single-home-content .main-wrapper .content .specification .house-type,
        .single-home-page .single-home-content .main-wrapper .content .specification .floors,
        .single-home-page .single-home-content .main-wrapper .content .specification .bathrooms,
        .single-home-page .single-home-content .main-wrapper .content .specification .features {
          width: 60%; }
        .single-home-page .single-home-content .main-wrapper .content .specification .bedrooms,
        .single-home-page .single-home-content .main-wrapper .content .specification .garage,
        .single-home-page .single-home-content .main-wrapper .content .specification .floorplans {
          width: 40%; }

  .aboutpageblock .quote-block {
    padding: 60px 20px; }

  .sub-page-banner {
    height: 200px; }

  .sub-page-banner .line-block section {
    padding: 7px !important; }
  .sub-page-banner .line-block .line10,
  .sub-page-banner .line-block .line11,
  .sub-page-banner .line-block .line12,
  .sub-page-banner .line-block .line13,
  .sub-page-banner .line-block .line14,
  .sub-page-banner .line-block .line15,
  .sub-page-banner .line-block .line16,
  .sub-page-banner .line-block .line17,
  .sub-page-banner .line-block .line18,
  .sub-page-banner .line-block .line19,
  .sub-page-banner .line-block .line20 {
    display: none; }

  .homebanner .line-block section {
    padding: 0 7px !important; }
  .homebanner .line-block .line7,
  .homebanner .line-block .line8,
  .homebanner .line-block .line9,
  .homebanner .line-block .line10,
  .homebanner .line-block .line11,
  .homebanner .line-block .line12,
  .homebanner .line-block .line13,
  .homebanner .line-block .line14,
  .homebanner .line-block .line15,
  .homebanner .line-block .line16,
  .homebanner .line-block .line17,
  .homebanner .line-block .line18,
  .homebanner .line-block .line19,
  .homebanner .line-block .line20 {
    display: none; }

  .homebanner .banner-image-block .slide {
    height: auto; }
    .homebanner .banner-image-block .slide .banner-image {
      height: 250px; }
    .homebanner .banner-image-block .slide .content {
      padding: 20px 20px 30px;
      position: relative;
      top: 0;
      transform: translateY(0);
      text-align: center; }
      .homebanner .banner-image-block .slide .content h1 {
        -webkit-transform: translate3d(0, 3rem, 0);
        transform: translate3d(0, 3rem, 0);
        padding: 0;
        font-size: 45px; }
      .homebanner .banner-image-block .slide .content p {
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px; }

  .contactpageblock .content .form {
    padding: 130px 25px 50px 25px; }
  .contactpageblock .content .line-block {
    padding-top: 300px; }
    .contactpageblock .content .line-block section {
      float: none;
      border-right: none;
      width: 0;
      height: 1px;
      padding: 7px 0;
      border-bottom: 1px solid #a3a3a4; }
    .contactpageblock .content .line-block .line1.show-in {
      -webkit-animation: increasew 1s;
      -moz-animation: increasew 1s;
      -o-animation: increasew 1s;
      animation: increasew 1s;
      animation-fill-mode: forwards; }
    .contactpageblock .content .line-block .line2.show-in {
      -webkit-animation: increasew 2s;
      -moz-animation: increasew 2s;
      -o-animation: increasew 2s;
      animation: increasew 2s;
      animation-fill-mode: forwards; }
    .contactpageblock .content .line-block .line3.show-in {
      -webkit-animation: increasew 3s;
      -moz-animation: increasew 3s;
      -o-animation: increasew 3s;
      animation: increasew 3s;
      animation-fill-mode: forwards; }

  #map {
    height: 250px; }

  .available-homes {
    padding: 50px 0 0 0; }
    .available-homes .available .customhomespageblock {
      padding: 0 5px 40px; }

  .homeaboutblock {
    padding: 60px 0 120px 0; }
    .homeaboutblock .content .number {
      font-size: 120px;
      top: -10px; }

  .header .nav {
    display: none;
    position: relative;
    top: 0;
    right: 0;
    background-color: #303234; }
    .header .nav ul {
      text-align: center;
      border-top: 1px solid; }
      .header .nav ul li {
        display: block;
        padding: 6px 0; }
        .header .nav ul li a {
          font-size: 16px;
          letter-spacing: 1px; }
      .header .nav ul .button a {
        border: none;
        background-color: none; }
        .header .nav ul .button a:hover {
          color: #ffffff;
          background-color: transparent; }
  .header .logo {
    max-width: 150px; }

  .hamburger {
    display: block; } }
@media (max-width: 640px) {
  .gform_wrapper .gform_body ul li.gfield.gf_left_half {
    padding-right: 0 !important; }
  .gform_wrapper .gform_body ul li.gfield.gf_right_half {
    padding-left: 0 !important; }
  .gform_wrapper .gform_body ul li.gfield #input_1_1_3_container {
    margin-bottom: 16px !important; } }
@media (max-width: 576px) {
  .single-home-page .single-home-content .main-wrapper .content .specification .features {
    padding-bottom: 30px; }

  .available-homes .available .title h2 {
    padding: 0 12px; }

  .homeaboutblock .content .number {
    font-size: 80px;
    top: 10px;
    left: -10px; } }

.homebanner .overlay1 {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%,rgba(255,255,255,0) 100%);
	background:    -moz-linear-gradient(left, rgb(0, 0, 0) 0%,rgba(255,255,255,0) 100%);
	background:     -ms-linear-gradient(left, rgb(0, 0, 0) 0%,rgba(255,255,255,0) 100%);
	background:      -o-linear-gradient(left, rgb(0, 0, 0) 0%,rgba(255,255,255,0) 100%);
	background:         linear-gradient(left, rgb(0, 0, 0) 0%,rgba(255,255,255,0) 100%);
}

@media(max-width: 767px) {
	.homebanner .overlay1 {
		display: none;
	}
}

@keyframes increaseh85 {
	100% {
		height: 95%; 
	} 
}
@keyframes increaseh80 {
	100% {
		height: 90%; 
	} 
}
@keyframes increaseh75 {
	100% {
		height: 85%; 
	} 
}
@keyframes increaseh70 {
	100% {
		height: 80%; 
	} 
}
@keyframes increaseh65 {
	100% {
		height: 75%; 
	} 
}
@keyframes increaseh60 {
	100% {
		height: 70%; 
	} 
}
@keyframes increaseh55 {
	100% {
		height: 65%; 
	} 
}
.single-home-page .main-wrapper.tborder {
	max-width: 1400px;
    padding: 0 25px;
}
.single-home-content .line-block .line1.show-in {
	display: none;
}
.single-home-content .line-block .line2.show-in {
	-webkit-animation: increaseh85 5s;
    -moz-animation: increaseh85 5s;
    -o-animation: increaseh85 5s;
    animation: increaseh85 5s;
    animation-fill-mode: forwards;
}
.single-home-content .line-block .line3.show-in {
	-webkit-animation: increaseh80 5s;
    -moz-animation: increaseh80 5s;
    -o-animation: increaseh80 5s;
    animation: increaseh80 5s;
    animation-fill-mode: forwards;
}
.single-home-content .line-block .line4.show-in {
	-webkit-animation: increaseh75 5s;
    -moz-animation: increaseh75 5s;
    -o-animation: increaseh75 5s;
    animation: increaseh75 5s;
    animation-fill-mode: forwards;
}
.single-home-content .line-block .line5.show-in {
	-webkit-animation: increaseh70 5s;
    -moz-animation: increaseh70 5s;
    -o-animation: increaseh70 5s;
    animation: increaseh70 5s;
    animation-fill-mode: forwards;
}
.single-home-content .line-block .line6.show-in {
	-webkit-animation: increaseh65 5s;
    -moz-animation: increaseh65 5s;
    -o-animation: increaseh65 5s;
    animation: increaseh65 5s;
    animation-fill-mode: forwards;
}
.single-home-content .line-block .line7.show-in {
	-webkit-animation: increaseh60 5s;
    -moz-animation: increaseh60 5s;
    -o-animation: increaseh60 5s;
    animation: increaseh60 5s;
    animation-fill-mode: forwards;
}
.single-home-content .line-block .line8.show-in {
	-webkit-animation: increaseh55 5s;
    -moz-animation: increaseh55 5s;
    -o-animation: increaseh55 5s;
    animation: increaseh55 5s;
    animation-fill-mode: forwards;
}

/*# sourceMappingURL=main.css.map */
