:root {
  --project-main-color: #93d500;
  --project-button-color: #111;
}

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

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

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

* {
  font-family: 'LGSm','Pretendard', sans-serif;
}
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
}

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

.default_btn {
  width: 100%;
  max-width: 372px;
  height: 66px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px 32px;
  background-color: var(--project-button-color);
  backdrop-filter: blur(8px);
  transition: background-color .3s;
  line-height: 64px;
}

/* index - txt용*/
.contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: auto;
  padding: 0 30px;
}

.inner {
  margin: 0 auto;
  max-width: 1240px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  width: 100%;
  height: 60px;
  background: #f1f1f1;
  font-size: 0;
}

/* .header */

.site_logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 130;
  width: 210px;
  margin-left: 10px;
}
.site_logo .logo{
  position: relative;
  padding-right: 5px;
  width: 150px;
}
.site_logo .logo::after{
  content: "";
  position: absolute;
  z-index: 100;
  left: 100%;
  margin-left: 1px;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background-color: #aaa;
}
.seasonList{
  position: relative;
  margin-left: 10px;
}
.seasonList .selected-icon{
  cursor: pointer;
}
.seasonList ul{
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  margin-left: -5px;
  padding: 5px;
  width: 50px;
  border-radius: 5px;;
  background-color: #fff;
}
.seasonList ul li{
  border: 2px solid transparent;
  border-radius: 100%;
}
.seasonList ul.open{
  display: block;
}
.seasonList img{
  width: 40px
}

/* pc, res common  */
.gnb {
  width: 100%;
  text-align: center;
}
.gnb .gnb-item a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #333;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
  text-align: center;
  font-weight: 700;
}

/* pc nav */
.gnb .gnb-btn {
  display: none;
}

.gnb .gnb-item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gnb .gnb-item+.gnb-item {
  margin-left: 40px;
}

.gnb .gnb-item a {
  line-height: 60px;
}

.gnb .gnb-item a:hover, .gnb .gnb-item.is_active a {
  color: var(--project-main-color);
}

.gnb .gnb-item a img {
  display: none;
}


/* util */
.util {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 130;
  margin-right: 10px;
}
.util .util_list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.util_item:not(:first-child) {
  padding-left: 14px;
}
.util_item.info button {
  background: url('../../static/images/ico/btn-icon-player-infoguide-df_B.png') no-repeat center center;
  opacity: .8;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
.tour_btn_sound {
  width: 24px;
  height: 24px;
  background-image: url(../../static/images/ico/ico_sound_off.svg);
  background-repeat: no-repeat;
}
.tour_btn_sound.is_unmute {
  background-image: url(../../static/images/ico/ico_sound_on.svg);
}

.guide_modal_btn {
  position: absolute;
  bottom: 10px;
  right: 16px;
  width: 20px;
  height: 20px;
  background: none;
  cursor: pointer;
  z-index: 999;
}

/* modal setting */
.modal_area {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal_area.open {
  display: block;
}


.modal_area .modal_box {
  position: relative;
  top: 50%;
  left: 50%;
  padding: 24px;
  max-width: 440px;
  border-radius: 10px;
  transform: translate3d(-50%, -50%, 0);
  background-color: rgba(255, 255, 255, .95);
  z-index: 100;
  color: #111;
}

.modal_title_img {
  position: absolute;
  bottom: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.modal_contents {
  width: 100%;
  height: 100%;
}

.season-icon-box{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0;
}
.season-icon-box div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 90px) / 4);
}
.season-icon-box div span{
  margin-top: 5px;
  font-size: 16px;
}


.info_icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
}
.info_icon {display: block; background: url('../../static/images/ico/info-circle.svg') no-repeat center center; background-size: 60%; width: 80px; height: 80px; background-color: #E7E7E7; border-radius: 100%;}

.modal_item {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
}


.modal_item.active {
  display: block;
}

.modal_scroll_box {
  overflow: auto;
}

.modal_scroll_box .desc>p+p {
  margin-top: 10px;
}


.tip_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
}
.tip_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tip_title i {
  display: inline-block;
  background: url('../../static/images/ico/ic-info_b.svg') no-repeat center center;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
}
.tip_title span {
  font-weight: 700;
  margin-left: 4px;
}
.tip_desc {
  padding-left: 12px;
  text-align: left;
}
.tip_box .tip_desc b {
  text-decoration: underline;
}


