@charset "UTF-8";

/* 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%;
}

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;
}

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;
}
.landing-langcode{
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-right: 28px;
}
.landing-langcode::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 100;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  background: url('../../static/images/gidle/ico-arrow-up-lg.svg') no-repeat center center / cover;
  transition: transform .25s;
}
.landing-langcode.open::after{
  transform: rotate(180deg);
}
.select-lang-list{
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 12px;
  z-index: 100;
  padding: 20px 0;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 8px 20px 0px rgba(17, 17, 17, 0.16);
}
.select-lang-list button{
  color: #666;
  width: 200px;
  height: 60px;
  transition: background-color .25s
}
.select-lang-list button img{
  margin: 0 16px 0 20px;
  height: 40px;
}
.select-lang-list.is-show{
  display: block;
}

@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
  }
}


/* a,
button,
input,
label {
  font-family: 'Pretendard;', sans-serif;
} */


/* 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 {display: none; 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; } 

  .landing-langcode{
    font-size: 18px;
  }
  .select-lang-list button{
    width: 160px;
    height: 40px;
    font-size: 16px;
  }
  .select-lang-list button img{
    width: 24px;
    height: 24px;
  }

}
@media screen and (max-width: 480px) {

  .landing-langcode{
    margin-bottom: 0;
    padding-right: 5.56vw;
    font-size: 3.89vw;
  }
  .landing-langcode::after{
    margin-top: -2.22vw;
    width: 4.44vw;
    height: 4.44vw;
  }
}
/* toggle lang btn */
.change_lang_btn{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, .25);
}
.change_lang_btn span{
  position: relative; 
  z-index: 10;
  padding: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 100%;
}
.change_lang_btn span+span{
  margin-left: 5px;
}
.change_lang_btn::after{
  content: "";
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: left 0.25s;
  background-color: var(--project-main-color)
}
.container.ko .change_lang_btn::after{
  left: 5px;
}
.container.en .change_lang_btn::after{
  left: 40px;
}

/* base wrap layout */
html *{
  font-family: 'Pretendard', sans-serif;
  letter-spacing: -.5px;
  line-height: 1.4;
}
.ff-DM-serif{
  font-family: 'DM Serif Display', serif !important;
}
.ff-DM-serif.italic{
  font-style: italic;
}
.container,
.video_wrap {
  position: relative;
  width: 100%;
  font-family: 'Pretendard', 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;
}
