.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.google-map iframe {
  height: 100%;
  width: 100%;
}
.lottie-animation-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 110vw;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.body {
  height: 200vh;
}
/*body {
  font-family: 'Noto Sans KR', sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 1.4;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #333;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #c99542;
  text-decoration: none;
}

a:hover {
  color: #c99542;
}

ul {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

blockquote {
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 8px 24px;
  border-left: 4px solid #e3af5b;
  color: #666;
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
}

.section {
  position: relative;
  overflow: hidden;
  margin: auto;
  clear: both;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125vh;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#151623), color-stop(40%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(95%, #151623)), -webkit-gradient(linear, left top, left bottom, from(rgba(21, 22, 35, 0.25)), to(rgba(21, 22, 35, 0.25))), url('../images/id-interiors-VWt1BBQwwtU-unsplash-1.jpg');
  background-image: linear-gradient(180deg, #151623, transparent 40%), linear-gradient(180deg, transparent, #151623 95%), linear-gradient(180deg, rgba(21, 22, 35, 0.25), rgba(21, 22, 35, 0.25)), url('../images/id-interiors-VWt1BBQwwtU-unsplash-1.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, cover;
}

.section.slider-section {
  padding-top: 8em;
  padding-right: 0%;
  padding-bottom: 8em;
  background-color: #151623;
}

.section.hamburger-menu-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 0vh;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #151623;
}

.section.test_visual {
  height: 590px;
  padding-top: 0px;
  background-color: #151623;
}
*/
.section.map-section {
  overflow: hidden;
  max-height: 60vh;
  padding: 0em 0%;
}

