:root {
    --font-family: "Noto Sans KR"
}

.vitualPage {
    animation: none !important
}

.virtualZone {
    background-size: cover;
    width: 100%;
    padding-bottom: 48%;
    transition: .4s ease-out;
    position: relative;
    overflow: hidden
}

.webp .virtualZone {
    background-image: url(../../Images/lobbyBG.5e8fa737.webp)
}

.no-webp .virtualZone {
    background-image: url(../../Images/lobbyBG.12664310.jpg)
}

.virtualZone .virtualWrapper {
    width: 85%;
    height: 90%;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.virtualZone .virtualWrapper .title {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between
}

.virtualZone .virtualWrapper .title .leftZone {
    color: var(--txtColor71);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 8.3vw;
    transform: translateZ(0);
    margin-right: 1vw
}

.virtualZone .virtualWrapper .title .leftZone span.icon-iiconLogoB {
    font-size: 2.3vw;
    margin-right: 4px;
    display: none
}

.virtualZone .virtualWrapper .title .leftZone h4 {
    font-size: 1.4vw;
    margin-right: .5vw;
    display: none
}

.virtualZone .virtualWrapper .title .leftZone span {
    color: var(--txtColor105);
    font-size: 1.4vw
}

.virtualZone .virtualWrapper .title .line {
    height: 2px;
    width: 69vw;
    background-color: var(--bgColor130);
    position: relative
}

.virtualZone .virtualWrapper .title .line:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--bgColor130);
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(-50%, -50%)
}

.virtualZone .virtualWrapper .content {
    display: flex;
    align-items: start;
    justify-content: end;
    margin-top: 4vh
}

.virtualZone .virtualWrapper .content .leftFrame {
    width: 55%;
    position: relative;
    animation: rightIn .4s;
    animation-fill-mode: forwards;
    opacity: 0;
    min-height: 695px;
    left: -9%;
    bottom: -8%
}

.virtualZone .virtualWrapper .content .leftZone {
    width: 113%;
    padding-bottom: 94%;
    position: relative;
    background-position: bottom
}

.no-webp .virtualZone .virtualWrapper .content .leftZone {
    background-image: url(../../Images/virBg01.2ff110a1.png)
}

.virtualZone .virtualWrapper .content .leftZone .obj {
    background-repeat: no-repeat;
    width: 79%;
    height: 0px;
    padding-bottom: 92%;
    background-size: cover;
    position: absolute;
    left: -1%;
    top: -4%
}

.webp .virtualZone .virtualWrapper .content .leftZone .obj {
    background-image: url(../../Images/virBg02.a6000a36.webp)
}

.no-webp .virtualZone .virtualWrapper .content .leftZone .obj {
    background-image: url(../../Images/virBg02.0fea9a02.png)
}

.virtualZone .virtualWrapper .content .rightZone {
    width: 45%;
    padding-top: 3%
}

.virtualZone .virtualWrapper .content .rightZone .txt {
    margin-bottom: 27px;
    animation: topIn .4s;
    animation-fill-mode: forwards;
    opacity: 0
}

.virtualZone .virtualWrapper .content .rightZone .txt h2 {
    color: var(--txtColor_01);
    font-size: 1.4vw;
    margin-bottom: 10px;
    font-family: var(--font-family) !important;
    font-weight: 700 !important
}

.virtualZone .virtualWrapper .content .rightZone .txt p {
    color: var(--txtColor66);
    line-height: 1.6;
    font-size: .6vw;
    display: none
}

.virtualZone .virtualWrapper .content .rightZone .btns {
    animation: leftIn .4s;
    animation-fill-mode: forwards;
    opacity: 0;
    min-height: 560px
}

