body {
    overflow: hidden;
}
[v-cloak]::before {
    content: 'loading...'
}
[v-cloak] {
    display: none;
}
/* 대체 텍스트 숨김 */
.ir_pm {display:block; overflow:hidden; font-size:0px; line-height:0; text-indent:-9999px;} /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */
.ir_wa {display:block; overflow:hidden; position:relative; z-index:-1; width:100%; height:100%;} /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */
.screen_out {overflow:hidden; position:absolute; width:0; height:0; line-height:0; text-indent:-9999px;} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */

/* Vertical Showroom + Product Showroom */
#vertical_showroom, #product_showroom {
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
}
#main_wrap, #pano {
    padding-right:constant(safe-area-inset-right);
    padding-left:constant(safe-area-inset-left);
    padding-right:env(safe-area-inset-right);
    padding-left:env(safe-area-inset-left);
}
#vertical_showroom::before, #product_showroom::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    content: '';
    pointer-events: none;
    z-index: 10;
}
#product_showroom::before {
    z-index: 110;
}
#vertical_showroom.hidden::before, #product_showroom.hidden::before {
    opacity: 0;
}
#vertical_showroom #vr, #product_showroom #vr {
    width: 100%;
    height: 100vh;
    border: 0;
    background-color: #333333;
}

/****************************/
/* Top Menu
/****************************/
#top_navi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 110;
}
#top_navi .back {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}
#top_navi .back img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
#top_navi .back span {
    vertical-align: middle;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 0 5px;
    letter-spacing: 0;
}
#top_navi .home {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.1;
}
#top_navi .category {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
}
#top_navi .category img {
    width: 21px;
    vertical-align: middle;
}
#top_navi .category .sub_title {
    vertical-align: middle;
}

/****************************/
/* Left Menu
/****************************/
#left_menu a:nth-child(1) {
    z-index: 360;
}
#left_menu a:nth-child(2) {
    z-index: 350;
}
#left_menu a:nth-child(3) {
    z-index: 340;
}
#left_menu a:nth-child(4) {
    z-index: 330;
}
#left_menu a:nth-child(5) {
    z-index: 320;
}
#left_menu a:nth-child(6) {
    z-index: 310;
}
/* #left_menu a:nth-child(2) > span {
    right: -2px;
} */

/* lock */
#left_menu a.lock {
    background-color: #323232 !important;
}
#left_menu a.lock:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    border-radius: 0 15px 15px 0;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
}
#left_menu a.lock:after {
    position: absolute;
    top: 16px;
    right: -29px;
    z-index: 10;
    width: 44px;
    height: 44px;
    background: url(../../go/img/icon/icon_lock.png) no-repeat 50% / 100% auto;
    content: '';
}

/****************************/
/* Subtitle
/****************************/
#intro .subtitle {
    width: auto;
    position: fixed;
    left: 50%;
    bottom: 30px;
    color: #ffffff;
    font-size: 28px;
    text-align: center;
    transform: translate(-50%, 0);
    opacity: 1;
    z-index: 100;
}

#intro .subtitle > p {
    display: inline-block;
    padding: 9px 13px;
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-family: 'LG Smart', 'Malgun Gothic', sans-serif;
}
#intro .subtitle > p.arab {
    direction: rtl;
}

/****************************/
/* Intro
/****************************/
/* main control */
#intro .control {
    position: fixed;
    bottom: 25px;
    left: 96px;
    width: auto;
    height: auto;
    z-index: 420;
    color: #000000;
}

#intro .control > div {
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    vertical-align: middle;
}

#intro .control > div:nth-child(1) {
    background-image: url(../../go/img/icon/btn_skip_off.png);
    width: 136px;
    height: 50px;
}
#intro .control > div:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.6);
    width: 52px;
    height: 52px;
    border-radius: 26px;
}

#intro .control > div:nth-child(2) canvas {
    width: 100%;
    height: 100%;
}

#intro .control > div:nth-child(3) {
    background-image: url(../../go/img/icon/btn_stop.png);
    width: 52px;
    height: 52px;
}

