* {
    font-family: '微軟正黑體';
    box-sizing: border-box;
    position: relative;
}

body {
    width: 100%;
    height: auto;
    margin: 0;
    overflow-x: hidden;
}

.pc {
    display: block;
}

.mb {
    display: none;
}
.container01{
    width: 100%;
    height: 100%;
}
.navbar {
    position: fixed !important;
    width: 100%;
    height: 130px;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(40%, 40%, 40%, 0.5);
    z-index: 999;
    border-radius: 0 !important;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
}

.navbar>.container,
.kv>.container {
    height: 100%;
}

.menubar {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.sideBtns{
    position: fixed;
    right: 0;
    top: 20vh;
    z-index: 999;
}
.sideBtn {
    transition: 0.2s ease-in-out;
    cursor: pointer;
    -webkit-filter: drop-shadow(-4px 4px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-4px 4px 7px rgba(0, 0, 0, 0.5))
}
.buyNow {
    transition: 0.2s ease-in-out;
    cursor: pointer;
    margin-top: 10px;  
    -webkit-filter: drop-shadow(-4px 4px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-4px 4px 7px rgba(0, 0, 0, 0.5))
}

.sideBtn:hover , .buyNow:hover{
    filter: brightness(1.2) drop-shadow(-4px 4px 7px rgba(0, 0, 0, 0.5));
}



.logo {

    width: 136px;
    display: inline-block;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.slogan {
    display: inline-block;
}

ol.menu {
    display: inline-flex;
    margin-top: 10px;
}

ol.menu li {
    list-style: none;
    margin-left: 60px;
    font-size: 20px;
    color: #626262;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    letter-spacing: 1.5px;
}

ol.menu li:hover {
    color: #920783;
}

.kv {
    width: 100%;
    height: 88vh;
    background: url(../images/kvBg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-position: center;
    background-size: cover;
    margin-top: 120px;
    overflow: hidden;
}

.kvTitle {
    margin-top: 17%;
    margin-left: 2%;
    display: inline-block;
	z-index: 2;
}

.kvAward {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -100px;
    margin-right: -80px;
}

.kvPdArea {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-bottom: 40px;
    margin-right: -60px;
    display: inline-flex;
}
.kvRtb{
    position: relative;

}
.kvTxt {
    position: absolute;
    bottom: 0;
    margin-left: 30px;
}

.kvPd {
    position: relative;
}

.kvCurtain,
.kvCurtain01,
.kvCurtain02 {
    position: absolute;
    top: -60px;
}
.kvCurtain01 {
    position: relative;
    z-index: 0;
}
.kvCurtain02{
    z-index: 1;
    left: -10px;
}

.kvArrow {
    position: absolute;
    bottom: 8%;
    left: 0;
    margin-left: 15%;
    animation: arrowMove .4s linear infinite alternate;
    -webkit-animation: arrowMove .4s linear infinite alternate;
	z-index:2;
}

.p1 {
    background: url(../images/p1Bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
}

.p1Left {
    padding: 80px 0;
    margin-left: -30px;
    display: inline-block;
    /*width: 100%;	*/
}

.p1Title {
    margin-bottom: 20px;
}

.p1Board {
    display: flex;
    justify-content: center;
    position: relative;
}

.p1xxx {
    position: absolute;
    bottom: 80px;
    width: 50%;
    left: 25%;
    display: inline-flex;
    justify-content: space-between;
}

.p1Right {
    position: absolute;
    bottom: 0;
    right: 0;
    /*overflow: hidden;*/
}

.p1Model {
    bottom: -50px;
}

.p1Box {
    position: absolute;
    right: 0;
    top: 30px;

}
.p1Box{
    -webkit-animation: ScaleLoop 4s linear infinite;
    animation: ScaleLoop 4s linear infinite;
    transform-origin: 100% 100%;	
}

.experiment {
    background: url(../images/experimentBg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
}

.experimentTopArea {
    margin-top: 60px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.experimentTitle {
    padding-top: 60px;
    left: 0;
    margin-left: 50px;
}

.experimentZoom {
    position: absolute;
    left: 10px;
    bottom: 0;
    -webkit-animation: cycle-r 1.6s linear infinite;
    animation: cycle-r 1.6s linear infinite;
    transform-origin: 30%;
}

.experimentZoom img {
    animation: inherit;
    animation-direction: reverse;
}

.experimentBox {
    margin-top: -100px;
}

.experimentBox img {
    -webkit-filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5))
}

.experimentBottomArea {
    -webkit-filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5))
}

.experimentBottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
}
.experiment02Tag{
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -35px;
    margin-top: 80px;
}
.experiment02Tag01, .experiment02Tag02{
    color: #fff;
    position: absolute;
    font-size: 26px;
}
.experiment02Tag01{
    margin-left: -140px;
}
.experiment02Tag02{
    margin-left: 140px;
}
.p2 {
    background: url(../images/p2Bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
    padding: 50px 0;
}

.p2Title,
.p2Box01,
.p2Box02 {
    margin-top: 30px;
    -webkit-filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5))
}