.virtualZone .virtualWrapper .content .rightZone .btns ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li {
    /*width: 23.2%;*/
    width: 31.8%;
    height: 128px;
    padding-bottom: 23px;
    margin-bottom: 17px;
    background: var(--bgColor_09);
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: .3s all ease-out;
    margin-right: 1.4%
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li:hover {
    background: var(--bgColor_08) !important;
    color: var(--txtColor_08)
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li a {
    width: 100%;
    height: 118px;
    background: rgb(229, 235, 255);
    background: -webkit-linear-gradient(300deg, rgb(229, 235, 255) 0%, rgb(208, 221, 245) 34%, rgb(196, 213, 245) 35%, rgb(246, 247, 251) 60%, rgb(233, 240, 254) 62%, rgb(229, 235, 255) 100%);
    background: -moz-linear-gradient(300deg, rgb(229, 235, 255) 0%, rgb(208, 221, 245) 34%, rgb(196, 213, 245) 35%, rgb(246, 247, 251) 60%, rgb(233, 240, 254) 62%, rgb(229, 235, 255) 100%);
    background: -o-linear-gradient(300deg, rgb(229, 235, 255) 0%, rgb(208, 221, 245) 34%, rgb(196, 213, 245) 35%, rgb(246, 247, 251) 60%, rgb(233, 240, 254) 62%, rgb(229, 235, 255) 100%);
    background: linear-gradient(150deg, rgb(229, 235, 255) 0%, rgb(208, 221, 245) 34%, rgb(196, 213, 245) 35%, rgb(246, 247, 251) 60%, rgb(233, 240, 254) 62%, rgb(229, 235, 255) 100%);
    border-radius: 15px;
    position: absolute;
    top: 0px;
    transition: .3s all ease-out
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li:hover a {
    background: var(--bgColor_07) !important;
    color: var(--txtColor_08)
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .logo {
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s ease-out;
    position: absolute;
    z-index: 2;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%)
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .logo span {
    color: var(--txtColor_09);
    font-size: 3.2vw;
    position: relative;
    transition: .4s ease-out
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li:hover .logo span {
    color: var(--txtColor_08)
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .txt01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: absolute;
    bottom: 7%
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .txt01 h2 {
    font-size: .9vw;
    color: var(--txtColor_03);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%;
    text-align: center
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .txt01 span {
    font-size: .4vw;
    color: var(--txtColor73)
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li:hover .txt01 h2, .virtualZone .virtualWrapper .content .rightZone .btns ul li:hover .txt01 span {
    color: var(--txtColor_08)
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .mask {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: .4s ease-out;
    background-color: #16161acc
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li:hover .mask, .virtualZone .virtualWrapper .content .rightZone .btns ul li:hover .inner {
    display: flex
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .mask .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .mask .inner span {
    color: var(--btnColor037);
    font-size: 2.8vw;
    margin-bottom: 1vw
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .mask .inner .btnP {
    padding: 10px 38px;
    border-radius: 50px;
    font-size: 12px
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li.maintainGo .maintain {
    display: flex
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .maintain {
    display: none;
    background-color: var(--bgColor_051);
    border: 1px solid #d8d9ee;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: default;
    border-radius: 15px
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .maintain span {
    font-size: 4vw;
    color: var(--txtColor_09) !important
}

.virtualZone .virtualWrapper .content .rightZone .btns ul li .maintain h4 {
    color: var(--txtColor_09) !important;
    font-size: .7vw;
    font-weight: 700;
    margin-top: 3%
}

.aniLogoViru {
    -webkit-animation: aniLogoViru .7s infinite;
    animation: aniLogoViru .7s infinite
}

@keyframes aniLogoViru {
    0% {
        font-size: 3.2vw
    }
    50% {
        font-size: 3.4vw
    }
    to {
        font-size: 3.2vw
    }
}

.aniLogo01 {
    -webkit-animation: aniLogo01 2.3s infinite;
    animation: aniLogo01 2.3s infinite
}

@keyframes aniLogo01 {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(.98)
    }
    to {
        transform: scale(1)
    }
}

@media (max-width: 1350px) {
    .virtualZone .virtualWrapper .content .rightZone .btns ul li {
        height: 105px
    }

    .virtualZone .virtualWrapper .content .rightZone .btns ul li .txt01 span {
        font-size: 12px
    }

    .virtualZone .virtualWrapper .content .rightZone .txt h2 {
        font-size: 24px;
        margin-bottom: 10px
    }

    .virtualZone .virtualWrapper .content .rightZone .btns ul li .logo span {
        font-size: 4.2vw
    }
}

@media (max-width: 1310px) {
    .virtualZone .virtualWrapper .content .rightZone .btns ul li {
        height: 100px
    }
}

@media (max-width: 1270px) {
    .virtualZone .virtualWrapper .content .rightZone .txt p {
        font-size: 12px
    }

    .virtualZone .virtualWrapper .content .rightZone .btns ul li {
        height: 87px;
        width: 22.5%
    }

    .virtualZone .virtualWrapper .content .rightZone .btns ul li .logo span {
        font-size: 3.6vw
    }
}

@media (max-width: 1003px) {
    .virtualZone .virtualWrapper .content .rightZone .btns ul li {
        height: 78px;
        width: 23.5%
    }
}

@media (max-width: 980px) {
    .virtualZone .virtualWrapper .content .rightZone .btns ul li {
        height: 72px
    }

    .virtualZone .virtualWrapper .content .rightZone .btns ul li .txt01 h2 {
        font-size: .5vw
    }
}

@keyframes leftIn {
    0% {
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translate(50%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes rightIn {
    0% {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translate(-50%);
        opacity: 0
    }
    to {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes topIn {
    0% {
        -webkit-transform: translateY(-300%);
        -moz-transform: translateY(-300%);
        -o-transform: translateY(-300%);
        transform: translateY(-300%);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
