<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ì&nbsp;œê±° */
/* html{
  overflow: hidden;
} */
body{
  /* min-width: 992px; */
  min-width: 1600px;
}
.headerwrapper{
  z-index: 10;
  position: sticky;
  top: 0px;
  left: 0px;
  height: 0;
}
.header{
  position: sticky;
  /* min-width: 992px; */
  min-width: 1600px;
}

.vct{
  position: relative;
  line-height: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 700px;
  animation: vctinit 0.5s ease-in-out 400ms forwards;
}
/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ì&nbsp;œê±° */
/* .vct&gt;span,
.vct&gt;div{
  opacity: 0;
  transform: translateY(40px);
  animation: fade-in 0.6s ease 900ms forwards;
} */


.vct video{
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vct img{
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

  .menubtns::before{
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 7.5px;
    top: 0; left: 0;
    background-color: rgba(200, 200, 200, 0.4);
  }
  .menubtns{
    mix-blend-mode: normal;
    position: relative;
    display: flex;
    width: 840px;
    height: 80px;
    padding: 8px;
    gap: 20px;
  }
  @media screen and (max-width:768px) {
    .menubtns{ padding: 4px;}
  }
  .menubtns a{
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 1;
    background-color: transparent;
    color: #F5F5F5;
    font-weight: 700;
    font-size: 20px;
    transition: color 0.4s ease-in-out;
  }

  .menubtns .deco{
    z-index: -1; position:absolute;
    background-color: rgba(255, 255, 255, 0.4);
    width:191px;
    border-radius: 7.5px;
    height: 64px; top: 0; left: 0;
    margin: 8px;
    transition: all 0.4s ease-in-out;
    transform: translateX(0px);
  }
  @media screen and (min-width:769px){
    .menubtns a:hover{
      color: #292929;
    }
  }
  @media (hover:hover){
    .menubtns:has(.b1:hover) .deco{
      transform: translate(210px);
    }
    .menubtns:has(.b2:hover) .deco{
      transform: translate(420px);
    }
    .menubtns:has(.b3:hover) .deco{
      transform: translate(630px);
    }
  }

.morebtn{
  position: relative;
  width: 299px;
  &amp; svg{
    position: absolute; left: 0; bottom: 0;
  }
}
.morebtn svg path{
  stroke-dasharray: 150px;
  stroke-dashoffset: 0px;
  transition: all 800ms cubic-bezier(0.18, 0.06, 0.2, 1);
}

.contractcont{
  cursor: pointer;
  width: 100%; height: 307px; line-height: 0; position: relative;
}
.contractcont::after{
  content: ''; position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; background-color: black; opacity: 0.35;
  transition: opacity 300ms ease-out;
}
.contractcont:hover{
  &amp;::after{
    opacity: 0;
  }
  .morebtn svg path{
    stroke-dashoffset: -300px;
  }
}
.contract{
  font-size: 55px; font-weight: 700; margin-left: 204px;
}
.contractcont .cmw{ z-index: 1;
  width: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between;
  max-width: 1920px;
}
@media screen and (max-width:1689px){
  .contractcont .cmw{
    max-width: 1320px;
  }
  .contractcont{ height: 207px; }
  .contract{font-size: 32px; margin-left: 44px;}
  .morebtn{width: 172px;}
}
/* @media screen and (max-width:1200px) {
  .contractcont{
    height: 207px;
  }
  .contract{font-size: 25px; margin-left: 44px;}
  .morebtn{
    cursor: pointer;
    position: relative;
    width: 120px;
    &amp; svg{
      scale: 0.7;
    }
  }
} */


/* ì•&nbsp;ë‹ˆë©”ì´ì…˜ì&nbsp;œê±° */
/* @keyframes vctinit {
  from{height: 100vh;}
  to{height: 700px;}
} */</pre></body></html>