#intro .control > div:nth-child(4) {
    margin-right: 0;
    background-image: url(../../go/img/icon/btn_replay.png);
    width: 52px;
    height: 52px;
}

/* intro reset */
#intro_btn_replay{
	position: fixed;
	display: inline-block;
	z-index: 98;
	left : 100px;
	bottom: 28px;
	border: 2px solid #fff;
	border-radius: 30px;
	font-size: 15px;
	letter-spacing:1px;
	font-weight: 600;
	color: #fff;
	padding: 3px 5px 3px 20px;
	cursor: pointer;
}
#intro_btn_replay img {
	width: 35px;
	margin-left: 5px;
}
#intro_btn_replay:hover{
	background-color:rgba(0,0,0,0.2);
}

/* setting box */
.setting_info {
    position: absolute;
    right: 0;
    bottom: 115px;
    width: 310px;
    padding: 30px;
    background: rgba(0,0,0,.8);
    border-radius: 25px;
    z-index: 100;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .1px;
}
.main .setting_info {
    right: -18px;
}
.setting_info .close_btn {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    background: url(../../go/img/icon/btn_close_w.png) no-repeat center / contain;
}
.setting_info h3 {
    font-size: 18px;
    font-weight: 700;
}
.setting_info ul li {
    margin-top: 15px;
}
.setting_info ul li:nth-child(1) {
    text-decoration: underline;
}
.setting_info ul li:last-child span {
    font-weight: 700;
}

#setting_box {
    position: absolute;
    bottom: 115px;
    right: 140px;
    width: 350px;
    height: 215px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 25px;
    z-index: 100;
    overflow: hidden;
}
#setting_box.ko_ver {
    height: auto
}
.main #setting_box {
    display: block;
    right: -18px;
}
#setting_box.move {
    height: 280px;
}
#setting_box.yet {
    height: 100px;
}
#setting_box > .main_content_wrap {
    padding-top: 20px;
}
#setting_box > div span {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    vertical-align: middle;
    cursor: pointer;
}
#setting_box > div span:nth-child(1) {
    width: 30px;
    text-align: center;
}
#setting_box > div span:nth-child(2) {
    width: 130px;
}
#setting_box > div span:nth-child(3) {
    cursor: pointer;
}
#setting_box > div input[type=checkbox] {
    display: none;
}
#setting_box > div input[type=checkbox] + span {
    width: 120px;
    height: 44px;
    background: url(../../go/img/icon/setting_btn_off.png) no-repeat 0 / 100% auto;
}
#setting_box > div input[type=checkbox]:checked + span {
    background: url(../../go/img/icon/setting_btn_on.png) no-repeat 0 / 100% auto;
}
#setting_index {
    opacity: 1;
    transition: all .4s;
}
#setting_box.move #setting_index {
    opacity: 0;
    transform: translateX(-100%);
    transition: all .4s;
}
#setting_index > div:not(:first-child) {
    padding-top: 21px;
}
#setting_index .language {
    opacity: .5;
}
#setting_index .language.on {
    opacity: 1;
}
#setting_index .language .lang_btn {
    color: #fff;
    font-size: 22px;
    vertical-align: bottom;
}
#setting_box #setting_index .language .lang_btn span {
    width: 0;
    margin-left: 16px;
    vertical-align: bottom;
    cursor: default;
}
#setting_index .language.on .lang_btn, #setting_index .language.on .lang_btn span {
    cursor: pointer;
}
#setting_box.move #lang_select {
    opacity: 1;
    transform: translateX(0);
    transition: all .5s;
}
#lang_select {
    opacity: 1;
    width: 340px;
    height: auto;
    margin-left: -30px;
    margin-top: -163px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.2;
    transform: translateX(100%);
    transition: all .4s;
}
#lang_select button {
    float: left;
    padding: 5px 15px;
    margin-left: 15px; 
    color: #fff;
    font-size: 20px;
    outline: none;
}
.main #lang_select button {
    padding: 0 15px;
}
#lang_select ul {
    height: 230px; 
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(100,100,100,.7) transparent;
}
#lang_select ul::-webkit-scrollbar {
    width: 6px;
}
#lang_select ul::-webkit-scrollbar-track {
    background-color: transparent;
}
#lang_select ul::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(100,100,100,0);
}
#lang_select:hover ul::-webkit-scrollbar-thumb {
    background-color: rgba(120,120,120,0.7);
}
#lang_select ul::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
#lang_select ul li {
    padding: 4px 0 14px; 
}
#lang_select li.on {
    color: #ff6161;
    font-weight: 600;
}

