@charset 'UTF-8';
@import url(spacing.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  width: 100%;
}

b,
strong {
  font-weight: 600;
}

/******************************************
    ACF Google Map
******************************************/
.acf-map {
  width: 100%;
  height: 500px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.acf-map.taller {
  height: 500px;
}
.gm-style-cc {
  display: none !important;
}

::selection {
  background: #111;
  color: #fff;
}
::-moz-selection {
  background: #111;
  color: #fff;
}

/******************************************************************
  Slick Slider
******************************************************************/
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  font-size: 25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  color: inherit;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #01589e;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -25px;
}
.slick-next {
  right: -25px;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

p {
  margin-bottom: var(--spacing-sm);
}

p:last-child {
  margin-bottom: 0;
}

/******************************************
    Animation
******************************************/
.show,
.hidden,
.header,
a,
#mobileMenu,
.logo img,
.nav {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  position: relative;
  font-family: "Nanum Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-gray-01);
}

.main-header .row {
  align-items: center;
  justify-content: center;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: var(--spacing-sm) 0;
  z-index: 999;
  text-align: center;
  border: none;
  background: linear-gradient(transparent, transparent 50%, var(--color-white) 50%, var(--color-white));
  background-size: 100% 200%;
  background-position: 100% 199%;
  transition: background 0.5s ease;
}

.header-logo img,
.header-logo img {
  width: auto;
  height: 50px;
}

.header-logo .logo-sticky,
.onScroll .header-logo .logo-default {
  display: none;
}

.onScroll .header-logo .logo-default {
  display: none;
}

.no-hero .header-logo .logo-sticky,
.onScroll .header-logo .logo-sticky {
  display: inline-block;
  opacity: 1;
}

.no-hero .header-logo .logo-default,
.onScroll .header-logo .logo-default {
  display: none;
}

.header .header-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-left: var(--spacing-md);
  color: var(--color-white);
  font-size: 18px;
  text-decoration: none;
}

.onScroll .header,
.header.no-hero {
  background-position: 100% 100%;
  /* border-bottom: 1px solid var(--color-gray-07); */
  border: none;
}

.onScroll .header .social-icons a,
.header.no-hero .social-icons a {
  color: var(--color-gray-02);
}

.onScroll .header .social-icons a:hover,
.header.no-hero .social-icons a:hover {
  color: var(--color-gold);
}

/* .header .container {
  border-bottom: 1px solid var(--color-white);
  padding-bottom: var(--spacing-xs);
} */

/******************************************
	Navigation
******************************************/

.header .header-navigation {
  display: flex;
  align-items: center;
  justify-content: end;
  border-bottom: 0;
  margin: 0;
  background: transparent;
  flex: 1;
}

.header-navigation ul li {
  list-style: none;
  display: inline-block;
  padding: var(--spacing-xs) 0;
  position: relative;
}

.header-navigation ul > li > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 400;
  padding-top: var(--spacing-xs);
  padding-bottom: var(--spacing-xs);
  padding-left: var(--spacing-xs);
  padding-right: var(--spacing-sm);
}

.header-navigation ul > li > ul {
  display: none;
  width: auto;
  position: absolute;
  left: -18px;
  text-align: left;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  transform-origin: top;
}

.header-navigation ul > li:hover > ul {
  display: block;
}

.header-navigation ul > li > ul > li {
  display: block;
  width: auto;
  padding: 0;
  background: transparent;
}

.header-navigation ul > li > ul > li > a {
  background: transparent;
  color: var(--color-white) !important;
  padding-top: calc(var(--spacing-sm) - 4px);
  padding-bottom: calc(var(--spacing-sm) - 4px);
  padding-left: var(--spacing-md);
  padding-right: var(--spacing-md);
  width: 100%;
  white-space: nowrap;
}

.onScroll .header-navigation ul > li > ul > li > a,
.no-hero .header-navigation ul > li > ul > li > a {
  background: var(--color-white);
  color: var(--color-gray-02) !important ;
}

.header-navigation ul > li > ul > li > a:hover {
  background: var(--color-gold);
  color: var(--color-white) !important;
}

.header-navigation li.menu-item-has-children a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: var(--spacing-xs);
}

.header-navigation .sub-menu li a::after {
  display: none;
  content: "";
}

.header-navigation ul li a:hover {
  color: var(--color-gold);
}
.onScroll .header-navigation ul li a,
.no-hero .header-navigation ul li a {
  color: var(--color-gray-02);
}
.onScroll .header-navigation ul li a:hover,
.no-hero .header-navigation ul li a:hover {
  color: var(--color-gold);
}

.mobile-button-wrapper {
  text-align: center;
  flex: 0 0 60px;
  display: none;
}

#mobileButton {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobileMenu {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  z-index: 9;
  margin: 0;
  padding: 0;
  transform: translateY(-100%);
  overflow: hidden;
  display: none;
}

#mobileMenu ul {
  margin: 0;
  padding: 0;
}

#mobileMenu.is-active {
  transform: translateY(0%);
}

#mobileMenu li {
  list-style: none;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
}

#mobileMenu li:last-child {
  border-bottom: none;
}

#mobileMenu li a {
  width: 100%;
  padding: var(--spacing-md) var(--spacing-lg);
  display: inline-block;
  color: var(--color-gold);
  background: var(--color-white);
  border-bottom: 1px solid var(--color-gray-05);
  font-weight: 600;
  font-size: 15;
  text-decoration: none;
}

#mobileMenu li a:hover {
  color: var(--color-white);
  background: var(--color-gray-02);
}

.hamburger-inner:after {
  bottom: -9px;
}

.hamburger-inner:before {
  top: -9px;
}

hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 40px;
}

.hamburger {
  padding-left: var(--spacing-md);
}

/******************************************
    Hero
******************************************/
.hero {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 40vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero.full-height {
  min-height: 100vh;
}

.hero img {
  width: auto;
  max-height: 250px;
  margin-bottom: var(--spacing-md);
}

.hero video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: var(--spacing-xxl) 0;
  color: var(--color-white);
  z-index: 3;
}

.single-project .hero {
  margin-top: 95px;
}

.single-project-intro .project-block-title,
.single-project-intro .project-block-location {
  color: var(--color-white);
}

.details-title {
  border-bottom: 1px solid var(--color-gray-04);
  display: inline-block;
  line-height: 1.4;
}

.details-detail {
  display: block;
}

.scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-link {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

  -webkit-animation: fade-move-down 2s ease-in-out infinite;
  -moz-animation: fade-move-down 2s ease-in-out infinite;
  animation: fade-move-down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade-move-down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes fade-move-down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes fade-move-down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

/******************************************
    Single Project
******************************************/
.single-detail {
  border-bottom: 2px solid var(--color-gold);
  padding: var(--spacing-sm) 0 var(--spacing-xs);
}

.single-detail:first-child {
  padding: 0 0 var(--spacing-xs);
}

.single-detail:last-child {
  border-bottom: none;
}

.single-detail .detail-detail {
  color: var(--color-gold);
  font-size: 24px;
  font-weight: bold;
}

.single-detail .detail-title {
  color: var(--color-gray-02);
}

/******************************************
    Form
******************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select,
.vfbp-form .vfb-form-control {
  display: block;
  height: 40px;
  line-height: 1;
  padding: 10px !important;
  color: #222;
  box-shadow: none;
  border: none;
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.gfield,
.gform_wrapper.gravity-theme fieldset {
  margin-bottom: var(--spacing-sm) !important;
}

.footer {
  background-color: var(--color-gray-01);
  color: var(--color-white);
  font-size: 15px;
  padding: var(--spacing-lg) 0;
}

.footer-intro h6 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.091em;
  margin-bottom: var(--spacing-lg);
}

.footer-email {
  margin-bottom: var(--spacing-lg);
}

.footer-email a {
  color: inherit;
  text-decoration: none;
}

.footer-phone,
.footer-email,
.footer-address {
  display: inline-block;
  vertical-align: top;
  margin-bottom: var(--spacing-sm);
}

.footer-icon {
  display: inline-block;
  width: 20px;
  height: auto;
  text-align: center;
}

.footer .nav {
  display: block;
}

.footer nav li {
  display: block;
}

.footer nav li a {
  text-decoration: none;
  display: block;
  padding-bottom: var(--spacing-xs);
  padding-right: var(--spacing-sm);
}

.footer .footer-copyright {
  text-align: left;
  font-size: 0.85em;
  margin-top: var(--spacing-lg);
}

.footer .footer-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: var(--spacing-md);
  text-transform: uppercase;
}

.footer .footer-logo img {
  width: 80%;
  max-width: 320px;
  height: auto;
  display: block;
  margin-bottom: var(--spacing-md);
}

.footer .social-icons {
  text-align: left;
}

.footer a {
  color: var(--color-white);
  text-decoration: none;
}

.footer .social-icons a {
  color: var(--color-white);
  display: inline-block;
  padding-bottom: var(--spacing-sm);
  text-decoration: none;
}

.footer a:hover,
.footer .social-icons a:hover {
  color: var(--color-gold);
}

.footer .social-icons i {
  font-size: 18px;
  width: 32px;
  padding-right: var(--spacing-xs);
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }
}

@media (min-width: 1800px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 991px) {
  body {
    margin-top: 70px;
  }

  .header .header-buttons {
    display: none;
  }

  .hero.full-height {
    min-height: calc(100vh - 70px);
  }

  .hero-fix {
    height: 70px;
  }

  .mobile-button-wrapper {
    display: flex;
  }

  .header .header-navigation {
    display: none;
  }

  .header-buttons {
    flex: 1;
  }

  .header,
  .header.no-hero,
  .onScroll .header {
    top: 0 !important;
    background: var(--color-white);
    padding: var(--spacing-sm) 0;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .header-logo {
    flex: 1;
    align-items: center;
    display: flex;
  }

  .header-logo img {
    height: 40px;
  }

  .header-logo .logo-default {
    display: none;
  }

  .header-logo .logo-sticky {
    display: block;
  }

  #mobileMenu {
    display: block;
  }

  .single-project .hero {
    margin-top: 0;
  }

  .single-post .hero,
  .single-project .hero {
    height: auto;
    aspect-ratio: 5/4;
  }

  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  .vfbp-form .btn-primary,
  .button-solid,
  .button-solid:link,
  .button-solid:visited,
  .button-outline,
  .button-outline:link,
  .button-outline:visited,
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type="submit"] {
    padding: var(--spacing-md);
  }

  .container-fluid .sbs-row .col-lg-7 {
    padding: 0;
  }

  .container-fluid .sbs-media {
    position: relative;
    aspect-ratio: 3/2;
  }

  .container .sbs-row .col-12 {
    padding-bottom: var(--spacing-sm);
  }

  .footer .social-icons {
    max-width: 100%;
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    text-align: left;
    margin-top: var(--spacing-lg);
  }

  .footer .social-title {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
    transform-origin: 0;
    transform: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: var(--spacing-md);
    text-transform: uppercase;
  }

  .footer .footer-title {
    padding-top: var(--spacing-lg);
    padding-bottom: var(--spacing-xs);
  }

  .footer .social-line {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header .container {
    max-width: 100%;
  }
}
