<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
 max-width: 100%;
 position: relative;
 margin: 0 auto;
 height: 100%;
}
.top .screen_wrapper2 {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

/* normal mp4 video */
.top .screen_wrapper2 {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.top .screen_wrapper2 .border_v2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  /* --fill: linear-gradient(red, red);
  -webkit-mask: var(--fill) padding-box, var(--fill);
  -webkit-mask-composite: xor;
  mask: var(--fill) padding-box exclude, var(--fill); */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(20px);
  border: 0vw solid transparent;
  animation: _border2 2s ease 1s forwards;
}
/* normal mp4 video */
.top .screen_wrapper2&gt;video {
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
}
.movie_box {
  position: absolute;
  z-index: 1;
  width: calc(100vw - 46vw);
  height: calc(100vh - 20vw);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}
.video-container .iframe_mobile{display: none;}
.movie_box iframe.iframe_web{
    position: absolute;
      min-width: 100%;
      min-height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      left: 0;
      top: 0;
      object-fit: cover;
}
.movie_box .iframe_tablet{
  display: none;
}
.player .vp-controls .play-bar svg,
.player .vp-controls .logo{
  display: none !important;
}

.praticle_wrap {
  display: none;
}
.screen_wrapper {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.upper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.lower {
  z-index: 1;
  background: #000;
}

.a {
  position: relative;
  width: 100%;
/*   background: url('./images/2.png') center center no-repeat; */
  background-size: cover;
  height: 100%;
  transform: scale(1.1);
  filter: blur(10px) brightness(1);
}

.lower .a {}

.upper .a {
  filter: blur(0px);
}

.header {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

.content {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

section.top {
  height: 100%;
  width: 100%;
  position: relative;
  z-index:11;
}

section.item {
  position: relative;
  overflow: hidden;
}

.text {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 100;
  margin-left: 240px;
  margin-top: -230px;
  text-transform: uppercase;
  opacity: 0;
  transition: all 1.6s ease;
}

.text h6 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  line-height: 30px;
  font-family: "MuseoSans";
}

.text span {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 50px;
  font-family: "MuseoSans";
  font-weight: 700;
}

video {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: scale(1.05);
}

@keyframes _border2 {
  0% {
    border-top: 0vw solid transparent;
    border-right: 0vw solid transparent;
    border-bottom: 0vw solid transparent;
    border-left: 0vw solid transparent;
  }

  100% {
    border-top: 8vw solid transparent;
    border-right: 20vw solid transparent;
    border-bottom: 7vw solid transparent;
    border-left: 20vw solid transparent;
  }
}
.com_nav_wrap {
 background: transparent;
}

.gnb_depth {
 max-width: 1920px;
}

.main_visual_wrapper {
  height:957px;
  width:100%;
  background:url('../images/main/mainvisual_bg.jpg') center center no-repeat;
  background-size:cover;
}

.main_inner {
  width:1920px;
  height:957px;
  margin:0 auto;
  position:relative;
  /*background:pink;*/
}

.main_header {
  width: 1540px;
  position: absolute;
  left: 50%;
  margin-left: -770px;
}

.main_visual {
  width:1920px;
  height:957px;
  position: relative;
}

.main_visual_inner:after {
  content: "";
  display: block;
  clear: both;
}

.main_visual_inner {
  width:1540px;
  margin:0 auto;
  min-height: 957px;
  position: relative;
  z-index: 2;
}

.main_visu_txt {
  float:left;
}

.main_visu_txt span {
  display:block;
}

.main_sm  &gt; span {
  display: none;
  position: absolute;
  left: 35px;
  top: 240px;
  width: 1000px;
  color:#ffbf24;
}
/*.main_sm span.slide_second,*/
.main_bg &gt; p.slide_second,
.visu_btn a.slide_second {
  left:0 !important;
  position: absolute;
}

.main_sm span.slide_second{
  margin-left:-840px;
  position: absolute;
}

.main_sm {
  position: absolute;
  left: calc(50% + 55px);
  font-family: "museo-sans";
  font-size: 18px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 280px;
  padding-bottom: 20px;
  padding-left: 100px;
  color: rgba(255,255,255,0.5);
}

.main_bg .main_bg_bar {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bac kground-color: rgba(255,255,255,0.7);
  width: 1px;
  height: 165px;
}

.main_bg &gt; p {
  display: none;
  position: absolute;
  left: 840px;
  top: 300px;
  width: 1000px;
}

.main_bg &gt; p &gt; p {
  display: inline-block;
}

.main_bg {
  font-family:    "museo-sans";
  font-size:55px;
  line-height:60px;
  letter-spacing:-0.03em;
  font-weight:200;
  color:#fff;
  padding-left:30px;
  position: relative;
  left:50%;
  /* border-left:1px solid rgba(255,255,255,0.7); */
}

.main_background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.main_background &gt; ul {
  width: 100%;
  height: 100%;
}

.main_background li {
  width: 100%;
  height: 100%;
  display: none;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.main_background li.first {
  background-image: url('../images/main/main_visu01.png');
}

.main_background li.second {
  background-image: url('../images/main/main_visu02.png');
}

.main_background li.third {
  background-image: url('../images/main/main_visu03.png');
}

.main_background li.fourth {
  background-image: url('../images/main/main_visu04.png');
}

.visu_btn {
  position: absolute;
  left: calc(50% + 19px);
  top: 440px;
  padding-top: 60px;
}

.visu_btn &gt; a {
  display: none;
}

.visu_btn &gt; a .slide_second{
  margin-left:-840px;
}


.main_pagination {
  float:right;
  padding-top:225px;
  font-family:    "museo-sans";
  padding-right: 20px;
}

.main_pagination ul {
  position: relative;
  left: 26px;
}

.main_pagination li {
  color:rgba(255,255,255,0.7);
  font-size:20px;
  font-weight:500;
  width:60px;
}

.main_pagination span.num{
  position: relative;
  left: 39px;
  font-family:    "futura-pt";
  font-weight:500;
  line-height:30px;
}

.main_pagination li.active a {
  font-size:45px;
  color:#ffbf24;
  font-weight:700;
}

.main_pagination li.active span.bar {
  height:90px;
  width:2px;
  background:rgba(255,255,255,0.9);
  display:inline-block;
  overflow: hidden;
  position:relative;
}

.main_pagination li.active span.bar_cr {
  height: 30px;
  background: #ffbf24;
  display: inline-block;
  width: 2px;
  position:absolute;
}

span.pagi_txt {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: right;
  padding-top: 15px;
  display: none;
  font-weight:200;
}

.main_pagination li.active span.num {
  left: -5px;
  font-weight: 700;
  font-size:45px;
  color:#ffbf24;
  padding-bottom:20px;
  line-height: 40px;
}

.main_thumb {
  position: absolute;
  bottom: 115px;
  margin-left:30px;
  display: none;
}

.main_thumb ul li{
  cursor: pointer;
  float: left;
  margin-right: 15px;
}

.main_thumb ul li:nth-child(1) {
  width:80px;
  height:80px;
  background:url('../images/main/thumb.jpg') top left no-repeat;
  display: inline-block;
}

.main_thumb ul li:nth-child(1).active {
  width:80px;
  height:80px;
  background:url('../images/main/thumb.jpg') bottom left no-repeat;
  display: inline-block;
}

.main_thumb ul li:nth-child(2) {
  width:80px;
  height:80px;
  background:url('../images/main/thumb.jpg') -80px top no-repeat;
  display: inline-block;
}

.main_thumb ul li:nth-child(2).active {
  width:80px;
  height:80px;
  background:url('../images/main/thumb.jpg') -80px bottom no-repeat;
  display: inline-block;
}

.main_thumb ul li:nth-child(3) {
  width:80px;
  height:80px;
  background:url('../images/main/thumb.jpg') -160px top no-repeat;
  display: inline-block;
}

.main_thumb ul li:nth-child(3).active {
  width:80px;
  height:80px;
  background:url('../images/main/thumb.jpg') -160px bottom no-repeat;
  display: inline-block;
}

.main_thumb ul li:nth-child(4) {
  width:80px;
  height:80px;
  background:url('../images/main/thumb.jpg') -240px top no-repeat;
  display: inline-block;
}

.main_thumb ul li:nth-child(4).active {
  width:80px;
  height:80px;
  background:url('../images/main/thumb.jpg') -240px bottom no-repeat;
  display: inline-block;
}

.main_cont_wrapper {
  position:relative;

}

/*.main_cont01 {
    position:absolute;
    left:50%;
    margin-left:-600px;
    margin-top:-75px;
    z-index:999;
    height: 645px;
    width: 1200px;
    }*/

    .main_cont01 {
      position: relative;
      margin-top: -75px;
      z-index: 999;
      height: 645px;
      width: 1200px;
      width: 100%;
      overflow: hidden;
    }

    .main_cont01 .main_cont01_item {
      position: absolute;
      left: 50%;
      bottom: 0;
      transition: all 1.4s ease-out;
      opacity: 1;
      overflow: hidden;
    }
    .main_cont01 .main_cont01_item.left {
      font-size: 0;
      top: 0;
      margin-left: -1565px;
      background: url(../images/main/main_cont_01_left.png) no-repeat;
      width: 600px;
    }

    .main_cont01.active .main_cont01_item.left {
      margin-left: -600px;
      opacity: 1;
    }

    .main_cont01.active .main_cont01_item.left h5 {
      font-size: 45px;
      line-height: 45px;
      color: #222;
      margin-top: 370px;
      font-family: 'MuseoSans';
      font-style: normal;
      font-weight: 100;
      letter-spacing: -3px;
    }

    .main_cont01.active .main_cont01_item.left p a {
      width: 224px;
      height: 42px;
    }

    .main_cont01.active .main_cont01_item.left p:nth-child(2) {
     font-family: 'MuseoSans';
     font-style: normal;
     font-weight: 300;
     font-size: 22px;
     line-height: 30px;
     color: #979797;
     margin-top: 10px;
     letter-spacing: -1px;
   }

   .main_cont01.active .main_cont01_item.left p:nth-child(3) {
    display: inline-block;
    margin-top: 39px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    letter-spacing: 8px;
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 500;
  }

  .main_cont01.active .main_cont01_item.left p:nth-child(3) a {
    text-decoration: none;
    color: #333333;
    padding:20px;
    padding-left: 0;
  }

  .main_cont01 .main_cont01_item.right {
    background: url(../images/main/main_cont_01_right.png) no-repeat;
    width: 600px;
    margin-left: 965px;
    top: 1px;
    background-position-y: 0px;
  }
  .main_cont01.active .main_cont01_item.right {
    background-position-y: 0px;
    margin-left: 0;
    opacity: 1;
    text-align: center;
  }

  .main_cont01 .main_cont01_item.right h5 {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #898989;
    margin-top: 175px;
  }

  .main_cont01 .main_cont01_item.right p {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 100;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -3px;
    color: #555554;
    margin-top: 52px;
  }

  .main_cont01 .main_cont01_item.right div {
    margin-top: 82px;
    display: inline-block;
    border:1px solid #666666;
    width: 222px;
    height: 40px;
    line-height: 40px;
  }

  .main_cont01 .main_cont01_item.right div a {
    display: block;
  }

  .main_cont01 .main_cont01_item.right div span {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 5px;
    color: #666666;
  }

  .main_cont02_wrap {
    width: 100%;
    background-size: cover;
    height: 505px;
    position: relative;
    overflow: hidden;
    background: url(../images/main/main_cont02.jpg) fixed no-repeat,
    url(../images/main/main_cont02.jpg) no-repeat;
    background-position: center center;
    text-align: center;
    background-size: cover;
    /* background: url(image_url_here.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){
    @media {
    .main_cont02_wrap {
      width:100%;
      height:505px;
      position:relative;
      overflow:hidden;
      background:url('../images/main/main_cont02.jpg') center no-repeat;
      text-align: center;
    }
  }}


  .main_cont02_wrap h5 {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 95px;
  }

  .main_cont02_wrap p {
   font-family: 'MuseoSans';
   font-style: normal;
   font-weight: 100;
   color: #fff;
   font-size: 40px;
   line-height: 48px;
   letter-spacing: -1px;
   margin-top: 38px;
   margin-bottom: 75px;
 }

 .main_cont02 {
  height: 800px;
  width: 100%;
  position: fixed;
  top: 500px;
  background-size: cover;
  display: none;
}


/*.main_cont03 {
    height: 474px;
    width:100%;
    position: absolute;
    top: 1075px;
    max-width: 1920px;
    min-width:1920px;
    text-align: center;
    left: 50%;
    margin-left: -960px;
    }*/

    .main_cont03 {
      height: 474px;
      width: 100%;
      position: relative;
      /* top: 0px; */
      max-width: 1920px;
      text-align: center;
      /* left: 0; */
      /* margin-left: 0px; */
      margin: 0 auto;
    }

    .main_cont03 .bg {
      z-index: -1;
      position: absolute;
      opacity: 0;
      margin-top:30px;
    }
    .main_cont03.active .bg {
      opacity: 1;
      margin-top:0px;
      transition: all 0.8s linear;
      transition-delay:2.6s;
    }
    .main_cont03 .left_top {
      top:-200px;
      left:-120px;
    }
    .main_cont03 .right_top {
      top:-30px;
      right:-95px;
    }
    .main_cont03 .right_btm {
      bottom: -30px;
      right:230px;
    }

    .main_cont03 .ul_wrap {
     position: relative;
     width: 100%;
     max-width: 1200px;
     font-size: 0;
     display: inline-block;
     text-align: left;
   }
   .main_cont03 ul {
     width: 100%;
     max-width: 1200px;
     font-size: 0;
     display: inline-block;
     text-align: left;
     margin-top: 55px;
   }

   .main_cont03 ul li {
    width: 282px;
    display: inline-block;
    margin-right: 22px;
    vertical-align: top;
  }

  .main_cont03 ul li:last-child {
    margin-right: 0;
  }

  .main_cont03 ul li h5 {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    letter-spacing: -1px;
    margin-top: 17px;
  }

  .main_cont03 ul li p:nth-child(3) {
    font-size: 15px;
    color: #333333;
    line-height: 18px;
    letter-spacing: -1px;
    margin-top: 10px;
  }

  .main_cont03 ul li p:last-child {
    font-size: 13px;
    color: #444444;
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: 700;
    margin-top: 8px;
    letter-spacing: -1px;
  }

  .main_cont03 span {
    top: 55px;
    width: 283px;
    height: 192px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
  }
  .main_cont03 span i {
    width:100%;
    height:100%;
    display: inline-block;
  }
  .main_cont03.active span i {
    transition: all 0.6s linear;
    opacity: 0;
  }
  .main_cont03 span:nth-of-type(1) {
    left: 0px;
  }
  .main_cont03 span:nth-of-type(2) {
    left: 304px;
  }
  .main_cont03 span:nth-of-type(3) {
    left: 608px;
  }
  .main_cont03 span:nth-of-type(4) {
    left: 912px;
  }
  .main_cont03 span:nth-of-type(1) i {
    background:url('../images/main/mask_01.jpg') no-repeat center/cover;
    transition-delay: calc(2 * .6s);
  }
  .main_cont03 span:nth-of-type(2) i {
    background:url('../images/main/mask_02.jpg') no-repeat center/cover;
    transition-delay: calc(3 * .6s);
  }
  .main_cont03 span:nth-of-type(3) i {
    background:url('../images/main/mask_03.jpg') no-repeat center/cover;
    transition-delay: calc(2.5 * .6s);
  }
  .main_cont03 span:nth-of-type(4) i {
    background:url('../images/main/mask_04.jpg') no-repeat center/cover;
    transition-delay: calc(3.5 * .6s);
  }
  .main_cont04 img {
    background: url('../images/main/footer_bg.jpg') center center no-repeat;
    background-size: cover;
    height: 305px;
    position: absolute;
    top: 1546px;
    left:50%;
    margin-left:-960px;
  }


  .main_cont04 img {
    position:absolute;
    left:50%;
    margin-left:-960px;
  }

  #footer {
    width: 100%;
    background: url(../images/com/footer_bg.png) no-repeat;
    background-position: top center;
    z-index: 11;
    position: relative;
	background-size: cover;
  }
  @media screen and (max-width:640px) {
    @keyframes _border {
      0% {
        border-top: 0vw solid transparent;
        border-right: 0vw solid transparent;
        border-bottom: 0vw solid transparent;
        border-left: 0vw solid transparent;
      }

      100% {
        border-top: 20vw solid transparent;
        border-right: 10vw solid transparent;
        border-bottom: 20vw solid transparent;
        border-left: 10vw solid transparent;
      }
    }
  }
.line {
    display: flex;
    align-items: center;
}
.line img {
    height: 1px;
    width: 100%;
    object-fit: cover;
}

.text_box {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.line {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

.line img {
  display: block;
  max-width: 100%;
  height: auto;
}
</pre></body></html>