/****************************/
/* Bottom
/****************************/
#bottom_setting {
    display: flex;
    position: fixed;
    bottom: 25px;
    right: 50px;
    z-index: 800;
}
#bottom_setting > div:nth-child(1) {
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
}
#bottom_setting > div:nth-child(2) {
	position: absolute;
	right:0;
	top: -110%;
}
#bottom_setting .btn_setting {
    width: 100px;
    background: url(../../go/img/icon/btn_setting.png) no-repeat center / cover;
}

/****************************/
/* Main
/****************************/
.control.main {
    position: absolute;
    right: 0;
    bottom: 50px;
}
.control.main_kr {
    bottom: 0;
}

/****************************/
/* Inquiry
/****************************/
/* inquiry popup 수정 */
/* #inquiryPop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#inquiryPop .inquiry_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    max-height: 800px;
    overflow-y: scroll;
    padding: 15px 60px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    z-index: 1000;
}
#inquiryPop .inquiry_inner > h2 {
    padding-top: 40px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
#inquiryPop .inquiry_inner .close {
    position: absolute;
    top: 20px;
    right: 20px;
}
#inquiryPop .inquiry .form {
    margin-top: 30px;
}
#inquiryPop .inquiry .form .ttl_sub {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 23px;
    font-weight: bold;
}
#inquiryPop .inquiry .inquiry_row, #inquiryPop .recently-wrap, #inquiryPop .inquiry .form .input_select.type2, #inquiryPop .inquiry .input_gmultiline, #inquiryPop .input_gcheck {
    padding: 0 25px
}
#inquiryPop .recently-wrap {
    max-width: 100% !important;
    margin: 20px 0;
}
#inquiryPop .inquiry .form .noti {
    top: 16px;
    font-size: 16px;
}
#inquiryPop .inquiry .inquiry_row + .ttl_sub {
    margin-top: 36px;
}
#inquiryPop .inquiry .col2_1, #inquiryPop .inquiry .col2_2 {
    width: 48%
}
#inquiryPop .inquiry .input_gmultiline .count {
    right: 30px;
    font-size: 18px;
}
#inquiryPop .inquiry .inquiry_row, #inquiryPop .input_select.type2 {
    margin-bottom: -25px;
}
#inquiryPop .zelect_type01 .zelected, #inquiryPop .inquiry .input_gline .input input[type="text"] {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    background-position: 100% 20px;
}
#inquiryPop .zelect_type01 .dropdown {
    top: 42px;
}
#inquiryPop .inquiry .form .input_select {
    padding-bottom: 0;
}
#inquiryPop .recently.recently-empty {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}
#inquiryPop .inquiry [class*="input_"] .label > div, #inquiryPop .inquiry [class*="input_"] .label label, #inquiryPop .inquiry .input_gcheck .label > span {
    font-size: 20px;
    font-weight: 600;
}
#inquiryPop .dimm .zelect .zelected {
    background-image: url(../../go/img/icon/bull_dimm_select01_10x6.png);
}
#inquiryPop .zelected {
    background-image: url(../../go/img/icon/bull_select01_10x6.png);
}
#inquiryPop .zelect_type01 .zelect.open .zelected {
    background-position: 100% -95px;
}
#inquiryPop input[type="checkbox"] + label::before {
    background-image: url(../../go/img/icon/btn_checkbox24x24.png);
}
#inquiryPop input[type="checkbox"] + label {
    font-size: 18px;
}
#inquiryPop .zelect_type01 .dropdown a {
    padding: 13px 20px;
    font-size: 18px;
}
#inquiryPop .input_gcheck .link a {
    color: #AD0E3B;
    font-size: 14px;
    font-weight: bold;
}
#inquiryPop .inquiry .btn_area {
    padding: 65px 0 45px;
}
#inquiryPop .btn_type span {
    line-height: 50px;
} */
/* 수정중 new inquiry popup */
/* .inquiry_wrap {
    position: relative;
    width: 100%;
}
.inquiry_wrap .form {
    width: 100%;
    padding: 13px 25px;
}
.inquiry_wrap .form .noti {
    position: absolute;
    top: 28px;
    right: 35px;
    font-size: 14px;
    color: #333;
}
.inquiry_wrap .form .noti sup {
    vertical-align: top;
}
.inquiry_wrap .form sup {
    color: #b80f3c;
    font-size: 18px;
}
.inquiry_wrap .label_txt_none {
    display: inline-block;
    width: 0;
    height: 0;
    text-indent: -9999px;
}
.inquiry_wrap .form .ttl_sub {
    padding-bottom: 12px;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 50px;
    font-size: 22px;
    font-weight: 600;
}
.inquiry_wrap .select_style {
    position: relative;
}
.inquiry_wrap .inquiry_select {
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 0 30px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    background: url(../../go/img/icon/bull_select01_10x6.png) no-repeat;
    background-position: 100% 23px;
    border: 1px solid #333;
    border-radius: 3px;
    cursor: pointer;
}
.inquiry_wrap .inquiry_select.on {
    background-position: 100% -91px;
}
.inquiry_wrap .select_lists {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 0 0 3px 3px;
    background-color: #fff;
    z-index: 2;
    max-height: 300px;
    overflow-y: auto;
}
.inquiry_wrap .select_lists div {
    font-size: 20px;
    padding: 24px 20px;
}
.inquiry_wrap .inquiry_row .row {
    width: 50%;
    float: left;
    padding: 0 15px 26px;
    box-sizing: border-box;
}
.inquiry_wrap .inquiry_row .label {
    display: inline-block;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 400;
} */

