/* Vertical Showroom */
#setting_box #lang_select .newSetting {
    margin-left: 55px;
    margin-right: 18px;
    font-size: 22px;
    cursor: auto
}

/****************************/
/* Left Menu
/****************************/
#vertical_showroom #left_menu {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-200px, -50%);
    z-index: 300;
}
#vertical_showroom #left_menu button {
    display: none;
}
#vertical_showroom #left_menu a {
    position: relative;
    display: block;
    width: 260px;
    height: 119px;
    padding: 5px 0;
    margin-top: -5px;
    background-color: #333333;
    border-radius: 0 15px 15px 0;
    box-shadow: 1px 1px 5px #000000;
    transition: 0.5s;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
}
#vertical_showroom #left_menu a:hover {
    background-color: #FD312E;
    transform: translateX(200px);
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
}
#vertical_showroom #left_menu a.active {
    background-color: #FD312E;
}
#vertical_showroom #left_menu a > span {
    position: absolute;
    top: 30px;
    right: -20px;
    width: 110px;
    height: 60px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    transform: rotate(90deg);
}
#vertical_showroom #left_menu a > span.line {
    right: -11px;
    width: 100px;
    line-height: 1.2;
}

/****************************/
/* Intro
/****************************/
#vertical_showroom #intro {
    z-index: 400;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
}
#vertical_showroom #intro #intro_video, #vertical_showroom #intro .video_section {
    position: absolute;
    top: -8%;
    left: 0;
}
#vertical_showroom #onlyPop #intro {
    background-color: transparent;
}
#intro_video, #video_show, #video_none {
    width: 100%;
}
#vertical_showroom #intro .hide {
    transition: all 3s ease;
}
#vertical_showroom #intro .video_section {
    width: 100%;
    position: absolute;
}
#vertical_showroom #intro #video_show {
    z-index: 2;
}
#vertical_showroom #intro #video_none {
    z-index: 1;
}
#vertical_showroom #intro #cinema_link {
    position: absolute;
    z-index: 200;
}

/* control room move */
#control_mode>div {
    cursor: pointer;
    border-radius: 25px;
    padding: 10px 25px;
    background: linear-gradient(to right, #bc1137, #a6144a, #5e1e86);
    position: absolute;
    top: 70px;
    right: 25px;
    z-index: 112;
    transition: 0.3s;
}
#control_mode img {
    width: 20px;
    margin-right: 7px;
    vertical-align: middle;
}
#control_mode>div:hover {
    opacity: 0.8;
}
#control_mode span {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    vertical-align: middle;
}

/* -- main control -- */
.video_btn .page_prev,
.video_btn .page_next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 188px;
    height: 188px;
    border-radius: 94px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.3s;
}
.video_btn .page_prev {
    left: 104px;
    background-image: url(../img/icon/page_prev.png);
}
.video_btn .page_next {
    right: 34px;
    background-image: url(../img/icon/page_next.png);
}
.video_btn .page_prev:hover, .video_btn .page_next:hover {
    background-color: rgba(255,255,255,.2);
}

/* -- pop control -- */
#vertical_showroom #intro .control_popup {
    position: absolute;
    display: flex;
    left: 100px;
    bottom: 25px;
    width: 500px;
    height: auto;
    align-items: center;
    z-index: 99;
    color: #000000;
}
#vertical_showroom #intro .control_popup > div {
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    vertical-align: middle;
}
#vertical_showroom #intro .control_popup > div:nth-child(1) {
    background-image: url(../../go/img/icon/btn_skip_off.png);
    width: 136px;
    height: 50px;
}
#vertical_showroom #intro .control_popup > div:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../../go/img/icon/btn_play_trans.png);
    left: 188px;
    width: 52px;
    height: 52px;
    border-radius: 26px;
}

