/* common */
/* default btn */
.btn_enter .btn,
.header .btn-lobby,
.main .content .btn,
.lobby .contents .lobby_btn_wrap .btn,
.search_company-item .btn_wrap .btn,
.modal .btn {
  display: inline-block;
  padding: 12px 24px;
  background: rgb(105, 105, 105) 80%;
  background: linear-gradient(to right, #ced4da 1%, rgb(105, 105, 105) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$btn_color1', endColorstr='$btn_color2', 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);
  font-size: 0;
  vertical-align: middle;
  outline: 0;
}


.header .btn-lobby>span,
.main .content .btn>span,
.lobby .contents .lobby_btn_wrap .btn>span,
.search_company-item .btn_wrap .btn>span,
.modal .btn>span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.7;
}

.header .btn-lobby>span.has_ico,
.main .content .btn>span.has_ico,
.lobby .contents .lobby_btn_wrap .btn>span.has_ico,
.search_company-item .btn_wrap .btn>span.has_ico,
.modal .btn>span.has_ico {
  position: relative;
  padding-right: 14px;
}

.header .btn-lobby>span.has_ico:before,
.main .content .btn>span.has_ico:before,
.lobby .contents .lobby_btn_wrap .btn>span.has_ico:before,
.search_company-item .btn_wrap .btn>span.has_ico:before,
.modal .btn>span.has_ico:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url(../img/arrow-right.png) no-repeat 0 50%;
  background-size: auto 12px;
  content: "";
}

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

  .header .btn-lobby,
  .main .content .btn,
  .lobby .contents .lobby_btn_wrap .btn,
  .search_company-item .btn_wrap .btn,
  .modal .btn {
    padding: 6px 14px;
  }

  .header .btn-lobby>span,
  .main .content .btn>span,
  .lobby .contents .lobby_btn_wrap .btn>span,
  .search_company-item .btn_wrap .btn>span,
  .modal .btn>span {
    font-size: 14px;
  }
}

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

  .header .btn-lobby,
  .main .content .btn,
  .lobby .contents .lobby_btn_wrap .btn,
  .search_company-item .btn_wrap .btn,
  .modal .btn {
    padding: 6px 14px;
  }

  .header .btn-lobby>span,
  .main .content .btn>span,
  .lobby .contents .lobby_btn_wrap .btn>span,
  .search_company-item .btn_wrap .btn>span,
  .modal .btn>span {
    font-size: 14px;
  }
}

.btn_wrap .search_btn {
  position: fixed;
  left: 16px;
  bottom: 20px;
  padding: 12px 24px;
  background: #000;
  border-radius: 52px;
  color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 10px 0 rgba(255, 255, 255, 0.3);
  outline: 0;
}

.btn_wrap .search_btn>span {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.5;
}

.btn_wrap .search_btn>span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background: url(../img/ico_gnb_search.png) no-repeat 50% 50%;
  background-size: auto 19px;
  content: "";
}

@media screen and (max-height: 1080px) {
  .btn_wrap .search_btn {
    padding: 7px 14px;
  }

  .btn_wrap .search_btn>span {
    padding-left: 20px;
    font-size: 14px;
  }

  .btn_wrap .search_btn>span:before {
    width: 14px;
    height: 14px;
    background-size: auto 14px;
  }
}

@media screen and (max-width: 1600px) {
  .btn_wrap .search_btn {
    padding: 6px 14px;
  }

  .btn_wrap .search_btn>span {
    padding-left: 20px;
    font-size: 14px;
  }

  .btn_wrap .search_btn>span:before {
    width: 14px;
    height: 14px;
    background-size: auto 14px;
  }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .btn_wrap .search_btn {
    padding: 6px 14px;
  }

  .btn_wrap .search_btn>span {
    padding-left: 20px;
    font-size: 14px;
  }

  .btn_wrap .search_btn>span:before {
    width: 14px;
    height: 14px;
    background-size: auto 14px;
  }
}

@media screen and (max-width: 690px) {
  .btn_wrap .search_btn {
    left: 10px;
    bottom: 10px;
  }
}

/* base */
::-webkit-scrollbar {
  width: 8px;
}

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

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

@media screen and (max-width: 1023px) {
  ::-webkit-scrollbar {
    width: 6px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
  }
}

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

html,
html body {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

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

  html,
  html body {
    height: 100%;
  }
}

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

.scroll_auto,
.scroll_auto body {
  overflow-y: visible !important;
}

/* nav */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 16px;
  background: #f2f2f2;
  font-size: 0;
  -webkit-box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.39);
  box-shadow: 0px 0px 30px -2px rgba(0, 0, 0, 0.39);
}

@media screen and (max-width: 999px) {
  .header {
    height: 50px;
    padding: 13px 10px;
  }

}

.site_logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site_logo h1 {
  width: 230px;
  height: 24px;
  background: url(../img/logo_header2.png) no-repeat 0 50%;
  background-size: auto 80%;
}

@media screen and (max-width: 1200px) {
  .site_logo h1 {
    width: 200px;
    height: 20px;
  }
}



@media screen and (max-width: 1023px) {
  .site_logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .site_logo h1 {
    background-position: 50% 50%;
    /* height:50px */
  }
}

/* 
@media screen and (max-width: 690px) { .site_logo h1 { width: 110px; height: 30px; } } */

.header .btn-lobby {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 8px 24px;
  background: #da9528;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  .header .btn-lobby {
    left: auto;
    right: 10px;
    padding: 6px 24px;
  }
}

/* pc nav */
.gnb.is_pc {
  text-align: center;
  /* is_selected */
}

.gnb.is_pc .gnb-btn {
  display: none;
}

.gnb.is_pc .gnb-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.gnb.is_pc .gnb-item:not(:first-child) {
  margin-left: 26px;
}