.modal_box .btn_modal_close {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 100;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent url('../assets/images/ico/ico-btn-modal-close.svg') no-repeat;
  background-size: cover;
}

.indicatorBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.indicatorBox span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #111;
  opacity: 0.5;
}

.indicatorBox span+span {
  margin-left: 8px;
}

.indicatorBox span.on {
  opacity: 1;
  width: 8px;
  height: 8px;
}

/* guide_box 공통 css */
.modal_item .guide_box .guide_title {
  position: relative;
  color: #0E0E0E;
  font-weight: 800;
  line-height: 1.3;
  font-size: 22px;
}

.modal_item .guide_box .guide_title::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: var(--project-main-color);
}

.modal_item .guide_box .guide_title.noline::before {
  display: none;
}

.modal_item .guide_box .guide_desc {
  font-size: 14px;
  line-height: 1.7;
}

.modal_item .guide_box .guide_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.modal_item .guide_box .guide_icon.mob {
  display: none;
}

.modal_item .guide_box .guide_icon .icon_box .icon_title {
  font-weight: 600;
}

.modal_item .guide_box .guide_icon .icon_box .icon_desc {
  word-break: keep-all;
  line-height: 1.56;
  font-size: 14px;
}

.modal_btn_box .btn_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.modal_btn_box .btn_wrap *+* {
  margin-left: 5px;
}

/* 모달 button 공통 css */
.modal_btn_box {
  text-align: center;
  margin-top: 24px;
}

.modal_btn_box .btn_wrap.one {
  flex: 1;
  justify-content: center;
}

.modal_btn_box .btn_wrap.one button {
  width: 100% !important;
}

.today_chk_box .inp_chk_wrap+.btn_wrap {
  width: auto;
}

.today_chk_box .inp_chk_wrap+.btn_wrap .default_btn+.default_btn {
  margin-left: 10px;
}

/* modal check box */
.today_chk_box .inp_chk_wrap {
  position: absolute;
  right: 0;
  left: 0;
  top: 102%;
  width: 100%;
  text-align: right;
}

.today_chk_box .inp_chk+label {
  display: inline-block;
  outline: 0;
  margin-right: 5px;
  cursor: pointer;
  color: #fff;
}

.today_chk_box .inp_chk+label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.today_chk_box .inp_chk+label span {
  vertical-align: middle;
}

.today_chk_box .inp_chk+label:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  border-radius: 100%;
  vertical-align: middle;
}

.today_chk_box .inp_chk:checked+label:before {
  background: url(../../static/images/ico/ico-modal-chk.png) no-repeat center / 60% auto var(--project-main-color);
}

.modal_area .modal_box .brand_logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
  padding-bottom: 0;
}

.modal_box .brand_logo {
  height: 120px;
}

.modal_box .brand_logo img {
  height: 100%;
}

.modal_box .brand_logo .txt {
  font-size: 26px;
}

.modal_box .title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  /* color: var(--project-main-color); */
  line-height: 1.3;
}

.modal_box .desc {
  margin-bottom: 0;
  line-height: 1.5;
  word-break: keep-all;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  /* color: #fff; */
}

/* interaction guide */
.interaction .guide_box .guide_icon .icon_box {
  width: 22%;
}

.interaction .guide_box .guide_icon .icon_box+.icon_box {
  margin-left: 30px;
}

.interaction .guide_box .guide_icon .icon_box .icon_img {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 0 20px;
  padding-bottom: 100%;
  background: #fff;
  border-radius: 100%;
}

.interaction .guide_box .guide_icon .icon_box .icon_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}


/* back to ticket page */
.back_ticket_page {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;  
  z-index: 999;
  -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.52); 
  box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.52);
}
.back_ticket_page a {
  display: block;
  background: url('../../static/images/ico/ic-ticket.svg') no-repeat center center;
  background-size: 80%;
  width: 100%;
  height: 100%;
}