.p3 {
    background: url(../images/p3Bg.jpg) repeat-y;
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
    padding: 50px 0;
}
.p3TitleBox{position: relative;}
.p3Award{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30%;
    overflow:hidden;
    /*margin-left: 75px;*/
    /*margin-bottom: 80px;*/
}
.p3Award i {
    width: 500px;
    height: 435px;
    position: absolute;
    pointer-events: none;
    background: url(../images/light.png) no-repeat;
    animation-duration: 3s;
    animation-name: btnlightA;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    transform: translate3d(50%,-100%,0);
    z-index: 2;
    animation-delay: 0s;
}

@keyframes btnlightA {
    0% { transform: translate3d(-100%,50%,0); }
    70% { transform: translate3d(50%,-100%,0); }
    to { transform: translate3d(50%,-100%,0); }
}

.p3Title{
    display: flex;
    justify-content: center;
}
ol.p3Menu {
    display: flex;
    justify-content: space-around;
    padding-inline-start: 0;
}

ol.p3Menu li {
    list-style: none;
    margin-top: 30px;
    font-size: 30px;
    color: #626262;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    letter-spacing: 1.5px;
    border-bottom: 5px solid transparent;
}

ol.p3Menu li.current {
    color: #920783;
    border-bottom: 5px solid #920783;
}

ol.p3Menu li:hover {
    color: #920783;
    border-bottom: 5px solid #920783;
}

ol.p3Menu li::after {
    content: '';
    background: url('../images/p3Arrow.png') no-repeat;
    position: absolute;
    width: 26px;
    height: 13px;
    top: 30%;
    right: -35px;
}

.p3BoxArea {
    background: url(../images/p3Bg.png) repeat-y;
    -webkit-background-size: cover;
    background-size: cover;
    height: auto;
    padding-bottom: 50px;
}

.p3Box01,
.p3Box02,
.p3Box03,
.p3Box04 {
    display: none;
    box-shadow: 0px 5px 20px rgba(40%, 40%, 40%, 0.5);
    ;

}

