:root {
  --project-main-color: #0f1820;
  --project-sub-color: #0252a4;
  --project-main-light-color: #d0cabc;
  --project-sub-light-color: #8e6c4f;
}

.vr-btns .vr-btn,
.modal .btn {
  display: inline-block;
  padding: 10px 18px;
  background: var(--project-main-color);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_primary', endColorstr='$color_secondary', GradientType=1);
  border-radius: 52px;
  color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.7;
  vertical-align: middle;
  outline: 0;
}

.vr-btns .vr-btn > span,
.modal .btn > span {
  position: relative;
  padding-right: 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.5;
}

.vr-btns .vr-btn > span:before,
.modal .btn > span:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url(../img/material-keyboard-arrow-right.png) no-repeat 0 50%;
  background-size: auto 12px;
  content: "";
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #161616;
}

::-webkit-scrollbar-thumb {
  background: #535353;
  border: 2px solid #161616;
  border-radius: 20px;
}

body,
button,
input,
select,
table,
textarea {
  color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
}

/* container */
.container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: url("../../static/img/250523_img-intro-bg.webp") no-repeat center
    center;
  background-size: cover;
}

.has_aside .top_util {
  right: 90px;
}

/* video */
#video-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding-top: 53px;
  background: #000;
}

#video-content video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.vjs-volume-panel {
  display: none !important;
}

.vjs-picture-in-picture-control {
  display: none !important;
}

.vjs-fullscreen-control {
  display: none !important;
}

.video-unplay-background {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.video-unplay-background:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.15;
  content: "";
}

.video-btns {
  display: none;
  position: relative;
  top: 20px;
  left: 0;
  z-index: 300;
  width: 100%;
  text-align: center;
}

