/* common */
/* default btn style */
/* .btn_style {background: #d62425; background: -webkit-gradient(linear, left top, right top, color-stop(1%, #d62425), to(#015aaa)); background: linear-gradient(to right, #d62425 1%, #015aaa 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$btn_color1', endColorstr='$btn_color2',GradientType=1);} */
.btn_style {background: #d62425; transition: all 0.4s;}
.btn_style span {font-size: 20px; color: #fff;}
.btn_style:hover {background: #fff;}
.btn_style:hover span {color: #d62425;}
.start_btn_style { padding: 12px 72px; background: #8200FF; opacity: 1; -webkit-transition: opacity .4s; transition: opacity .4s; }
.start_btn_style:hover, .start_btn_style:focus { opacity: .75;}

/* base ------------------------------------------------------------------------------------------------------------ */
/* scroll bar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #535353; border-radius: 20px; }

html body, html button, html input, html select, html table, html textarea {color: #515151;}
html, html body { width: 100%; height: 100%; overflow-y: hidden; }
#app { width: 100%; height: 100%; }
.scroll_auto, .scroll_auto body { overflow-y: visible !important; }

/* nav ------------------------------------------------------------------------------------------------------------ */
/* header */
.header {position: fixed; top: 0; left: 0; z-index: 120; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background: #f2f2f2; font-size: 0;}
.site_logo {position: absolute; top: 10px; left: 20px;}
.site_logo h1 {width: 210px; height: 40px; background: url(../img/logo_intro_type_wide.png) no-repeat 0 50%; background-size: auto 100%;}
.top_util {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1001;
}

.top_util-list {
  font-size: 0;
}

.top_util-item {
  display: inline-block;
}

.top_util-item:not(:first-child) {
  margin-left: 16px;
}

.top_util-item .btn {
  display: block;
  width: 30px;
  height: 30px;
  outline: 0;
  background: no-repeat 50% 50%;
  background-size: auto 100%;
  background-size: contain;
}

.top_util-item .btn_gnb-open {
  background-image: url(../img/ico_menu.png);
}

.top_util-item .btn_sound-mute {
  background-image: url(../img/ico_sound-mute.svg);
}

.top_util-item .btn_sound-mute.unmute {
  background-image: url(../img/ico_sound-unmute.svg);
}

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

@media screen and (max-width: 1023px) {
  .top_util {
    top: 13px;
    right: 10px;
  }
}
/* 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; 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; -webkit-transition: color .4s ease-in-out; transition: color .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: #003994; content: ''; -webkit-transition: width .4s ease-in-out; transition: width .4s ease-in-out;}
.gnb.is_pc .is_selected.gnb-item a, .gnb.is_pc .is_selected.gnb-item button {color: #003994;}
.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%;}

/* res nav */
.gnb.is_res .gnb-wrap {position: absolute; top: 50px; left: 0; width: 100%;}
.gnb.is_res .gnb-btn {position: absolute; width: 30px; height: 24px; z-index: 10; background: url(../img/ico_menu.png) no-repeat 50% 50%; background-size: 18px; opacity: .7; -webkit-transition: all .3s; transition: all .3s; outline: 0;}
.gnb.is_res .gnb-list {display: none; width: 100%; padding: 6px 0 8px; background: #263D4B; -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; padding: 6px 17px; font-size: 16px; font-weight: 400; line-height: 32px; letter-spacing: -.7px; color: #fff;}
.gnb.is_res .gnb-title {display: block; position: relative;}

/* breadcrumbs */
.breadcrumbs {display: inline-block; padding-left: 30px; vertical-align: middle; opacity: .7;}
.breadcrumbs_item {font-size: 16px; color: #fff;}
.breadcrumbs_item strong {padding-left: 0;}

/* help icon */
.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 .btn_help_pop{display: block; width: 100%; height: 100%; background: no-repeat 50% 50%; background-size: 24px; outline: 0;}
.global .btn_help_pop {background-image: url(../img/ico_help.svg);}

/* page - intro -----------------------------------------------------------------------------------------------------*/
/* Common class */
/* .container {padding-top: 60px;} */
.main {height: 100%; overflow-y: hidden; padding-top: 0 !important;}
.main .content {position: relative; width: 100%; height: 100%;}
.main-title_box {position: fixed; left: 40px; bottom: 10%; z-index: 20; color: #fff; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);}
.main-title_box .main_title { height: 70px; margin-bottom: 0; font-weight: 500; }
.main-title_box .main_title-eng { display: block; font-size: 30px; font-weight: 400; }
.main-title_box .main_title img {height: 100%;}
.main-title_box .main_desc {font-size: 18px; word-break: keep-all;}
.main_brand {position: fixed; top: 24px; left: 16px; height: 80px;}
.main_brand img {height: 100%;}
.main .afterPlay {margin-top: 1%;}
.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; }

/* elypecs logo */
.elypecs_logo {position: fixed; bottom: 3%; right: 40px; z-index: 1; height: 50px;}
.elypecs_logo img {height: 100%;}

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

/* Page - Lobby ---------------------------------------------------------------------------------------------------------- */
.lobby { height: 100%; background: #000; overflow: hidden; }
.lobby .contents { position: relative; width: 100%; margin: 0 auto; height: 100%; text-align: center; }
.lobby .contents .lobby_bg { display: inline-block; position: relative; height: 100%; text-align: center; }
.lobby .contents .lobby_btn_wrap .btn { position: absolute; z-index: 1; }
.lobby .contents .lobby_btn_wrap .btn:before { position: absolute; top: -8px; left: -8px; z-index: -1; width: 100%; height: 100%; border-radius: 52px; border: 8px solid #fff; opacity: 0; -webkit-transition: all .4s; transition: all .4s; content: ''; }
.lobby .contents .lobby_btn_wrap .btn > span {font-size: 18px;}
.lobby .contents .lobby_btn_wrap .btn:hover:before, .lobby .contents .lobby_btn_wrap .btn:focus:before {opacity: 1;}
.lobby .contents .lobby_btn_wrap .btn_entry {top: 90%; left: 47.5%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.lobby .contents .lobby_btn_wrap .btn_01{top: 34%; left: 38%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.lobby .contents .lobby_btn_wrap .btn_02{top: 22%; left: 57%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.lobby .contents .lobby_btn_wrap .btn_03{top: 18%; left: 28%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.lobby .contents .lobby_btn_wrap .btn_04{top: 34%; left: 63%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.lobby .contents .lobby_btn_wrap .btn_05{top: 46%; left: 78%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

/* page - Hall Common -------------------------------------------------------------------------------------- */
.hall {position: relative; z-index: 10; width: 100%; height: 100%;}
.hall .contents {position: relative; z-index: 1000; width: 100%; height: 100%;}
.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; }

.fixed_content{position: fixed; z-index: 200; top: 54px;}
.fixed_content.right{right: 10px}
.fixed_content.bottom{top: initial; bottom: 50px; right: 10px;}

.fixed_content .fixed_list{padding-top: 50px;}
.fixed_content .fixed_list li{display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 5px; width: 46px; height: 46px; overflow: hidden; border-radius: 100%; background-color: #e1e1e1;}
.fixed_content .fixed_list li+li{margin-top: 10px;}
.fixed_content .fixed_list li a{display: block; width: 100%; height: 100%; font-size: 0; border-radius: 100%; background-size: contain;}
.fixed_content .fixed_list li.kakao a{background-image: url(../img/ico-kakao.png);}

/* Page - Search -------------------------------------------------------------------------------------- */
.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: -.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 .4s; transition: border .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: -.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 .4s; transition: background-image .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: -.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; }

/* modal ------------------------------------------------------------------------------------------------------------- */
/* common */
.modal { position: fixed; top: 0; 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.is_hide { display: none !important; }

/* modal_inner Common */
.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_inner1 */
.modal_inner-text > p:not(:first-child) { margin-top: 20px; }

/* modal_inner2 */
.modal .modal_inner:not(:first-child) {display: none;}
.modal .modal_inner.modal_inner_help {max-width: none; height: 100%; background: transparent;}
.modal .modal_inner.modal_inner_help .help_desc {line-height: 1.5; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);}
.modal .modal_inner .modal_help-center {position: absolute; top: 50%; left: 50%; width: 536px; padding: 0; -webkit-transform: translate(-50%, -55%); transform: translate(-50%, -50%);}
.modal .modal_inner .modal_help-center-desc {background: rgba(0, 0, 0, 0.7); border-radius: 5px; padding: 60px 30px 40px; max-height: 50vh; overflow: auto;}
.modal .modal_inner .modal_help-center-desc .modal_inner-text { margin-bottom: 30px;}
.modal .modal_inner .modal_help-center .modal_help-control-item {font-size: 0;}
.modal .modal_inner .modal_help-center .modal_help-control-item:first-child {padding-top: 16px;}
.modal .modal_inner .modal_help-center .modal_help-control-item:not(:first-child) {margin-top: 16px; padding-top: 16px; border-top: 1px solid #5a5a5a;}
.modal .modal_inner .modal_help-center .modal_help-control-item .item_wrap {display: block; position: relative;}
.modal .modal_inner .modal_help-center .modal_help-control-item .img_wrap {position: relative; display: inline-block; width: 60px; height: 60px; vertical-align: middle;}
.modal .modal_inner .modal_help-center .modal_help-control-item .img_wrap img {position: absolute; width: 100%; height: 100%;}
.modal .modal_inner .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 .modal_inner .modal_help-center .modal_help-btn_unit { margin-top: 0; text-align: right; font-size: 0;}
.modal .modal_inner .modal_help-center .modal_help-btn_unit .btn_wrap { display: flex; justify-content: center; align-items: center; margin-bottom: 10px;}
.modal .modal_inner .modal_help-center .chk_wrap-not_today { display: flex; justify-content: flex-end; margin-top: 10px; vertical-align: middle;}
.modal .modal_inner .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 .modal_inner .modal_help-center .inp_chk_wrap.inp_custom .inp_chk+label {background: transparent; color: #fff; outline: 0;}
.modal .modal_inner .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 .modal_inner .modal_help-center .inp_chk_wrap.inp_custom .inp_chk:checked+label:before {background-image: url(../img/ico_check_activated.svg);}
.modal .modal_inner .modal_help-center .btn_wrap {display: inline-block; margin-top: 0; vertical-align: middle;}
.modal .modal_inner .modal_help-center .btn_wrap .btn {opacity: 1; -webkit-transition: opacity 0.4s; transition: opacity 0.4s;}
.modal .modal_inner .modal_help-center .btn_wrap .btn:hover,
.modal .modal_inner .modal_help-center .btn_wrap .btn:focus {opacity: 0.75;}

/* 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: #d62425;}

.modal-inner-icon{
  padding-top: 20px;
  padding-bottom: 30px;
}
.modal .modal-inner-icon .icon_list {
  display: flex;
  justify-content: space-between;
  padding:0 3%;
  line-height: 1.4;
  font-size: 1em;
}
.modal .modal-inner-icon .icon_list .icon_item{
  flex:1;
  text-align: center;
}
.modal .modal-inner-icon .icon_list .icon_item .img_box{
  margin-bottom: 10px;
}
/* 상단 왼쪽 안내문 */
.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 .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: #d62425; 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 #d62425; 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: 11px; 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: #d62425; position: absolute; bottom: 0%; left: 0;
}
.modal .modal_inner .modal_help-innav.bottom .arrow_box::after{
  content: ""; background: #d62425; position: absolute; bottom: 0%; left: 50%; margin-bottom: 25px; transform: translateX(-50%);
}

/* -------------------------- */

.modal .modal_inner .modal_help-innav.bottom .tour_autoplay .arrow_box::before {width: 90px; height: 2px; margin-left: -69px; margin-bottom: 94px;}
.modal .modal_inner .modal_help-innav.bottom .tour_autoplay .arrow_box::after {width: 2px; height: 68px;}
.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: 52px;}

.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-center .modal_help-control-item .img_wrap {width: 45px; height: 45px;}
  .modal .modal_inner .modal_help-center .modal_help-btn_unit .btn_wrap {justify-content: center;}

  /* 좌측 모바일 도구 버튼 안내문*/
  .modal .modal_inner .modal_help-innav.left{display: none; 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: #d62425; 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: #d62425; position: absolute; bottom: 0%; left: 50%; margin-bottom: 44px; transform: translateX(-50%); border: none; top: auto;}
  .modal .modal_inner .modal_help-innav.bottom {bottom: 8px;}
  .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: 116px; margin-bottom: 32px;}
  .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: 48px; margin-bottom: 32px;}
  .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: 42px;}
  .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;}
}

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

/* 마우스 관람 안내문 style code*/
.mouse_tem .modal_inner .modal_help-center .modal_help-btn_unit .btn_wrap {justify-content: center;}
.mouse_tem .modal_inner .modal_help-center .btn_wrap .btn {padding: 0; margin: 0; margin-bottom: 10px; width: 50px; height: 50px; background: linear-gradient(147deg, #302e42 12%, #0a090d 112%); border-radius: 100%;}

.btn_menu {width: 50px; height: 50px; background: linear-gradient(147deg, #302e42 12%, #0a090d 112%); border-radius: 100%; -webkit-transition: opacity 0.4s; transition: opacity 0.4s;}
.btn_menu i {width: 22px; height: 2px; background-color: #fff; display: block; margin: 5px auto; border-radius: 1.5px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-box-shadow: 0px 0px 31px -2px rgba(0, 0, 0, 0.22); box-shadow: 0px 0px 31px -2px rgba(0, 0, 0, 0.22);}
.btn.btn_menu .top {transform: translateY(2px) rotate(45deg);}
.btn.btn_menu .bottom {transform: translateY(-5px) rotate(-45deg);}

@media screen and (max-width: 690px) {
  /* 마우스 관람 안내문 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) {
  .mouse_tem .modal_inner .modal_help-center .btn_wrap .btn {width: 40px; height: 40px;}
}

.modal_inner .modal_inner-desc .inner_title {position: relative; margin: 20px 0 10px; width: 100%; text-align: center;}
.modal_inner .modal_inner-desc .inner_title::before {content: ""; position: absolute; top: 50%; left: 0; width: 100%; border: 2px solid #d62425;}
.modal_inner .modal_inner-desc .inner_title .inner_title-text {display: inline-block; position: relative; padding: 5px 20px; background: #d62425; border-radius: 25px;}
.modal_inner .inner_mouse-box { display: flex; justify-content: space-between; align-items: center; padding-top: 16px;}
.modal_inner .inner_mouse-box .inner_each_mouse {width: 33.33%;}
.modal_inner .inner_mouse-box .inner_each_mouse .mouse_img {width: 64%; margin: auto;}
.modal_inner .inner_mouse-box .inner_each_mouse .mouse_desc {text-align: center;}
.modal_inner .inner_mouse-box .inner_each_mouse .mouse_desc p {font-size: 14px;}
.modal_inner .inner_mouse-box .inner_each_mouse .mouse_desc p:nth-child(2) {font-weight: 200;}

@media screen and (max-width: 690px) {
  .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) {
  .modal_inner .inner_mouse-box .inner_each_mouse .mouse_desc p {font-size: 13px;}
}

/* ---------------------------------------------------------*/

/* 비디오 루프 페이지 css */
.loop_video .loop_video_title {width: 100%; left: 0; text-align: center;}
.loop_video_title {position: fixed; left: 40px; bottom: 6%; z-index: 20; color: #fff; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);}
.main .afterPlay {margin-top: 1%;}

/* Media Query ------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1600px) {
  /* default btn */
  .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; }

  /* nav */
  .gnb.is_pc .gnb-item:not(:first-child) {margin-left: 22px;}

  /* Page - Lobby */
  .lobby .contents .lobby_logo { top: 10px; height: 30px; }
  .lobby .contents .lobby_btn_wrap .btn { padding: 6px 14px; }
  .lobby .contents .lobby_btn_wrap .btn > span { font-size: 14px; }
}

@media screen and (max-width: 1023px) {
  /* nav */
  .site_logo h1 {width: 194px; height: 26px;}
  .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;}
  /* modal */
  .modal .modal_inner .modal_help-center {top: 40%;}
  .modal .modal_inner .modal_help-center-desc {max-height: 45vh;}
}

@media screen and (max-width: 1023px) {
  /* default btn */
  .common_btn { padding: 10px 20px; }
  .common_btn > span { font-size: 18px; }

  /* base */
  /* scroll bar */
  ::-webkit-scrollbar {width: 6px;}
  ::-webkit-scrollbar-thumb {border-radius: 10px;}
  html, html body { height: 100%; } 

  /* nav */
  /* .site_logo {left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  } */
  .site_logo h1 {background-position: left center;}
  .header .btn-lobby {left: auto; right: 10px; padding: 6px 24px;}
  .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);}

  /* page - intro */
  /* .container{padding-top: 50px;} */
  .main-title_box {left: 10px; bottom: 3%;}
  .main-title_box .main_title {height: 80px;}
  .main {overflow-y: visible; height: 100%;}
  .elypecs_logo {right: 10px; bottom:1.5%;}
  .chrome_download {display: none;}


  /* Page - Lobby */
  .lobby .contents .lobby_bg { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; }
  .lobby .contents .lobby_bg .bg_img.only_res { display: inline-block; }
  .lobby .contents .lobby_btn_wrap .btn:before { display: none; }
  .lobby .contents .lobby_btn_wrap .btn > span { font-size: 14px; }
  .lobby .contents .btn_entry-pc { top: 96px; left: 36px; }

  /* modal */
  /* .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-aspect-ratio: 1920 / 1016) {
  /* Page - Lobby */
  .lobby .contents .lobby_bg { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: auto; width: 100%; }
  .lobby .contents .lobby_bg .bg_img { height: auto; width: 100%; }
}

@media screen and (orientation: portrait) {
  /* Page - Lobby */
  .lobby .contents .lobby_bg {height: auto;}
  .lobby .contents .lobby_bg .bg_img {width: 100%; height: auto;}
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  /* default btn */
  .common_btn { padding: 6px 14px; }
  .common_btn > span { font-size: 14px; }
  .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; }

  /* page - Main */
  .main .intro_title { width: 240px;}
  .main-title_box .main_title{height: 120px;}
  .main_brand {height: 60px;}
  .main .content .play_btn {bottom: 10%; width: 100%; text-align: center;}
  .elypecs_logo {height: 40px;}

  /* Page - Lobby */
  .lobby .contents .lobby_btn_wrap { bottom: 64px !important; max-height: 70%; max-height: calc(100% - 54px - 50px) !important; }

  /* modal */
  .modal {font-size: 15px;}
  .modal_help-center .modal_help-control-item .img_wrap {width: 50px; height: 50px;}
}

@media screen and (max-width: 999px) {
  /* nav */
  /* .header {height: 50px; padding: 13px 10px;} */
  .breadcrumbs_item span:not(.is_now) {display: none;}

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

  /* html-modal */
  .ly_pop .html-modal-container {overflow-y: visible;}
  .ly_inner {height: calc(100% - 50px); margin-top: 50px;}
}

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

  /* nav */
  .site_logo h1 {width: 164px; height: 30px;}

  /* page - Main */
  .main .intro_title {width: 240px;}
  .main-title_box .main_title {height: 60px;}
  .main_brand{height: 48px;}
  .main .afterPlay {margin-top: 10px;}
  .main .content .play_btn {bottom: 12%; width: 100%; text-align: center;}
  .elypecs_logo {display: none; bottom: 16px; height: 20px;}

  /* Page - Lobby */
  .lobby .contents { z-index: 1; background: url(../img/lobby.jpg) no-repeat 50% 50%; background-size: auto 100%; background-size: cover; }
  .lobby .contents .lobby_logo { height: 38px; position: static; margin: 50px auto 0; }
  .lobby .contents .lobby_miceview { right: 10px; height: 20px; }
  .lobby .contents .lobby_bg { position: static; height: 100%; -webkit-transform: none; transform: none; }
  .lobby .contents .lobby_btn_wrap { position: absolute; bottom: 18vh; left: 50%; width: 100%; max-height: 70%; max-height: calc(100% - 100px - 34px); overflow: auto; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
  .lobby .contents .lobby_btn_wrap .btn { position: static; width: 80%; max-width: 360px; padding: 6px 14px; -webkit-transform: none; transform: none; }
  .lobby .contents .lobby_btn_wrap .btn:not(:first-child) { margin-top: 10px; }
  .lobby .contents .lobby_btn_wrap .btn > span { font-size: 15px; word-break: keep-all; }
  .lobby .contents .lobby_btn_wrap .btn_entry { display: inline-block; }

  /* Page - Search */
  .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; }

  /* 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_inner-text > p br { display: none;}
  .modal_help-center { width: 90%!important; }
  .modal_help-center-desc { padding: 8px; }
  .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; }
  .top_util{top: 20px; right: 20px;}
  /* modal */
  .modal .help_desc { font-size: 13px; }
  .modal_inner-text > p { font-size: 13px; }
  /* .modal_help-center { top: 45%!important; } */
  .modal .modal_inner .modal_help-center-desc { padding: 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!important; font-size: 13px!important; 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;}

  .btn_menu {width: 40px; height: 40px;}
}

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

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

@media screen and (max-height: 1080px) {
  /* default btn */
  .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; }

  /* Page - Lobby */
  .lobby .contents .lobby_logo { height: 40px; }
  .lobby .contents .lobby_miceview { height: 34px; }
  .lobby .contents .lobby_btn_wrap .btn { padding: 6px 14px; }
  .lobby .contents .lobby_btn_wrap .btn > span { font-size: 14px; }
}
