@font-face {font-family: 'SF Pro Display';font-style: normal;font-weight: 100;
    src: url(../../fonts/SF-Pro-Display-Thin.woff2) format('woff2'),
    url(../../fonts/SF-Pro-Display-Thin.woff) format('woff')
}
@font-face {font-family: 'SF Pro Display';font-style: normal;font-weight: 300;
    src: url(../../fonts/SF-Pro-Display-Light.woff2) format('woff2'),
    url(../../fonts/SF-Pro-Display-Light.woff) format('woff')
}
@font-face {font-family: 'SF Pro Display';font-style: normal;font-weight: 400;
    src: url(../../fonts/SF-Pro-Display-Regular.woff2) format('woff2'),
    url(../../fonts/SF-Pro-Display-Regular.woff) format('woff')
}
@font-face {font-family: 'SF Pro Display';font-style: normal;font-weight: 600;
    src: url(../../fonts/SF-Pro-Display-Semibold.woff2) format('woff2'),
    url(../../fonts/SF-Pro-Display-Semibold.woff) format('woff')
}
@font-face {font-family: 'SF Pro Display';font-style: normal;font-weight: 700;
    src: url(../../fonts/SF-Pro-Display-Bold.woff2) format('woff2'),
    url(../../fonts/SF-Pro-Display-Bold.woff) format('woff')
}
*, :after, :before {
    box-sizing: border-box;
}

html,
body {
    min-width:320px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
html, body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, span, strong, dl, dt, dd, tr, td, th {
  font-family: 'SF Pro Display',  sans-serif;
  color: #000;
  font-size: 16px;
  padding:0;
  margin:0;
  line-height: normal;
  font-weight:400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; 
  box-sizing:border-box;
}
p {
    line-height: 25px;
    font-weight:300
}
a {
  color: #000000;
  text-decoration: none;
}
li {
  list-style-type: none;
}
img {
  display: inline-block;
  margin-bottom: 0px;
}
strong {
  color: #000;
  font-weight: 700;
}

blockquote {
  margin-top: 4vw;
  margin-bottom: 5vw;
  padding: 0px;
  border-left: 1px none #000;
  color: #1176c0;
  font-size: 2.75vw;
  line-height: 3.75vw;
  font-weight: 100;
}
figure {
  margin-top: 5vw;
  margin-bottom: 3vw;
  padding-right: 0.5%;
}
figcaption {
  margin-top: 1vw;
  margin-bottom: 2vw;
  opacity: 0.75;
  color: #636363;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}


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

.loading {
    width:100%;
    height:100vh;
    position:fixed;
    left:0px;
    top:0px;
    background:#fff;
    z-index:1000; /* 이 값으로 레이어의 위치를 조정합니다. */
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading img {width:200px}

.cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #f1f1f1;
}

.cover-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: rgba(3, 3, 3, 0.6);
}

.button-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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: 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;
  border-radius: 10vw;
  background-color: #1176c0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button-style-1:hover {
  background-color: #235a52;
}

.style-4s {
  margin-bottom: 0vw;
  font-family: 'SF Pro Display', sans-serif;
  color: #235a52;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15vw;
  text-transform: uppercase;
}

.style-4s.white {
  color: #fff;
}

.style-4s.menu-link {
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
  color: rgba(255, 255, 255, 0.6);
}

.style-4s.menu-link:hover {
  color: #fff;
}

.content-small {
  display: block;
  /* width: 70.261%; */
  width:70.1045%;
  min-height: 10px;
  -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;
}

.content-small.conver-3-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content-small.article-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.content-small.wide-layout {
    flex-direction: column;
}
.content-small.wide-layout .cs-column:first-of-type {
    margin-bottom:100px
}

.eyebrow {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #235a52;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-style-5 {
  padding: 0px 0px 5px;
  border-bottom: 1px solid #1176c0;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'SF Pro Display', sans-serif;
  color: #1176c0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2vw;
  text-transform: uppercase;
}

.button-style-5:hover {
  color: #235a52;
}

.fullbleed-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #f1f1f1;
}

/*-- Header --*/
.navbar {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-logo-holder {
    width:189px
}
.logo-pc {
    display:block;
}
.logo-mobile {
    display:none;
}

.main-hd {
    height:55px;
    top:66px
}

/*-- Sub Header --*/
.navbar.sticky {
  position: fixed;
  z-index: 101;
  height:75px;
  background:#fff;
  align-items: center;
}
.navbar.sticky .navbar-logo-holder {
    width:119px
}
.navbar.sticky .navbar-right {
    width:25px
}
.navbar.sticky .navbar-right img {
    width:100%
}

.navbar.sticky h1.sub-title {
    width:269px;
    line-height: normal;
    position: absolute;
    left: 0;
    right:0;
    margin:0 auto
}

.navbar.sticky .sub-tilte {width:300px;}

.navbar-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* height: 100%; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width:43px
}

/* -- Full Menu --*/
.menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding: 3.5vw 5vw;
  -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;
  background-color: #fff;
}

.menu .pxs a {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
}
.menu .pxs a:hover {
    color:#1176c0
}

/*-- Page Visual --*/
.global-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;  
}
.main-visual {height:100vh}
.global-section.cover-1 {
  position: relative;
  height: 100vh;
  padding-top: 0vw;
  padding-bottom: 0vw;
  background-color: transparent;
}