#vertical_showroom #intro .control_popup > div:nth-child(3) {
    background-image: url(../../go/img/icon/btn_stop.png);
    left: 188px;
    width: 52px;
    height: 52px;
}
#vertical_showroom #intro .control_popup > div:nth-child(4) {
    margin-right: 0;
    background-image: url(../../go/img/icon/btn_replay.png);
    left: 255px;
    width: 52px;
    height: 52px;                                   
}

/* *************************** */
/* ********* menu box ******** */
/* *************************** */
#menu_icon_border {
    position: fixed;
    bottom: 0px;
    left: 50px;
    width: 55px;
    height: 55px;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translate(-50%, -50%);
    content: '';
}
#menu_icon {
    position: absolute;
    text-align: center;
    left: 15px;
    top: 15px;
    cursor: pointer;
}
#menu_icon .img {
    position: relative;
    z-index: 10;
}
#menu_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 55px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 900;
}
#menu_box .box_title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
#menu_box .box_subtitle {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
#menu_box .close {
    position: absolute;
    bottom: 35px;
    left: 40px;
    cursor: pointer;
}
#menu_box .vertical_line {
    position: absolute;
    top: 0;
    left: 430px;
    width: 1px;
    height: 100%;
    background: rgba(51, 51, 51, 0.5);
}
#menu_box .list {
    position: relative;
    left: 0px;
    margin-top: 50px;
}
#menu_box .list .space_inner {
    position: relative;
    width: 350px;
}
#menu_box .list .subtitle_inner {
    display: none;
    position: absolute;
    top: 0;
    left: 340px;
    width: 1000px;
}
#menu_box .list .space_title {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
}

#menu_box .list .space_inner:nth-child(1).space_inner::before {
    content: "";
    position: absolute;
    left: 128px;
    top: -16px;
    display: inline-block;
    width: 52px;
    height: 25px;
    background: url(/theme/dc/content/go/img/icon/btn_new_title.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(3).space_inner::before {
    content: "";
    position: absolute;
    left: 283px;
    top: -16px;
    display: inline-block;
    width: 52px;
    height: 25px;
    background: url(/theme/dc/content/go/img/icon/btn_new_title.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(6).space_inner::before {
    content: "";
    position: absolute;
    left: 95px;
    top: -16px;
    display: inline-block;
    width: 52px;
    height: 25px;
    background: url(/theme/dc/content/go/img/icon/btn_new_title.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(7).space_inner::before {
    content: "";
    position: absolute;
    left: 64px;
    top: -16px;
    display: inline-block;
    width: 52px;
    height: 25px;
    background: url(/theme/dc/content/go/img/icon/btn_new_title.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(8).space_inner::before {
    content: "";
    position: absolute;
    left: 113px;
    top: -16px;
    display: inline-block;
    width: 52px;
    height: 25px;
    background: url(/theme/dc/content/go/img/icon/btn_new_title.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(1) .subtitle_inner .space_subtitle:nth-child(3).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 200px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(1) .subtitle_inner .space_subtitle:nth-child(4).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 146px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(1) .subtitle_inner .space_subtitle:nth-child(5).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 140px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(1) .subtitle_inner .space_subtitle:nth-child(6).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 111px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(3) .subtitle_inner .space_subtitle:nth-child(3).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 356px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(3) .subtitle_inner .space_subtitle:nth-child(4).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 131px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(3) .subtitle_inner .space_subtitle:nth-child(7).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 256px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(3) .subtitle_inner .space_subtitle:nth-child(8).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 216px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(3) .subtitle_inner .space_subtitle:nth-child(9).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 229px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(6) .subtitle_inner .space_subtitle:nth-child(2).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 131px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(6) .subtitle_inner .space_subtitle:nth-child(3).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 231px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(6) .subtitle_inner .space_subtitle:nth-child(4).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 258px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(6) .subtitle_inner .space_subtitle:nth-child(5).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 188px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(7) .subtitle_inner .space_subtitle:nth-child(1).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 200px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(7) .subtitle_inner .space_subtitle:nth-child(2).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 273px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(8) .subtitle_inner .space_subtitle:nth-child(1).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 245px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:nth-child(8) .subtitle_inner .space_subtitle:nth-child(2).space_subtitle::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 385px;
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 100;
    background: url(../../go/img/icon/btn_new.png) no-repeat center / cover;
}

#menu_box .list .space_inner:last-child .space_title {
    margin-bottom: 0;
}
#menu_box .list .space_subtitle {
    display: block;
    position: relative;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 60px;
    cursor: pointer;
}
#menu_box .list .space_subtitle:last-child {
    margin-bottom: 0;
}

/* lock */
#menu_box .list .space_subtitle.lock {
    color: #333 !important;
}
#menu_box .list .space_subtitle.lock:after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    width: 44px;
    height: 44px;
    background: url(../img/icon/icon_lock.png) no-repeat 50% / 100% auto;
    transform: translateY(-50%);
    content: '';
}

/* event */
#menu_box .list .space_inner:hover .space_title,
#menu_box .list .space_inner:focus .space_title,
#menu_box .list .space_title:focus,
#menu_box .list .space_inner:active .space_title {
    color: #FD312E;
}
#menu_box .list .space_inner:hover .subtitle_inner,
#menu_box .list .space_inner:focus .subtitle_inner,
#menu_box .list .space_inner:active .subtitle_inner {
    display: block;
}
#menu_box .list .space_subtitle:hover,
#menu_box .list .space_subtitle:focus,
#menu_box .list .space_subtitle:active {
    color: #FD312E;
    background: url(../img/icon/menu_setting_list_bg.png) no-repeat 11px 50%;
}