.video-btns .vdo-btn {
  position: fixed;
  bottom: 42px;
  right: 15px;
  padding: 10px 18px;
  background: #fc671a;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(1%, #fc671a),
    to(#ff3101)
  );
  background: linear-gradient(to right, #fc671a 1%, #ff3101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color_primary', endColorstr='$color_secondary', GradientType=1);
  border-radius: 30px;
  color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.video-btns .vdo-btn > span {
  position: relative;
  padding-right: 14px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.5;
}

.video-btns .vdo-btn > span:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url(../img/material-keyboard-arrow-right.png) no-repeat 0 50%;
  background-size: auto 12px;
  content: "";
}

.vjs-big-play-button {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/* VR */
.vr-player {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: var(--project-main-light-color);
  overflow: hidden;
}

.vr-player .vr-iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0px;
}

.btn_wrap {
  display: block;
  margin-top: 30px;
  font-size: 0;
}

.btn_modal_close {
  display: inline-block;
  padding: 8px 16px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}

.btn_modal_close span {
  font-size: 14px;
  letter-spacing: -0.7px;
  line-height: 1.42;
}

.afterVr {
  display: none;
}

.vr-btns {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 300;
  width: 100%;
  text-align: center;
}

.vr-btns .vr-btn {
  position: fixed;
  bottom: 12px;
  right: 15px;
}

.tour .main_logo {
  position: fixed;
  top: 0;
  left: 20px;
  z-index: 101;
}

.tour .main_logo img {
  height: 80px;
}

.tour .chrome_download {
  position: fixed;
  bottom: 1%;
  right: 20px;
  z-index: 1;
  font-size: 0;
  text-align: right;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

.tour .chrome_download .msg,
.tour .chrome_download .btn_chrome {
  color: #fff;
}

.tour .chrome_download .msg {
  font-size: 0;
  letter-spacing: -0.8px;
  word-break: keep-all;
}

.tour .chrome_download .msg > span {
  display: inline-block;
  padding-left: 14px;
  font-size: 14px;
  vertical-align: middle;
}

.tour .chrome_download .msg:not(:first-child) {
  margin-top: 6px;
}

.tour .chrome_download .btn_chrome {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 6px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 11px;
  letter-spacing: -0.8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.tour .chrome_download .btn_chrome:hover,
.tour .chrome_download .btn_chrome:focus {
  background: #fff;
  color: #707070;
}

.pd-slider__wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pd-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.pd-intro {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pd-intro img {
  width: 72px !important;
  margin-bottom: 0 !important;
}

.pd-intro p {
  font-size: 14px;
}

.pd-intro.hide {
  opacity: 0;
}

.pd-intro .pd-notice,
.pd-intro .pd-loading {
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  color: #000;
  text-align: center;
  max-width: 40%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pd-intro .pd-notice {
  display: none;
}

.pd-intro .pd-loading.hide,
.pd-intro .pd-notice.hide {
  opacity: 0;
}

.tour_desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(17, 17, 17, 0.7);
  border-radius: 20px;
  text-align: center;
  padding: 16px;
  z-index: 200;
}
.tour_desc .icon_box {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 999px;
  border: 0.5px solid #fff;
  background-color: #111;
}
.tour_desc .icon-option {
  display: inline-block;
  background: url("../img/ic-option.svg") no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.tour_desc p {
  padding-top: 8px;
  word-break: keep-all;
}

/* responsive css  */
/* 1279 */
@media screen and (max-width: 1279px) {
  .has_aside .top_util {
    right: 20px;
  }
}

/* 999 */
@media screen and (max-width: 999px) {
  .vr-btns .vr-btn,
  .modal .btn {
    padding: 6px 16px;
    bottom: 10px;
    left: auto;
    right: 8px;
    -webkit-transform: none;
    transform: none;
  }

  .vr-btns .vr-btn > span,
  .modal .btn > span {
    font-size: 1.5rem;
  }

  .has_aside .top_util {
    right: 26px;
  }

  /* video */
  #video-content video {
    height: calc(100% - 53px) !important;
    -o-object-fit: contain;
    object-fit: contain;
  }

  /* vr */
  .top_util-item .btn_help_pop {
    background-image: url(../img/ico_help.svg);
  }

  .afterVr {
    display: block;
  }

  .tour .main_logo {
    top: 60px;
    left: 4px;
  }

  .tour .main_logo img {
    height: 40px;
  }
  .tour .chrome_download {
    bottom: auto;
    top: 60px;
    right: 4px;
    padding-left: 50px;
  }

  .tour .chrome_download .msg > span {
    font-size: 10px;
    letter-spacing: -1px;
    padding-left: 0;
  }

  .tour .chrome_download .msg:not(:first-child) {
    margin-top: 3px;
  }

  .tour .chrome_download .chrome {
    display: none;
  }
}

@media screen and (max-width: 999px) and (orientation: landscape) {
  .vr-btns .vr-btn,
  .modal .btn {
    padding: 6px 16px;
    bottom: 10px;
    left: auto;
    right: 8px;
    -webkit-transform: none;
    transform: none;
  }

  .vr-btns .vr-btn > span,
  .modal .btn > span {
    font-size: 1.4rem;
  }

  /* video */
  #video-content video {
    height: calc(100% - 53px) !important;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .video-unplay-background {
    height: calc(100% - 53px) !important;
  }

  .video-btns .vdo-btn {
    padding: 6px 16px;
    left: auto;
    right: 8px;
    -webkit-transform: none;
    transform: none;
  }

  .video-btns .vdo-btn > span {
    font-size: 1.5rem;
  }

  .video-btns .vdo-btn {
    padding: 6px 16px;
    left: auto;
    right: 8px;
    -webkit-transform: none;
    transform: none;
  }

  .video-btns .vdo-btn > span {
    font-size: 1.4rem;
  }
}

/* 680 */
@media screen and (max-width: 680px) {
  .vr-btns .vr-btn > span,
  .modal .btn > span {
    font-size: 1.4rem;
  }

  /* video */

  .video-btns .vdo-btn > span {
    font-size: 1.4rem;
  }
}
