@charset "UTF-8";

html {
    font-size: 16px;
    -webkit-text-size-adjust:none;
    color:#303030;
    background: #000;
}
@media screen and (max-width: 640px) {
}

body {
    background: #fff;
    font-size:12px;
    font-family:Arial,Helvetica,"微軟正黑體","Microsoft JhengHei",sans-serif;
    background: #000;
}

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}

.learning-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    background: url(/content/dam/newb2b/campaign/education-virtual-experience/image/bg1.jpg) no-repeat center center;
    background-size: cover;
}

.learning-wrap .learning-preload {
    display: none;
}

.learning-wrap a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

.learning-wrap .mainpage {
    position: relative;
    display: block;
    width: 100%;
}

.learning-wrap .mainpage.indexpage {
    position: relative;
    height: 100%;
    min-height: 60vw;
}

.learning-wrap .index-titlebox {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top:50%;
    margin: -28vw 0 0 0;
}
.learning-wrap .index-titlebox h1 {
    position: relative;
    display: block;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: bold;
    color:#333;
}
.learning-wrap .index-titlebox span {
    position: relative;
    display: inline-block;
    margin: 1.5vw 0 0 0;
    width: 70%;
    font-size: 1.6vw;
    line-height: 2.5vw;
    color: #333;
}
.learning-wrap .map-box {
    position: absolute;
    display: block;
    width: 64vw;
    height: 48vw;
    left: 18%;
    top:50%;
    margin: -24vw 0 0 0;
}
.learning-wrap .map-btnbox {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
@media screen and (max-width: 800px) {

    .learning-wrap .mainpage.indexpage {
        height: 100%;
        min-height: 150vw;
    }

    .learning-wrap .index-titlebox {
        margin: -70vw 0 0 0;
    }

    .learning-wrap .index-titlebox h1 {
        font-size: 5.5vw;
        line-height: 7vw;
    }

    .learning-wrap .index-titlebox span {
        font-size: 2.8vw;
        line-height: 4vw;
    }

    .learning-wrap .map-box {
        position: absolute;
        display: block;
        width: 96vw;
        height: 72vw;
        left: 2%;
        top:50%;
        margin: -60vw 0 0 0;
    }
}
.learning-wrap .minimap {
    position: fixed;
    display: block;
    width: 20vw;
    height: 15vw;
    left: 3%;
    top:auto;
    bottom: 5%;
}
.learning-wrap .stage-map-box {
    display: none;
}
.learning-wrap .stage-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 60vw;
}
.learning-wrap .stage-clip {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 66vw;
    overflow: hidden;
    top: 50%;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    box-shadow: 0vw 0vw 2vw rgba(0,0,0,0.3);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.learning-wrap .stage-clip .stagepage {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
@media screen and (max-width: 800px) {

    .learning-wrap .stage-wrap {
        height: 100%;
        min-height: 220vw;
    }

    .learning-wrap .minimap {
        display: none;
    }

    .learning-wrap .stage-map-box {
        display: block;
        top:88vw;
        margin: 0;
    }

    .learning-wrap .stage-clip {
        top:30vw;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        margin-top: 8px;
    }
}
.learning-wrap .minimap::before{
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 17vw;
    height: 17vw;
    left: 5%;
    top:7%;
    background: rgba(255,255,255,0.9);
    -webkit-transform: translate(0,-10%);
    transform: translate(0,-10%);
    border:3px solid rgba(225,225,225,1);
    box-shadow: 0 0 5vw rgba(0,0,0,0.5);
}
.learning-wrap .stage-wrap .minimap {
    left: auto;
    right: 6%;
}
.learning-wrap .stagepage.stage-science-room .minimap {
    left: auto;
    right: 6%;
}
.learning-wrap .stagepage.stage-auditorium-room .minimap {
    left: auto;
    right: 6%;
}
.learning-wrap .stagepage.stage-discussion-room .minimap {
    left: auto;
    right: 6%;
}
.learning-wrap .stage-wrap .minimap.hallway-minimap {
    left: 6%;
    right: auto;
}
.learning-wrap .map-box .map-img {
    position: absolute;
    display: block;
    width: 100%;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.learning-wrap .map-box .map-area {
    opacity: 0;
}
.learning-wrap .map-box .map-btn {
    position: absolute;
    display: block;
}
.learning-wrap .map-dot {
    opacity: 0;
    position: absolute;
    display: block;
    width: 13%;
    height: 7%;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.learning-wrap .map-text {
    opacity: 0;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.learning-wrap .map-text .textbox {
    position: relative;
    display: inline-block;
    background-color: #0050c7;
    font-size: 1.5vw;
    color:#fff;
    padding: 0.5vw 1.5vw;
    border-radius: 2vw;
    box-shadow: 0.2vw 0.2vw #23299b;
    white-space: nowrap;
}
.learning-wrap .map-btnbox .map-text .textbox {
    background-color: #0050c7;
    box-shadow: 0.2vw 0.2vw #23299b;
}
.learning-wrap .map-btnbox .map-text .textbox.current {
    background-color:#FF897B;
}
.learning-wrap .map-text .textbox span {
    display: inline-block;
    vertical-align: middle;
}
.learning-wrap .map-text .textbox span:nth-child(2) {
    display: none;
}
.learning-wrap .map-text .textbox::before {
    content: url(/content/dam/newb2b/campaign/education-virtual-experience/image/info-icon.svg);
    position: relative;
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    font-weight: normal;
    margin: 0 0.5vw 0 0;
    padding: 2px;
    vertical-align: middle;
    background-color: #23299b;
    border-radius: 50%;
    border: 2px solid #23299b;
    box-sizing: content-box;
}
.learning-wrap .map-btnbox .map-text .textbox::before  {
    background-color:#0055cc;
    border:1px solid #fff;
}
.learning-wrap .map-box .map-btn:hover + .map-img {
    opacity: 1;
}
.learning-wrap .map-box .map-btn.current + .map-img {
    opacity: 1;
}
.learning-wrap .map-box .map-btn:hover + .map-img + .map-dot{
    opacity: 1;
}
.learning-wrap .map-box .map-btn.current + .map-img + .map-dot{
    opacity: 1;
}
.learning-wrap .map-box .map-btn:hover + .map-img + .map-dot + .map-text{
    opacity: 1;
}
.learning-wrap .minimap .map-btn + .map-img + .map-dot + .map-text {
    pointer-events: none;
    left: 20%;
    top:auto;
    bottom: 0;
}

.learning-wrap .map-dot.pos1 {
    -webkit-transform: translate(-10%,50%);
    transform: translate(-10%,50%);
}
.learning-wrap .map-text.pos1 {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.learning-wrap .map-dot.pos2 {
    -webkit-transform: translate(-90%,60%);
    transform: translate(-90%,60%);
}
.learning-wrap .map-dot.pos4 {
    -webkit-transform: translate(-10%,-60%);
    transform: translate(-10%,-60%);
}
.learning-wrap .map-text.pos4 {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.learning-wrap .map-dot.pos3 {
    -webkit-transform: translate(-90%,-60%);
    transform: translate(-90%,-60%);
}
@media screen and (max-width: 800px) {

    .learning-wrap .map-dot {
        opacity: 1;
    }

    .learning-wrap .map-text {
        opacity: 1;
        
    }

    .learning-wrap .map-text .textbox {
        border-radius: 4vw;
        font-size: 4vw;
        line-height: 7vw;
        height: 7vw;
        width: 7vw;
        text-align: center;
        pointer-events: auto;
        padding: 0;
        background-color: #23299b;
    }

    .learning-wrap .map-text .textbox span:nth-child(1) {
        display: none;
    }

    .learning-wrap .map-text .textbox span:nth-child(2) {
        display: block;
    }

    .learning-wrap .map-text .textbox::before {
        display: none;
    }

    .learning-wrap .map-dot.pos1 {
        -webkit-transform: translate(-50%,40%);
        transform: translate(-10%,40%);
    }

    .learning-wrap .map-text.pos1 {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    .learning-wrap .map-dot.pos2 {
        -webkit-transform: translate(-90%,40%);
        transform: translate(-90%,40%);
    }

    .learning-wrap .map-text.pos2 {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
}
.learning-wrap .minimap .map-dot {
    width: 10%;
    height: 18%;
}
.learning-wrap .map-dot.map-dot-hallway,.map-text.map-text-hallway {
    left: 45%;
    top:35%;
}
.learning-wrap .map-dot.map-dot-cafeteria,.map-text.map-text-cafeteria {
    left:55%;
    top:30%; 
}
.learning-wrap .map-dot.map-dot-classroom-k12,.map-text.map-text-classroom-k12 {
    left:15%;
    top:25%; 
}
.learning-wrap .map-dot.map-dot-classroom-higher-education,.map-text.map-text-classroom-higher-education {
    left:70%;
    top:19%;
}
.learning-wrap .map-dot.map-dot-science-room,.map-text.map-text-science-room {
    left:85%;
    top:40%;
}
.learning-wrap .map-dot.map-dot-auditorium-room,.map-text.map-text-auditorium-room {
    left:18%;
    top:55%;
}
.learning-wrap .map-dot.map-dot-discussion-room,.map-text.map-text-discussion-room {
    left:85%;
    top:25%;
}
.learning-wrap .minimap .map-dot.map-dot-hallway {
    left: 30%;
    top:25%;   
}
.learning-wrap .minimap .map-dot.map-dot-cafeteria {
    left:58%;
    top:18%; 
}
.learning-wrap .minimap .map-dot.map-dot-classroom-k12 {
    left:15%;
    top:25%; 
}
.learning-wrap .minimap .map-dot.map-dot-classroom-higher-education {
    left:54%;
    top:12%;
}
.learning-wrap .minimap .map-dot.map-dot-science-room {
    left:75%;
    top:30%;
}
.learning-wrap .minimap .map-dot.map-dot-auditorium-room {
    left:22%;
    top:50%;
}
.learning-wrap .minimap .map-dot.map-dot-discussion-room {
    left:72%;
    top:16%;
}
.learning-wrap .map-box .map-btn.map-btn-hallway {
    width: 10%;
    height: 15%;
    top:39%;
    left: 29%;
    cursor: pointer;
    -webkit-transform: skewX(8deg) rotate(-10deg);
    transform: skewX(8deg) rotate(-10deg);
}
.learning-wrap .map-box .map-btn.map-btn-cafeteria {
    width: 13%;
    height: 13%;
    top:32%;
    left: 58%;
    cursor: pointer;
    -webkit-transform: skewX(35deg) rotate(-16deg);
    transform: skewX(35deg) rotate(-16deg);
}
.learning-wrap .map-box .map-btn.map-btn-classroom-k12 {
    width: 17%;
    height: 25%;
    top:35%;
    left: 10%;
    cursor: pointer;
    -webkit-transform: skewX(-5deg) rotate(-10deg);
    transform: skewX(-5deg) rotate(-10deg);
}
.learning-wrap .map-box .map-btn.map-btn-classroom-higher-education {
    width: 20%;
    height: 7%;
    top:24%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: skewX(35deg) rotate(-10deg);
    transform: skewX(35deg) rotate(-10deg);
}
.learning-wrap .map-box .map-btn.map-btn-science-room {
    width: 28%;
    height: 12%;
    top:43%;
    left: 65%;
    cursor: pointer;
    -webkit-transform: skewX(35deg) rotate(-15deg);
    transform: skewX(35deg) rotate(-15deg);
}
.learning-wrap .map-box .map-btn.map-btn-auditorium-room {
    width: 37%;
    height: 18%;
    top:59%;
    left: 9%;
    cursor: pointer;
    -webkit-transform: skewX(8deg) rotate(-13deg);
    transform: skewX(8deg) rotate(-13deg);
}
.learning-wrap .map-box .map-btn.map-btn-discussion-room {
    width: 11%;
    height: 12%;
    top:28%;
    left: 69%;
    cursor: pointer;
    -webkit-transform: skewX(40deg) rotate(-20deg);
    transform: skewX(40deg) rotate(-20deg);
}

.learning-wrap .stagepage {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.learning-wrap .stage-btnbox {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.learning-wrap .stage-btnbox .map-text {
    opacity: 1;
}
.learning-wrap .stage-btnbox .map-text:hover .textbox {
    transition: background 0.2s ease;
}
.learning-wrap .stage-btnbox .map-text:hover .textbox {
    background: #2576b5;
}
.learning-wrap .stage-btnbox .map-text .textbox .t2 {
    display: none;
    position: absolute;
    left: calc(4vw + 4px);
    top: calc(1.2vw - 3px);
}
.learning-wrap .stage-btnbox .map-text:hover .textbox .t1 {
    opacity: 0;
}
.learning-wrap .stage-btnbox .map-text:hover .textbox .t2 {
    display: block;
}
.learning-wrap .stage-btnbox .map-dot {
    opacity: 1;
    width: 7.5%;
    height: 4.5%;
}
.learning-wrap .map-dot.map-dot-hallway-ST6502,.map-text.map-text-hallway-ST6502 {
    left: 25%;
    top:35%;   
}
.learning-wrap .map-dot.map-dot-hallway-RP6502,.map-text.map-text-hallway-RP6502 {
    left: 70%;
    top:30%;   
}
.learning-wrap .map-dot.map-dot-hallway-IT1101,.map-text.map-text-hallway-IT1101 {
    left: 70%;
    top:70.5%;   
}
.learning-wrap .map-dot.map-dot-cafeteria-IL4301,.map-text.map-text-cafeteria-IL4301 {
    left: 20%;
    top:64%;   
}
.learning-wrap .map-dot.map-dot-cafeteria-ST5502,.map-text.map-text-cafeteria-ST5502 {
    left: 30%;
    top:6%;   
}
.learning-wrap .map-dot.map-dot-cafeteria-ST6502,.map-text.map-text-cafeteria-ST6502 {
    left: 75%;
    top:28%;   
}
.learning-wrap .map-dot.map-dot-classroom-k12-RM8603,.map-text.map-text-classroom-k12-RM8603 {
    left: 51%;
    top:15%;   
}
.learning-wrap .map-dot.map-dot-higher-education-RP8602,.map-text.map-text-higher-education-RP8602 {
    left: 46%;
    top:22%;   
}
.learning-wrap .map-dot.map-dot-higher-education-RP6502,.map-text.map-text-higher-education-RP6502 {
    left: 9%;
    top:38%;   
}
.learning-wrap .map-dot.map-dot-higher-education-IT1101,.map-text.map-text-higher-education-IT1101 {
    left: 24%;
    top:71%;   
}
.learning-wrap .map-dot.map-dot-higher-education-DVY23,.map-text.map-text-higher-education-DVY23 {
    left: 60%;
    top:12%;   
}
.learning-wrap .map-dot.map-dot-science-room-RP8602,.map-text.map-text-science-room-RP8602 {
    left: 55%;
    top:29%;   
}
.learning-wrap .map-dot.map-dot-science-room-RM6502,.map-text.map-text-science-room-RM6502 {
    left: 85%;
    top:38%;
}
.learning-wrap .map-dot.map-dot-science-room-IT1101,.map-text.map-text-science-room-IT1101 {
    left: 10.5%;
    top:73%;   
}
.learning-wrap .map-dot.map-dot-science-room-InstaShare,.map-text.map-text-science-room-InstaShare {
    left: 38.5%;
    top:72%;   
}
.learning-wrap .map-dot.map-dot-auditorium-room-CP6501K,.map-text.map-text-auditorium-room-CP6501K {
    left: 26.5%;
    top:18%;   
}
.learning-wrap .map-dot.map-dot-auditorium-room-PL5502,.map-text.map-text-auditorium-room-PL5502 {
    left: 75%;
    top:25%;   
}
.learning-wrap .map-dot.map-dot-auditorium-room-TTY21,.map-text.map-text-auditorium-room-TTY21 {
    left: 27%;
    top:47%;   
}
.learning-wrap .map-dot.map-dot-discussion-room-SL6502,.map-text.map-text-discussion-room-SL6502 {
    left: 38%;
    top:17.5%;  
}
.learning-wrap .map-dot.map-dot-discussion-room-DVY22,.map-text.map-text-discussion-room-DVY22 {
    left: 57%;
    top:6%;   
}
.learning-wrap .map-dot.map-dot-discussion-room-CP6501,.map-text.map-text-discussion-room-CP6501 {
    left: 22%;
    top:29%;   
}
.learning-wrap .map-dot.map-dot-discussion-room-TTY21,.map-text.map-text-discussion-room-TTY21 {
    left: 25%;
    top:80%;   
}

.learning-wrap .learning-product-lightbox {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    flex-direction: column;
    align-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    justify-content: flex-start;
}
.learning-wrap .learning-product-lightbox.expand {
    opacity: 1;
    pointer-events: auto;
}
.learning-wrap .learning-product-lightbox .product-box {
    position: relative;
    display:flex;
    width: 90%;
    background: #e5e5e5;
    border-radius: 1.5vw;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 5vw 0 5vw 0;
    margin: 5vw 0 5vw 0;
}
.learning-wrap .learning-product-lightbox .product-box .closebtn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: -15px;
    top: -15px;
    z-index: 150;
    cursor: pointer;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox {
    position: relative;
    display: block;
    width: 35vw;
    height: 35vw;
    margin: 0;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .slidebox {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0.5vw 0.5vw rgba(0,0,0,0.1);
    background: #fff;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .slidebox .imglist {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .slidebox .imglist li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .slidebox .imglist li img {
    position: relative;
    display: block;
    width: 100%;
    top:50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .slidebox .btn-left {
    position: absolute;
    display: block;
    width: 40px;
    top:50%;
    left: 2%;
    margin: -20px 0 0 0;
    cursor: pointer;
    opacity: 0.7;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .slidebox .btn-left:hover {
    opacity: 1;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .slidebox .btn-right {
    position: absolute;
    display: block;
    width: 40px;
    top:50%;
    right: 2%;
    margin: -20px 0 0 0;
    cursor: pointer;
    opacity: 0.7;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .slidebox .btn-right:hover {
    opacity: 1;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .dotbtn{
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 1.5vw 0 0 0;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .dotbtn li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #b3b3b3;
    border-radius: 50%;
    margin: 10px 5px;
    cursor: pointer;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .dotbtn li.current {
    background: #0071bc;
}
.learning-wrap .learning-product-lightbox .product-box .textbox {
    position: relative;
    display: block;
    width: 43%;
    margin: 0 3% 0 3%;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .titlebox {
    position: relative;
    display: block;
    padding: 0 0 1vw 0;
    text-align: left;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .titlebox h1 {
    font-size: 3vw;
    line-height: 3vw;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .titlebox span {
    font-size: 1.6vw;
    line-height: 2.3vw;
    font-weight: normal;
    
}
.learning-wrap .learning-product-lightbox .product-box .textbox .infolist {
    position: relative;
    display: block;
    padding: 0 0 0 2vw;
    list-style-type: disc;
    margin: 1vw 0 1vw 0;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .infolist li {
    font-size: 1vw;
    line-height: 1.5vw;
    margin: 0 0 0.5vw 0;
    list-style: disc;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .btnbox {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0;
    padding: 1vw 0 1vw 0;
    white-space: nowrap;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .btnbox .btn-more {
    position: relative;
    display: inline-block;
    font-size: 1vw;
    font-weight: bold;
    color:#fff;
    background: #0050c7;
    border-radius: 3vw;
    padding: 1vw 2vw 1vw 2vw;
    margin: 0 0.5vw 0 0;
    cursor: pointer;
    vertical-align: middle;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .btnbox .btn-more.btn-share {
    font-size: 0;
    border-radius: 8vw;
    padding: 0.6vw;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .btnbox .btn-more.btn-share img{
    height: 2vw;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .btnbox .btn-more:hover {
    background: #0080f7;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .iconbox {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0;
    margin: 1vw 0 0 0;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .iconbox li {
    position: relative;
    display: inline-block;
    width: 4.5vw;
    max-width: 100px;
    margin: 0 1.5vw 0 1.5vw;
    vertical-align: top;
}
.learning-wrap .learning-product-lightbox .product-box .textbox .iconbox li span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1vw;
    line-height: 1.5vw;
    padding: 5px 0 0 0;
    width: 9vw;
    left: calc(50% - 4.5vw);
}
.learning-wrap .learning-product-lightbox .product-box .textbox .notebox {
    position: relative;
    display: block;
    text-align: left;
    font-size: 12px;
    color:#777;
    margin: 2vw 0 0 0;
}

@media screen and (max-width: 800px) {

    .learning-wrap .learning-product-lightbox {
        flex-direction: column;
        justify-content: center;
        overflow:inherit;
    }
    .learning-wrap .learning-product-lightbox .product-box {
        max-height: 90vh;
        flex-direction: column;
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top:30px;
        justify-content: flex-start;
    }
    /* width */
    ::-webkit-scrollbar {
      width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #888;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #555;
    }
    .learning-wrap .learning-product-lightbox .product-box .closebtn {
        right: 10px;
        top: 10px;
    }

    .learning-wrap .learning-product-lightbox .product-box .product-imgbox {
        width: 70%;
        height: 70vw;
        margin: 7vw 0 7vw 0;
    }

    .learning-wrap .learning-product-lightbox .product-box .product-imgbox .dotbtn li.current {
        background: #0071bc;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox {
        width: 90%;
        margin: 20px 0 0 0;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox .titlebox {
        padding: 0 0 0 0;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox .titlebox h1 {
        font-size: 5vw;
        line-height: 6vw;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox .titlebox span {
        font-size: 2.5vw;
        line-height: 3vw;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox .infolist {
        padding: 0 0 0 4vw;
        margin: 5vw 0 5vw 0;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox .infolist li {
        font-size: 2.5vw;
        line-height: 3.5vw;
        margin: 0 0 1vw 0;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox .btnbox {
        padding: 2vw 0 2vw 0;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox .btnbox .btn-more {
        font-size: 3vw;
        border-radius: 5vw;
        padding: 2vw 4vw 2vw 4vw;
        margin: 0 0.5vw 0 0.5vw;
    }
    .learning-wrap .learning-product-lightbox .product-box .textbox .btnbox .btn-more.btn-share {
        font-size: 0;
        border-radius: 8vw;
        padding: 1.2vw;
    }
    .learning-wrap .learning-product-lightbox .product-box .textbox .btnbox .btn-more.btn-share img{
        height: 5vw;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox .iconbox {
        margin: 3vw 0 0 0;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox .iconbox li {
        width: 12vw;
        max-width: 100px;
        margin: 0 5px 0 5px;
    }

    .learning-wrap .learning-product-lightbox .product-box .textbox .iconbox li span {
        font-size: 1.5vw;
        line-height: 2vw;
        width: 15vw;
        left: calc(50% - 7.5vw);
    }
}

.learning-wrap .m-menu {
    display: none;
}
.learning-wrap .home-btn {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background-color:#888;
    border-radius: 50%;
    border:2px solid #fff;
    right: 30px;
    top:30px;
    z-index: 100;
    cursor: pointer;
}
.learning-wrap .home-btn:hover {
    background-color: #333;
}
.learning-wrap .home-btn img {
    position: absolute;
    display: block;
    width: 80%;
    left: 10%;
    top:10%;
}
.learning-wrap .share-btn {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background-color:#888;
    border-radius: 50%;
    border:2px solid #fff;
    right: 30px;
    top:170px;
    z-index: 100;
    cursor: pointer;
}
.learning-wrap .share-btn:hover {
    background-color: #333;
}
.learning-wrap .share-btn img {
    position: absolute;
    display: block;
    width: 80%;
    left: 6%;
    top:10%;
}
.learning-wrap .poptext-btn {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background-color:#888;
    border-radius: 50%;
    border:2px solid #fff;
    right: 30px;
    top:100px;
    z-index: 100;
    cursor: pointer;
}
.learning-wrap .poptext-btn:hover {
    background-color: #333;
}
.learning-wrap .poptext-btn img {
    position: absolute;
    display: block;
    width: 80%;
    left: 10%;
    top:10%;
}
.learning-wrap .stage-name {
    position: absolute;
    display: block;
    left: 30px;
    top:30px;
    font-size: 2vw;
    line-height: 2vw;
    font-weight: bold;
    letter-spacing: 0vw;
    z-index: 1;
    color: #fff;
    text-shadow: 0 0 0.5vw rgba(0,0,0,0.8);
}
@media screen and (max-width: 800px) {

    .learning-wrap .home-btn {
        width: 10vw;
        height: 10vw;
    }
    .learning-wrap .share-btn {
        width: 10vw;
        height: 10vw;
        right: calc(20vw + 40px);
        top:30px;
    }

    .learning-wrap .poptext-btn {
        width: 10vw;
        height: 10vw;
        right: calc(10vw + 35px);
        top:30px;
    }
    .learning-wrap .stage-name {
        font-size: 4vw;
        line-height: 4vw;
        top:calc(30px + 3vw);
    }

    .learning-wrap .m-menu {
        position: absolute;
        display: block;
        width: 90%;
        left: 5%;
        top:50%;
        margin: 12vw 0 0 0;
    }

    .learning-wrap .stage-m-menu {
        top:155vw;
        margin: 0;
    }

    .learning-wrap .m-menu li {
        position: relative;
        display: block;
        background-color: #fff;
        font-size: 3.5vw;
        line-height: 2.5vw;
        color:#555;
        font-weight: bold;
        padding: 2vw;
        margin: 0 1.25vw 3.5vw 0;
        border-radius: 1vw;
        white-space: nowrap;
        border:2px solid #0050c7;
    }

    .learning-wrap .m-menu li.current {
        background-color: #FF897B;
        color:#fff;
        border:2px solid #fff;
    }

    .learning-wrap .m-menu li span {
        vertical-align: middle;
    }

    .learning-wrap .m-menu li span:nth-child(1) {
        display: inline-block;
        background-color: #0050c7;
        color:#fff;
        width: 6vw;
        height: 6vw;
        line-height: 6vw;
        text-align: center;
        border-radius: 50%;
    }

    .learning-wrap .m-menu li.current span:nth-child(1) {
        color: coral;
        background-color: #fff;
    }
}

.learning-wrap .m-product-menu {
    display: none;
}
@media screen and (max-width: 800px) {

    .learning-wrap .m-product-menu {
        position: absolute;
        display:flex;
        width:90%;
        left: 5%;
        top:19vw;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .learning-wrap .m-product-menu li {
        position: relative;
        display: block;
        width: 40%;
        background-color: #23299b;
        font-size: 2.5vw;
        color:#fff;
        font-weight: bold;
        padding: 1.5vw;
        margin: 1vw;
        border-radius: 1vw;
        box-shadow: 0.5vw 0.5vw #888;
        white-space: nowrap;
        text-align: center;
    }

    .learning-wrap .m-product-menu li span {
        vertical-align: middle;
    }

    .learning-wrap .m-product-menu li span:nth-child(1) {
        display: inline-block;
        color:#fff;
        width: 4vw;
        height: 4vw;
        line-height: 4vw;
        text-align: center;
        border-radius: 50%;
        border:1px solid #fff;
    }
}

.learning-wrap .stage-info {
    position: absolute;
    display: block;
    z-index: 99;
    background: rgba(255,255,255,0.95);
    padding: 1vw 2vw 1vw 2vw;
    border-radius: 2vw;
    top:3.5vw;
    left: 12%;
    max-width: 76%;
    font-size: 15px;
    line-height: 24px;
    pointer-events: none;
}
@media screen and (max-width: 800px) {

    .learning-wrap .stage-info {
        font-size: 13px;
        line-height: 18px;
    }
}

.learning-wrap .stage-img {
    position: relative;
    display: block;
    width: 100%;
}
.learning-wrap .stage-img.img1 {
    position: relative;
    display: block;
    width: 100%;
}
.learning-wrap .stage-img.img2 {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
}
.learning-wrap .stage-animatebox {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% auto;
}

.learning-wrap .care-icon {
    position: absolute;
    display: block;
    top:0;
    left: 0;
    width: 13vw;
    background: rgba(255,255,255,0.5);
    border-radius: 1vw;
    padding: 0.2vw;
}

.learning-wrap .care-icon::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1vw;
    top:0;
    left: 0;
    border-radius: 1vw;
    box-shadow: 0 0 1vw rgba(0,180,155,0.5)
}
.learning-wrap .stage-classroom-k12 .care-icon {
    top:20%;
    left: 4%;
}
.learning-wrap .stage-hallway .care-icon {
    top:20%;
    left: 70%;
}
.learning-wrap .stage-auditorium-room .care-icon {
    top:16%;
    left: 4%;
}
.learning-wrap .stage-science-room .care-icon {
    top:25%;
    left: 35%;
}
.learning-wrap .stage-higher-education .care-icon {
    top:22%;
    left: 5%;
}

.learning-wrap .software-box {
    position: absolute;
    display: block;
    width: 47%;
    height: 44%;
    left: 18%;
    top:18%;
}
.learning-wrap .stage-classroom-k12 .software-box {
    width: 51%;
    height: 44%;
    left: 15%;
    top:18%;
}
.learning-wrap .stage-hallway .software-box {
    width: 22%;
    height: 32%;
    left: 67%;
    top:31%;
}
.learning-wrap .stage-higher-education .software-box {
    width: 27%;
    height: 32%;
    left: 22%;
    top:29%;
}
.learning-wrap .stage-cafeteria .software-box {
    width: 43%;
    height: 19%;
    left: 10%;
    top:4%;
}
.learning-wrap .stage-science-room .software-box {
    width: 24%;
    height: 22%;
    left: 43%;
    top:36%;
}
.learning-wrap .software-icon {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 6vw;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translate(50%,0);
    transform: translate(50%,0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.learning-wrap .software-icon span {
    position: absolute;
    left: 50%;
    white-space: nowrap;
    font-size: 1vw;
    margin: 2px 0 0 0;
    padding: 2px 5px 2px 5px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 2vw;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.learning-wrap .software-box:hover .software-icon{
    opacity: 1;
    -webkit-transform: translate(0%,0);
    transform: translate(0%,0);
}

.learning-wrap .stage-classroom-k12 .software-icon1 {
    left: -5vw;
    top:12vw;
}
.learning-wrap .stage-hallway .software-icon1 {
    left: 21vw;
    top:12vw;
}
.learning-wrap .stage-higher-education .software-icon1 {
    left: 25vw;
    top:2vw;
}
.learning-wrap .stage-cafeteria .software-icon1 {
    left: 16vw;
    top:12vw;
}
.learning-wrap .stage-science-room .software-icon1 {
    left: 21vw;
    top:7vw;
}

@media screen and (max-width: 800px) {

    .learning-wrap .software-icon {
        opacity: 1;
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

/* Slider */
.learning-wrap .slick-slide {
    margin: 0px;
}
.learning-wrap .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.learning-wrap .slick-list {
    position: relative;
    display: block;
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
    height: 100%;
}

.learning-wrap .slick-list:focus {
    outline: none;
}

.learning-wrap .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.learning-wrap .slick-slider .slick-track,
.learning-wrap .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.learning-wrap .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}

.learning-wrap .slick-track:before,
.learning-wrap .slick-track:after {
    display: table;
    content: '';
}

.learning-wrap .slick-track:after {
    clear: both;
}

.learning-wrap .slick-loading .slick-track {
    visibility: hidden;
}

.learning-wrap .slick-slide {
    /*display: none;*/
    float: left;
    outline: none;
    /*height: 47vw;*/
    width: 100%;
    height: 100%;
    min-height: 1px;
    position: relative;
}
.learning-wrap .slick-slide *:focus{
    outline: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.learning-wrap .slick-slide img {
    /*height: 100%;*/
    /*width: auto;*/
    /*display: block;*/
}

.learning-wrap .slick-slide.slick-loading img {
    display: none;
}

.learning-wrap .slick-slide.dragging img {
    pointer-events: none;
}

.learning-wrap .slick-initialized .slick-slide {
    display: flex;
}

.learning-wrap .slick-loading .slick-slide {
    visibility: hidden;
}

.learning-wrap .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.learning-wrap .slick-arrow.slick-hidden {
    display: none;
}


.learning-wrap .slick-arrow {
    cursor: pointer;
/*    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    background-position: top;
    z-index: 1;
    text-indent: -9999px;
    border: 0px;*/
}

.learning-wrap .slick-arrow:focus {
    outline: none;
}

.learning-wrap .slick-prev {
    background: url(/content/dam/newb2b/campaign/education-virtual-experience/image/kvArrowLeft.png) no-repeat;
    left: 0;
}

.learning-wrap .slick-prev::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(/content/dam/newb2b/campaign/education-virtual-experience/image/kvArrowLeft.png) no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.learning-wrap .slick-next {
    background: url(/content/dam/newb2b/campaign/education-virtual-experience/image/kvArrowRight.png) no-repeat;
    right: 0;
}

.learning-wrap .slick-next::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(/content/dam/newb2b/campaign/education-virtual-experience/image/kvArrowRight.png) no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.learning-wrap .slick-arrow:hover:after {
    opacity: 1;
}

ul.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    bottom:10%;
}

.learning-wrap a{font-size: 0;}

/*cyrus*/

.learning-wrap .learning-product-lightbox .product-box .product-imgbox .dotbtn li.slick-active{
    background: #0071bc;
}
.learning-wrap .learning-product-lightbox .product-box .product-imgbox .dotbtn li button{
    opacity: 0;
    text-indent: -999999px;
    cursor: pointer;
}


.learning-wrap a{z-index: 1;}

.learning-wrap .stage-wrap{display: none;position: relative;}

.learning-wrap #map-room{display: none;}


.learning-wrap .shareContainer {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.learning-wrap .shareContainer.expand {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.learning-wrap .shareContainer .shareBox {
    position: relative;
    display: block;
    width: 300px;
    background: #000;
}
.learning-wrap .shareContainer .shareBox .qrcodeBox {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    background: #fff;
    left: 50%;
    margin: 30px 0 20px -75px;
    border-radius:10px;
    overflow: hidden;
}
.learning-wrap .shareContainer .shareBox .qrcodeBox img {
    width: 100%;
    height: 100%;
}
.learning-wrap .shareContainer .shareBox .socialList {
    position: relative;
    display: block;
    width: 90%;
    left: 5%;   
    text-align: center;
    margin-top: 20px;
}
.learning-wrap .shareContainer .shareBox .socialList li {
    position: relative;
    display: inline-block;
    width: 35px;
    margin: 5px;
    cursor: pointer;
}
.learning-wrap .shareContainer .shareBox .socialList li a{
    position: relative;
    width: auto;
    height: auto;
}
.learning-wrap .shareContainer .shareBox .urlCopyBox {
    position: relative;
    display: block;
    width: 90%;
    left: 5%;
    margin: 0 0 20px 0;
}
.learning-wrap .shareContainer .shareBox .urlCopyBox .urlText {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    height: 30px;
    border: 0;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    background: #aaa;
    margin: 10px 0 5px 0;
}
.learning-wrap .shareContainer .shareBox .urlCopyBox .urlCopyBtn {
    position: absolute;
    display: block;
    width: 50px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color:#fff;
    background: #2a80ff;
    cursor: pointer;
    right: 0;
    top: 0;
    border-radius:0 5px 5px 0;
}
.learning-wrap .shareContainer .shareBox .closeBtn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    right: 0px;
    top:-50px;
    cursor: pointer;
    border-radius:5px;
}