.vr-player {
  padding-top: 60px;
}


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

  .contents {
    max-width: 100%;
    padding: 0 20px;
  }

  .inner {
    max-width: none;
    width: calc(100% - 26px);
  }

  /* header */

  .header {
    height: 50px;
  }

  .gnb .gnb-list.active {
    display: flex;
  }

  .gnb .gnb-wrap {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    /* overflow-x: scroll; */
    height: 46px;
  }

  .gnb .gnb-list {
    display: flex;
    justify-content: center;
    padding: 6px 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
  }

  .gnb .gnb-item {
  }

  .gnb .gnb-item a {
    line-height: 30px;
    font-size: 15px;
  }
  .util .util_list {
    padding: 0 10px;
    justify-content: space-between;
  }

  /* .vr-player */
  .vr-player {
    padding-top: 92px;
    background: #000;
  }

}

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

  /* modal setting */
  .modal_area .modal_box {
    top: 50%;
  }

  .modal_area .modal_btn_box {
    margin-top: 20px;
  }

  .modal_btn_box .btn_box_item .default_btn {
    width: 49%;
  }

  .modal_btn_box .btn_box_item *+* {
    margin-left: 1%;
  }

  .modal_btn_box .btn {
    padding: 8px 23px;
  }
  .info_icon_box {
    padding-bottom: 12px;
  }
  .info_icon {
    width: 60px;
    height: 60px;
  }

  .modal_box .title {
    margin-bottom: 10px;
  }

  .modal_box .desc {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .tip_box {
    font-size: 14px;
  }

  /* guide_box 공통 css */
  .modal_item .guide_box .guide_icon.pc {
    display: none;
  }

  .modal_item .guide_box .guide_icon.mob {
    display: flex;
    margin-bottom: 15px;
  }

  .modal_item .guide_box .guide_desc {
    margin: 0 auto 20px;
    font-size: 12px;
  }

  .modal_guide {
    display: none !important;
  }

  /* interaction guide */
  .modal_box .title {
    font-size: 22px;
  }

  /* modal_box guide */
  .modal_box .brand_logo {
    height: 115px;
  }

  .interaction .guide_box .guide_icon .icon_box {
    width: 25%;
  }

  .interaction .guide_box .guide_icon .icon_box+.icon_box {
    margin-left: 5.5%;
  }

  .interaction .guide_box .guide_icon .icon_box .icon_img {
    margin: 0 0 10px;

  }

  .interaction .guide_box .guide_icon .icon_box img {
    width: 58px;
  }

  .modal_area .modal_box.video_info {
    max-width: 95%;
  }

  .modal_area .modal_box.video_info .modal_contents {
    padding: 10vh 0;
  }

}

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

  /* default button style */
  .default_btn {
    width: 77.5vw;
    height: 13.75vw;
    font-size: 5vw;
    line-height: normal;
  }

  .contents {
    padding: 0 1vw;
  }

  /* .gnb .gnb-list {
    justify-content: initial; 
    width: max-content;
    height: 42px;
  } */
  
  /* modal */
  /* modal common */
  .modal_area .modal_box {
    padding: 4.17vw;
    width: 95%;
  }

  .modal_area .modal_box .brand_logo {
    height: 29vw;
  }

  .info_icon {
    width: 12.5vw;
    height: 12.5vw;
  }

  .modal_box .title {
    margin-bottom: 4vw;
    font-size: 5vw;
    line-height: 1.3;
  }

  .modal_box .desc {
    font-size: 3.8vw;
  }

  .modal_scroll_box .desc>p+p {
    margin-top: 2vw;
  }

  .modal_area .modal_btn_box {
    margin-top: 5.3vw;

  }

  .tip_box {
    font-size: 3.33vw;
  }
  .tip_title i {
    width: 3.75vw;
    height: 3.75vw;
  }

  .interaction .guide_box .guide_icon .icon_box .icon_title {
    font-size: 4.1vw;
  }

  .back_ticket_page {
    left: 14px;
    bottom: 10px;
  }

}