/****************************/
/* Popup
/****************************/
#popup {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333333;
    z-index: 99;
}
#vertical_showroom #intro::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    content: '';
    pointer-events: none;
    z-index: 10;
}
#popup .component {
    width: 100%;
    height: 100%;
    color: #ffffff;
}

/****************************/
/* Loading
/****************************/
#loading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #000000;
}
#loading div {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    word-break: keep-all;
    font-size: 15px;
    font: inherit;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
#loading div img {
    display: inline-block;
    text-align: center;
}
#loading div p {
    margin-top: 40px;
    font-size: 31px;
    color: #ffffff;
}
#loading div p strong {
    display: block;
    margin-bottom: 15px;
    font-size: 45px;
}
#horiz_wrap {
    display: none;
}

/****************************/
/* Effect
/****************************/
.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}


/****************************/
/* Lock Popup
/****************************/
.lock_pop_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}
.pop_wrap {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #0a0a0a;
    border-radius: 5px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.pop_wrap .btn_close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 32px;
    height: 32px;
    background: url(../../go/img/icon/btn_lock_close.png) no-repeat 50% / 100% auto;
}

/* small */
.pop_wrap.small {
    width: 90%;
    max-width: 515px;
    padding: 50px 30px 35px;
}
.pop_wrap.small .tit {
    font-size: 28px;
    color: #000;
}
.pop_wrap.small .txt {
    margin-top: 80px;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
}
.pop_wrap.small .pop_btn {
    margin-top: 80px;
    font-size: 0;
}
.pop_wrap.small .pop_btn .btn {
    display: inline-block;
    position: relative;
    margin-right: 3%;
    width: 48.5%;
    height: 56px;
    border: 1px solid #ab0d3b;
    border-radius: 4px;
    font-size: 22px;
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
}
.pop_wrap.small .pop_btn .btn:last-child {
    margin-right: 0;
}
.pop_wrap.small .pop_btn .btn span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.pop_wrap.small .pop_btn .btn_yes {
    background-color: #ab0d3b;
    color: #fff;
}
.pop_wrap.small .pop_btn .btn_no {
    background-color: #fff;
    color: #ab0d3b;
}
.pop_wrap.small .pop_btn .btn_back {
    width: 100%;
    background-color: #fff;
    color: #333;
}

