@charset "UTF-8";

/* only this project */
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  unicode-range: U+AC00-D7A3, U+0030-0039;
}
/* Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-break: break-all;
}

/* 기본폰트 지정 */


html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Pretendard-Regular", sans-serif;
  font-weight: normal;
  letter-spacing: -.5px;
}

body,
button,
input,
select,
table,
textarea,
pre {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  letter-spacing: -.56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Pretendard-Regular", sans-serif;
}

body {
  -webkit-text-size-adjust: none
}

button,
fieldset,
img {
  border: 0 none
}

fieldset,
img {
  border: 0
}

img,
li {
  border: 0;
  vertical-align: top
}

li,
ol,
ul {
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

address,
em {
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:active,
a:focus,
a:hover {
  text-decoration: none
}

button {
  border: 0;
  background: 0 0;
  cursor: pointer
}

table {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

input[type="text"],
textarea {
  resize: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}

embed,
iframe,
img,
object,
video {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.i18n_TXT{
  display: none !important;
}
.container.ko .KOR_TXT{
  display: block !important;
}
.container.en .ENG_TXT{
  display: block !important;
}
.df-row{
  display: flex;
  flex-direction: row;
}
.df-col{
  display: flex;
  flex-direction: column;
}
.df-just-between{
  justify-content: space-between;
}
.df-just-center{
  justify-content: center;
}
.df-align-center{
  align-items: center;
}
.df-align-start{
  align-items: flex-start;
}
.df-align-end{
  align-items: flex-end;
}

.container.ch .CH_TXT{
  display: block !important;
  font-family: 'Noto Sans TC', sans-serif;
}

@media screen and (max-width:999px) {
  html {
    font-size: 10px;
    font-size: 0.625rem;
  }

  body,
  button,
  input,
  select,
  table,
  textarea {
    font-size: 1.6rem;
    letter-spacing: -0.05rem;
  }
}

@media screen and (max-width:690px) {
  html {
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-text-size-adjust: none;
  }

  body,
  button,
  input,
  select,
  table,
  textarea {
    font-size: 1.6rem
  }
}


/* scroll bar */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(225, 225, 225, 0.6);
  border-radius: 20px;
}

.ir_text,
.blind,
input[type=checkbox] {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);

}

/* common component */

/* check box */
.chk_box {
  display: none;
}

.guide_popup .chk_box {
  display: block;
}

.chk_box .chk_label {
  position: absolute;
  top: 100%;
  right: 0;
  padding-left: 24px;
  margin-top: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 90%);
}

.chk_box .chk_label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #333;
  background: #fff;
  transition: border-color .25s;
}

.chk_box .chk_label::after {
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 7px;
  margin-top: -6px;
  width: 4px;
  height: 7px;
  border: 1px solid #000;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  transition: opacity .25s;
  transform: rotate(45deg);
}

.chk_box :checked+.chk_label::after {
  opacity: 1;
}

.chk_box :checked+.chk_label::before {
  border-color: #000;
}

.chk_box.radial .chk_label::before {
  border-radius: 100%;
}


/* btn_sound */
.sound_box {
  position: fixed;
  z-index: 1;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.btn_sound {
  width: 24px;
  height: 24px;
  background-image: url(../../static/images/ico/ico_sound_off.svg);
  background-repeat: no-repeat;
}

.btn_sound.is_unmute {
  background-image: url(../../static/images/ico/ico_sound_on.svg);
}

.btn_sound_desc {
  /* display: none; */
  position: absolute;
  z-index: 10;
  top: 50%;
  padding: 5px 10px;
  color: #000;
  font-size: 14px;
  border-radius: 5px;
  white-space: nowrap;
  background: rgba(237, 237, 237, 0.9);
  transform: translateY(-50%);
}

/* .sound_box.ko .KOR_TXT{
  display: block;
}
.sound_box.eng .ENG_TXT{
  display: block;
} */

.btn_sound_desc.left {
  left: 100%;
  margin-left: 5px;
}

.btn_sound_desc.right {
  right: 100%;
  margin-right: 5px;
}


/* chrome_download */
.chrome_download { position: fixed; bottom: 1%; left: 40px; z-index: 1; margin: 10px auto; font-size: 0; text-align: right; }

.chrome_download .msg, .chrome_download .btn_chrome { display: inline-block; color: #fff; vertical-align: middle; }

.chrome_download .msg {font-size: 16px; letter-spacing: -.8px; }

/* .chrome_download.ko .KOR_TXT{
  display: inline-block;
}
.chrome_download.eng .ENG_TXT{
  display: inline-block; 
} */

.chrome_download .btn_chrome { margin-left: 10px; padding: 4px 8px; border: 1px solid #fff; border-radius: 5px; font-size: 12px; letter-spacing: -.8px; -webkit-transition: .3s; transition: .3s; }

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

@media screen and (max-width: 1023px) {
  .chrome_download { display: none; } 
}
/* base wrap layout */


.container,
.video_wrap {
  position: relative;
  width: 100%;
  font-family: "Pretendard-Regular", sans-serif;
}

.container.event_page {
  overflow-x: hidden;
}

.container.tour, .video_wrap.tour {
  height: 100%;
}

.container.hidden {
  overflow: hidden;
}

/* player styles */
.vr-player,
.videoPlayer,
.total {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 100;
  object-fit: cover;
}

.videoPlayer {
  display: none;
}

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

/* intro mov style */
.intro_mov {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro_btn_box {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.btn {
  cursor: pointer;
}

.video_wrap .btn_skip {
  display: inline-block;
  padding: 15px 0;
  width: 150px;
  height: 50px;
  border-radius: 50px;
  background: rgba(225, 225, 225, 0.5);
  border: 2px solid #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  transition: all .3s;
}

.video_wrap .btn_skip:hover {
  background: #fff;
  color: #000;
}