/****************************/
/* Popup: Label
/****************************/
#vertical_showroom #popup #pop_label {
    position: absolute;
    cursor: pointer;
    z-index: 101;
}
#vertical_showroom #popup #pop_label .plus {
    position: absolute;
    left: -14px;
    bottom: -49px;
    width: 28px;
    height: 28px;
}
#vertical_showroom #popup #pop_label.btn_right .plus {
    left: auto;
    right: -14px;
}
#vertical_showroom #popup #pop_label .plus:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(168, 20, 72, 0.5);
    animation: plusBg 1.5s ease-in-out infinite;
    transform: translate(-50%, -50%);
    content: '';
}
#vertical_showroom #popup #pop_label .plus:after {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(../../go/img/icon/hotspot.png) no-repeat 0 / 100% auto;
    content: '';
}
#vertical_showroom #popup #pop_label .lock {
    position: absolute;
    left: -22px;
    bottom: -67px;
    width: 50px;
    height: 50px;
    background: url(../../go/img/icon/icon_lock.png) no-repeat 50% / 100% auto;
}
#vertical_showroom #popup #pop_label .txt {
    position: relative;
    padding: 0 18px;
    border-radius: 25px 25px 25px 0;
    background: linear-gradient(to right, #bc1137, #a6144a, #5e1e86);
    font-weight: 600;
    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
}
#vertical_showroom #popup #pop_label.btn_right .txt {
    border-radius: 25px 25px 0 25px;
    background: linear-gradient(to left, #bc1137, #a6144a, #5e1e86);
}
#vertical_showroom #popup #pop_label .txt:after {
    position: absolute;
    left: 0;
    bottom: -22px;
    border-top: 22px solid #bd1037;
    border-right: 22px solid transparent;
    content: '';
}
#vertical_showroom #popup #pop_label.btn_right .txt:after {
    left: auto;
    right: 0;
    border-right-width: 0;
    border-left: 22px solid transparent;
}