.global-section.cover-2 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.global-section.footer-large {
  padding-top: 85px;
  padding-bottom: 85px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.global-section.footer-small {
  padding-top: 55px;
  padding-bottom: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.global-section.small {
  padding-right: 16%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.global-section.navbar-spacing {
  padding-top: 10vw;
}

.global-section.cover-3-1 {
  height: 90vh;
  margin-top: -90px;
  padding-top: 0vw;
}
.global-section.profile-cover {
  position: relative;
  overflow: hidden;
  height: 180vh;
  padding-top: 0vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.global-section.article-image-medium {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.global-section.footer-mandatory {
  padding-top: 2vw;
  padding-bottom: 2vw;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #000;
}

.style-1m {
  color: #000;
  font-size: 3.5vw;
  line-height: 4.5vw;
  font-weight: 100;
  text-align: left;
  letter-spacing: -0.1vw;
}

.style-1m.white {
  color: #fff;
}

._3up-image-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 17vw;
}

._3up-image-holder.rooms {
  position: relative;
  height: 17vw;
}

.ps {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.01vw;
}

.ps.left {
  width: 90%;
  text-align: left;
}

.ps._3up-text {
  text-align: center;
}

.ps.error {
  color: #d30000;
  font-weight: 700;
}

.accordion-item-trigger {
  height: 5.5vw;
}

.footer-link {
  font-family: Lato, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/*-- Full Menu --*/
.menu-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 50%; */
  width:100% !important;
  height: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.m-menu-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom:3vw
}

.language {
    width: 200px;
    height: 24px;
    overflow: hidden;
    position: relative;
    display: flex;    
}
.language-bar {
    cursor: pointer;
    color: #221815;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height:1.25
}
.language ul li {
height: 24px;
position: absolute;
left: 0;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
opacity: 0;
}
.language ul li:first-child {
    transform: translateX(108px);
}
.language ul li:last-child {
    transform: translateX(148px);
}
.language ul li a {
    font-size: 20px;
    font-family: 'SF Pro Display', sans-serif;
    text-transform: uppercase;
    color: #221815;
    font-weight:300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.language-bar:hover,
.language ul li a:hover  {
    color:#1176c0
}

.m-close-button img {width:100%}
.m-close-button a {
    width:17px;
    display: block;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    transform: rotate(0deg);
}
.m-close-button a:hover  {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.curtain {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #000;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/*-- Font Style --*/
.style-1l {
  color: #000;
  font-size: 5vw;
  line-height: 130%;
  font-weight: 100;
  text-align: left;
 
}
.style-1l.white {
  color: #fff;
}
.style-1l.menu-link {
  /* -webkit-transition: color 100ms ease;
  transition: color 100ms ease; */
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 3.85vw;
  line-height: 4.7vw;
  font-family: 'SF Pro Display', sans-serif;
  font-weight:100
  
}
.style-1l.menu-link:hover {
  color: #1176c0;
}
.style-1l.margin-reset {
  margin-top: 0vw;
  margin-bottom: 0vw;
}

  /*-- Main Text --*/
.style-1l.margin-reset2 {
  font-weight: 300;
  font-size: 6.25vw;
  margin-top: 0vw;
  margin-bottom: 0vw;
 
}
.style-1l.margin-reset3 {
    font-size: 35px;
  margin-top: 0vw;
  margin-bottom: 0vw;
  font-weight:300;
  letter-spacing: 1px;
}
.style-1l.margin-reset2 br,
.style-1l.margin-reset3 br {
    display: none
}
.style-1s {
  font-weight: bold;
  text-align: left;
}

.style-1s.contact-info {
  color: #000;
  text-align: center;
}

.style-1s.profile-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight:600
}
.style-1s.profile-title span {
  font-size: inherit;
  color:inherit;
  line-height:inherit;
  font-weight:300;
  display:block
}
.style-1s.profile-title span a {   
   -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.style-1s.profile-title span a:hover {
  color:#1176c0
}
#product1 .style-1s.profile-title span {
    font-size:26px;
    margin-top:8px;
}
#finest1 .style-1s.profile-title br,
#finest2 .style-1s.profile-title br,
#finest3 .style-1s.profile-title br:nth-child(2),
#philosophy1 .style-1s.profile-title br,
#philosophy2 .style-1s.profile-title br {
  display:none
}
#media1 .style-1s.profile-title span {
  margin-top:8px
}

.sub-title2 {
    font-weight: 600;
    font-size:18px;
    margin-bottom:13px;
    letter-spacing: 0.5px;
}
.text-big {
    font-size:22px;
    font-weight:400;
    margin-bottom:77px;
    line-height: 1.5;
    letter-spacing: -0.5px;
}

.link-in-page {
  font-family: 'Gill Sans Nova';
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.services-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-style-2-1 {
  padding: 0px 0px 5px;
  border-bottom: 1px solid #1176c0;
  background-color: transparent;
  font-family: 'Gill Sans Nova';
  color: #1176c0;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-link {
    width:253px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:60px;
    padding:0 28px;
    border:1px solid #221815;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-link .text {
    font-size:15px;
    font-weight: 400;
    height: 15px;
    line-height:1
}
.product-link .on-img,
.product-link:hover .hover-img  {
    display: block;
}
.product-link:hover .on-img,
.product-link .hover-img {
    display: none;
}
.product-link:hover {
    background-color: #221815;
}
.product-link:hover .text {
   color: #fff;
}


._3up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 15vw;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._4up-image {
  width: 100%;
  height: 12vw;
}

.ps-headline {
  font-family: 'Gill Sans Nova';
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ps-headline.space-above {
  margin-top: 0.5vw;
}

.ps-headline.event-details {
  margin-bottom: 0px;
  text-align: center;
}

.line {
  width: 80%;
  height: 1px;
  background-color: #1176c0;
}

._3up-link-holder {
  margin-top: 0.5vw;
  margin-bottom: 1vw;
}

.ps-headline-bold {
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.il-photo-holder {
  display: inline-block;
  width: 9vw;
  height: 6vw;
  margin-top: 5px;
  margin-right: 2vw;
  margin-bottom: 0.5vw;
  float: left;
}

.global-button-pill {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.button-style-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 2vw;
  padding-left: 2vw;
  -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;
}

.section-cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #f1f1f1;
}

.section-cover-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 35px;
  -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;
  border-radius: 40px;
  background-color: #1176c0;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

._2m {
  display: block;
  margin-bottom: 0vw;
  font-family: 'Work Sans';
  color: #000;
  font-size: 3vw;
  line-height: 4vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.2vw;
}

._2m.margin-reset {
  margin-top: 0px;
  margin-bottom: 0px;
}

._2m.margin-reset.align-center {
  text-align: center;
}

._2m._3up-subtitle {
  color: #1176c0;
}

.style-3xs {
  margin-bottom: 0vw;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  font-family: 'SF Pro Display', sans-serif;
  color: #1176c0;
  font-size: 1.4vw;
  line-height: 1.75vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0vw;
}

.style-3xs:hover {
  color: #235a52;
}

.style-1xs {
  color: #000;
  font-size: 2vw;
  line-height: 3vw;
  font-weight: 100;
  text-align: left;
  letter-spacing: -0.05vw;
  text-transform: none;
}

.style-1xs.li-title {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
}

.style-1xs.li-title:hover {
  color: #1176c0;
}

.style-1xs.li-title.price {
  display: inline-block;
  float: right;
  font-size: 1.75vw;
}

.style-1xs.highlight-1 {
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  color: #1176c0;
}

.style-1xs.highlight-1:hover {
  color: #235a52;
}

.style-1xs.white {
  color: #fff;
}

.style-1xs.concierge {
  margin-top: 0vw;
  color: #1176c0;
  text-align: center;
}

.pxs {
    font-family: 'SF Pro Display', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color:#221815
}

.pxs.white-faded {
  color: hsla(0, 0%, 100%, 0.75);
}

.pxs.margin-reset {
  margin-bottom: 0vw;
}

.fc-button {
  overflow: hidden;
}

.m-search-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 50px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search.search-page {
  width: 100%;
}

.button-style {
  height: 100%;
  padding-right: 25px;
  padding-left: 25px;
  float: right;
  background-color: #000;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.15vw;
  text-transform: uppercase;
}

.button-style:hover {
  background-color: #1176c0;
}

.button-style.button-search {
  width: 27%;
}

.search-input {
  height: 100%;
  margin-bottom: 0px;
  padding-right: 2vw;
  padding-left: 2vw;
  float: left;
  border: 1px solid transparent;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.search-input.style-2 {
  background-color: #eaedf2;
  color: #000;
}

.search-result-item {
  margin-bottom: 5vw;
}

.search-title {
  width: 90%;
  margin-bottom: 0.5vw;
}

.gallery-cta {
  padding: 13px 22px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}

.item-price {
  margin-top: 0vw;
  margin-bottom: 2vw;
}

.pm {
font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.25px;
}

.pm._3up-description {
  text-align: center;
}

.pm._3up-text {
  text-align: center;
}

.pm.center-align {
  text-align: center;
}

.list-price {
  display: inline-block;
  margin-top: 0vw;
  margin-bottom: 0vw;
  float: right;
  font-family: 'Playfair Display';
  color: #000;
  font-size: 1.5vw;
  line-height: 2.5vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.05vw;
}

.faq-trigger {
  padding-right: 10.5vw;
  padding-bottom: 2vw;
  padding-left: 10.5vw;
  cursor: pointer;
}

.white-faded {
  color: hsla(0, 0%, 100%, 0.5);
}

.fullscreen-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.white {
  color: #fff;
}

.fs-link-faded {
  color: hsla(0, 0%, 100%, 0.5);
}

.style-2m {
  font-family: Oswald,  '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo',sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.style-2m.center-align {
  text-align: center;
}

.menu-close-holder {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.mc-icon-holder {
  display: none;
  margin-left: 1vw;
}

.navbar-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.utility-page-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  background-color: rgba(255, 0, 0, 0.1);
}

.g-main-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 6, 6, 0.1);
}

.g-column {
  width: 11.625%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.1);
}

.g-margin {
  width: 1%;
  height: 100%;
}

.grid-holder {
  display: none;
  opacity: 0.5;
}

.vc-content-holder {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 84.2800%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vc-column {
  width: 50%;
  height: 100%;
}

.vc-column.left {
  width: 90%;
}

.vc-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
  -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;
}

.vc-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}

.navbar-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.main-hd .navbar-content-holder {
    width:84.2800%
}

.content-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 10px;
  -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;
}

.content-large.article-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .content-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width:1620px;
}

.tab-column-1 {
  width: 11.6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-column-2 {
  width: 74.75%;
  margin-left: 1%;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tab-style {
  display: block;
  margin-bottom: 0.5vw;
  padding: 0px;
  background-color: transparent;
  color: #636363;
  font-size: 14px;
}

.tab-style:hover {
  color: #1176c0;
}

.tab-style.w--current {
  width: 100%;
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.content-flush-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72.25%;
  min-height: 10px;
}

.div-block-50 {
  overflow:hidden;
  width: 100%;
  height: 50vw;
}

.div-block-51 {
    overflow:hidden;
    width: 100%;
    height: 40vw;
}

.rich-text-journal {
  font-size: 0vw;
}

.rich-text-journal h1 {
  margin-left: 20.2%;
}

.rich-text-journal p {
  margin-left: 20.2%;
}

.rich-text-journal h4 {
  margin-left: 20.2%;
}

.rich-text-journal h5 {
  display: inline-block;
  margin: -0.5vw 1vw 0vw 20.2%;
  float: left;
  /* font-family: Oswald,  '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo',sans-serif; */
  font-size: 8vw;
  line-height: 8vw;
  font-weight: 200;
}

.rich-text-journal h6 {
  margin-left: 20.2%;
}

.rich-text-journal h3 {
  margin-left: 20.2%;
}

.rich-text-journal h2 {
  margin-top: 2vw;
  margin-left: 20.2%;
}

.rich-text-journal li {
  margin-left: 20.2%;
}
/*-- Table --*/
.list-item-layouts {
    width:100%;
    border-top:1px solid #c9caca
}
.list-item,
.list-item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #c9caca;
}

.list-item.style-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.li-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22.0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
  font-size:16px;
  font-weight:600;
  /* line-height: 1; */
}

.li-column-2 {
  width: 66.75%;
  min-height: 10px;
  margin-left: 1.25%;
}

.li-column-2.style-2 {
  width: 100%;
  padding-right: 5%;
}

.li-column-3 {
    width: 23%;
    min-height: 10px;
    margin-left: 2%;
  }
  
.li-column-3.hidden-on-desktop {
    display: none;
}

.li-column-3.hidden-on-mobile {
    float: right;
}

.li-image-holder {
    width: 100%;
}

.li-image-holder.medium {
    width: 66.2%;
    margin-bottom: 2vw;
}

.li-image-holder.rollover {
    overflow: hidden;
}

.li-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.li-content {
    width:78%;
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 300;
    position: relative;
}

.table {
    width: 100%;
    display: table;
    border-top:1px solid #c9caca
}
.table .row {
    display: table-row;
}
.table .cell {
    padding:37px 0 34px;
    display: table-cell;
    vertical-align: middle;
    border-bottom:1px solid #c9caca;
    font-size:16px;    
}
.table .cell.date {
    font-size:16px;
    font-weight:500;
    width:100px
}
.table .depth-area {
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    
}
.table .depth1 {
    font-weight:600;
    flex-grow: 1;
    flex-basis: 0;
}
.table .depth2 {
    position:relative;
    display: flex;
    align-items: center;
    font-weight:300;
    flex-grow: 2;
    flex-basis: 0;
}
.label img {
    width:45px;
    margin-right:15px
}

/* .li-date-stamp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */

.c2-1-column {
  width: 50%;
  height: 100%;
}

.c2-1-column.left {
  width: 24.25%;
}

.c2-1-column.right {
  width: 74.75%;
  padding-right: 24%;
}

.c2-1-content-holder {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c2-1-content-holder.static {
  position: static;
}

.cl-4-8-column {
  width: 49.5%;
}

.cl-4-8-column.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 63%;
  margin-right: 0.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cl-4-8-column.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37.5%;
  margin-left: 0.5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cl-4-8-column.right-small-footer {
  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;
}

.cl-4-8-column.left-small-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cl-2 {
  width: 59.5%;
  padding-right: 10%;
}

.footer-link-column {
  display: block;
  width: 28%;
}

.footer-column-spacer {
  width: 2%;
}

.link {
  display: block;
}

.link:hover {
  color: #1176c0;
}

.link.link-delay:hover {
  color: #1176c0;
}

.link.inline {
  display: inline-block;
}

.link.inline:hover {
  color: #000;
}

.link.mandatory:hover {
  color: #fff;
}

.social-link {
  margin-left: 1vw;
  font-size: 12px;
}

.social-link:hover {
  color: #000;
}

.date-stamp {
  /* font-family: Oswald,  '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo',sans-serif; */
  color: #000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0.1vw;
}

.scroller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scrolling-component {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  -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;
}

.scrolling-component.profile {
  position: relative;
  overflow: hidden;
  margin-top: 40vh;
}

.scroll-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scroll-holder.profile-logo {
  padding-right: 5%;
  padding-bottom: 0vw;
}

.grid-item {
  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-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.scrolling-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.sc-image-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.sc-text {
  padding-right: 1vw;
}

.sc-title-holder {
  margin-bottom: 0.25vw;
  padding-right: 10%;
}

.cl-1 {
  width: 39.5%;
}

.c1-1-content-holder {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 60vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pg-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 15vw;
  background-color: #000;
}

.project-text-holder {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), to(rgba(17, 118, 192, 1.6)));
  background-image: linear-gradient(0deg, transparent 50%, rgba(0, 0, 0, 0.6));
}

.m-link-holder {
  width: 100%;
  margin-bottom: 5vw;
}

.m-details {
  width: 100%;
}

.m-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3vw;
  margin-bottom: 0px;
}

.m-search-input {
  height: 100%;
  margin-right: 1vw;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0vw;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  background-color: transparent;
  color: #000;
}

.m-search-icon-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -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;
}