.p3Box01 {
    background: url(../images/p3BoxBg01.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: auto;
}

.p3Box02 {
    background: url(../images/p3BoxBg02.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: auto;
}

.p3Box03 {
    background: url(../images/p3BoxBg03.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: auto;
}

.p3Box04 {
    background: url(../images/p3BoxBg04.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: auto;
}

.p3Right {
    background: rgba(255, 255, 255, 0.8);
    margin-left: 50%;
    width: 50%;
    height: 100%;
    /*opacity: 0.8;*/
    padding: 50px 0;
    min-height: 721px;
}

.p3Pd {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.p3Btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.p3Btn {
    background: url(../images/p3Btn.png) no-repeat;
    width: 140px;
    height: 47px;
    background-position: bottom;
    margin: 0 30px 0 40px;
    -webkit-filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5));
    cursor: pointer;
    border-radius: 12px;
}

.p3Btn03>.p3Btn {
    margin: 0 40px 0 50px;
}

.p3Btns04>.p3Btn {
    margin: 0 50px 0 20px;
}

.p3Btn span {
    position: absolute;
    background: url(../images/p3Btn.png) no-repeat;
    background-position: top;
    width: 140px;
    height: 47px;
    transition: 0.2s ease-in-out;
    /*border-radius: 10px;*/
}

.p3Btn span:hover {
    opacity: 0;
}

.p3Txt {
    margin-top: 30px;
}

.active {
    display: block;
}

.menuBox.closeM {
    right: 0vh;
}

.kvRtb {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 95%;
}

/*.mask{
    position: absolute;
    width: 290px;
    height:233px;
    background: url(../images/kvRtb01.png) no-repeat;
    background-position: bottom right;
    -webkit-mask-image:url(../images/kvRtbMask.png);
}*/
.kvRtbPic {
    position: absolute;
    width: 95%;
    height: 95%;
    left: 2.5%;
    top: 2.5%;
    /*background: url(../images/kv_1.jpg) no-repeat;*/
    border-radius: 13%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
}

.kvLoopPic {
    position: absolute;
    width: 145%;
    height: 100%;
    background: url(../images/kv_loop.jpg) no-repeat;
    border-radius: 13%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.kvLoopPic.isIE{
    background: url(../images/kv.gif) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}
.kvRtbTxt {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.kvPd {
    margin-top: -50px;
    margin-left: 10px;
}

.kvTxt {
    bottom: -20px;
    margin-left: 20px;
    left: 0px;
}

.experiment01 {
    display: flex;
    justify-content: center;

}

.experiemntPic01 {
    position: absolute;
    top: 6%;
    width: 90%;
    height: 80%;
    left: 5%;
    /*background: url(../images/experimentPic01.png) no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(100%, 100%, 100%, 0.5);
    overflow: hidden;
}

.experiemntLoop {
    position: absolute;
    width: 124%;
    height: 100%;
    background: url(../images/experiment.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    /*background-position: center;*/
    left: 50%;
    -webkit-transform: translate(-50%, 0%) scale(1.05);
    -ms-transform: translate(-50%, 0%) scale(1.05);
    transform: translate(-50%, 0%) scale(1.05);
    transform-origin: 50% 0%;
}
.experiemntLoop.isIE{
    background: url(../images/experiment.gif) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}
.experiemntPic02 {
    position: absolute;
    top: 6%;
    width: 90%;
    height: 80%;
    left: 5%;
    background: url(../images/experimentPic02.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(100%, 100%, 100%, 0.5);
}

.experiemntPic02-1 {
    position: absolute;
    top: 6%;
    width: 90%;
    height: 80%;
    left: 5%;
    background: url(../images/experimentPic02-1.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgba(100%, 100%, 100%, 0.5);
    opacity: 0;
    -webkit-animation: proChange 5s linear 0s infinite alternate;
    animation: proChange 5s linear 0s infinite alternate;
}

@-webkit-keyframes proChange {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes proChange {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.experimentName {
    position: absolute;
    color: #fff;
    font-size: 30px;
    letter-spacing: 5px;
    bottom: 15px;
    width: 100%;
    text-align: center;
    left: 0px;
}

.experiment01 img {
    width: 100%;
    height: 100%;
}

.experiment01Bubble,
.experiment02Bubble {
    position: absolute;
    margin-top: 13%;
    left: 35%;
    width: 28%;
}

.experimentTag {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 68%;
    height: 80%;
    left: 16%;
}

.kvRtbTag {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.navbar.scroll {
    height: 50px;
}

.navbar.scroll .logo {
    width: 70px;
}
@media (max-width: 1350px) {
    .kvTitle{
        margin-top: 22vh;
    }
    
}
@media (max-width: 1280px) {
    .navbar{
        height: 80px;
    }
    .kv{
        margin-top: 80px;
    }
    .logo{
        width: 100px;
    }
    ol.menu li {
        margin-left: 30px;
        font-size: 16px;
    }
    .kvCurtain{
        transform: scale(0.9);
        margin-left: -70px;
    }
    .kvTitle {
        max-width: 45%;
    }

    .kvAward {
        max-width: 40%;
    }
    .kvPdArea{
        max-width: 42%;
        margin-right: 1%;
    }
    .kvPd{
        top: 0;
        margin-top: -30px;
    }
    .kvArrow {
        max-width: 16%;
    }

    .p1Right {
        width: 30%;
    }

    .p1Box {
        top: 0;
        max-width: 50%;
    }

    ol.p3Menu li {
        font-size: 20px;
    }
    
    .sideBtns{
        /*margin-top: -20px;*/
    }
    .experiment02Tag{
        margin-top: 50px;
    }
    .experiment02Tag01{
        margin-left: -110px;
    }
    .experiment02Tag02{
        margin-left: 120px;
    }

}

@media (max-width: 990px) {


    .sideBtns{
        max-width: 7%;
    }

    ol.menu li {
        margin-left: 10px;
        font-size: 12px;
    }

    .kvTitle {
        margin-top: 30%;
    }

    .kvAward {
        margin-right: -60px;
        margin-top: -60px;
    }

    .kvArrow {
        bottom: 5%;
    }

    .kvRtb,
    .kvPd {
        max-width: 35%;
    }

    .kvPdArea {
        right: -25%;
        max-width: 100%;
        margin-right: 0%;
    }
    .kvTxt{
        margin-left: 0px;
    }

    .p1Right {
        width: 40%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding-top: 100px;
    }

    .p1Model {
        width: 50%;
        float: right;
        bottom: 0;
    }

    .p1Box {
        top: 0;
    }

    .experimentTopArea {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .experiment01,
    .experiment02 {
        margin: 5px;
    }

    ol.p3Menu li {
        font-size: 14px;
    }
    .experiment02Tag{
        margin-top: 40px;
    }
    .experiment02Tag01{
        font-size: 20px;
        margin-left: -80px;
    }
    .experiment02Tag02{
        font-size: 20px;
        margin-left: 90px;
    }
}


@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .mb {
        display: block;
    }

    .menubar {
        justify-content: flex-start;
    }

    .logo {
        max-width: 70px;
    }

    .slogan {
        margin-left: 10px;
    }

    .navbar {
        height: 60px;
    }

    .menuExpendBg {
        z-index: 1000;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: 0.8;
        display: none;
        transition: 0.2s all ease-in-out;
    }

    .menuBox {
        position: fixed;
        right: -100vw;
        top: 0;
        width: 70%;
        height: 100vh;
        background-color: #fff;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.2s all ease-in-out;
    }

    ol.menu {
        display: flex;
        flex-direction: column;
        padding-inline-start: 0;
        justify-content: space-around;
        height: 70%;
    }

    ol.menu li {
        margin-left: 0;
        font-size: 24px;
        letter-spacing: 2px;
        padding-bottom: 20px;
        border-bottom: 1px solid #626262;

    }

    .menuExpend {
        position: absolute;
        width: 30px;
        height: 22px;
        right: 0;
        cursor: pointer;

    }

    .menuExpend span {
        position: absolute;
        display: block;
        height: 2px;
        width: 30px;
        background: #626262;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.2s ease-in-out;
        border-radius: 10px;
    }

    .menuExpend span:nth-child(2),
    .menuExpend span:nth-child(3) {
        margin-top: 10px;
    }

    .menuExpend span:nth-child(4) {
        margin-top: 20px;
    }

    .open {
        z-index: 1001;
    }

    .open span:nth-child(1),
    .open span:nth-child(4) {
        opacity: 0
    }

    .open span:nth-child(2) {
        transform: rotate(45deg);
    }

    .open span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .close,
    .close:hover {
        opacity: 1;
    }

    .kv {
        margin-top: 30px;
        background: url(../images/kvBgM.jpg) no-repeat;
        -webkit-background-size: contain;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }

    .kvCurtain {
        width: 55%;
        top: 15%;
        left: -12%;
		margin-left:0px;
		transform:scale(1);
    }

    .kvTitle {
        width: 50%;
        margin-top: 36%;
        margin-left: -5px;
    }

    .kvAward {
        width: 40%;
        left: 0;
        margin-top: -130px;
        margin-left: 30%;
    }

    .kvPdArea {
        right: 0;
        justify-content: flex-end;
        bottom: 20px;
    }

    .kvTxt {
        width: 62%;
        margin-left: -40px;
        bottom: -5px;
    }
    
    .kvPd {
        width: 37%;
        margin-left: 0;
        margin-right: -20px;
        margin-top: -45px;
    }

    .kvArrow {
        width: 30%;
        margin-left: 8%;
    }

    .p1Left {
        margin-left: 0;
        padding: 30px 0;
    }

    .p1Title {
        width: 70%;
        margin: 0 auto 20px auto;
    }

    .p1Board {
        width: 100%;
        /*justify-content: flex-start;*/

    }

    .p1xxx {
        width: 65%;
        margin-left: 80px;
        bottom: 90px;
        left: 0%;
    }

    .p1Right {
        width: 95%;
    }

    .p1Model {
        float: right;
        width: 35%;
        bottom: 0;
        right: 0;
    }

    .p1Box {
        width: 60%;
        left: 90px;
        top: initial;
        bottom: 75px;
        transform-origin: 50% 50%;
    }

    .p1Icon01,
    .p1Icon02,
    .p1Icon03 {
        margin-right: 10px;
    }

    .experiment {
        -webkit-background-size: contain;
        background-size: contain;

    }

    .experimentTitleArea {
        margin: 0 15px;
    }

    .experimentTitle {
        margin-right: 20px;
    }

    .experimentPd {
        margin-left: 20px;
    }

    .experimentBox {
        margin-top: -30px;
    }

    .experimentBox img {
        -webkit-filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(4px 4px 7px rgba(0, 0, 0, 0.5))
    }

    .experimentTopArea {
        width: 90%;
        margin-left: 5%;
        margin-bottom: -6%;
    }

    .experimentTitleArea {
        left: -10px;
    }

    .experimentBottomArea {
        max-width: 80%;
        margin: 0 auto;
    }

    .experimentBottom {
        display: block;
    }

    .experimentZoom {
        width: 8%;
        left: ;
    }

    .p2Title {
        max-width: 80%;
        margin: 0px auto 0;
    }

    ol.p3Menu {
        flex-wrap: wrap;
    }

    ol.p3Menu li {
        font-size: 16px;
        margin-right: 20px;
    }

    ol.p3Menu li::after {
        background: url('../images/p3ArrowM.png') no-repeat;
        width: 15px;
        height: 8px;
        right: -20px;
    }

    ol.p3Menu li:hover {
        border-bottom: 3px solid #920783;
    }

    .p3Box01 {
        background-position: center;
    }

    .p3Right {
        width: 100%;
        margin-left: 0;
        min-height: 550px;
    }

    .p3Pd {
        width: 60%;
        margin: 0 auto;
    }

    .p3Btn {
        background: url(../images/p3BtnM.png) no-repeat;
        width: 100px;
        height: 33.5px;
        margin: 0 55px;
        /*margin: 0 20px;*/
    }

    .p3Btn span {
        background: url(../images/p3BtnM.png) no-repeat;
        width: 100px;
        height: 33.5px;

    }

    .p3Box02 .p3Pd,
    .p3Box03 .p3Pd {
        width: 80%;
        margin-top: 15%;
    }

    .p3Box02 .p3Btn,
    .p3Box03 .p3Btn {
        margin: 0 50px;
    }

    .p3Box04 .p3Btn {
        margin: 0 60px 0 35px;
    }

    .p3Txt {
        width: 75%;
    }
    .p3Award{
        /*margin-left: 52px;*/
        /*margin-bottom: 110px;*/
        max-width: 160px;
        top: 0px;
        left: 0px;
    }
    .p3Award i{
        width: 250px;
        height: 217px;
        background-size: cover;
    }
    .experiment02Tag{
        margin-top: 60px;
    }
    .experiment02Tag01{
        font-size: 26px;
        margin-left: -130px;
    }
    .experiment02Tag02{
        font-size: 26px;
        margin-left: 140px;
    }

}



@media (max-width: 768px) {
    .kvRtb {
        width: 40%;
        margin-top: -15px;
    }

    .kvRtbTxt {
        width: 80%;
    }

    .kvTxt {
        bottom: -10px;
        margin-left: 190px;
    }

    .experiment01 {
        margin-bottom: 20px;
    }

    .menuBox.closeM {
        right: -100vh;
    }

    .menuBox.openM {
        right: 0vh;
    }

    .kvRtbTag {
        width: 50%;
    }
}


#canvas1,
#canvas2 {
    /* make the canvas wrapper fits the document */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.plane1 {
    /* define the size of your plane */
    position: relative;
    width: 636px;
    height: 912px;
}

.plane2 {
    /* define the size of your plane */
    position: relative;
    width: 548px;
    height: 924px;
}

.plane1 img,.plane2 img {
    /* hide the img element */
    opacity: 0;
}


@media (max-width: 990px) {

    .experimentName {
        font-size: 25px;
        bottom: 5px;
    }
}

@media (max-width: 768px) {

    .plane1 {
        /* define the size of your plane */
        position: relative;
        width: 97%;
        height: auto;
    }

    .plane2 {
        /* define the size of your plane */
        position: relative;
        width: 60%;
        height: auto;
    }

    .experimentName {
        font-size: 25px;
        bottom: 3vw;
    }

}

@media (max-width: 414px) {
    .kvAward {
        margin-top: -90px;
        margin-left:25%; 
        max-width: 50%;
        width: 50%;
    }
    .kvTitle{
        max-width: 55%;
        margin-top: 40%;
    }
    .kvArrow{
        max-width: 22%;
        width: 22%;
        margin-left: 2%;
        bottom: 5%;
    }

    .p1xxx {
        bottom: 70px;
    }

    .experimentTopArea {
        margin-top: 10px;
        width: 100%;
    }

    .experimentPd {
        margin-left: 0px;
    }

    .experimentTitle {
        padding-top: 30px;
        margin-right: 0;
        margin-left: 15px;
    }

    .experimentZoom {
        left: 0;

    }

    .experimentBottomArea {
        max-width: 100%;
    }
    .p2Title {
	    margin: 30px auto 0;
	}
    .p3Btn {
        background: url(../images/p3BtnM.png) no-repeat;
        width: 100px;
        height: 33px;
        margin: 0 20px;
        background-position: bottom;
        border-radius: 8px;
    }

    .p3Btn span {
        background: url(../images/p3BtnM.png) no-repeat;
        width: 100px;
        height: 33px;
        background-position: top;
        border-radius: 5px;
    }

    .p3Box02 .p3Btn,
    .p3Box03 .p3Btn {
        margin: 0 5px;
    }

    .p3Box04 .p3Btn {
        margin: 0 15px 0 5px;
    }

    .experiment01Bubble {
        max-width: 30%;
    }

    .kv {

        max-height: 75.4vh;
    }
    .kvPdArea{
        bottom: 5%;
        margin-bottom: 0
    }
    .kvRtb {
        margin-top: -30px;
        max-width: 40%;
    }
    .kvPd{
        margin-top: -55px;
        max-width: 40%;
        width: 40%;
    }

    .p1xxx {
        margin-left: 40px;
    }

    .p1Box {
        left: 0;
        margin-left: 60px;
    }

    .experimentName {
        font-size: 20px;
        bottom: 10px;
    }

    .experimentBottom {
        padding-bottom: 0px;
    }

    .p2 {
        padding: 0px 0px 25px 0;
    }

    .p3 {
        padding-top: 20px;
    }

    

    .kvTxt {
        margin-left: 105px;
    }
    .p3Award{
        margin-left: 35px;
        margin-bottom: 72px;
        max-width: 50px;
    }
   
    .sideBtns{
        max-width: 10%;
    }
    .experiment02Tag{
        margin-top: 40px;
    }
    .experiment02Tag01{
        font-size: 22px;
        margin-left: -85px;
    }
    .experiment02Tag02{
        font-size: 22px;
        margin-left: 100px;
    }
}

.container {
    overflow: hidden;
}

.tvc {
    position: fixed;
    background-color: rgba(0, 0, 0, 90%);
    width: 100%;
    height: 100vh;
    z-index: 1001;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.tvcBg {
    width: 1390px;
    height: 907px;
    background: url(../images/tvcBg.png) no-repeat;
}

.tvcTitle {
    position: relative;
    top: 50px;
    left: 50%;
    margin-left: -142px;
}

.tvcClose {
    position: absolute;
    top: 40px;
    right: 70px;
    cursor: pointer;
}

.video {
    position: relative;
    top: 100px;
    width: 1200px;
    height: 650px;
    left: 50%;
    margin-left: -610px;
}

@media (max-width: 1390px) {
    .tvcBg {
        transform: scale(0.8);
    }
}

@media (max-width: 1100px) {
    .tvcBg {
        transform: scale(0.7);
    }
}

@media (max-width: 990px) {
    .tvcBg {
        transform: scale(0.6);
    }
}

@media (max-width: 768px) {
    .tvcBg {
        transform: scale(0.45);
    }
}

@media (max-width: 640px) {
    .tvcBg {
        transform: scale(0.35);
    }
}

@media (max-width: 414px) {
    .tvcBg {
        transform: scale(0.28);
    }
}

@media (max-width: 375px) {
    .tvcBg {
        transform: scale(0.25);
    }
    .p3Award{
        margin-left: 10px;
        margin-bottom: 0px;
        max-width: 25%;
    }
}

@-webkit-keyframes cycle-r {
    to {
        -webkit-transform: rotate(1turn);
    }
}

@keyframes cycle-r {
    to {
        transform: rotate(1turn);
    }
}
@keyframes arrowMove {
    from {
        transform: translate(0px, 0px);
    }

    to {
        transform: translate(0px, 5px);
    }
}

@-webkit-keyframes arrowMove {
    from {
        -webkit-transform: translate(0px, 0px);
    }

    to {
        -webkit-transform: translate(0px, 5px);
    }
}


@keyframes ScaleLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes ScaleLoop {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}