/* large */
.pop_wrap.large {
    width: 100%;
    max-width: 1170px;
    max-height: 80%;
    padding: 60px 90px;
    overflow-y: auto;
}
.pop_wrap.large .tit_area {
    text-align: center;
}
.pop_wrap.large .tit_area .tit {
    font-weight: 600;
    font-size: 50px;
    color: #000;
}
.pop_wrap.large .tit_area .txt {
    margin-top: 30px;
    font-size: 30px;
    color: #000;
}
.pop_wrap.large form {
    margin-top: 50px;
}
.pop_wrap.large .col2_1,
.pop_wrap.large .col2_2 {
    width: 674px;
}
.pop_wrap.large .input input,
.pop_wrap.large .input_select .zelected {
    height: 48px;
    font-size: 20px;
    line-height: 46px;
}
.pop_wrap.large .input_select .dropdown {
    top: 48px;
    left: 0;
    right: 0;
}
.pop_wrap.large .input_gcheck label {
    font-size: 20px;
}
.pop_wrap.large .input_gcheck .desc {
    font-size: 16px;
    line-height: 1.2;
    color: #717171;
}
.pop_wrap.large .btn_area {
    margin-top: 45px;
    padding: 0;
}

/* cookie info popup */
#eprivacy-layer {
    /* display: none; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
#eprivacy-layer::before {
    display: none;
}
#eprivacy-layer:focus {
    outline: 0;
}
#eprivacy-layer .eprivacy-back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
#eprivacy-layer .eprivacy-message-wrap {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-45%, -50%);
}
#eprivacy-layer .eprivacy-message-wrap .eprivacy-message-inner {
    pointer-events: none;
    width: 550px;
    height: 222px;
    padding: 47px 36px 41px 36px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    text-align: left;
    border: 1px solid #707070;
}
#eprivacy-layer .eprivacy-message-wrap .title {
    font-size: 30px;
    line-height: 24px;
    color: #000;
    margin-bottom: 37px;
    letter-spacing: 0px;
}
#eprivacy-layer .eprivacy-message-wrap .description {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    pointer-events: auto;
}
#eprivacy-layer .eprivacy-message-wrap .description a {
    font-size: inherit!important;
    line-height: inherit!important;
    color: #a50034!important;
    font-weight: inherit!important;
    text-decoration: underline!important;
    color: #A50034;
}
#eprivacy-layer .eprivacy-message-wrap .btn-cover {
    position: absolute;
    right: 30px;
    top: 30px;
}
#eprivacy-layer .eprivacy-message-wrap .btn-cover button {
    width: 30px;
    height: 30px;
    background-image: url(../../go/img/icon/btn_close_c.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    border: 0;
    outline: 0;
}
#eprivacy-layer .eprivacy-message-wrap .btn-cover button .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/****************************/
/* Moblie
/****************************/
@media screen and (max-width: 1199px) {
    /* Common */
    html, body {
        height: 100vh;
    }
    #vertical_showroom, #product_showroom {
        position: fixed;
        width: 100%;
        height: 100vh;
    }

    /* Loading */
    #loading {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background-color: #000000;
    }
    #loading div {
        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box;
        word-break: keep-all;
        font-size: 15px;
        font: inherit;
        color: #ffffff;
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    #loading div img {
        width: 50px;
    }
    #loading div p {
        margin-top: 20px;
        font-size: 22px;
    }
    #loading div p strong {
        margin-bottom: 5px;
        font-size: 34px;
    }

    /* Horiz_wrap */
    #horiz_wrap {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10000;
        width: 100%;
        height: 100%;
        background-color: #000;
    }
    #horiz_wrap .horiz_inner {
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
    }
    #horiz_wrap .img img {
        width: 65px;
    }
    #horiz_wrap .txt {
        margin-top: 20px;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
    }

    /* Lock */
    .pop_wrap {
        padding: 30px !important;
        border: none;
    }
    .pop_wrap .btn_close {
        top: 30px;
        right: 30px;
        width: 25px;
        height: 25px;
    }
    
    /* small */
    .pop_wrap.small .tit {
        font-size: 24px;
    }
    .pop_wrap.small .txt {
        margin-top: 40px;
        font-size: 18px;
    }
    .pop_wrap.small .pop_btn {
        margin-top: 40px;
    }
    .pop_wrap.small .pop_btn .btn {
        height: 50px;
        font-size: 18px;
    }
    
    /* large */
    .pop_wrap.large {
        max-height: 100%;
        border-radius: 0;
    }
    .pop_wrap.large .tit_area .tit {
        font-size: 35px;
        line-height: 1.1;
    }
    .pop_wrap.large .tit_area .txt {
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.1;
    }
    .pop_wrap.large form {
        margin-top: 50px;
    }
    .pop_wrap.large .col2_1,
    .pop_wrap.large .col2_2 {
        width: 100%;
    }
    .pop_wrap.large .input input,
    .pop_wrap.large .input_select .zelected {
        font-size: 16px;
    }
    .pop_wrap.large .input_gcheck label {
        font-size: 16px;
    }

    #eprivacy-layer .eprivacy-message-wrap .eprivacy-message-inner {
        width: 385px;
        height: 155px;
        padding: 33px 22px 30px 22px;
    }
    #eprivacy-layer .eprivacy-message-wrap .title {
        font-size: 20px;
        line-height: 14px;
        margin-bottom: 23px;
    }
    #eprivacy-layer .eprivacy-message-wrap .description {
        font-size: 14px;
        line-height: 16px;
    }
    #eprivacy-layer .eprivacy-message-wrap .btn-cover {
        right: 20px;
        top: 20px;
    }
    #eprivacy-layer .eprivacy-message-wrap .btn-cover button {
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: 50% 50%;
    }
}