.m-search-icon {
  position: absolute;
  z-index: 2;
}

.m-search-button {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.menu-overlay {
  position: fixed;
  z-index: 199;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}

/*-- Sub CSS --*/
.content {
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.sub-content .section {
  padding:180px 0
}
.box-row:not(:last-of-type) {
  margin-bottom:56px
}

.content.stretch.fixed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.m-link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landscape-block-s {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 21.8vw;
  height: 14.25vw;
  margin-right: 0.9vw;
  margin-bottom: 0.9vw;
  float: left;
  background-color: #000;
}

.landscape-block-s.space-right {
  margin-right: 34.3%;
}

.landscape-block-s.space-left {
  margin-left: 22.7vw;
}

.landscape-block-s.margin-reset {
  display: block;
  margin-right: 0vw;
  margin-bottom: 0vw;
  float: none;
}

.landscape-block-m {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 44.5vw;
  height: 29.4vw;
  margin-right: 0.9vw;
  margin-bottom: 0.9vw;
  float: left;
  background-color: #000;
}

.landscape-block-m.space-right {
  margin-right: 33%;
}

.landscape-block-m.space-left {
  margin-left: 22.7vw;
}

.landscape-block-l {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 67.25vw;
  height: 43vw;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
  float: left;
  background-color: #000;
}

.portrait-block-s {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 21.8vw;
  height: 29.37vw;
  margin-right: 0.9vw;
  margin-bottom: 0.9vw;
  float: left;
  background-color: #000;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.portrait-block-s.space-right {
  margin-right: 22.7vw;
}

.portrait-block-s.space-left {
  margin-left: 22.7vw;
}

.portrait-block-l {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 44.5vw;
  height: 59.6vw;
  margin-right: 0.9vw;
  margin-bottom: 0.9vw;
  float: left;
  background-color: #000;
}

.portrait-block-l.space-left {
  margin-left: 22.7vw;
}

.project-image {
  height: 100%;
}

.projects-item {
  display: inline-block;
  float: left;
}

.projects {
  width: 79vw;
}
/* 
.style-2s {
  font-family: Oswald,  '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo',sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
} */

.style-2s.rollover {
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
}

.style-2s.rollover:hover {
  color: #1176c0;
}

.style-2xs {
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-2xs.margin-reset {
  margin-bottom: 0vw;
}

.style-2xs.white {
  color: #fff;
}

.style-2xs.rollover {
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
}

.style-2xs.rollover:hover {
  color: #1176c0;
}

.sc-spacer {
  width: 100%;
  height: 1vw;
}

.cover-title-holder {
  margin-bottom: 1vw;
}

.cover-text {
  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;
}

.cover-text.top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cover-text.bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c1-1-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.c1-1-image-holder {
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.c1-1-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37%;
}

.c3-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c3-column.left {
  width: 28%;
  padding-bottom: 10vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c3-image-holder {
  width: 100%;
  height: 100%;
}

.profile-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.scroll-image-holder {
  width: 200vw;
}

.cs-column.left {
  width: 32.5%;
}

.cs-column.ah-right {
  width: 59.4356%;
}
.footer .cs-column.ah-right {
    width:57.7780%;
    display: flex;
    justify-content: flex-start;
}

.cs-column.ah-left {
  width: 32.5%;
}

.cs-column.sub-section-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  -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;
}
/* 
.global-ns {
  width: 100%;
  height: 5vw;
} 

.global-ns.large {
  height: 10vw;
}

.global-ns.medium {
  height: 8vw;
}

.global-ns.x-large {
  height: 15vw;
}

.global-ns.x-small {
  height: 2vw;
}

.global-ns.small {
  height: 4vw;
} */

.button-2 {
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding: 0px;
  background-color: transparent;
  -webkit-transition: color 100ms ease;
  transition: color 100ms ease;
  font-family: Oswald, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo',sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
}

.button-2:hover {
  color: #1176c0;
}

.div-block-63 {
  width: 100%;
  height: 2vw;
}

/*-- Sub --*/
/* .global-image {
  position: relative;
  overflow: hidden;
  width: 67%;
  height: 45vw;
}

.global-image.large {
  width: 100%;
  height: 100vh;
}

.global-image.article-medium {
  width: 72.2%;
} */

.gi-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.gi-holder {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-attachment: fixed !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top:0
 
}
.finest-visual { 
    background: center top / cover url("../../image/finest-visual.jpg") no-repeat
}
.philosophy-visual { 
    background: center top / cover url("../../image/philosophy-visual.jpg") no-repeat
}
.product-visual { 
    background: center top / cover url("../../image/product-visual(en).png") no-repeat
}
.environment-visual { 
    background: center top / cover url("../../image/environment-visual.jpg") no-repeat
}
.media-visual { 
  background: center top / cover url("../../image/media-visual.jpg") no-repeat
}

/*-- Parallax Effect --*/
.container {
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
	width: 100%;
}
.container--big {
	height: 175vh;
}
.container--full {
	height: 100vh;
}
.container--small {
	height:800px
}
.container .content {
	background: rgba(0, 0, 0, .75);
	border-radius: 8px;
	color: #fff;
	margin: 0 auto;
	padding: 30px 35px;
	text-align: center;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.parallax__container .parallax {
	/* can be put in a seperate class for better control */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* --------------------------- */
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
}
.parallax-pc {
    display: block;
}
.parallax-mobile {
    display: none;
}
.parallax-finest1 {
    background-image: url("../image/finest1.jpg");
}

/*-- Sub Menu --*/
.sub-menu-wrap {
    width: 100%;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2;
    left:0;
    right:0;
    margin:0 auto;
    position: relative;
}
.sub-menu {
    display: flex;
    justify-content: center;
    padding-left:0;
    margin-bottom:89px;
    list-style-type: none;
}
.sub-menu > li {
    margin:0 10px;
}
.sub-menu > li > a {
    border:1px solid #fff;
    display:flex;
    justify-content: center;
    align-items: center;
    width:254px;
    height:44px
}
.sub-menu > li > a span {
    -webkit-transition: font-weight .4s ease-in-out;
    transition: font-weight .4s ease-in-out;
    color:#fff;
    font-weight:400;
    line-height: 0.7;
    font-size:15px
}
.sub-menu > li > a:hover span {
    font-weight:bold
}

.ah-headline-holder {
  margin-bottom: 2vw;
}

.ah-subhead-holder {
  width: 79.8%;
  padding-left: 0.5vw;
}

.style-3m {
  font-family: Oswald,  '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo',sans-serif;
  color: #1176c0;
  font-size: 26px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0.05vw;
  text-transform: capitalize;
}

.cl-column {
  width: 49.5%;
}

.cl-column.article-left {
  width: 37%;
}

.cl-column.article-right {
  width: 62.1%;
}

.style-3s {
  font-family: Oswald,  '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo',sans-serif;
  color: #1176c0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.05vw;
  text-transform: capitalize;
}

.style-3s.white {
  color: #fff;
}
.video-wrap {
    margin-top:23px
}
.video-wrap video {
    width: 100%;
    height: auto;
  }
.image-wrap {
    width:100%;
    margin-top:23px
}
.image-wrap img {width:100%}
.small-font {margin-top:7px;font-size:14px;line-height:1.2}

.video-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
}
.video-component2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: contents;
  width: 100%;
  min-height: 100vh;
  -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;
  vertical-align: center;
}

.profile-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.gi-background {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
  border-radius: 10vw;
  background-color: #1176c0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gi-background:hover {
  background-color: #000;
}

.gallery-icon {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 4.25vw;
  margin-bottom: 4.5vw;
  -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;
}

.c1-1-overlay-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}



.sub-section-title {
  margin-bottom: 0vw;
  font-family: Oswald,  '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo',sans-serif;
  color: #000;
  font-size: 95px;
  line-height: 95px;
  font-weight: 500;
  letter-spacing: 0.25vw;
}

.sub-section-title.journal {
  font-size: 60px;
  letter-spacing: 0.1vw;
}

.footer * {
    font-family: 'SF Pro Display', sans-serif;
    color:#221815;
    font-size:12px;
    letter-spacing: 0.5px;
}

.footer-link-title {
  font-size: 14px;
  font-weight: 600;
  line-height:20px;
  margin-bottom:9px
}
.footer-text {
    font-size:12px;
    font-weight:400;
    line-height: 18px;   
}
.footer dt {
    font-weight:600;
    text-transform:capitalize;
    margin-bottom:14px
}
.footer dd {
    font-weight: 400;
    margin-bottom:5px;
    line-height:1.3
}
.footer-sns dd,
.footer-sitemap dd {
    text-transform: capitalize;
}
.footer a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: inherit;
    color:inherit
} 