/****************************/
/* Keyframes
/****************************/
@keyframes plusBg {
    0% {
        width: 100%;
        height: 100%;
    }
    50% {
        width: 200%;
        height: 200%;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}

/****************************/
/* Lock
/****************************/
/* #lock {
    position: absolute;
    top: 0; left: 0; width:500px; height: 300px; background: #ff0000;
    z-index: 9999;
} */

/****************************/
/* Pop Vertical
/****************************/
.pop_vertical, #onlyYouTube {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    opacity: 0;
    transition: all .5s;
}
.pop_vertical.on, #onlyYouTube.on {
    z-index: 1500;
    opacity: 1;
    transition: all .5s;
}
.pop_vertical .view, #onlyYouTube .video_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    background: transparent;
    border-radius: 5px;
}
#onlyYouTube .video_area {
    height: 80%;
}
.pop_vertical .view .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 1000;
}
.pop_vertical .view_inner {
    max-height: 820px;
    padding: 30px 42px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 5px;
    font-size: 0;
}
.pop_vertical .view .view_inner .title {
    font-size: 35px;
    padding-bottom: 17px;
    color: #000;
    font-weight: 600;
}
.pop_vertical .view .view_inner .item_select {
    width: 100%;
    border-bottom: 1px solid #B9B9B9;
}
.pop_vertical .view .view_inner .item_select button {
    padding: 13px 23px;
    margin-bottom: -1px;
    border-bottom: 4px solid transparent;
    font-size: 22px;
    color: #B9B9B9;
    font-weight: 600;
}
.pop_vertical .view .view_inner .item_select button.on {
    color: #FD312E;
    border-bottom: 4px solid #FD312E;
}
.pop_vertical .view .item_show {
    position: absolute;
    display:none;
    z-index: -1;
}
.pop_vertical .view .item_show.on {
    position: static;
    display:block;
    z-index: 2;
}
.pop_vertical .view .img {
    display: block;
    width: 50%;
    padding: 20px 0;
    float: left;
}
.pop_vertical .view .img .item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.pop_vertical .view .img .item img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.pop_vertical .slick-prev,
.pop_vertical .slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 15px;
    height: 25px;
    font-size: 0;
    border: 0;
    transform: translateY(-50%);
    cursor: pointer;
}
.pop_vertical .slick-prev {
    left: 0px;
    background: url('../is/showroom_product_left.png') no-repeat 0 0;
}
.pop_vertical .slick-next {
    right: 0;
    background: url('../is/showroom_product_right.png') no-repeat 0 0;
}
.pop_vertical .slick-dots {
    margin: 13px auto 5px;
    width: 100%;
    max-width: 300px;
    display: none;
    text-align: center;
}
.pop_vertical .slick-dots li {
    display: inline-block;
    margin: 5px;
}
.pop_vertical .slick-dots button {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    text-indent: -9999px;
    background: #333;
    opacity: .2;
}
.pop_vertical .slick-active button {
    opacity: 1;
}
.pop_vertical .view .text {
    display: block;
    width: 48%;
    max-height: 390px;
    padding: 27px 0 0 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    overflow-x: hidden;
}
.desc_additional {
    padding-top: 16px;
    font-size: 16px;
    color: #444;
    line-height: 1.37;
}
.desc_additional span {
    display: block;
    padding-top: 4px;
}
.pop_vertical .view .text .text_feature {
    margin-top: 25px;
    line-height: 30px;
}
.pop_vertical .view .view_inner .text .text_feature li:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 8px;
    vertical-align: middle;
    background: #000;
    border-radius: 100%;
}

.pop_vertical .view .view_inner .text .text_feature li.feature2:before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    margin: 0 4px;
    vertical-align: middle;
    background: #000;
    border-radius: 100%;
}
.pop_vertical .view .text .text_feature b {
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}
.pop_vertical .view .text li {
    text-indent: -16px;
    padding-left: 16px;
}