/****************************/
/* Moblie - Landscape
/****************************/
@media screen and (max-width: 1199px) and (orientation: landscape) {
    #vertical_showroom::before, #product_showroom::before {
        height: 40px;
        background: rgba(0, 0, 0, 0.2);
    }
    #horiz_wrap {
        display: none;
    }

    /* Top */
    #top_navi .back {
        top: 7px;
        left: 20px;
    }
    #top_navi .back img {
        width: 20px;
    }
    #top_navi .back span {
        margin-left: 3px;
        font-size: 17px;
    }
    #top_navi .home {
        top: 10px;
        font-size: 18px;
    }
    #top_navi .category {
        top: 11px;
        right: 20px;
        font-size: 17px;
    }
    #top_navi .category img {
        width: 16px;
    }

    /* Setting */
    #bottom_setting {
        right: 14px;
        bottom: 15px;
        bottom: calc(constant(safe-area-inset-bottom) + 15px);
        bottom: calc(env(safe-area-inset-bottom) + 15px);
    }
    #bottom_setting > div:nth-child(1) {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    #bottom_setting > div:nth-child(2) {
        width: 50px;
        height: 50px;
    }
    #bottom_setting #setting_box {
        right: 0;
        bottom: 66px;
        width: 184px;
        height: 140px;
        padding: 18px 14px;
        border-radius: 10px;
    }
    #bottom_setting #setting_box.ko_ver {
        height: auto !important;
    }
    #bottom_setting #setting_box.move {
        height: 180px;
    }
    #bottom_setting #setting_box.yet {
        height: 86px;
    }
    #bottom_setting #setting_box div {
        font-size: 0;
    }
    #bottom_setting #setting_index > div span {
        font-size: 15px;
    }
    #bottom_setting #setting_index > div span:nth-child(1) {
        width: 14px;
        margin-right: 9px;
    }
    #bottom_setting #setting_index > div span:nth-child(2) {
        width: calc(100% - 93px);
    }
    #bottom_setting #setting_index > div input[type=checkbox] + span {
        width: 70px;
        height: 24px;
    }
    #lang_select {
        width: 175px;
        margin-left: -10px;
        margin-top: -110px;
    }
    #lang_select button {
        margin-left: 0;
    }
    #lang_select ul {
        height: 150px;
    }
    #lang_select ul li {
        font-size: 16px;
    }    
    #setting_index .language .lang_btn {
        font-size: 13px;
    }
    .setting_info {
        bottom: 60px;
        width: 270px;
        padding: 19px;
        font-size: 12px;
    }
    .setting_info h3 {
        font-size: 14px;
    }
    #setting_box #setting_index .language .lang_btn span {
        margin-left: 2px;
    }

    /* lock */
    #left_menu a.lock:before {
        border-radius: 0;
    }
    #left_menu a.lock:after {
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        transform: translate(-50%, -50%);
    }

    /* subtitle */
    #intro .subtitle {
        font-size: 13px;
        line-height: 1.2;
        transform: translate(-40%, 0);
        bottom: 15px;
    }
    #intro .subtitle > p {
        padding: 5px 10px;
    }
    
    /* video button */
    #intro .control {
        left: 25px;
        bottom: 18px;
        bottom: calc(constant(safe-area-inset-bottom) + 18px);
        bottom: calc(env(safe-area-inset-bottom) + 18px);
    }
    #intro .control > div:nth-child(1) {
        width: 73px;
        height: 27px;
    }
    @keyframes playbtn {
        to {
            background-color: #9e2e64;
        }
        from {
            background-color: rgba(0, 0, 0, 0.6);
        }
    }
    #intro .control > div:nth-child(2) {
        background-color: rgba(0, 0, 0, 0.6);
        width: 30px;
        height: 30px;
        border-radius: 15px;
    }
    #intro .control > div:nth-child(2) canvas {
        width: 100%;
        height: 100%;
    }

    #intro .control > div:nth-child(2).iosOnly {
        animation: playbtn 1.3s cubic-bezier(.5, 0, 1, 1) 9 alternate;
    }
    #intro .control > div:nth-child(3) {
        width: 30px;
        height: 30px;
    }
    #intro .control > div:nth-child(4) {
        width: 30px;
        height: 30px;
    }
    #intro_btn_replay {
		left: 55px;
		bottom: 19px;
        bottom: calc(constant(safe-area-inset-bottom) + 19px);
        bottom: calc(env(safe-area-inset-bottom) + 19px);
		font-size: 13px;
		padding: 2px 1px 2px 8px;
		font-weight: 400;
		letter-spacing: -0.5px;
	}
	#intro_btn_replay img {
		width:20px;
    }
}