.footer a:hover {
    color: #1176c0;
  }
  
 .footer-link-title.link-delay:hover {
    color: #1176c0;
  }

.section-title {
  margin-bottom: 0vw;
  font-family: 'Libre Franklin', '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo',;
  color: #000;
  font-size: 80px;
  line-height: 130px;
  font-weight: 600;
  letter-spacing: 0.25vw;
  text-transform: uppercase;
}

.social-sharing {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5vw;
  -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;
  background-color: #1176c0;
}

.ss-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ss-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.ss-right-spacer {
  width: 1vw;
}

.ss-icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.ss-icon-holder:hover {
  opacity: 1;
}

.hidden-image-gallery {
  display: none;
}

.share-title {
  margin-right: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.share-title.faded {
  color: hsla(0, 0%, 100%, 0.5);
}

.menu-trigger {
  position: absolute;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.trigger-section {
  width: 100%;
  height: 100vh;
}

._4up-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-list {
  width: 100%;
}

.project-archive-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-achive-grid-holder {
  display: block;
  width: 67%;
  min-height: 10px;
  -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;
}

.image-asset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.asset-grid {
  width: 100%;
  grid-column-gap: 1vw;
  grid-row-gap: 3vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.asset-item {
  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;
}

.ai-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 14vw;
  -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;
}

.template-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tf-item {
  margin-right: 1vw;
}

.tg-item {
  width: 100%;
  padding-top: 1vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.text-group {
  width: 100%;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.error-message {
  padding: 0px;
  background-color: transparent;
}

.style-2l {
  font-family: Oswald, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo',sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-field {
  margin-bottom: 1.5vw;
  text-align: center;
}

/* Product 2  The Unforgettable Excellence */
.graph {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.graph .box-row {
    width:49.1%;
    margin-bottom:70px;
    display: flex;
    flex-direction: column;
}
.graph .box-row p {
    flex-grow: 1;
}
.graph .box-row:nth-child(3),
.graph .box-row:nth-child(4) {
    margin-bottom:0
}

/* Media 1 Instagram */
.instagram {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instagram li {
  width:32.9%;
  margin-bottom:5px
}

/*  Scroll to Top */
.action_top{
width:52px;
position:fixed;
right:7%;
bottom:54px;
display: none;
z-index:3;
cursor: pointer;
}
.action_top img {
width:100%;
}

    /*--- 미디어쿼리 ---*/
    @media all and (min-width:2124px) {
        #product1 .style-1s.profile-title span {
            max-width:300px
        }
    }
    @media all and (max-width:1200px) {
        .sub-menu > li > a {
            width:220px
        }
        #product1 .content-small.article-content {
            flex-wrap: wrap;
        }
        #product1 .cs-column.ah-left,
        #product1 .cs-column.ah-right {
            width:100%
        }
        #product1 .style-1s.profile-title {
            margin: 0 0 47px;
        }
        #product1 .style-1s.profile-title span br {
            display: none;
        }
        /*-- Parallax Effect --*/
        .container--small {
            height:485px
        }
        .sub-content .section {
            padding: 150px 0;
        }
        .content-small.wide-layout .cs-column:first-of-type {
            margin-bottom: 47px;
        }
        .footer-link-column {
            width: 31%;
          }
    }
    @media all and (max-width:1000px) {
        .product-visual { 
            background: center / cover url("../../image/product-visual-mobile(en).png") no-repeat
        }

        p {
            line-height:24px
        }

        /* Header */
        .main-hd {
            height:auto;
            top:25px
        }
        .main-hd .navbar-right {
            width:30px
        }
        .navbar.sticky {
            height:55px
        }
        .navbar.sticky h1.sub-title {
            width:170px
        }
        .navbar.sticky .navbar-icon-holder img {
            width:22px
        }
        .sub-menu {
            flex-wrap: wrap;
            margin-bottom:55px;
        }
        .sub-menu > li {
            margin:0 11px;
        }
        .sub-menu > li:nth-child(-n+2) {
            margin-bottom:24px
        }
        .sub-menu > li > a {
            width:252px
        }
        .menu {
            display: none;
            width: 75%;
            padding: 7vw 4vw 15vw 10vw;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        .menu-container {
            width: 100%;
            min-height: 10px;
        }
        .style-1l.menu-link {
            font-size: 7vw;
            line-height: 8vw;
        }

        /* Main Text */
        .style-1l.margin-reset2 {
            font-size: 8vw;
        }
        .style-1l.margin-reset3 {
            font-size: 2.5vw;
            line-height: 10vw;
        }
        .style-1s.profile-title {
            font-size:24px;
            margin-top:0
        }
        #product1 .style-1s.profile-title {
            margin:0 0 47px
        }

        #finest1 .style-1s.profile-title br,
        #finest2 .style-1s.profile-title br,
        #finest3 .style-1s.profile-title br:nth-child(2),
        #philosophy1 .style-1s.profile-title br,
        #philosophy2 .style-1s.profile-title br {
            display:block
        }
        #product1 .style-1s.profile-title span br {
            display:none
        }

        .sub-title2 {
            margin-bottom:10px
        }
        .text-big {
            font-size:20px;
            margin-bottom: 45px;
            line-height: 1.4;
            letter-spacing: 0;
        }

        /* Sub Layout */
        .sub-content .section {
            padding:91px 0
        }
        .cs-column.ah-left {
            width:30.835%
        }
        .cs-column.ah-right {
            width:65.3810%
        }

        .graph .box-row {
            width:100%;
        }
        .graph .box-row:nth-child(3),
        .box-row:not(:last-of-type)  {
            margin-bottom:35px
        }
        .content-small.wide-layout .cs-column:first-of-type {
            margin-bottom:67px
        }
        .list-item, 
        .list-item2 {
            padding: 28px 0 28px;
        }
        .li-column-1 {
            width:140px;
            align-content: flex-start;
        }
        .li-content {
            line-height: 1.4;
        }
        .table .cell {
            line-height:1.4;
            height:auto
        }
        .table .cell {
            padding:28px 0;
        }
        .table .depth1 br {
            display: none;
        }
        .table .depth2 {
            flex-grow: 2;
            padding-left:20px
        }

        /*-- Parallax Effect --*/
        .container--small {
            height:485px
        }

        .product-link {
            width:252px;
            height:44px;
            padding:0 25px;
            margin: 60px auto 0;
        }
        .product-link .text {
            height:15px;
            display: block;
        }

        /* Footer */
        .global-section.footer-large {
            padding-top: 70px;
            padding-bottom: 66px;
        }
        .footer .content-large {
            flex-wrap: wrap;
            width:70.1045%
        }
        .footer .cs-column.ah-left,
        .footer .cs-column.ah-right {
            width:100%
        }
        .footer .cs-column.ah-left {
            margin-bottom:30px
        }
        .footer-link-column {
            width:33.33%
        }
        .footer-text {
            line-height:16px
        }
        .footer-link-title {
            font-size:12px;
            margin-bottom:6px
        }
        .footer-link-title br {
            display:none
        }
        .global-section.footer-small {
            padding-top: 21px;
            padding-bottom: 22px;
        }
        .footer dt {
            margin-bottom: 12px;
        }

        .action_top {
            width:40px;
            right:26px;
            bottom: 24px;
        }
        
    }

    /* 모바일 미디어쿼리 */
    @media all and (max-width:640px) {
        .logo-pc {
            display:none;
        }
        .logo-mobile {
            display:block;
        }

        .main-hd .logo-mobile,
        .navbar.sticky .navbar-logo-holder {
            width:28px;
            height:auto
        }

        .language {
            width:170px;
            padding-top:5px
        }
        .language-bar {
            font-size: 16px;
        }
        .language ul li:first-child {
            transform: translateX(88px);
        }
        .language ul li:last-child {
            transform: translateX(128px);
        }

        .sub-menu {
            margin-bottom:46px
        }
        .sub-menu > li:not(:last-child) {
            margin:0 0 20px
        }

        .menu {
            display: none;
            overflow: visible;
            width: 80%;
            padding: 7vw 8vw 15vw;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
        .menu-container {
            width: 100%;
            height: 100%
        }
        .language ul li a {
            font-size:16px
        }

        .style-1l.margin-reset2 {
            font-size: 46px;
            line-height:1;
            margin-bottom:12px
        }
        .style-1l.margin-reset3 {
            font-size: 16px;
            line-height:1.4
        }
        .style-1l.margin-reset2 br,
        .style-1l.margin-reset3 br {
            display: block
        }

        .style-1l.menu-link {
            font-size: 8.9vw;
            line-height: 11vw;
        }
        .style-1s.profile-title {
            margin-top: 0;
            margin-bottom:47px;
            line-height:1.3
        }
        #finest3 .style-1s.profile-title {
            margin-bottom:15px;
        }
        #finest1 .style-1s.profile-title br,
        #finest2 .style-1s.profile-title br,
        #finest3 .style-1s.profile-title br:nth-child(2),
        #philosophy1 .style-1s.profile-title br,
        #philosophy2 .style-1s.profile-title br {
            display:none
        }
        #product1 .style-1s.profile-title span br {
            display:block
        }
        #product1 .style-1s.profile-title span {
            font-size:22px
        }
        #product2 .style-1s.profile-title {
            margin-bottom:0
        }

        .sub-title2 {
            margin-bottom:11px
        }

        .content-small {
            width:100%;
            padding:0 30px
        }
        .content-small.article-content {
            flex-wrap: wrap;
        }
        .cs-column.ah-left,
        .cs-column.ah-right {
            width: 100%;
        }
        .graph .box-row {
            width:100%;
        }
        
        .text-big {
            margin-bottom: 65px;
        }
        .graph .box-row:nth-child(3),
        .box-row:not(:last-of-type) {
            margin-bottom:50px
        }

        .container--small {
            height:293px
        }
        .parallax-pc {
            display: none;
        }
        .parallax-mobile {
            display: block;
        }
        
        .video-wrap,
        .image-wrap {
            margin-top:15px
        }
         
        .li-column-1 {
            font-size:16px;
            width:100px;
            line-height:1.4;
            align-items: flex-start;
        }
        .li-content {
            font-size:16px;
            line-height:1.4;
            align-items: flex-start;
        }
        .list-item, 
        .list-item2 {
            padding: 23px 0 23px;
        }
        .list-item {
            flex-direction: column;
        }

        .table .cell {
            vertical-align: top;
             padding-top:23px;
            padding-bottom:23px
        }
        .table .cell.date {
            width:76px;
            font-size:16px
        }
        .table .depth-area {
            flex-direction: column;
            justify-content: flex-start;
        }
        .table .depth1 {
            width:100%;
            padding:0 0 12px;            
        }
        .table .depth2 {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            padding-left:0
        }
        .table .depth2 img {
            margin-right:0;
            margin-bottom:12px
        }

        /* Footer */
        .footer .content-large {
            width:100%;
            padding:0 26px
        }
        .footer .cs-column.ah-right {
            flex-wrap: wrap;
        }
        .footer-link-column:first-of-type {
            width:100%;
            margin-bottom:30px
        }
        .footer-link-title br {
            display:block
        }
        .action_top {
            width:28px;
        }
    }
    @media all and (max-width:375px) {
        .language ul li {
            margin-top:-3px
        }
    }