.pop_vertical .view .text li.feature2 {
    font-size: 16px;
    color: #444;
    line-height: 1.4;
}
.pop_vertical .view .view_inner .link_wrap {
    clear: both;
    width: 100%;
    padding: 25px 30px;
    margin: 27px 0;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    background-color: #F8F8F8;
    display: flex;
}
.pop_vertical .view .view_inner .link_wrap > div {
    width: 50%;
    display: inline-block;
}
.pop_vertical .view .view_inner .link_wrap div b {
    display: block;
    margin-bottom: 13px;
    color: #222;
    font-size: 20px;
}
.pop_vertical .view .view_inner .link_wrap div a {
    margin-right: 40px;
    /* margin-left: 5px; */
    color: #3b3b3b;
    font-size: 18px;
    border-bottom: 1px solid #222;
    cursor: pointer;
}
.pop_vertical .view .btn {
    text-align: center;
    clear: both;
    margin: 30px 0 0;
}
.pop_vertical .view .btn a, .pop_vertical .view .btn button {
    display: inline-block;
    margin: 0 10px;
    width: 24%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: top;
    border: 1px solid #3B3B3B;
    border-radius: 5px;
    font-weight: 600;
}
.pop_vertical .view .btn .btn_inquiry {
    color: #fff;
    border: 1px solid #FD312E;
    background: #FD312E;
}
.pop_vertical .video_area {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.pop_vertical .video_area .video_inner, #onlyYouTube .video_area .video_inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pop_vertical .video_area iframe, #onlyYouTube .video_area iframe {
    width: 100%;
    height: 100%;
}
.pop_vertical .video_area .btn_video_close, #onlyYouTube .video_area .btn_video_close {
    position: absolute;
    right: 19px;
    top: -40px;
    width: 36px;
    height: 36px;
    background: url(../../go/img/icon/btn_video_close.png) no-repeat;
}

@media screen and (max-height: 820px) {
    .pop_vertical .view_inner {
        max-height: 630px;
    }
    .pop_vertical .view .text {
        max-height: auto
    }
}