@media screen and (max-width: 1080px) {
    /* 수정한 inquiry popup */
    /* #inquiryPop .inquiry_inner {
        height: 100vh;
    }
    #inquiryPop .inquiry_inner > h2 {
        padding-top: 25px;
        font-size: 30px;
    }
    #inquiryPop .inquiry .form .noti {
        top: 58px;
        font-size: 12px;
    }
    #inquiryPop .inquiry .col2_1, #inquiryPop .inquiry .col2_2 {
        width: 100%
    }
    #inquiryPop .inquiry .inquiry_row, #inquiryPop .input_select.type2 {
        margin-bottom: 0;
    }
    #inquiryPop .inquiry .form .ttl_sub {
        margin-bottom: 30px;
        font-size: 19px;
    }
    #inquiryPop .inquiry [class*="input_"] .label > div, #inquiryPop .inquiry [class*="input_"] .label label, #inquiryPop .inquiry .input_gcheck .label > span, #inquiryPop .inquiry .input_gmultiline .count, #inquiryPop input[type="checkbox"] + label {
        font-size: 16px;
    }
    #inquiryPop .zelect_type01 .zelected, #inquiryPop .inquiry .input_gline .input input[type="text"] {
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    #inquiryPop .input_gcheck .link a {
        font-size: 12px;
    }
    #inquiryPop .btn_type span {
        line-height: 1;
    }
    #inquiryPop .zelect_type01 select, #inquiryPop .zelect_type02 select {
        background-image: url(../../go/img/icon/bull_select01_10x6.png);
    } */
}
/****************************/
/* Moblie - Portrait
/****************************/
@media screen and (max-width: 1199px) and (orientation: portrait) {
    #eprivacy-layer {
        display: none!important;
    }
    #eprivacy-layer.eprivacy-vertical {
        display: block!important;
    }
}