.gnb.is_pc .gnb-item a,
.gnb.is_pc .gnb-item button {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 34px;
  padding: 0;
  font-weight: 700;
  /* color: #222; */
  color: #222;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.gnb.is_pc .gnb-item a:before,
.gnb.is_pc .gnb-item button:before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 3px;
  background: rgb(105, 105, 105) 80%;
  content: "";
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* 220425 */

.gnb.is_pc .gnb-item .btn-gnb_inner {
  position: relative;
  width: 100%;
  padding-right: 16px;
}

.gnb .gnb-item .btn-gnb_inner:after {
  position: absolute;
  top: 15px;
  right: 0;
  width: 10px;
  height: 6px;
  background: url(https://vr.miceview.kr/path/assets/images/dropdown.svg) no-repeat 50% 50%;
  -webkit-transition: .4s;
  transition: .4s;
  content: '';
}

@media screen and (max-width: 1023px) {
  .gnb.is_res .btn-gnb_inner .gnb-title {
    display: inline-block;
  }

  .gnb .gnb-item .btn-gnb_inner:after {
    position: initial;
    display: inline-block;
    margin-left: 5px;
  }

}

.gnb .gnb-item .btn-gnb_inner.is_open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.gnb.is_pc .btn-gnb_inner.is_open:before {
  width: 100%;
}

.gnb_inner-list {
  display: none;
}

.gnb.is_pc .gnb_inner-list {
  display: none;
  position: absolute;
  top: 47px;
  left: 50%;
  width: 220px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnb.is_pc .gnb_inner-list .gnb_inner-item a,
.gnb.is_pc .gnb_inner-list .gnb_inner-item button {
  padding: 4px 0;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: background .8s;
  transition: background .8s;
  outline: 0;
}

.gnb.is_pc .gnb_inner-list .gnb_inner-item a:before,
.gnb.is_pc .gnb_inner-list .gnb_inner-item button:before {
  display: none;
}

.gnb.is_pc .gnb_inner-list .gnb_inner-item a:hover,
.gnb.is_pc .gnb_inner-list .gnb_inner-item a:focus,
.gnb.is_pc .gnb_inner-list .gnb_inner-item button:hover,
.gnb.is_pc .gnb_inner-list .gnb_inner-item button:focus {
  /* color: #1b2e6b; */
  color: #222;
  background: #eee;
}

.gnb.is_pc .is_selected.gnb-item>a,
.gnb.is_pc .is_selected.gnb-item>button,
.gnb.is_pc .is_selected.gnb_inner-item>a,
.gnb.is_pc .is_selected.gnb_inner-item>button {
  color: rgb(105, 105, 105) 80%
}

.gnb.is_pc .is_selected.gnb_inner-item>a,
.gnb.is_pc .is_selected.gnb_inner-item>button {
  font-weight: 700;
  background: #eee;
}



/*  */

.gnb.is_pc .gnb-item .menu_btn-open {
  color: #0063c3;
}

.gnb.is_pc .is_selected.gnb-item a,
.gnb.is_pc .is_selected.gnb-item button {
  color: rgb(105, 105, 105) 80%
}

.gnb.is_pc .is_selected.gnb-item .gnb_inner-list a {
  color: #222;
}

.gnb.is_pc .is_selected.gnb-item a:before,
.gnb.is_pc .gnb-item a:hover:before,
.gnb.is_pc .gnb-item a:focus:before,
.gnb.is_pc .is_selected.gnb-item button:before,
.gnb.is_pc .gnb-item button:hover:before,
.gnb.is_pc .gnb-item button:focus:before {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .gnb.is_pc .gnb-item:not(:first-child) {
    margin-left: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .gnb.is_pc .gnb-item:not(:first-child) {
    margin-left: 14px;
  }

  .gnb.is_pc .gnb-item a,
  .gnb.is_pc .gnb-item button {
    font-size: 14px;
  }
}

/* res nav */
.gnb.is_res .gnb-wrap {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

.gnb.is_res .gnb-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  z-index: 10;
  background: url(../img/ico_menu.png) no-repeat center;
  background-size: 18px;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: 0;
}



.gnb.is_res .gnb-list {
  display: none;
  width: 100%;
  /* padding: 6px 0 8px; */
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0px 3px 27px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 3px 27px rgba(0, 0, 0, 0.45);
}

.gnb.is_res .gnb-item a,
.gnb.is_res .gnb-item button {
  display: block;
  position: relative;
  padding: 6px 17px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.7px;
  color: #222;
  text-align: left;
}

.gnb.is_res .gnb_inner-list {
  background: rgba(255, 255, 255, 0.4);
}

.gnb.is_res .gnb-title {
  display: block;
  position: relative;
}

.breadcrumbs {
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
  opacity: 0.7;
}

.breadcrumbs_item {
  font-size: 16px;
  color: #fff;
}

.breadcrumbs_item strong {
  padding-left: 0;
}

@media screen and (max-width: 999px) {
  .breadcrumbs_item span:not(.is_now) {
    display: none;
  }

  .gnb.is_res .gnb-btn {
    width: 50px;
    height: 50px
  }

  .gnb.is_res .gnb-wrap {
    top: 50px
  }
}

.global {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.global-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}

.global-item:first-child {
  margin-left: 0;
}

.global .global-link {
  width: 120px;
  height: 24px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.global .global-link .btn_link {
  background-size: contain;
}

.global-btn,
.global .btn_help_pop,
.global .btn_link {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: 24px;
  outline: 0;
}

.global-btn.ko {
  background-image: url(../img/ico_ko.png);
}

.global-btn.en {
  background-image: url(../img/ico_en.png);
}

.global .btn_help_pop {
  background-image: url(../img/ico_help.svg);
}

.global .btn_vtower {
  background-image: url(https://vr.miceview.kr/path/assets/images/immersive-w.png);
}

@media screen and (max-width: 1023px) {
  .global {
    right: 10px;
  }

  .global-item {
    margin-left: 6px;
  }

  .global .global-link {
    width: 20px;
    height: 20px;
  }

  .global .btn_vtower {
    background-image: url(https://vr.miceview.kr/path/assets/images/immersive-m.png);
  }
}

/*tour page style*/
/* nav */
.header.tour {
  position: fixed;
  top: 0;
  left: 50%;
  height: 0;
  box-sizing: unset;
  padding: 0;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  z-index: 500;
  width: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 999px) {
  .header.tour {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.tour .nav-wrap {
  position: relative;
  display: block;
  width: 912px;
  margin: 0 auto;
  padding: 14px 14px 10px;
  border: 1px solid #888;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  text-align: center;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border .4s;
  transition: border .4s;
}

.tour .nav-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 0 0 5px 5px;
  opacity: .4;
  content: '';
  -webkit-transition: .4s;
  transition: .4s;
}

.tour .nav-wrap .now_nav {
  display: none;
  position: relative;
  width: calc(100% - 91px);
  outline: 0;
  padding-left: 28px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.tour .nav-wrap .now_nav:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/menu_2x.png) no-repeat 50% 50%;
  background-size: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.tour .nav-wrap .now_nav span {
  display: inline-block;
  position: relative;
  padding-right: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -.55px;
  line-height: 40px;
  text-align: left;
  color: #fff;
}

.tour .nav-wrap .now_nav span:before {
  position: absolute;
  top: 54%;
  right: 0;
  width: 10px;
  height: 6px;
  background: url(../img/chevron-top_2x.png) no-repeat 50% 50%;
  background-size: 10px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  opacity: .5;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  content: '';
}

.tour .nav-wrap .now_nav.nav_on span:before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.tour .nav-wrap .btn_sound {
  display: inline-block;
  vertical-align: middle;
  /* 0628 : margin-left */
  margin-left: 20px;
  background: #FC671A;
  border: 2px solid #FC671A;
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: -.7px;
  line-height: 16px;
  color: #fff;
  text-align: right;
  -webkit-transition: .3s;
  transition: .3s;
}

.tour .nav-wrap .btn_sound a {
  display: block;
  padding: 6px 10px 6px;
}

.tour .nav-wrap .btn_sound span {
  position: relative;
  padding-left: 22px;
}

.tour .nav-wrap .btn_sound span:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 14px;
  background: url(../img/volume-medium_2x.png) no-repeat 0 50%;
  background-size: auto 14px;
  content: '';
}

.tour .nav-wrap .btn_sound.unmute {
  background: transparent;
  color: #FC671A;
}

.tour .nav-wrap .btn_sound.unmute span:before {
  background-image: url(../img/volume-mute2_2x.png);
}

@media screen and (min-width: 1000px) {
  .tour .nav-wrap:hover {
    border-color: #333;
  }

  .tour .nav-wrap:hover:before {
    opacity: .9;
  }

  .tour .nav-wrap:focus {
    border-color: #333;
  }

  .tour .nav-wrap:focus:before {
    opacity: .9;
  }
}

@media screen and (max-width: 999px) {
  .tour .nav-wrap {
    width: 100%;
    max-width: 420px;
    padding: 6px 15px;
    border: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tour .nav-wrap:before {
    opacity: .4;
  }

  .tour .nav-wrap .now_nav {
    display: inline-block;
  }

  .tour .nav-wrap .nav-pc {
    display: none;
    max-height: 50vh;
    border-bottom: 1px solid #333;
    overflow: auto;
  }

  .tour .nav-wrap .btn_sound {
    position: absolute;
    top: 10px;
    right: 26px;
    margin: 0;
  }

  .tour .nav-wrap.is_active:before {
    opacity: .9;
  }
}

.tour .nav-pc {
  display: inline-block;
  vertical-align: middle;
}

.tour .nav-pc .btn {
  display: inline-block;
  position: relative;
  /* 0628 : width, margin-left */
  /* width: 50px; */
  width: 6vw;
  text-align: center;
}

.tour .nav-pc .btn a {
  display: block;
  position: relative;
  padding-top: 23px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -.55px;
  line-height: 1;
  text-align: center;
  color: #bdbdbd;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.tour .nav-pc .btn a:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #aaa;
  border-radius: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  -webkit-transition: .4s;
  transition: .4s;
}

.tour .nav-pc .btn a:after {
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: -1;
  /* 0628 : width */
  width: 6vw;
  height: 3px;
  background: #aaa;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  -webkit-transition: .4s;
  transition: .4s;
}

.tour .nav-pc .btn:last-child a:after {
  display: none;
}

.tour .nav-pc .btn:first-child {
  margin-left: 0;
}

.tour .nav-pc .btn.is_active a {
  /* color: #FC671A; */
  color: #daa55a;
}

.tour .nav-pc .btn.is_active a:before {
  background: #daa55a;
}

.modal .modal_inner .modal_help-tnb {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.modal .modal_inner .modal_help-tnb:before {
  position: absolute;
  top: 59px;
  left: 0;
  width: 36px;
  height: 51px;
  background: url(../img/help_arrow2.png) no-repeat 0 0;
  background-size: 100% auto;
  content: '';
}

.modal .modal_inner .modal_help-tnb .tnb_desc {
  margin-top: 24px;
  margin-left: 38px;
}

.modal .modal_inner .ico_tnb-btn {
  display: block;
  position: relative;
  width: 910px;
  height: 58px;
  z-index: 10;
  -webkit-transition: all .3s;
  transition: all .3s;
  /* border: 2px solid #ff671d; */
  border-top: 0;
  border-radius: 0 0 6px 6px;
  outline: 0;
}

@media screen and (min-width: 1000px) {
  .tour .nav-pc .btn a:hover:before {
    background: #ccc;
  }

  .tour .nav-pc .btn a:hover:after {
    background: #ccc;
  }

  .tour .nav-pc .btn a:focus:before {
    background: #ccc;
  }

  .tour .nav-pc .btn a:focus:after {
    background: #ccc;
  }
}

@media screen and (max-width: 999px) {
  .tour .nav-pc {
    display: block;
    width: 100%;
  }

  .tour .nav-pc .btn {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .tour .nav-pc .btn a {
    padding: 0 0 0 24px;
    font-size: 1.6rem;
    line-height: 40px;
    text-align: left;
  }

  .tour .nav-pc .btn a:before {
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tour .nav-pc .btn a:after {
    top: 100%;
    left: 5px;
    width: 3px;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .modal .modal_inner .modal_help-tnb .tnb_desc {
    margin-left: 40px;
  }

  .modal .modal_inner .modal_help-tnb:before {
    top: 53px;
  }

  .modal .modal_inner .ico_tnb-btn {
    max-width: 420px;
    width: 90vw;
    height: 52px;
    border: 0;
  }

  .modal .modal_inner .ico_tnb-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    /* border: 2px solid #ff671d; */
    border-radius: 0 0 6px 6px;
    border-top: 0;
    content: '';
  }
}

@media screen and (max-width: 680px) {
  .modal .modal_inner .modal_help-tnb .tnb_desc {
    margin-left: 30px;
  }

  .modal .modal_inner .modal_help-tnb:before {
    top: 53px;
    width: 30px;
    height: 40px;
  }

  .modal .modal_inner .ico_tnb-btn:before {
    width: 140px;
  }

}

/* page */

.main {
  height: 100%;
  overflow-y: hidden;
  padding-top: 0 !important;
}

.main .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.main .content .play_btn {
  position: absolute;
  bottom: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main .content .btn {
  text-shadow: none;
}

.main .intro_title {
  position: fixed;
  top: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26%;
  max-width: 500px;
}

@media screen and (max-width: 1023px) {
  .main .intro_title {
    width: 300px;
  }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .main .intro_title {
    width: 240px;
  }
}

@media screen and (max-width: 690px) {
  .main .intro_title {
    width: 240px;
  }
}

.main-title_box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  z-index: 20;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.header_logo {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 300px;
}

.header_logo .main_title {
  font-weight: 500;
  /* height: 30px; */
  width: 100%;
}

/* @media screen and (max-width: 1023px) {
  .main-title_box .main_title {
    height: 180px;
  }
} */

@media screen and (max-width: 690px) {
  .main-title_box {
    left: 10px;
  }

  /* .main-title_box .main_title {
    height: 140px;
  } */
}

@media screen and (max-width: 400px) {
  .header_logo .main_title {
    height: 20px;
  }
}

.main-title_box .main_title-eng {
  display: block;
  font-size: 30px;
  font-weight: 400;
}

.header_logo .main_title img {
  height: 100%;
}

.main-title_box .main_desc {
  font-size: 18px;
  word-break: keep-all;
}

/* @media screen and (max-width: 1023px) and (orientation: landscape) { .main-title_box .main_title img { height: 120px; } } */

#footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.main .afterPlay {
  margin-bottom: 40px;
  text-align: center;
}

.main .afterPlay .btn {
  background: rgba(255, 255, 255, .2);
  border: 1px solid #fff;
  opacity: .6;
  transition: opacity 0.3s;
}

.main .afterPlay .btn:hover {
  opacity: 1;
}

.main .afterPlay .btn span {
  font-size: 20px;
}

@media screen and (max-width: 690px) {
  .main .afterPlay {
    margin-bottom: 20px;
  }
}


.miceview_logo {
  /* position: fixed; */
  /* bottom: 3%; */
  /* right: 40px; */
  z-index: 1;
  height: 50px;
}

.miceview_logo img {
  height: 100%;
}

@media screen and (max-height: 1080px) {
  .miceview_logo {
    height: 40px;
  }
}

@media screen and (max-width: 690px) {
  .miceview_logo {
    display: none;
    bottom: 16px;
    height: 20px;
  }
}

.sponcer {
  position: fixed;
  bottom: 2%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 80px;
}

.sponcer img {
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .sponcer {
    height: 60px;
  }
}

@media screen and (max-height: 1080px) {
  .sponcer {
    height: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .sponcer {
    display: none;
  }
}

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

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

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

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

@media screen and (max-width: 1023px) {
  #footer {
    justify-content: flex-end;
  }

  .chrome_download {
    display: none;
  }
}


.main .btn.beforePlay>span {
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.5;
}

.main .btn.beforePlay>span:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 21px;
  background: url(../img/material-play-arrow.png) no-repeat 50% 50%;
  content: "";
}

.main_video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  background: url(../assets/video/intro_thumbnail.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1023px) {
  .main {
    overflow-y: visible;
    height: 100%;
  }

  .main .content .play_btn {
    bottom: 140px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .main .content .play_btn {
    bottom: 10%;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 690px) {
  .main .content .play_btn {
    bottom: 12%;
    width: 100%;
    text-align: center;
  }
}


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

.hall .contents {
  position: relative;
  width: 100%;
  height: 100%;
}

.hall .miceview_logo {
  display: none;
}

.hall.archive .vr-player {
  background: url(../img/archive_bg.jpg) no-repeat 50% 50%;
  background-size: 100% auto;
  background-size: cover;
}

.vr-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

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

.vr-player .btn_archive_pop {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #fff url(https://vr.miceview.kr/path/assets/images/ico_gnb_search-g.png) no-repeat 50% 50%;
  background-size: 60%;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(20, 20, 20, 0.3);
  box-shadow: 1px 1px 8px 1px rgba(20, 20, 20, 0.3);
  outline-color: #aaa;
}

.search_company .contents {
  width: 100%;
  max-width: 600px;
  margin: 48px auto 0;
}

.search_company-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.8px;
  line-height: 1.4;
  color: #3d3935;
}

.search_company .inp_c_search-wrap {
  height: 50px;
  margin-top: 30px;
  border-color: #aaa;
  border-radius: 50px;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}

.search_company .inp_c_search-wrap.is_focus {
  border-color: #000;
}

.search_company .inp_c_search-wrap.is_focus .inp_txt {
  background-image: url(../img/ico_gnb_search-b.png);
}

.search_company .inp_c_search-wrap label,
.search_company .inp_c_search-wrap .inp_txt {
  font-size: 17px;
  letter-spacing: -0.7px;
  outline-width: 0;
}

.search_company .inp_c_search-wrap label {
  left: 54px;
}

.search_company .inp_c_search-wrap .inp_txt {
  padding: 0 10px 0 54px;
  border-radius: 50px;
  background-image: url(../img/ico_gnb_search-g.png);
  background-repeat: no-repeat;
  background-position: 20px 14px;
  background-size: 24px;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
}

.search_company-wrap {
  margin-top: 30px;
}

.search_company-list {
  border-top: 1px solid #333;
  border-bottom: 1px solid #d2d2d2;
}

.search_company-item {
  position: relative;
  padding: 24px 110px 24px 0;
  border-bottom: 1px solid #d2d2d2;
  font-size: 0;
}

.search_company-item:last-child {
  border-bottom: 0;
}

.search_company-item .company_logo {
  display: inline-block;
  width: 120px;
  height: 90px;
  line-height: 90px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  vertical-align: middle;
  overflow: hidden;
  margin-right: 16px;
}

.search_company-item .company_logo img {
  max-width: 100%;
  vertical-align: middle;
}

.search_company-item .btn_wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search_company-item .company_info {
  display: inline-block;
  max-width: 350px;
  vertical-align: middle;
  line-height: 1.5;
  word-break: keep-all;
}

.search_company-item .company_list-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.search_company-item .company_desc {
  display: block;
  font-weight: 500;
  font-size: 13px;
}

.search_company-item .company_prof {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #888;
}

.search_company-item .company_tag {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.search_company-item .company_tag .tag {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 4px;
  border-radius: 24px;
  background: #e4e4e4;
  font-size: 12px;
}

.search_company-item .company_tag .tag:not(:last-child) {
  margin-right: 4px;
}

@media screen and (max-width: 690px) {
  .search_company .contents {
    width: 90%;
  }

  .search_company-title {
    font-size: 2.8rem;
  }

  .search_company .inp_c_search-wrap {
    height: 40px;
    margin-top: 24px;
  }

  .search_company .inp_c_search-wrap label,
  .search_company .inp_c_search-wrap .inp_txt {
    font-size: 1.5rem;
  }

  .search_company .inp_c_search-wrap label {
    left: 36px;
  }

  .search_company .inp_c_search-wrap .inp_txt {
    padding: 0 6px 0 36px;
    background-position: 12px 10px;
    background-size: 18px;
  }

  .search_company-item {
    padding: 16px 0;
  }

  .search_company-item .company_logo {
    display: block;
    margin-right: 0;
  }

  .search_company-item .company_info {
    display: block;
    width: 100%;
    max-width: none;
    margin: 10px 0 0;
    padding-right: 80px;
  }

  .search_company-item .company_list-name {
    line-height: 1.4;
  }

  .search_company-item .company_desc {
    margin-top: 6px;
  }

  .search_company-item .btn_wrap {
    top: 110px;
    -webkit-transform: none;
    transform: none;
  }
}

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

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

@media screen and (max-width: 1023px) {
  #video-content video {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  #video-content video {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

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

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

.video-controller {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 300;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-controller .btn {
  padding: 16px 32px;
  background: #1b2e6b;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(1%, #1b2e6b),
      to(#015aaa));
  background: linear-gradient(to right, #ced4da 1%, rgb(105, 105, 105) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$btn_color1', endColorstr='$btn_color2', GradientType=1);
  border-radius: 50px;
  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-controller .btn.beforePlay>span {
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.5;
}

.video-controller .btn.beforePlay>span:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 21px;
  background: url(../img/material-play-arrow.png) no-repeat 50% 50%;
  content: "";
}

.video-controller .btn.afterPlay {
  display: none;
}

@media screen and (max-width: 690px) {
  .video-controller .btn {
    padding: 12px 24px;
  }

  .video-controller .btn.beforePlay>span {
    font-size: 1.5rem;
  }
}

.video-unplay-background {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 105;
  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: absolute;
  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: #1b2e6b;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(1%, #1b2e6b),
      to(#015aaa));
  background: linear-gradient(to right, #ced4da 1%, rgb(105, 105, 105) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$btn_color1', endColorstr='$btn_color2', 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: "";
}

@media screen and (max-width: 1023px) {
  .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;
  }
}

@media screen and (max-width: 690px) {
  .video-btns .vdo-btn>span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .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;
  }
}

.container {
  padding-top: 60px;
}

.container.tour {
  padding-top: 0px;
}

@media screen and (max-width: 999px) {
  .container {
    padding-top: 50px;
  }
}

/* modal */
.modal {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.8px;
  line-height: 1.87;
  color: #fff;
  word-break: keep-all;
}

.modal_bg {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

.modal.is_hide {
  display: none !important;
}

.modal.tour {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.8px;
  line-height: 1.87;
  color: #fff;
  word-break: keep-all;
}

/* modal_inner1 */
.modal_inner-text>p:not(:first-child) {
  margin-top: 20px;
}

.modal .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 810px;
  height: auto;
  padding: 40px;
  text-align: left;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .btn_wrap {
  margin-top: 24px;
  text-align: right;
}

.modal_bg.tour {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

/* modal_inner2 */
.modal .modal_inner:not(:first-child) {
  display: none;
}

.modal .modal_inner.modal_inner_help {
  max-width: none;
  height: 100%;
  background: transparent;
}

.modal_help-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 536px;
  padding: 0;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

.modal_help-center-desc {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  padding: 40px 30px;
  max-height: 50vh;
  overflow: auto;
}

.modal_help-center .modal_help-control-item {
  font-size: 0;
}

.modal_help-center .modal_help-control-item:not(:first-child) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #5a5a5a;
}

.modal_help-center .modal_help-control-item .item_wrap {
  display: block;
  position: relative;
}

.modal_help-center .modal_help-control-item .img_wrap {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 68px;
  vertical-align: middle;
}

.modal_help-center .modal_help-control-item .img_wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_help-center .modal_help-control-item .img_desc {
  position: absolute;
  top: 50%;
  padding-left: 16px;
  font-size: 16px;
  letter-spacing: -1px;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal_help-center .modal_help-btn_unit {
  margin-top: 16px;
  text-align: right;
  font-size: 0;
}

.modal_help-center .chk_wrap-not_today {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}

.modal_help-center .inp_chk_wrap.inp_custom .inp_chk {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.modal_help-center .inp_chk_wrap.inp_custom .inp_chk+label {
  background: transparent;
  color: #fff;
  outline: 0;
}

.modal_help-center .inp_chk_wrap.inp_custom .inp_chk+label:before {
  width: 18px;
  height: 18px;
  background: url(../img/ico_check_enabled.svg);
  background-size: 18px;
}

.modal_help-center .inp_chk_wrap.inp_custom .inp_chk:checked+label:before {
  background-image: url(../img/ico_check_activated.svg);
}

.modal_help-center .btn_wrap {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}

/* 221028_jane 추가 ---------------------------------- */
/* 공통 */
.modal .modal_inner .modal_help-innav .arrow_box { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.modal .help-innav_textbox .help-innav_title{color: #e2e2e2!important;}

/* 상단 왼쪽 안내문 */
.modal .modal_inner .modal_help-innav.left {position: absolute; top: 104px; left: 9px;}
.modal .modal_inner .modal_help-innav.left .help-innav-type {display: block; position: relative;}
.modal .modal_inner .modal_help-innav.left .help-innav-type .help-innav_textbox {position: absolute; top: 0; left: 104px; width: 150px; margin-top: 22px;}
.modal .modal_inner .modal_help-innav.left .tour_minimap .help-innav_textbox {margin-top: 20px;}
.modal .modal_inner .modal_help-innav.left .tour_important .help-innav_textbox {margin-top: 22px;}
.modal .modal_inner .modal_help-innav.left .help-innav-type .help-innav_textbox p{font-size: 11px; color: #fff; line-height: 1.4; text-align: left; word-break: break-word; letter-spacing: -0.5px;}
.modal .modal_inner .modal_help-innav.left .help-innav-type .help-innav_textbox p:not(:first-child) {padding-top: 4px;}
.modal .modal_inner .modal_help-innav.left .tour_autoplay .help-innav_textbox{margin-right: 120px;}
.modal .modal_inner .modal_help-innav.left .tour_origin .help-innav_textbox{margin-bottom: 134px; margin-right: 50px;}
.modal .modal_inner .modal_help-innav.left .tour_fullscreen .help-innav_textbox{margin-right: -140px;}
.modal .modal_inner .modal_help-innav.left .help-innav-type:before {display: block; width: 55px; height: 57px; margin: 0 auto; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; content: "";}

/* 상단 오른쪽 안내문 */
.modal .modal_inner .modal_help-innav.right{position: absolute; top: 8px; right: 8px;}
.modal .modal_inner .modal_help-innav.right .arrow_box::before {content: ''; background: #e2e2e2; position: absolute; top: 50%; right: 100%; margin-right: 0;}
.modal .modal_inner .modal_help-innav.right .arrow_box::after {content: ""; position: absolute; top: 0; right: 0; border: 2px solid #e2e2e2; border-top: none; border-left: none;}
.modal .modal_inner .modal_help-innav.right .help-innav-type {display: block; position: relative; height: 50px;}
.modal .modal_inner .modal_help-innav.right .help-innav-type .help-innav_textbox {position: absolute; top: 0; right: 104px; width: 130px; margin-top: 40px;}
.modal .modal_inner .modal_help-innav.right .help-innav-type .help-innav_textbox p{font-size: 11px; color: #fff; line-height: 1.4; text-align: right; word-break: break-word; letter-spacing: -0.5px; padding-top: 4px; word-break: keep-all;}
.modal .modal_inner .modal_help-innav.right .help-innav-type:before {display: block; width: 54px; height: 54px; margin: 0 auto; background-repeat: no-repeat; background-position: 50% 50%; background-size: 40px 40px; content: "";}

/* 좌측 안내문 지시선 공통 */
.modal .modal_inner .modal_help-innav.left .arrow_box::before{
  content: ""; background: #e2e2e2; position: absolute; top: 50%; transform: translateY(-50%); margin-left: 50px;
}
.modal .modal_inner .modal_help-innav.left .arrow_box::after{
  content: ""; position: absolute; top: 0; left: 0; border: 2px solid #e2e2e2; border-top: none; border-right: none;
}

/* -------------------------- */
.modal .modal_inner .modal_help-innav.left .tour_minimap .arrow_box::before {width : 46px; height: 2px;}
.modal .modal_inner .modal_help-innav.left .tour_minimap .arrow_box::after {content: none;}
.modal .modal_inner .modal_help-innav.left .tour_important .arrow_box::before {width: 46px; height: 2px;}
.modal .modal_inner .modal_help-innav.left .tour_important .arrow_box::after {content: none;}
.modal .modal_inner .modal_help-innav.left .tour_theme .arrow_box::before {width: 46px; height: 2px;}
.modal .modal_inner .modal_help-innav.left .tour_theme .arrow_box::after {content: none;}
.modal .modal_inner .modal_help-innav.right .tour_chat .arrow_box::before {width: 26px; height: 2px;}
.modal .modal_inner .modal_help-innav.right .tour_chat .arrow_box::after {width: 16px; height: 26px; margin-right: 78px; margin-top: 25px;}

.modal .modal_inner .modal_help-innav.left .help-innav-type.tour_minimap:before {background-image: url(../img/icon_EP/map.png);}
.modal .modal_inner .modal_help-innav.left .help-innav-type.tour_important:before {background-image: url(../img/icon_EP/spot.png);}
.modal .modal_inner .modal_help-innav.left .help-innav-type.tour_theme:before {background-image: url(../img/icon_EP/theme.png);}
.modal .modal_inner .modal_help-innav.right .help-innav-type.tour_chat:before {background-image: url(../img/icon_EP/chat.png);}
.modal .modal_inner .help_mobile_innav{display: none;}

/* 하단 안내문 */
.modal .modal_inner .modal_help-innav.bottom {position: absolute; bottom: 9px; left: 50%; transform: translateX(-50%);}
.modal .modal_inner .modal_help-innav.bottom .help-innav {font-size: 0;}
.modal .modal_inner .modal_help-innav.bottom .help-innav-type {display: inline-block; position: relative; width: 40px;}
.modal .modal_inner .modal_help-innav.bottom .help-innav-type .help-innav_textbox {position: absolute; bottom: 0; right: 0; width: 150px; margin-bottom: 34px;}
.modal .modal_inner .modal_help-innav.bottom .help-innav-type .help-innav_textbox p{font-size: 11px; color: #fff; line-height: 1.4; text-align: left; letter-spacing: -0.5px; padding-top: 4px; word-break: keep-all;}
.modal .modal_inner .modal_help-innav.bottom .tour_autoplay .help-innav_textbox{margin-right: 4px;}
.modal .modal_inner .modal_help-innav.bottom .tour_origin .help-innav_textbox{margin-bottom: 110px; margin-right: -118px;}
.modal .modal_inner .modal_help-innav.bottom .tour_fullscreen .help-innav_textbox{margin-right: -150px;}

.modal .modal_inner .modal_help-innav.bottom .help-innav-type:before {display: block; width: 20px; height: 20px; margin: 0 auto; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; content: "";}

/* 하단 안내문 지시선 공통 */
.modal .modal_inner .modal_help-innav.bottom .arrow_box::before{
  content: ""; background: #e2e2e2; position: absolute; bottom: 0%; left: 0;
}
.modal .modal_inner .modal_help-innav.bottom .arrow_box::after{
  content: ""; background: #e2e2e2; position: absolute; bottom: 0%; left: 50%; margin-bottom: 28px; transform: translateX(-50%);
}

/* -------------------------- */
.modal .modal_inner .modal_help-innav.bottom .tour_autoplay .arrow_box::before {width: 90px; height: 2px; margin-left: -69px; margin-bottom: 92px;}
.modal .modal_inner .modal_help-innav.bottom .tour_autoplay .arrow_box::after {width: 2px; height: 64px;}
.modal .modal_inner .modal_help-innav.bottom .tour_origin .arrow_box::before {content: none;}
.modal .modal_inner .modal_help-innav.bottom .tour_origin .arrow_box::after {width: 2px; height: 80px;}
.modal .modal_inner .modal_help-innav.bottom .tour_fullscreen .arrow_box::before {width: 14px; height: 2px; margin-left: 19px; margin-bottom: 75px;}
.modal .modal_inner .modal_help-innav.bottom .tour_fullscreen .arrow_box::after {width: 2px; height: 48px;}

.modal .modal_inner .modal_help-innav.bottom .help-innav-type.tour_autoplay:before {background-image: url(../img/icon_EP/btn-icon-player-autoplay-df.png);}
.modal .modal_inner .modal_help-innav.bottom .help-innav-type.tour_origin:before {background-image: url(../img/icon_EP/btn-icon-player-origin-df.png);}
.modal .modal_inner .modal_help-innav.bottom .help-innav-type.tour_fullscreen:before {background-image: url(../img/icon_EP/btn-icon-player-fullscreen-df.png);}

@media screen and (max-width: 1023px) {
 /* 좌측 모바일 도구 버튼 안내문*/
 .modal .modal_inner .modal_help-innav.left{top: auto; bottom: 60px; left: 12px;}
 .modal .modal_inner .modal_help-innav.left .help-innav{display: none;}
 .modal .modal_help-innav.left .help_mobile_innav {display: block; width: 40px; height: 40px; background: url(../img/icon_EP/mobile_menu.svg) no-repeat center center; background-size: 100% 100%; margin-left: 8px;}
 .modal .modal_help-innav.left .help_mobile_innav .arrow_box::before {content: ""; width: 12px; height: 2px; background: #e2e2e2; position: absolute; top: 0; margin-left: 23px; margin-top: -64px;}
 .modal .modal_help-innav.left .help_mobile_innav .arrow_box::after {content: ""; width: 2px; height: 60px; background: #e2e2e2; position: absolute; bottom: 0%; left: 50%; margin-bottom: 44px; transform: translateX(-50%); border: none; top: auto;}
 .modal .modal_inner .modal_help-innav.bottom {bottom: 10px;}
 .modal .modal_inner .modal_help-innav.bottom .tour_autoplay .arrow_box::before {width: 40px; left: auto; right: 0; margin-right: -18px; margin-bottom: 147px;}
 .modal .modal_inner .modal_help-innav.bottom .tour_autoplay .arrow_box::after {height: 113px; margin-bottom: 35px;}
 .modal .modal_inner .modal_help-innav.bottom .tour_autoplay .help-innav_textbox {margin-right: -178px; margin-bottom: 90px;}
 .modal .modal_inner .modal_help-innav.bottom .tour_origin .arrow_box::after {height: 46px; margin-bottom: 35px;}
 .modal .modal_inner .modal_help-innav.bottom .tour_origin .help-innav_textbox {margin-bottom: 34px; margin-right: -136px;}
 .modal .modal_help-innav.left .help_mobile_innav .help-innav_textbox {position: absolute; bottom: 44px; left: 42px; width: 100px;}
 .modal .modal_help-innav.left .help_mobile_innav .help-innav_textbox p {font-size: 11px; color: #fff; line-height: 1.4; text-align: left; letter-spacing: -0.5px; padding-top: 4px;}
 .modal .modal_inner .modal_help-innav.bottom .help-innav-type{width: 44px;}
 .modal .modal_inner .modal_help-innav.bottom .help-innav-type:before{width: 24px; height: 24px;}
 .modal .modal_inner .modal_help-innav.bottom .tour_fullscreen{display: none;}
}

@media screen and (max-width: 1023px) {
  /* default btn */
  .common_btn { padding: 6px 14px; }
  .common_btn > span { font-size: 14px; }
 
  /* modal */
  .modal{top: 50px}
  .modal_bg{top: 50px;}
  .modal .modal_inner {max-width: 90%; padding: 28px 20px;}
  .modal_inner-text > p { font-size: 16px; }
  .modal_help-gnb {display: block;}
  .modal_help-tutorial{margin-top: -20px; margin-right: 4px;}
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  /* modal */
  .modal {font-size: 15px;}
  .modal_help-center .modal_help-control-item .img_wrap {width: 50px; height: 50px;}
}


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

  /* modal_inner2 */
  .modal_help-gnb{margin-left: 6px;}
  .modal_help-tutorial{margin-top: -25px;}
  .modal .modal_inner .modal_help-tutorial .tutorial_desc{margin-bottom: -65px; max-width: 200px;}
}

@media screen and (max-width: 690px) {
  /* modal */
  .modal .help_desc { font-size: 13px; }
  .modal_inner-text > p { font-size: 13px; line-height: 1.4; }
  .modal_inner-text > p h2 { font-size: 1.8rem; line-height: 1.4; }
  .modal_help-center { width: 90%; }
  .modal_help-center-desc { padding: 30px 20px; }
  .modal_help-center .modal_help-control-item:not(:first-child) { margin-top: 8px; padding-top: 8px; }
  .modal_help-center .modal_help-control-item .img_wrap { width: 44px; height: 44px; }
  .modal_help-center .modal_help-control-item .img_desc { padding-left: 8px; font-size: 13px; }
  .modal_help-center .chk_wrap-not_today { margin-right: 20px; }
  .modal_help-center .inp_chk_wrap.inp_custom .inp_chk + label { font-size: 13px; }
  .modal_help-center .btn_wrap .common_btn { padding: 8px 48px; font-size: 14px; }
  .modal_help-gnb:before { width: 32px; height: 40px; }
  .modal_help-gnb .gnb_desc { margin-left: 20px; max-width: 240px; }
  .modal_help-gnb .tutorial_desc {width: 200px;}

  /* modal_inner2 */
  .modal_help-tutorial .tutorial_desc{max-width: 200px;}
  .modal .modal_inner .modal_help-tutorial .tutorial_desc{margin-bottom: -38px;}

  /* 마우스 관람 안내문 style code*/
  .btn.btn_menu .top {width: 17px; transform: translateY(3px) rotate(45deg);}
  .btn.btn_menu .bottom {width: 17px; transform: translateY(-4px) rotate(-45deg); margin: 5px auto;}
  .modal_inner .modal_inner-desc .inner_title .inner_title-text {font-size: 13px;}
  .modal_inner .inner_mouse-box .inner_each_mouse .mouse_desc span {font-size: 13px;}
}

@media screen and (max-width: 480px) {
  /* default btn */
  .start_btn_style { padding: 8px 48px; font-size: 14px; }
  /* modal */
  .modal .help_desc { font-size: 13px; }
  .modal_inner-text > p { font-size: 13px; }
  .modal_help-center { width: 90%; top: 45%; }
  .modal_help-center-desc { padding: 20px; max-height: 40vh; }
  .modal_help-center .modal_help-control-item:not(:first-child) { margin-top: 8px; padding-top: 8px; }
  .modal_help-center .modal_help-control-item .img_wrap { width: 44px; height: 44px; }
  .modal_help-center .modal_help-control-item .img_desc { padding-left: 8px; font-size: 13px; line-height: 1.5; }
  .modal_help-gnb:before { width: 32px; height: 40px; }
  .modal_help-gnb .gnb_desc {margin-bottom: -36px; max-width: 50%; }
  .modal_inner.modal_inner_help .help_desc.tutorial_desc{max-width: 150px; margin-bottom: -56px;}
}



@media screen and (max-width: 340px) {
  /* default btn */
  .start_btn_style { padding: 4px 48px; font-size: 11px; }
  /* modal */
  .modal_help-gnb .gnb_desc{max-width: 40%; margin-bottom:-26px;}
  .modal_inner.modal_inner_help .help_desc.tutorial_desc{max-width: 100px; margin-bottom: -38px;}
  .modal .help_desc { font-size: 10px; }
  .modal_inner-text > p { font-size: 12px; }
  .modal_help-center .modal_help-control-item:not(:first-child) { margin-top: 4px; padding-top: 4px; }
  .modal_help-center .modal_help-control-item .img_wrap { width: 34px; height: 34px; }
  .modal_help-center .modal_help-control-item .img_desc { font-size: 10px; }
  .modal_help-center .modal_help-btn_unit { margin-top: 8px; }
  .modal_help-center .chk_wrap-not_today { margin-right: 10px; }
  .modal_help-global:before { top: 26px; width: 26px; height: 32px; }
  .modal_help-global .global_desc { margin-right: 16px; margin-top: 16px; }
  /* .modal_help-innav:before { width: 20px; height: 24px; } */
}



/* html-modal */
.ly_pop,
.ly_inner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.ly_inner {
  height: calc(100% - 60px);
  margin-top: 60px;
}

.ly_pop .html-modal {
  top: 50%;
  left: 50%;
  width: 90%;
  height: calc(100% - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.ly_pop .html-modal .html-modal-close {
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  z-index: 10;
  position: absolute;
  -webkit-box-shadow: 1px 1px 8px 1px rgba(20, 20, 20, 0.3);
  box-shadow: 1px 1px 8px 1px rgba(20, 20, 20, 0.3);
  background-color: #fff;
  padding: 0;
  outline: 0;
}

.ly_pop .html-modal .html-modal-close svg {
  vertical-align: middle;
}

.ly_pop .html-modal-container {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

@media screen and (max-width: 999px) {
  .ly_pop .html-modal-container {
    overflow-y: visible;
  }

  .ly_inner {
    height: calc(100% - 50px);
    margin-top: 50px;
  }
}

.ly_pop .html-modal-container .video-js {
  position: relative;
  width: 100%;
}

.exhibition {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

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

.main_brand {
  position: fixed;
  top: 24px;
}

.main_brand img {
  height: 100px;
}

@media screen and (max-width: 1023px) {
  .main_brand img {
    height: 90px;
  }
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .main_brand img {
    height: 60px;
  }
}

@media screen and (max-width: 690px) {
  .main_brand img {
    height: 48px;
  }
}

@media screen and (max-width: 400px) {
  .main_brand img {
    height: 48px;
  }
}

.search_company2 .search_wrap {
  margin-top: 30px;
  font-size: 0;
}

.search_company2 .inp_s_type {
  display: inline-block;
  vertical-align: middle;
  width: 26%;
  position: relative;
}

.search_company2 .inp_s_type:after {
  background: transparent url(https://vr.miceview.kr/path/assets/images/dropdown.svg) no-repeat 50% 50%;
  position: absolute;
  bottom: 0;
}

.search_company2 .rotate:after {
  transform: rotate(180deg);
  top: 0;
}

.search_company2 .inp_s_type .inp_sel {
  min-width: auto;
  height: 50px;
  padding: 0 30px 0 10px;
  border: none;
  border-bottom: 1px solid #aaa;
  font-size: 15px;
  line-height: 1.4;
  outline: 0;
  border-radius: 0;
  background: transparent;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  cursor: pointer;
}

.search_company2 .inp_s_type .inp_sel:focus {
  border-width: 0 0 1px 0;
  border-color: #000;
}

.search_company2 .inp_s_type .inp_sel option {
  position: relative;
  padding: 0 500px;
}

.search_company2 .inp_s_type .selectboxit-text {
  text-indent: 0;
}

.search_company2 .inp_s_type .selectboxit-arrow-container {
  display: none;
}

.search_company2 .inp_s_type .selectboxit .selectboxit-option-icon-container {
  display: none;
}

.search_company2 .inp_s_type .selectboxit-container {
  display: block;
}

.search_company2 .inp_s_type .selectboxit-container span {
  line-height: 50px;
  height: auto;
  font-size: 15px;
}

.search_company2 .inp_s_type .selectboxit-container .selectboxit-options {
  width: 600px;
  border-radius: 0;
}

.search_company2 .inp_s_type .selectboxit-container .selectboxit-options a {
  line-height: 1.4;
  font-size: 15px;
  white-space: normal;
  min-height: 30px;
  height: auto;
}

.search_company2 .inp_search-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 74%;
  height: 50px;
  border-color: #aaa;
  border-width: 0 0 1px 0;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}

.search_company2 .inp_search-wrap .search_btn {
  position: absolute;
  top: 0;
  right: 2px;
  z-index: 10;
  width: 48px;
  height: 48px;
  outline: 0;
  background: url(https://vr.miceview.kr/path/assets/images/ico_gnb_search-g.png) no-repeat 50% 50%;
  background-size: 24px;
  -webkit-transition: background-image 0.4s;
  transition: background-image 0.4s;
  content: "";
}

.search_company2 .inp_search-wrap.is_focus {
  border-color: #000;
}

.search_company2 .inp_search-wrap.is_focus .search_btn {
  background-image: url(https://vr.miceview.kr/path/assets/images/ico_gnb_search-b.png);
}

.search_company2 .inp_search-wrap label,
.search_company2 .inp_search-wrap .inp_txt {
  font-size: 15px;
  letter-spacing: -0.7px;
  line-height: inherit;
  outline-width: 0;
}

.search_company2 .inp_search-wrap label {
  left: 10px;
}

.search_company2 .inp_search-wrap .inp_txt {
  padding: 0 48px 0 10px;
}

.search_company2-wrap {
  margin-top: 50px;
}

.search_company2-wrap .search_type {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
}

@media screen and (max-width: 690px) {
  .search_company2 .search_wrap {
    margin-top: 24px;
  }

  .search_company2 .inp_s_type {
    width: 100%;
    margin-bottom: 10px;
  }

  .search_company2 .inp_s_type .inp_sel {
    height: 40px;
    font-size: 1.5rem;
  }

  .search_company2 .inp_s_type:after {
    width: 10px;
    right: 10px;
  }

  .search_company2 .inp_s_type .selectboxit-container span {
    line-height: 39px;
    height: auto;
    font-size: 1.5rem;
  }

  .search_company2 .inp_s_type .selectboxit-container .selectboxit-options {
    width: auto;
    border-radius: 0;
  }

  .search_company2 .inp_s_type .selectboxit-container .selectboxit-options li,
  .search_company2 .inp_s_type .selectboxit-container .selectboxit-options a {
    width: 100%;
    line-height: 1.4;
    font-size: 1.5rem;
    white-space: normal;
    min-height: 30px;
    height: auto;
  }

  .search_company2 .inp_search-wrap {
    width: 100%;
    height: 40px;
  }

  .search_company2 .inp_search-wrap label {
    left: 8px;
    font-size: 1.5rem;
  }

  .search_company2 .inp_search-wrap .inp_txt {
    padding: 0 40px 0 8px;
    font-size: 1.5rem;
  }

  .search_company2 .inp_search-wrap .search_btn {
    width: 30px;
    height: 38px;
    background-size: 20px;
    background-color: #fff;
  }

  .search_company2-wrap {
    margin-top: 30px;
  }

  .search_company2-wrap .search_type {
    margin-bottom: 8px;
    font-size: 18px;
  }
}