/****************************/
/* Moblie - Landscape
/****************************/
@media screen and (max-width: 1199px) and (orientation: landscape) {
    #setting_box #lang_select .newSetting {
        margin-left: 40px;
        margin-right: 10px;
        font-size: 15px;
    }
    /* Bottom */
    #vertical_showroom #intro .control_popup {
        left: 50px;
        bottom: 20px;
        bottom: calc(constant(safe-area-inset-bottom) + 20px);
        bottom: calc(env(safe-area-inset-bottom) + 20px);
    }
    #vertical_showroom #intro .control_popup > div {
        margin-right: 7px;
    }

    /* -- pop control -- */
    #vertical_showroom #intro .control_popup > div:nth-child(1) {
        width: 73px;
        height: 27px;
    }
    #vertical_showroom #intro .control_popup > div:nth-child(2) {
        left: 135px;
        width: 30px;
        height: 30px;
        border-radius: 15px;
    }

    #vertical_showroom #intro .control_popup > div:nth-child(2).iosOnly {
        animation: playbtn 1.3s cubic-bezier(.5, 0, 1, 1) 9 alternate;
    }
    #vertical_showroom #intro .control_popup > div:nth-child(3) {
        left: 135px;
        width: 30px;
        height: 30px;
    }
    #vertical_showroom #intro .control_popup > div:nth-child(4) {
        left: 170px;
        width: 30px;
        height: 30px;
    }

    /* Left */
    #vertical_showroom #left_menu {
        top: 0;
        height: 100%;
        transform: translateX(-180px);
        transition: transform 0.4s ease-out;
    }
    #vertical_showroom #left_menu button {
        display: block;
        position: absolute;
        bottom: calc(58% + constant(safe-area-inset-bottom));
        bottom: calc(58% + env(safe-area-inset-bottom));
        right: -32px;
        width: 32px;
        height: 140px;
        border-radius: 0 10px 10px 0;
        background-color: #000;
        transform: translateY(50%);
    }
    #vertical_showroom #left_menu button span {
        position: absolute;
        left: 23px;
        top: 0;
        width: 140px;
        font-size: 18px;
        color: #fff;
        transform: rotate(90deg);
        transform-origin: 0 0;
    }
    #vertical_showroom #left_menu div {
        width: 180px;
        height: 100%;
        padding: 20px 14px;
        background-color: rgba(0, 0, 0, 0.9);
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: rgba(100,100,100,.7) transparent;
    }
    #vertical_showroom #left_menu div::-webkit-scrollbar {
        width: 6px;
    }
    #vertical_showroom #left_menu div::-webkit-scrollbar-track {
        background-color: transparent;
    }
    #vertical_showroom #left_menu div::-webkit-scrollbar-thumb {
        border-radius: 3px;
        background-color: rgba(100,100,100,0);
    }
    #vertical_showroom #left_menu div::-webkit-scrollbar-thumb {
        background-color: rgba(120,120,120,0.7);
    }
    #vertical_showroom #left_menu div::-webkit-scrollbar-button {
        width: 0;
        height: 0;
    }
    #vertical_showroom #left_menu a {
        width: 100%;
        height: auto;
        margin: 18px 0 0;
        padding: 0;
        background: none;
        border-radius: 0;
        box-shadow: none;
    }
    #vertical_showroom #left_menu a:hover {
        background-color: transparent;
        transform: none;
    }
    #vertical_showroom #left_menu a:first-child {
        margin-top: 0 !important;
    }
    #vertical_showroom #left_menu a > span {
        display: inline-block;
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 15px;
        text-align: left;
        transform: none;
        font-weight: 600;
    }
    #vertical_showroom #left_menu a > span br {
        display: none;
    }

    /* event */
    #vertical_showroom #left_menu.on {
        transform: translateX(0);
    }
    #vertical_showroom #left_menu a.active {
        background: none;
    }
    #vertical_showroom #left_menu a.active span {
        font-weight: 700;
        color: #FD312E;
    }

    /* popup label */
    #vertical_showroom #popup #pop_label .plus {
        left: -7px;
        bottom: -23px;
        width: 15px;
        height: 15px;
    }
    #vertical_showroom #popup #pop_label.btn_right .plus {
        left: auto;
        right: -7px;
    }
    #vertical_showroom #popup #pop_label .lock {
        left: -13px;
        bottom: -40px;
        width: 30px;
        height: 30px;
    }
    #vertical_showroom #popup #pop_label .txt {
        padding: 6px 10px;
        font-size: 11px;
        line-height: 1;
    }
    #vertical_showroom #popup #pop_label .txt:after {
        bottom: -10px;
        border-top-width: 10px;
        border-right-width: 10px;
    }
    #vertical_showroom #popup #pop_label.btn_right .txt:after {
        border-right-width: 0;
        border-left-width: 10px;
    }

    /* popup menu */
    #vertical_showroom #popup #menu {
        top: 55px !important;
        right: 15px !important;
        left: auto !important;
        z-index: 300;
        width: auto !important;
        transform: none;
    }
    #vertical_showroom #popup #menu button {
        display: block;
        padding: 2px 8px;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.6);
        font-size: 15px;
        line-height: 27px;
        background-color: #FD312E;
        color: #ffffff;
        text-align: center;
    }

    #vertical_showroom #popup #menu .btn_inner {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 30px 50px;
        border: 1px solid #707070;
        background-color: rgba(0, 0, 0, 0.8);
    }
    #vertical_showroom #popup #menu .tit {
        display: block;
        font-size: 30px;
        line-height: 35px;
        color: #fff;
        text-align: center;
    }
    #vertical_showroom #popup #menu .tit span {
        display: inline-block;
        position: relative;
        padding: 0 6px 7px;
    }
    #vertical_showroom #popup #menu .tit span:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #8a145c;
        content: '';
    }
    .product_video_btn .btn_close {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 49px;
        height: 49px;
        background: url(../../go/img/icon/product_close.png) no-repeat;
    }
    #vertical_showroom #popup #menu ul {
        margin-top: 23px;
        max-height: calc(100vh - 147px);
        overflow-y: auto;
    }
    #vertical_showroom #popup #menu ul:after {
        display: block;
        clear: both;
        content: '';
    }
    #vertical_showroom #popup #menu ul li {
        float: left;
        margin: 12px 6% 12px 0;
        width: 47% !important;
        height: 53px;
        border-radius: 10px;
        background-color: #fff;
        font-size: 15px;
        color: #000;
    }
    #vertical_showroom #popup #menu ul li:nth-child(even) {
        margin-right: 0;
    }
    #vertical_showroom #popup #menu ul li.active {
        background-color: #FD312E;
    }
    #vertical_showroom #popup #menu ul li.active span {
        color: #ffffff;
    }
    #vertical_showroom #popup #menu ul li span {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        color: #000000;
        text-align: center;
        cursor: pointer;
    }
    #vertical_showroom #popup #menu .btn_close {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 49px;
        height: 49px;
        background: url(../../go/img/icon/product_close.png) no-repeat;
    }
    #vertical_showroom #popup #menu.menu_4 ul {
        display: block;
    }
    #vertical_showroom #popup #menu.menu_4 .btn_inner {
        padding: 30px 50px;
    }

    /* pop vertical */
    .pop_vertical {
        background-color: #fff;
    }
    .pop_vertical .view, #onlyYouTube .video_area {
        top: 0;
        left: 0;
        transform: none;
    }
    #onlyYouTube .video_area {
        height: 100%;
    }
    .pop_vertical .view .close {
        position: fixed;
        top: 15px;
        right: 0;
    }
    .pop_vertical .view .btn_link.type2 {
        top: 30px;
        left: 140px;
    }
    .pop_vertical .view_inner {
        padding: 24px 28px;
        border-radius: 0;
    }
    .pop_vertical .view .view_inner .title {
        font-size: 26px;
        padding-bottom: 12px;
    }
    .pop_vertical .view .view_inner .item_select button {
        padding-bottom: 10px 20px;
        font-size: 18px;
    }
    .pop_vertical .view .text {
        padding: 24px 0 0 32px;
        font-size: 16px;
    }
    .pop_vertical .view .view_inner .text .text_feature {
        margin-top: 20px;
        line-height: 1.4;
    }
    .pop_vertical .view .text li {
        padding-bottom: 5px;
    }
    .pop_vertical .view .view_inner .link_wrap {
        margin: 25px 0;
    }
    .pop_vertical .view .view_inner .link_wrap div b {
        font-size: 18px;
    }
    .pop_vertical .view .view_inner .link_wrap div a {
        margin-right: 19px;
        margin-left: 3px;
        font-size: 16px;
    }
    .pop_vertical .view .btn a, .pop_vertical .view .btn button {
        margin: 7px;
        width: 30%;
        font-size: 16px;
    }
    .pop_vertical .video_area .btn_video_close, #onlyYouTube .video_area .btn_video_close {
        right: auto;
        left: 19px;
        top: 25px
    }

    /* menu box */
    #menu_icon_border {
        left: 30px;
        bottom: calc(constant(safe-area-inset-bottom) + 5px);
        bottom: calc(env(safe-area-inset-bottom) + 5px);
        width: 30px;
        height: 30px;
        text-align: center;
    }

    #menu_icon {
        left: 8px;
        top: 6px;
    }
    #menu_icon img {
        width: 15px;
    }
    #menu_box {
        padding: 30px;
        overflow-y: auto;
    }
    #menu_box .box_title {
        font-size: 15px;
    }

    #menu_box .list .space_inner:nth-child(1).space_inner::before  {
        left: 91px;
        top: -11px;
        width: 36px;
        height: 17px;
    }

    #menu_box .list .space_inner:nth-child(3).space_inner::before  {
        left: 205px;
        top: 74px;
        width: 36px;
        height: 17px;
    }

    #menu_box .list .space_inner:nth-child(6).space_inner::before  {
        left: 70px;
        top: 200px;
        width: 36px;
        height: 17px;
    }

    #menu_box .list .space_inner:nth-child(7).space_inner::before  {
        left: 46px;
        top: 242px;
        width: 36px;
        height: 17px;
    }

    #menu_box .list .space_inner:nth-child(8).space_inner::before  {
        left: 83px;
        top: 284px;
        width: 36px;
        height: 17px;
    }

    #menu_box .list .space_inner:nth-child(1) .subtitle_inner .space_subtitle:nth-child(3).space_subtitle::before {
        top: -6px;
        left: 151px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(1) .subtitle_inner .space_subtitle:nth-child(4).space_subtitle::before {
        top: -6px;
        left: 111px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(1) .subtitle_inner .space_subtitle:nth-child(5).space_subtitle::before {
        top: -6px;
        left: 107px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(1) .subtitle_inner .space_subtitle:nth-child(6).space_subtitle::before {
        top: -6px;
        left: 87px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(3) .subtitle_inner .space_subtitle:nth-child(3).space_subtitle::before {
        top: -6px;
        left: 262px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(3) .subtitle_inner .space_subtitle:nth-child(4).space_subtitle::before {
        top: -6px;
        left: 101px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(3) .subtitle_inner .space_subtitle:nth-child(7).space_subtitle::before {
        top: -6px;
        left: 193px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(3) .subtitle_inner .space_subtitle:nth-child(8).space_subtitle::before {
        top: -6px;
        left: 163px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(3) .subtitle_inner .space_subtitle:nth-child(9).space_subtitle::before {
        top: -6px;
        left: 173px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(5) .subtitle_inner .space_subtitle:nth-child(4).space_subtitle::before {
        top: -6px;
        left: 192px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(5) .subtitle_inner .space_subtitle:nth-child(5).space_subtitle::before {
        top: -6px;
        left: 141px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(6) .subtitle_inner .space_subtitle:nth-child(2).space_subtitle::before {
        top: -6px;
        left: 100px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(6) .subtitle_inner .space_subtitle:nth-child(3).space_subtitle::before {
        top: -6px;
        left: 172px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(6) .subtitle_inner .space_subtitle:nth-child(4).space_subtitle::before {
        top: -6px;
        left: 193px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(6) .subtitle_inner .space_subtitle:nth-child(5).space_subtitle::before {
        top: -6px;
        left: 142px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(7) .subtitle_inner .space_subtitle:nth-child(1).space_subtitle::before {
        top: -6px;
        left: 151px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(7) .subtitle_inner .space_subtitle:nth-child(2).space_subtitle::before {
        top: -6px;
        left: 205px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(8) .subtitle_inner .space_subtitle:nth-child(1).space_subtitle::before {
        top: -6px;
        left: 184px;
        width: 15px;
        height: 15px;
    }

    #menu_box .list .space_inner:nth-child(8) .subtitle_inner .space_subtitle:nth-child(2).space_subtitle::before {
        top: -6px;
        left: 286px;
        width: 15px;
        height: 15px;
    }

    #menu_box .box_subtitle {
        margin-top: 3px;
        font-size: 26px;
    }
    #menu_box .close {
        left: auto;
        bottom: auto;
        right: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
    }
    #menu_box .vertical_line {
        left: 280px;
    }
    #menu_box .list {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 50px;
    }
    #menu_box .list .space_inner {
        position: static;
        width: 250px;
    }
    #menu_box .list .space_title,
    #menu_box .list .space_subtitle {
        font-size: 22px;
        margin-bottom: 20px;
    }
    #menu_box .list .subtitle_inner {
        left: 240px;
        width: calc(100% - 250px);
    }
    #menu_box .list .space_subtitle {
        padding-left: 50px;
    }

    /* lock */
    #menu_box .list .space_subtitle.lock:after {
        width: 30px;
        height: 30px;
    }

    /* event */
    #menu_box .list .space_subtitle:hover {
        background-size: 15px;
        background-position: 4px 50%;
    }

    #control_mode>div {
        top: 50px;
        right: 20px;
        padding: 10px 15px;
    }
    #control_mode img {
        width: 15px;
        margin-right: 4px;
    }
    #control_mode span {
        font-size: 14px;
    }
    .video_btn .page_prev, .video_btn .page_next {
        width: 80px;
        height: 80px;
    }
    .video_btn .page_prev {
        left: 85px;
    }
    .video_btn .page_next {
        right: 58px;
    }

}