.section.blog-section {
  padding-top: 4em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/webb.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/webb.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.section.video-section {
  padding: 0em 0%;
}

.section.dark-section {
  background-color: #151623;
}

.section.sales-cta-section {
  padding-top: 8em;
  padding-bottom: 8em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 22, 35, 0.25)), to(rgba(21, 22, 35, 0.25))), none;
  background-image: linear-gradient(180deg, rgba(21, 22, 35, 0.25), rgba(21, 22, 35, 0.25)), none;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.guide01 {
  height: 480px;
  background-image: url('../images/service/info_bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.pm02bg {
  height: 480px;
  margin-top: 80px;
  background-image: url('../images/about/pm02bg.jpg');
  background-position: 50% 100%;
  background-size: 100vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.parking01 {
  height: 660px;
  margin-bottom: 80px;
  background-image: url('../images/about/parkingmap.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.parking03bg {
  height: 480px;
  margin-top: 80px;
  background-image: url('../images/about/parking02bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.locationbg {
  height: 680px;
  background-image: url('../images/about/locationbg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.conseptbg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 680px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section.about02bg {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/about/about02_bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.about03_bg {
  overflow: visible;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/about/about03_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.about04_bg {
  background-image: url('../images/about/about04_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section.about05_bg {
  background-image: url('../images/about/about05_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.wide {
  background-color: #000;
}
.section.officebg {
  position: relative;
  overflow: visible;
  height: auto;
  background-color: #000;
}
/*.logo-container {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out, color 400ms ease-in-out;
  transition: opacity 400ms ease-in-out, color 400ms ease-in-out;
}

.logo-container:hover {
  opacity: 0.5;
}

.logo {
  max-width: 120px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 1em;
}

.nav-link {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-bottom: -1px;
  margin-left: 12px;
  padding: 4px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  border-bottom: 1px solid #e3af5b;
  color: #fff;
}

.nav-link.link-left {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: hsla(0, 0%, 100%, 0.65);
  text-align: left;
}

.nav-link.link-left:hover {
  color: #fff;
}

.nav-link.contact-link {
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #e3af5b;
}

.nav-link.contact-link:hover {
  color: #fff;
}

.nav-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e3af5b;
}

.container {
  position: relative;
  display: block;
  overflow: visible;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
*/
.container.contact-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 94vw;
  height: 100vh;
  max-width: 880px;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.container.full-width {
  width: 100%;
  max-width: 100%;
}

.container.map-container {
  max-width: 100%;
}

.container._3d-video-container {
  width: 100%;
  max-width: 100%;
}

.container.flex_v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.flex_v2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}



.container.pm02 {
  margin-top: 110px;
  text-align: center;
}

.container.parking03 {
  margin-top: 80px;
  text-align: center;
}

.container.about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.about04 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.about04_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about04_list {
 /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  max-width: none;
  color: #333;
}

.about04_list1 {
  color: #333;
}

.about04_list2 {
  padding-left: 40px;
}

.about04_flex2 {
  max-width: 33%;
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
  text-align: center;
}

.about04_flex1 {
  max-width: 33%;
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
  color: #333;
  text-align: center;
}




.about03_txt2 {
  display: block;
  margin-bottom: 40px;
  clear: none;
}






.container.about05 {
  margin: 200px auto;
  text-align: center;
}

.column {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column.small-column {
  width: 33.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column.small-column.column-text-align-bottom {
  margin-bottom: 40px;
  padding-right: 3%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.column.areas-column {
  position: relative;
  padding: 0px 0%;
}

.column.large-menu-column {
  width: 66%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column.mega-menu-final-col {
  padding-top: 76px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.contact-col {
  padding-top: 48px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.contact-column.hamburger-contact {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.contact-column.hamburger-mobile-menu {
  display: none;
}

.column.small-menu-column {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column.no-padding {
  padding: 0px 0%;
}

.column.map-column {
  padding: 0px 0%;
}

.column.mobile-contact {
  padding-top: 48px;
  padding-right: 0%;
  padding-left: 0%;
}

.column.sales-cta-column {
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(21, 22, 35, 0.25);
  text-align: center;
}

.button-overlay {
  position: absolute;
  left: -15%;
  top: 0%;
  right: auto;
  bottom: 0px;
  z-index: -1;
  display: block;
  width: 0%;
  background-color: #9e7352;
  -webkit-transform: skew(-32deg, 0deg);
  -ms-transform: skew(-32deg, 0deg);
  transform: skew(-32deg, 0deg);
}

.centered-text {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer-icon {
  margin-right: 20px;
  margin-left: 0px;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-family: Fontawesome, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.footer-icon:hover {
  color: #fff;
}

.light-heading {
  color: #fff;
}

.light-heading.menu-blog-heading {
  margin-bottom: 12px;
  border-bottom: 1px solid #e3af5b;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  font-size: 16px;
  line-height: 32px;
}

.light-heading.menu-blog-heading:hover {
  color: #e3af5b;
}

.light-text {
  color: #fff;
}

.light-text.contact-address {
  margin-top: 8px;
  font-size: 16px;
  line-height: 32px;
}

.light-text h3 {
  color: #fff;
}

.light-text p {
  color: #fff;
}

.form-field {
  height: 60px;
  margin-bottom: 20px;
  border: 1px none #000;
  background-color: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}

.form-field::-webkit-input-placeholder {
  color: #333;
}

.form-field:-ms-input-placeholder {
  color: #333;
}

.form-field::-ms-input-placeholder {
  color: #333;
}

.form-field::placeholder {
  color: #333;
}

.form-field.empty-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -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;
  font-size: 16px;
  line-height: 24px;
}

.carousel-slide {
  margin-right: 12px;
  margin-left: 12px;
}

.carousel-slide-mask {
  overflow: visible;
  width: 40%;
  height: auto;
}

.carousel-slider {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  background-color: transparent;
}

.slider-item {
  height: 480px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-item.parallax-slider-item {
  background-image: none;
}

.slider-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  padding: 12px 24px;
  background-color: rgba(21, 22, 35, 0.25);
}

.area-slide-heading {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  text-align: right;
}

.left-arrow {
  left: 12px;
  top: 0px;
  bottom: auto;
  z-index: 999;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: 0px;
  background-color: #e3af5b;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.left-arrow:hover {
  background-color: #c99542;
}

.right-arrow {
  left: 52px;
  top: 0px;
  bottom: auto;
  z-index: 999;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-left: 0px;
  background-color: #e3af5b;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.right-arrow:hover {
  background-color: #c99542;
}

/*.slide-nav {
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-right: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 8px;
  line-height: 28px;
}

.mega-menu-inner {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 94vw;
  height: 400px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.mega-menu-inner.flex-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-mega-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 400px;
  max-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.nav-mega-menu.education {
  background-color: transparent;
}

.nav-links-wrap {
  position: static;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-reveal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 96px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-reveal:hover {
  background-color: transparent;
}

.nav-main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 78px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hamburger-menu {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  margin-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.slide-nav-icon {
  font-size: 20px;
}

.icon {
  font-size: 20px;
}

.slider-overlay-left {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 99;
  display: block;
  width: 100px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #151623), color-stop(90%, rgba(227, 175, 91, 0)));
  background-image: linear-gradient(90deg, #151623 15%, rgba(227, 175, 91, 0) 90%);
}

.contact-socials {
  margin-top: 24px;
}

.main {
  overflow: hidden;
  height: auto;
}

.hamburger-icon {
  opacity: 0.65;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.hamburger-icon:hover {
  opacity: 1;
}

.lottie-arrow-right {
  position: absolute;
  top: 65%;
  width: 50px;
  opacity: 0;
  -webkit-transform: translate(0px, -47%);
  -ms-transform: translate(0px, -47%);
  transform: translate(0px, -47%);
}

.lottie-arrow-right.areas-arrow {
  top: 15px;
  right: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
*/
.separator {
  height: 2px;
  margin-top: 8px;
  background-color: #aa8569;
}

.stats-wrapper {
  position: absolute;
  right: 0px;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stats-wrapper.small-stats-wrapper {
  left: 0px;
  bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.stats-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.stats-container.small-stats-container {
  padding-right: 4px;
  padding-left: 4px;
}

.detail {
  margin-bottom: 12px;
  color: #fff;
  font-size: 2.75vw;
  line-height: 3vw;
}

.detail.datapoint-small {
  font-size: 20px;
  line-height: 24px;
}

.stat-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.stat-heading.small-stat-heading {
  font-size: 9px;
  line-height: 12px;
}

.blog-progress-bar {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 40px;
  height: 40px;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
/*
.mobile-menu-link {
  display: block;
  margin-bottom: 8px;
  color: hsla(0, 0%, 100%, 0.75);
  line-height: 24px;
}

.mobile-menu-link:hover {
  color: #fff;
}

.mobile-link-wrap {
  overflow: hidden;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.mobile-link-dropdown {
  margin-bottom: 12px;
  padding: 12px 24px;
}

.mobile-link-dropdown.sub-menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu-line {
  margin-right: 4px;
  color: #e3af5b;
}

.sub-menu-column {
  margin-right: 24px;
  padding-right: 24px;
}

.dropdown-icon {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-left: 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #e3af5b;
  font-size: 24px;
  line-height: 12px;
}

.menu-blog-link {
  display: block;
}
*/
.parallax-slider-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 560px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.parallax-slide-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.guideline {
  position: relative;
  display: block;
  overflow: hidden;
  height: 1px;
  max-width: 1200px;
  margin: 0px auto;
  clear: both;
}

/*.font_pop {
  font-family: Poppins, sans-serif;
}

.font_no {
  font-family: 'Noto Sans KR', sans-serif;
}

.c_gold {
  color: #aa8569;
}

.c_gold.normal {
  font-weight: 400;
}

.c_333 {
  color: #333;
}

.c_white {
  color: #fff;
}

.c_white.ft14 {
  font-size: 14px;
  font-weight: 400;
}

.c_black {
  color: #000;
}

.mt100 {
  margin-top: 100px;
}

.mt90 {
  margin-top: 90px;
}

.mt80 {
  margin-top: 80px;
}

.mt70 {
  margin-top: 70px;
}

.mt60 {
  margin-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt0 {
  margin-top: 0px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt30 {
  padding-top: 30px;
}

.pt20 {
  padding-top: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pl30 {
  padding-left: 30px;
}

.pl20 {
  padding-left: 20px;
}

.pl50 {
  padding-left: 50px;
}

.ml90 {
  padding-left: 90px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.text-block {
  margin-left: 90px;
}

.f16 {
  font-size: 16px;
}

.center {
  margin: auto;
  text-align: center;
}

.title {
  display: block;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 55px;
  text-align: center;
}

.xtitle-h2 {
  margin-bottom: 10px;
  color: #000;
}

.xtitle-p {
  color: #333;
  font-size: 25px;
}
*/
.guide01_title {
  margin-top: 180px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.guide02_menu {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.nero {
  margin-bottom: 4px;
  margin-left: 4px;
  line-height: 1.4;
}

.guide02_t2 {
  display: inline;
}

.line_gary {
  height: 1px;
  max-width: 1200px;
  background-color: #ddd;
}

.container_guide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  margin: 30px auto;
  clear: both;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fontsize20 {
  font-size: 20px;
}

.guide02_t1 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #333;
  font-size: 20px;
}

.containerflex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.containerflex.areaslides-container {
  max-width: none;
}

.pm01_left {
  padding: 80px 40px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  background-image: url('../images/about/pm01_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
.pm01_left h1{ margin-bottom: 100px;

}
.pm01_left2 {
  padding: 80px 40px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  background-image: url('../images/about/pm02_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
}
.pm01_left2 h1{ margin-bottom: 100px;

}
.pm01_right {
  padding: 40px 40px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.pm01_left02 {
  margin-top: 50px;
  color: #aa8569;
  font-weight: 400;
}

.pm01_right01 {
  margin-top: 18px;
  margin-bottom: 10px;
  color: #aa8569;
  font-size: 24px;
  font-weight: 700;
}

.pmlogo {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: left;
}

.list-item {
  text-align: center;
}

.button {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: 180px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 15px 20px;
  background-color: #aa8569;
  -webkit-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #977557;
  color: #fff;
}

.button.whitebutton {
  background-color: #fff;
  color: #aa8569;
}

.button.whitebutton:hover {
  background-color: #fff;
  color: #000;
}

.button.darkbutton {
  background-color: #222;
  color: #aa8569;
}

.button.darkbutton:hover {
  color: #fff;
}

.parking01_left {
  margin-top: 0px;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-right: 100px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
}

.pk01_lstitle {
  margin-top: 0px;
  color: #aa8569;
  font-weight: 400;
}

.parking01_right {
  margin-bottom: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.parking01_right.mt50 {
  margin-top: 0px;
}

.pkgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 1fr 1fr;
  grid-template-columns: 0.75fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid01 {
  padding: 10px 15px 10px 0px;
  border-bottom: 1px solid #c7c7c7;
  color: #aa8569;
  font-weight: 700;
  text-align: right;
}

.grid02 {
  padding: 10px;
  border-bottom: 1px solid #c7c7c7;
  text-align: left;
}

.pkgrid03 {
  width: auto;
  max-width: 400px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid04 {
  padding: 10px 15px 10px 10px;
  border-bottom: 1px solid #c7c7c7;
  color: #fff;
  font-weight: 700;
  text-align: right;
}

.grid05 {
  padding: 10px;
  border-bottom: 1px solid #c7c7c7;
  color: #fff;
  text-align: left;
}

.grid03 {
  padding: 10px;
  border-bottom: 1px solid #c7c7c7;
  text-align: left;
}

.location01 {
  margin-top: 140px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.locaiotn02_left {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.location02_right {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.loca02_ltitle {
  font-weight: 400;
}

.location01h {
  margin-top: 30px;
  color: #aa8569;
  font-weight: 400;
}

.location02h {
  color: #aa8569;
  font-size: 30px;
  font-weight: 400;
}

.contact01 {
  width: 340px;
  height: 410px;
  background-color: #fff;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.3);
}

.mapcontact {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 1200px;
  margin-top: 110px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map02 {
  height: 630px;
  max-height: 630px;
}

.mapicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.naviflex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navileft {
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
}

.naviright {
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
}

.consept_left {
  width: 50%;
  background-image: url('../images/about/concept01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.consept_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/about/concept02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.conleft {
  max-width: 600px;
  margin-top: 130px;
  margin-right: 0px;
  margin-left: auto;
  padding-right: 80px;
}

.conright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  max-width: 600px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #473a36;
}

.consept02_left {
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
}

.consept02_right {
  padding-top: 200px;
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
}

.conlist01 {
  height: 126px;
  padding-right: 50px;
  background-color: #aa8569;
  line-height: 6.5;
  text-align: right;
}

.conlist02 {
  padding: 30px;
  text-align: center;
}

.conlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list_li02 {
  -webkit-box-flex: 3;
  -webkit-flex: 3 3 0px;
  -ms-flex: 3 3 0px;
  flex: 3 3 0px;
  line-height: 2;
}

.list_li01 {
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
  color: #111;
  line-height: 2;
  font-weight: 600;
}

.slide-nav-2 {
  display: none;
  color: #096ad0;
}

.slide {
  background-color: transparent;
}

.slide.small {
  width: 70%;
  margin-right: 10px;
  margin-left: 10px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.overflow-visible {
  overflow: visible;
}

.slider-arrow {
  color: #fff;
}

.gallery_slide {
  margin-top: 60px;
  margin-bottom: 60px;
}

.slidetitle {
  padding: 25px 25px 50px;
  background-color: #1c1c1c;
}

.about01 {
  margin: auto;
  padding: 40px 0;
  text-align: center;
}

.about01_title {
  margin-top: 130px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-weight: 600;
}

.about01_h3 {
  margin-top: 45px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.about01_p {
  margin-top: 150px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
}

.linedeco {
  width: 1px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.about01_bg {
  position: static;
  z-index: 9;
  overflow: visible;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  background-image: url('../images/about/about01_bg.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.about {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  height: 400px;
}

.about02_left {
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  z-index: auto;
  height: 100px;
  max-width: 600px;
  margin-top: 220px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
  text-align: center;
}

.about02_right {
  position: relative;
  height: 100%;
  max-width: 600px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
}

.about02_h4 {
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
}

.about02_photo1 {
  position: absolute;
  top: 5%;
  z-index: 2;
  box-shadow: 7px 7px 20px 0 #000;
}

.about02_photo2 {
  position: absolute;
  left: 42%;
  top: 18%;
  box-shadow: 4px 4px 10px 0 #000;
}

.about02_1 {
  height: 520px;
}

.about02_photo3 {
  position: absolute;
  top: 60%;
  z-index: 2;
  box-shadow: 7px 7px 20px 0 #000;
}

.about02_photo4 {
  position: absolute;
  left: 42%;
  top: 65%;
  box-shadow: 4px 4px 10px 0 #000;
}

.about02_2 {
  height: 580px;
}

.about03_1 {
  position: static;
  top: 40px;
  max-width: 600px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about03_h4 {
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 20px;
  text-decoration: underline;
}

.about03_logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about03_2p {
  max-width: 600px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.about03_2 {
  text-align: center;
}

.about03_p1 {
  position: absolute;
  left: 0px;
  right: auto;
  z-index: 5;
  box-shadow: 10px 0 20px 0 rgba(0, 0, 0, 0.5);
}

.about03_p2 {
  position: absolute;
  left: auto;
  top: 30%;
  right: 0px;
  z-index: 5;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.5);
}

.about03_p3 {
  position: absolute;
  left: 25%;
  bottom: 20%;
  z-index: 4;
}

.about03_p4 {
  position: absolute;
  top: 15%;
  z-index: 4;
}

.about03_p5 {
  position: absolute;
  right: 4%;
  z-index: 4;
}

.about03_1con {
  position: relative;
  height: 650px;
}

.about03_2con {
  position: relative;
  height: 650px;
  clear: none;
}

.about03_p6 {
  position: absolute;
  left: 0px;
  z-index: 5;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.5);
}

.about03_p7 {
  position: absolute;
  top: 30%;
  right: 0px;
  z-index: 5;
  box-shadow: 7px 7px 20px 0 rgba(0, 0, 0, 0.5);
}

.about03_p8 {
  position: absolute;
  left: 25%;
  bottom: 20%;
}

.about03_p9 {
  position: absolute;
  top: 15%;
}

.about03_p10 {
  position: absolute;
  right: 4%;
  z-index: 4;
}

.about03_txt1 {
  margin-bottom: 40px;
}

.about05_h4 {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
}

.about05_flex2 {
  max-width: 50%;
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
  text-align: left;
}

.about05_flex1 {
  max-width: 50%;
  -webkit-box-flex: 0px;
  -webkit-flex: 0px;
  -ms-flex: 0px;
  flex: 0px;
  color: #fff;
  text-align: left;
}

.about05 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about05_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about05_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  color: #fff;
}

.about05_list1 {
  color: #fff;
}

.about05_list2 {
  padding-left: 40px;
}

.about03_txt2 {
  display: block;
  margin-bottom: 40px;
  clear: none;
}

.guide_slider {
  height: 480px;
  background-image: url('../images/service/guide_img4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/service/guide_img3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/service/guide_img1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/service/guide_img2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-3 {
  display: none;
}
.lottie-animation {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  /*top: 140px;*/
  right: auto;
  bottom: 0px;
  z-index: -1;
  display: block;
  overflow: visible;
  height: auto;
  max-width: none;
  /*padding-top: 140px;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

@media screen and (min-width: 1440px) {
  h3 {
    font-size: 35px;
    line-height: 1.4;
  }

  .section.pm02bg {
    background-position: 50% 100%;
  }

  .section.parking03bg {
    background-position: 50% 100%;
  }

  .section.locationbg {
    background-position: 50% 100%;
  }

  .section.about03_bg {
    overflow: visible;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/about/about03_bg.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .section.wide {
    margin-top: 0vh;
  }
  
  .section.officebg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .nav-main {
    max-width: 1400px;
  }

  .guide01_title {
    font-size: 45px;
    line-height: 1.3;
  }

  .container_guide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .containerflex {
    max-width: 1400px;
  }

  .about02_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about02_photo1 {
    position: absolute;
  }

  .about02_photo3 {
    position: absolute;
  }

  .about03_h4 {
    color: #333;
    font-size: 20px;
    text-decoration: underline;
  }

  .about03_logo {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .about03_txt2 {
    position: static;
    display: block;
    clear: none;
  }
  .lottie-animation {
  	top:0;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }  
  
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 1.4;
  }

  h1 {
    font-size: 40px;
    line-height: 1.3;
  }

  h2 {
    margin-top: 8px;
    font-size: 35px;
    line-height: 1.3;
  }

  h3 {
    margin-top: 8px;
    font-size: 26px;
    line-height: 1.3;
  }

  h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  h5 {
    font-size: 18px;
    line-height: 1.3;
  }

  h6 {
    line-height: 1.3;
  }

  p {
    font-size: 16px;
    line-height: 1.4;
  }

  blockquote {
    font-size: 16px;
    line-height: 28px;
  }

  .section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .section.slider-section {
    padding-left: 0%;
  }

  .section.hamburger-menu-section {
    overflow: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section.test_visual {
    height: 490px;
    padding-bottom: 0px;
  }

  .section.guide01 {
    height: 380px;
    padding-right: 0%;
    padding-left: 0%;
    background-attachment: scroll;
  }

  .section.pm02bg {
    height: 350px;
    background-position: 50% 100%;
    background-size: auto;
    background-attachment: fixed;
  }

  .section.parking01 {
    height: 400px;
    margin-bottom: 40px;
  }

  .section.parking03bg {
    height: 350px;
    margin-top: 20px;
    background-position: 50% 100%;
    background-size: auto;
    background-attachment: fixed;
  }

  .section.locationbg {
    height: 550px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .section.conseptbg {
    height: 500px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .section.about02bg {
    display: block;
    background-position: 100% 0%;
  }

  .section.wide {
    padding-right: 0%;
    padding-left: 0%;
  }

  .container.contact-container {
    display: block;
    padding-top: 8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }

  .container.title {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .container.pm02 {
    margin-top: 60px;
  }

  .container.parking03 {
    margin-top: 60px;
  }

  .column.small-column.column-text-align-bottom {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .column.areas-column {
    margin-top: 24px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column.contact-col {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column.contact-column {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column.contact-column.hamburger-mobile-menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

  .column.mobile-contact {
    padding-top: 36px;
  }

  .carousel-slide {
    margin-right: 4%;
    margin-left: 4%;
  }

  .carousel-slide-mask {
    width: 40%;
  }

/*  .slide-nav {
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-links-wrap {
    display: none;
  }

  .slider-overlay-left {
    display: none;
  }*/

  .stats-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

/*  .mobile-menu-link {
    display: block;
    margin-bottom: 8px;
    color: hsla(0, 0%, 100%, 0.75);
    font-size: 16px;
    line-height: 28px;
  }

  .mobile-menu-link:hover {
    color: #fff;
  }*/

  .dropdown-icon {
    top: 2px;
    font-size: 16px;
  }

  .mt100 {
    margin-top: 80px;
  }

  .mt90 {
    margin-top: 70px;
  }

  .mt80 {
    margin-top: 60px;
  }

  .mt70 {
    margin-top: 50px;
  }

  .mt60 {
    margin-top: 40px;
  }

  .mt50 {
    margin-top: 30px;
  }

  .guide01_title {
    margin-top: 130px;
  }

  .container_guide {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .containerflex.areaslides-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .containerflex.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pm01_right01 {
    font-size: 20px;
  }

  .button {
    padding: 10px 15px;
    font-size: 16px;
  }

  .parking01_left {
    padding-right: 40px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .parking01_right {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .parking01_right.mt50 {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }

  .location01 {
    margin-top: 60px;
  }

  .locaiotn02_left {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }

  .location02_right {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .location02h {
    font-size: 24px;
  }

  .contact01 {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .mapcontact {
    position: static;
    display: block;
    margin-top: 20px;
  }

  .map02 {
    height: 450px;
  }

  .naviflex {
    margin-top: 0px;
    padding-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navileft {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .conleft {
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .consept02_right {
    padding-top: 60px;
  }

  .conlist.font_pop {
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide.small {
    width: 80%;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.no-bottom-margins {
    margin-bottom: 0px;
  }

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .about01 {
    margin: auto;
    padding: 40px 0;
  }

  .about01_title {
    margin-top: 70px;
  }

  .about01_h3 {
    margin-top: 30px;
  }

  .about01_p {
    margin-top: 40px;
  }


  .about01_bg {
	  position: static;
	  z-index: 9;
	  overflow: visible;
	  height: 100vh;
	  margin-right: auto;
	  margin-left: auto;
	  background-color: #000;
	  background-image: url('../images/about/about01_bg.jpg');
	  background-position: 50% 20%;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-attachment: scroll;
	}


  .about02_left {
    position: static;
    height: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .about02_right {
    margin-right: auto;
    margin-left: auto;
  }

  .about02_photo1 {
    top: 2%;
  }

  .about02_photo2 {
    top: 8%;
  }

  .about02_1 {
    height: 420px;
  }

  .about03_p1 {
    max-width: 40%;
  }

  .about03_p2 {
    max-width: 40%;
  }

  .about03_p3 {
    max-width: 20%;
  }

  .about03_p4 {
    max-width: 20%;
  }

  .about03_p5 {
    display: none;
    max-width: 20%;
  }

  .about03_1con {
    height: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  .about03_2con {
    height: 450px;
  }

  .about03_p6 {
    max-width: 40%;
  }

  .about03_p7 {
    max-width: 40%;
  }

  .about03_p8 {
    max-width: 20%;
  }

  .about03_p9 {
    max-width: 20%;
  }

  .about03_p10 {
    display: none;
    max-width: 20%;
  }
  .guide_slider {
    height: 380px;
  }  
}
@media screen and (max-width: 768px) {
  .pm01_right {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 0px;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
  }

  h2 {
    margin-top: 4px;
    font-size: 35px;
    line-height: 1.3;
  }

  h3 {
    font-size: 26px;
    line-height: 1.3;
    text-align: center;
  }

  h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  p {
    font-size: 16px;
    line-height: 1.4;
  }

  li {
    text-align: left;
  }

  blockquote {
    padding-right: 16px;
    padding-left: 16px;
    text-align: left;
  }

  .section {
    padding-right: 2%;
    padding-left: 2%;
  }

  .section.slider-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.test_visual {
    height: 390px;
  }

  .section.guide01 {
    height: 300px;
  }

  .section.parking01 {
    height: 300px;
  }

  .section.locationbg {
    height: 500px;
    background-image: url('../images/about/locationbg_s.jpg');
  }

  .section.conseptbg {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-container {
    padding-left: 12px;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.about05 {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .column {
    padding: 12px 3%;
    text-align: center;
  }

  .column.small-column {
    width: 100%;
  }

  .column.contact-col {
    padding-right: 5%;
    padding-left: 5%;
  }

  .column.contact-column {
    padding-right: 5%;
    padding-left: 5%;
  }

  .column.contact-column.hamburger-mobile-menu {
    text-align: left;
  }

  .column.sales-cta-column {
    width: 94%;
  }

/*  .footer-icon {
    margin-right: 12px;
    margin-left: 12px;
  }

  .footer-icon.contact-icon {
    margin-left: 0px;
  }*/

  .carousel-slide {
    margin-right: 2%;
    margin-left: 2%;
  }

  .carousel-slide-mask {
    width: 75%;
  }

  .carousel-slider {
    padding-right: 2%;
    padding-left: 2%;
  }

  .area-slide-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .left-arrow {
    left: 23px;
    right: auto;
  }

  .right-arrow {
    left: 63px;
    right: auto;
  }

  .slide-nav {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .stats-wrapper {
    position: relative;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stats-wrapper.small-stats-wrapper {
    position: absolute;
  }

  .stats-container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .detail {
    font-size: 24px;
    line-height: 28px;
  }

  .c_gold.mt30 {
    margin-top: 10px;
  }

  .guide01_title {
    margin-top: 100px;
  }

  .guide02_menu {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container_guide {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .containerflex {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pm01_right {
    padding-right: 20px;
    padding-left: 20px;
  }

  .pm01_left02 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .parking01_left {
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: center;
  }

  .pk01_lstitle {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .parking01_right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .location01 {
    padding-right: 0px;
    text-align: center;
  }

  .location02_right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .location01h {
    color: #fff;
  }

  .naviflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .consept_left {
    width: 100%;
    -webkit-box-flex: 0px;
    -webkit-flex: 0px;
    -ms-flex: 0px;
    flex: 0px;
  }

  .consept_right {
    width: 100%;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .conleft {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }

  .conlist01 {
    display: none;
    padding-right: 0px;
    text-align: center;
  }

  .slide-nav-2 {
    font-size: 10px;
  }

  .slide.small {
    width: 90%;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slidetitle {
    height: 200px;
  }

  .about01 {
    margin: auto;
    padding: 40px 0;
  }

  .about01_title {
    margin-top: 60px;
    font-size: 30px;
  }

  .about01_p {
    margin-top: 60px;
  }

  .about01_bg {
	  position: static;
	  z-index: 9;
	  overflow: visible;
	  height: 100vh;
	  margin-right: auto;
	  margin-left: auto;
	  background-color: #000;
	  background-image: url('../images/about/about01_sbg.jpg');
	  background-position: 50% 20%;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-attachment: scroll;
	} 
  

  .about02_right {
    text-align: center;
  }

  .about02_photo1 {
    top: 4%;
  }

  .about02_1 {
    text-align: left;
  }

  .about02_photo3 {
    top: 60%;
  }

  .about02_2 {
    text-align: left;
  }

  .about03_1 {
    margin-top: 40px;
  }
  
  .about04_flex2 {
    max-width: none;
  }

  .about04_flex1 {
    max-width: none;
  }

  .about04_table {
    display: block;
    margin-top: 40px;
  }

  .about04_list {
    margin-top: 40px;
  }
  .about04_list li{
    text-align: center;
  }
  


  .about05_flex2 {
    max-width: none;
  }

  .about05_flex1 {
    max-width: none;
  }

  .about05_table {
    display: block;
    margin-top: 40px;
  }

  .about05_list {
    margin-top: 40px;
  }

  .image {
    max-width: 40%;
  }
  .guide_slider {
    height: 300px;
  } 
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }

  h2 {
    margin-top: 4px;
    font-size: 26px;
    line-height: 1.3;
  }

  h3 {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }

  h4 {
    font-size: 20px;
  }

  h6 {
    text-align: center;
  }

  p {
    font-size: 14px;
  }

  .section.hero {
    height: 110vh;
  }

  .section.test_visual {
    height: 290px;
  }

  .section.guide01 {
    height: 200px;
    background-position: 0% 0%;
    background-size: cover;
    background-attachment: scroll;
  }

  .section.pm02bg {
    height: 380px;
  }

  .section.parking01 {
    height: 200px;
  }

  .section.parking03bg {
    height: 320px;
  }

  .section.locationbg {
    height: 460px;
  }

  .container.title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.pm02 {
    margin-top: 40px;
  }

  .container.parking03 {
    margin-top: 40px;
  }

  .column {
    text-align: center;
  }

  .column.contact-column.hamburger-mobile-menu {
    text-align: left;
  }

  .column.mobile-contact {
    text-align: left;
  }

  .column.sales-cta-column {
    width: 98%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .light-heading {
    text-align: left;
  }

  .light-heading.left-heading {
    text-align: center;
  }

  .carousel-slide-mask {
    width: 92%;
  }

  .left-arrow {
    left: 18px;
  }

  .right-arrow {
    left: 58px;
  }

  .slide-nav {
    font-size: 6px;
    line-height: 24px;
  }

  .nav-main {
    height: 60px;
  }

  .stats-container {
    padding-right: 8px;
    padding-left: 8px;
  }

  .detail {
    font-size: 20px;
    line-height: 20px;
  }

  .c_white.center {
    font-size: 14px;
    line-height: 1.4;
  }

  .guide01_title {
    margin-top: 60px;
    font-size: 20px;
    line-height: 1.4;
  }

  .guide02_menu {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .nero {
    display: none;
  }

  .guide02_t2.c_gold {
    font-size: 16px;
  }

  .container_guide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .guide02_t1 {
    font-size: 16px;
  }

  .pm01_right01 {
    font-size: 18px;
  }

  .parking01_right {
    margin-bottom: 40px;
  }

  .pkgrid {
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid02 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .grid04 {
    font-size: 14px;
  }

  .grid05 {
    font-size: 14px;
  }

  .grid03 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .location01 {
    margin-top: 40px;
  }

  .slide-nav-2 {
    height: 32px;
    font-size: 8px;
  }

  .left-arrow-2 {
    width: 60px;
  }

  .slider-arrow {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 22px;
  }

  .right-arrow-2 {
    width: 60px;
  }

  .about01_h3 {
    font-size: 16px;
  }

  .about01_bg {
     position: static;
	  z-index: 9;
	  overflow: visible;
	  height: 100vh;
	  margin-right: auto;
	  margin-left: auto;
	  background-color: #000;
	  background-image: url('../images/about/about01_sbg.jpg');
	  background-position: 50% 20%;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-attachment: scroll;
	} 

  .about02_left {
    margin-top: 20px;
    
  }
  .about02_left h1 {
    font-size: 28px;
    
  }

  .about02_right {
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .about02_photo1 {
    max-width: 45%;
  }

  .about02_photo2 {
    top: 18%;
    max-width: 45%;
  }

  .about02_1 {
    position: relative;
    height: 20em;
    max-height: none;
    padding: 0 20px;
    margin: 20px 0;
    text-align: left;
  }

  .about02_photo3 {
    top: 55%;
    max-width: 45%;
  }

  .about02_photo4 {
    top: 60%;
    max-width: 45%;
  }

  .about02_2 {
    height: 18em;
    padding-right: 20px;
    padding-left: 20px;
  }

  .about03_1 {
    margin-top: 20px;
  }
  .about03_1 h1 {
    font-size: 28px;
    
  }

  .about03_1con {
    height: 200px;
    margin-top: 20px;
  }

  .about03_2con {
    height: 200px;
    margin-top: 20px;
  }
  .about04 h1 {
    font-size: 28px;
    
  }
  .about05 h1 {
    font-size: 28px;
    
  }  
   .guide_slider {
    height: 200px;
  }

  .left-arrow-3 {
    display: none;
  }

  .right-arrow-3 {
    display: none;
  } 
  
}

@media screen and (max-width: 479px) {
  #w-node-_75e21c90-48a8-bdf7-7938-477f2c1de0df-945945d5 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6d8aff70-5953-aacd-f8e8-89cc9c5d2508-945945d5 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_61c802fd-dc3e-1fdb-38dd-65da49992e9c-945945d5 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ca528e72-9dec-a53b-8b88-7d6291769581-945945d5 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_903c6528-cded-791c-e1d9-c5b153383668-945945d5 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_903c6528-cded-791c-e1d9-c5b15338366e-945945d5 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2; 
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_903c6528-cded-791c-e1d9-c5b153383673-945945d5 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}