

.intro-audio-btn {
  display: none;
  position: fixed;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  padding: 8px;
  box-sizing: border-box;
  top: 37px;
  right: 50px;
  background: rgba(81, 97, 111, 0.4);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  cursor: pointer;
  transition: 200ms ease-in-out;
  transition-property: background;
  z-index: 200;
}

.intro-audio-btn img {
  width: 100%;
  vertical-align: middle;
}

/* .intro-audio-btn .stop {
  display: none;
} */

@media (hover: hover) {

	.intro-audio-btn:hover {
    background: rgba(255, 255, 255, 0.65);
  }
}

.container {
  width: 100vw;
  height: 100%;
}

br.mobile-view {
  display: none;
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(f9a3c60b0ba984b3.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.progress-wrap {
  position: relative;
  width: 100px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadingProgress {
  width: 100%;
  height: 100%;
}

.loading-desc {
  font-size: 1em;
  font-weight: 500;
  color: #fff;
  margin-top: 1.375em;
  text-align: center;
}

.state-val-text {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* language */

.language {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.language-btn-wrap {
  display: flex;
  flex-direction: column;
}

.language-btn-wrap button {
  width: 9.875em;
  height: 3.125em;
  line-height: 3.125em;
  border: none;
  border-radius: 2.125em;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: rgba(81, 97, 111, 0.4);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  cursor: pointer;
  transition: 400ms ease-in-out;
  transition-property: background, opacity;
}

.language-btn-wrap .language-btn-ko {
  margin-bottom: 1.25em;
}

.language-btn-wrap button.active {
  background: rgba(255, 255, 255, 0.65);
}

.language-btn-wrap button.inactive {
  opacity: 0.5;
}


@media (max-width: 425px) and (orientation: portrait) {
  br.mobile-view {
    display: block;
  }

  .intro-audio-btn {
    width: 34px;
    height: 34px;
    padding: 6px;
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 915px) and (orientation: landscape) {
  br.mobile-view {
    display: block;
  }

  .intro-audio-btn {
    width: 34px;
    height: 34px;
    padding: 6px;
    top: 15px;
    right: 15px;
  }

}

.intro-scene-01,
.intro-scene-02,
.intro-scene-03,
.intro-scene-04,
.intro-scene-05,
.intro-scene-06,
.intro-scene-08,
.intro-text-wrap-inner-01 .intro-text-01,
.intro-text-wrap-inner-01 .intro-text-02,
.intro-text-wrap-inner-02 .intro-text-03,
.intro-text-wrap-inner-02 .intro-text-04,
.intro-text-wrap-inner-03 .intro-text-05,
.intro-scene-08 {
  display: none;
}

:root {
  /* 국문 */
  /* --font-Ratio-1 : 0.8;
  --font-Ratio-2 : 1; */
  /* 영문 */
  --font-Ratio-1 : 0.5;
  --font-Ratio-2 : 1.15;
}


/* intro layout*/

.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  pointer-events: none;
}

.intro-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

[class^="intro-scene-"],
.intro-our-solutions-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class^="intro-scene-"] .intro-text-wrap,
.intro-our-solutions-container .intro-text-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.intro-scene-01 {
    top: -8vh;
}

.intro-text-wrap-inner-01 {
    position: absolute;
    top: 45%;
    display: flex;
    justify-content: space-between;
    width: 34vw;
}

.intro-text-wrap-inner-02 {
    position: absolute;
    top: 55%;
    display: flex;
    justify-content: space-between;
    width: 21vw;
}

.intro-text-wrap-inner-03 {
    position: absolute;
    top: 64%;
    display: flex;
    justify-content: space-between;
}

.intro-text-wrap-inner-01 .intro-text-01 {
  margin-top: -1vw;
}

.intro-text-wrap-inner-01 .intro-text-02 {
  margin-right: 4vw;
}


.intro-text-wrap-inner-02 .intro-text-03 {
    margin-top: -1vw;
    margin-left: -1vw;
}

.intro-text-wrap-inner-02 .intro-text-04 {
    margin-top: 1vw;
    margin-right: 1.5vw;
}

.intro-text-wrap-inner-03 .intro-text-05 {
    margin-left: -3vw;
}

/* text style */


.intro span {
  display: block;
  font-family: "HyundaiSansHeadKR", "sans-serif";
  font-weight: 500;
  letter-spacing: -0.025em;
  text-shadow: 0px 0px 0.35em rgba(246, 119, 47, 1);
  color: #fff;
  text-align: center;
  white-space: pre-line;
}

.intro-text-top {
  font-size: calc(40px * var(--font-Ratio-1));
}

.intro-text-middle {
  font-size: calc(70px * (var(--font-Ratio-1) * var(--font-Ratio-2)));
  line-height: 1.2em;
}

.intro-text-bottom {
  font-size: calc(40px * (var(--font-Ratio-1) * var(--font-Ratio-2)));
}

.intro .intro-text-bottom span {
  white-space: nowrap;
}

.crop-wrap {
    overflow: hidden;
    padding: 0.35em;
    box-sizing: border-box;
}

.our-solutions-btn {
  width: 11.458em;
  height: 2.000em;
  line-height: 2.2em;
  border-radius: 1em;
  background: #fff;
  font-size: max(calc(24px * var(--font-Ratio-1)), 19px);
  color: rgba(254, 114, 24, 1);
  font-weight: 500;
  cursor: pointer;
  animation: neon-sign 1850ms ease-in-out infinite forwards;
}

@keyframes neon-sign {
  0% {
    color: rgba(254, 114, 24, .1);
  }
  40% {
    color: rgba(254, 114, 24, 1);
  }
  50% {
    text-shadow: 0px 0px 0.54em rgba(254, 114, 24, .3);
  }
  60% {
    color: rgba(254, 114, 24, 1);
  }
  100% {
    color: rgba(254, 114, 24, .1);
  }  
}

@media (max-width: 425px) and (orientation: portrait) {

  .intro-text-wrap-inner-01 {
    width: calc(75vw * var(--font-Ratio-2));
  }
  .intro-text-wrap-inner-02 {
    width: calc(60vw * var(--font-Ratio-2));
  }

  .intro-text-wrap-inner-01 .intro-text-01 {
    margin-top: -5vw;
  }
  
  .intro-text-wrap-inner-02 .intro-text-03 {
    margin-top: -3vw;
    margin-left: -3vw;
  }
  
  .intro-text-wrap-inner-02 .intro-text-04 {
    margin-top: 3vw;
  }

}
/* end */

@media (max-width: 375px) and (orientation: portrait) {

  /* .intro-text-wrap-inner-01 {
    width: 85vw;
  } */
  .intro-text-top {
    font-size: calc(35px * var(--font-Ratio-1));
  }
  
  .intro-text-middle {
    font-size: calc(65px * (var(--font-Ratio-1) * var(--font-Ratio-2)));
    /* line-height: 1.2em; */
  }
  
  .intro-text-bottom {
    font-size: calc(35px * (var(--font-Ratio-1) * var(--font-Ratio-2)));
  }

}
/* end */

@media (max-width: 915px) and (orientation: landscape) {

  .intro-text-wrap-inner-01 {
    /* width: 44vw; */
    width: calc(44vw * var(--font-Ratio-2));
  }
  .intro-text-wrap-inner-02 {
    /* width: 30vw; */
    top: 57%;
    width: calc(30vw * var(--font-Ratio-2));
  }

  .intro-text-wrap-inner-03 {
    top: 75%;
  }

  .crop-wrap {
    margin-top: 1.3em;
  }

}
/* end */

@media (max-width: 712px) and (orientation: landscape) {

  .intro-text-wrap-inner-01 {
    width: calc(48vw * var(--font-Ratio-2));
    /* width: 48vw; */
  }
  .intro-text-wrap-inner-02 {
    width: calc(34vw * var(--font-Ratio-2));
    /* width: 34vw; */
  }

  /* .crop-wrap {
    margin-top: 1.3em;
  } */

}
/* end */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

* {
  font-family: "HyundaiSansHeadKR", "sans-serif" !important;
}

button,
p,
span,
div,
img {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* 영문 비활성화  */

/* .language-btn-ko {
	margin-bottom: 0 !important;
}

.language-btn-en,
.header-language-btn {
	display: none !important;
}

.tutorial-popup {
	height: calc(573px - 62px) !important;
}

.tutorial-popup .tutorial-03 {
	display: none !important;
}

@media (max-width: 425px) and (orientation: portrait) {
	.tutorial-popup .tutorial-04 {
		margin-bottom: initial !important;
	}

	.tutorial-popup .tutorial-05 {
		width: 100% !important;
	}

}

@media (max-width: 915px) and (orientation: landscape) {
	.tutorial-popup {
		height: 285px !important;
	}

	.tutorial-popup .tutorial-05 {
		width: 50% !important;
	}
} */

/* HyundaiSansHeadKR */

@font-face {
	font-family: 'HyundaiSansHeadKR';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(assets/fonts/7a6d8b11dcbf2b25.eot);
	src: url(assets/fonts/7a6d8b11dcbf2b25.eot?#iefix) format('embedded-opentype'),
	     url(assets/fonts/aa0fffea7543490b.woff2) format('woff2'),
	     url(assets/fonts/5e5cbe7246c3feea.woff) format('woff'),
		 url(assets/fonts/dc4a0de6602a2229.ttf) format('truetype');
}

@font-face {
	font-family: 'HyundaiSansHeadKR';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(assets/fonts/ed6c257ed1d324ef.eot);
	src: url(assets/fonts/ed6c257ed1d324ef.eot?#iefix) format('embedded-opentype'),
	     url(assets/fonts/88a2c42e31cf8bf6.woff) format('woff'),
		 url(assets/fonts/c8c2fdb0f89be29b.woff2) format('woff2'),
		 url(assets/fonts/2d45ba44e82f0cc3.ttf) format('truetype');
}

@font-face {
	font-family: 'HyundaiSansHeadKR';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(assets/fonts/5b67ec7fe99900a5.eot);
	src: url(assets/fonts/5b67ec7fe99900a5.eot?#iefix) format('embedded-opentype'),
	     url(assets/fonts/49c4de28d1f08b94.woff) format('woff'),
		 url(assets/fonts/b5c0d4f422e15b78.woff2) format('woff2'),
	     url(assets/fonts/c9486216b8658956.ttf) format('truetype');
}

@font-face {
	font-family: 'HyundaiSansHeadKR';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(assets/fonts/691b40b1307c6563.eot);
	src: url(assets/fonts/691b40b1307c6563.eot?#iefix) format('embedded-opentype'),
	     url(assets/fonts/1548d884466f5091.woff) format('woff'),
		 url(assets/fonts/b964604b03be56a7.woff2) format('woff2'),
		 url(assets/fonts/2f1698365a451a54.ttf) format('truetype');
}

/* transition 세팅 */

.loading {
    transition: 0.5s ease-in-out;
    transition-property: opacity;
}

.language {
    transition: 0.5s ease-in-out;
    transition-property: opacity;
}

.loading-container {
    transition: 0.5s ease-in-out;
    transition-property: opacity;
}

/* .intro {
    transition: 0.5s ease-in-out;
    transition-property: opacity;
} */

.intro-canvas {
    transition: 0.5s ease-in-out;
    transition-property: opacity;
}

.guide-popup {
    transition: 0.6s ease-in-out;
    transition-property: opacity;
}

.webgl {
    transition: 0.5s ease-in-out;
    transition-property: opacity;
}

header {
    transition: 0.5s ease-in-out;
    transition-property: opacity;
}

.popup {
    transition: 0.5s ease-in-out;
    transition-property: transform, opacity;
}

button.loading-start-btn {
    transition: 0.3s ease-in-out;
    transition-property: opacity;
}

.state-val-text {
    transition: 0.3s ease-in-out;
    transition-property: opacity;
}

.visual-img-container {
    transition: 0.4s ease-in-out;
    transition-property: opacity;
}

.tutorial-popup {
    transition: 0.5s ease-in-out;
    transition-property: transform, opacity;
}

.solution-guide {
    transition: 0.4s ease-in-out;
    transition-property: opacity;
}

.main-video-container {
    transition: 0.5s ease-in-out;
    transition-property: opacity;
}

.main-video-close {
    transition: 0.5s ease-in-out;
    transition-property: opacity; 
}

/* fade_in */


.loading.fade_in {
    opacity: 1;
    pointer-events: auto;
}

.language.fade_in {
    opacity: 1;
    pointer-events: auto;
}

.loading-container.fade_in {
    opacity: 1;
    pointer-events: auto;
}

/* .intro.fade_in {
    opacity: 1;
    pointer-events: auto;
} */


.intro-canvas.fade_in {
    opacity: 1;
    pointer-events: auto;
}

.guide-popup.fade_in {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 400ms;
}

.webgl.fade_in {
    opacity: 1;
    pointer-events: auto;
}

header.fade_in {
    opacity: 1;
    pointer-events: auto;
}

button.loading-start-btn.fade_in {
    opacity: 1;
    pointer-events: auto;
}

.state-val-text.fade_in {
    opacity: 1;
    pointer-events: auto;
}

.popup.fade_in {
    opacity: 1;
    pointer-events: auto;
}

.visual-img-container.fade_in {
    opacity: 1;
    pointer-events: auto;
}

.tutorial-popup.fade_in {
    opacity: 1;
    pointer-events: auto;
}

.solution-guide.fade_in {
    opacity: 1;
    pointer-events: auto;
}

.main-video-container.fade_in {
    opacity: 1;
    pointer-events: auto;
}

.main-video-close.fade_in {
    opacity: 1;
    pointer-events: auto;
}


/* index 밑 초기 세팅 */

.popup {
    opacity: 0;
    pointer-events: none;
    z-index: 200;
}

header {
  opacity: 0;
  pointer-events: none;
  z-index: 150;
}

.loading {
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}

.language {
    opacity: 0;
    pointer-events: none;
    z-index: 100;
}

.loading-container {
    opacity: 0;
    pointer-events: none;
    z-index: 100;
}

/* .intro {
    pointer-events: none;
    z-index: 150;
  } */

.intro-canvas {
  pointer-events: none;
  z-index: 50;
}

.guide-popup {
    opacity: 0;
    pointer-events: none;
    z-index: 220;
}

/* .webgl {
    opacity: 0;
    pointer-events: none;
    z-index: 0;
} */

button.loading-start-btn {
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.state-val-text {
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.visual-img-container {
    opacity: 0;
    pointer-events: none;
    z-index: 200;
}

.tutorial-popup {
    opacity: 0;
    pointer-events: none;
    z-index: 200;
  }

.solution-guide {
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.main-video-container {
    opacity: 0;
    pointer-events: none;
    z-index: 210;
}

.main-video-close {
    opacity: 0;
    pointer-events: none;
    z-index: 210; 
}

/* animation in */

.animation_in {
    animation: animation_in 500ms ease-in-out forwards;
    pointer-events: auto;
}

@keyframes animation_in {
    0% {
        transform: scale(2.4) rotate(-5deg);
        -webkit-filter: blur(20px);
    }
    20% {
        opacity: 0;
    }
    50% {
        -webkit-filter: blur(20px);
    }
    100%{
        transform: scale(1) rotate(0deg);
        opacity: 1;
        background: #fff;
    }
}


/* animation out */

.animation_out {
    animation: animation_out 500ms ease-in-out forwards;
    pointer-events: none;
}

@keyframes animation_out {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        -webkit-filter: blur(20px);
    }
    80%{
        opacity: 0;
    }
    100%{
        transform: scale(2.4) rotate(-5deg);
        -webkit-filter: blur(20px);
    }
}

/* 해상도 대응 */

@media (max-width: 425px) and (orientation: portrait) {
    /* Portrait 모드일 때 적용할 CSS */
    .loading.fade_in {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }


    /* index 밑 초기 세팅 */
    .popup {
        opacity: 0;
        pointer-events: none;
        z-index: 200;
        transform: translate3d(0, 100%, 0);
    }

    .tutorial-popup {
      opacity: 1;
      pointer-events: none;
      z-index: 200;
      transform: translate3d(0, 100%, 0);
    }


    /* slide_in */
    .popup.fade_in {
        opacity: 1;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }

    .tutorial-popup.fade_in {
        opacity: 1;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }

  }

  @media (max-width: 915px) and (orientation: landscape) {
    /* Landscape 모드일 때 적용할 CSS */

        /* index 밑 초기 세팅 */
        .popup {
            opacity: 0;
            pointer-events: none;
            z-index: 200;
            transform: translate3d(100%, 0, 0);
        }

        .tutorial-popup {
          opacity: 1;
          pointer-events: none;
          z-index: 200;
          transform: translate3d(0, 100%, 0);
        }


        /* slide_in */
        .popup.fade_in {
            opacity: 1;
            pointer-events: auto;
            transform: translate3d(0, 0, 0);
        }

        .tutorial-popup.fade_in {
            opacity: 1;
            pointer-events: auto;
            transform: translate3d(0, 0, 0);
        }

  }


/*# sourceMappingURL=intro.css.map*/