body{
}
#info-container{
	width: 100vw;
	height: 100vh;
	background-color:rgba(9,13,23,1);
}
@media screen and (max-width:768px) {
    #info-banner-app{
        height: 141.45vw;
        width: 100vw;
        object-fit: cover;
        display: block;
    }
    #info-banner{
        display: none;
    }
    .planRow{
        position: relative;
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .plan{
        width: 80vw;
        height: 114.4vw;
        border-radius: 21.6px;
        background-size: cover;
        border: 3px solid;
    }
    #plan1{

        background-image: url("https://release.hihealth.com.tw/movev/image/planA.png");
    }
    #plan2{

        background-image: url("https://release.hihealth.com.tw/movev/image/planB.png");
    }
    #plan3{

        background-image: url("https://release.hihealth.com.tw/movev/image/planC.png");
    }
    #plan4{

        background-image: url("https://release.hihealth.com.tw/movev/image/planD.png");
    }
    #plan5{

        background-image: url("https://release.hihealth.com.tw/movev/image/planE.png");
    }
    .planButton{
        width: 60vw;
        height: 12vw;
        border-radius: 10px;
        position: absolute;
        left: 50%;
        bottom: 5vw;
        transform: translateX(-50%);
        background-color: white;
        border: 1px solid black;
    }
    #scrollbtn{
        position: absolute;
        left: 50%;
        bottom:5%;
        transform: translateX(-50%);
        text-align:center;
        border-radius: 50%;
        width:5.2vw;
        height:5.2vw;
        background-color:black;
        margin-top:1%;
        padding: 0;
        min-width: 30px;
        min-height: 30px;
    }
}
@media screen and (min-width:768px) {
    #info-banner{
        height: calc(80vw * 0.563);
        width: 100vw;
        object-fit: cover;
        display: block;
    }
    #info-banner-app{
        display: none;
    }
    .plan{
        width: 21.6vw;
        height: 31vw;
        border-radius: 21.6px;
        background-size: cover;
        border: 3px solid;
    }
    #plan1{
        position: absolute;
        top:50%;
        left: 33%;
        transform: translate(-50%,-50%);
        background-image: url("https://release.hihealth.com.tw/movev/image/planA.png");
    }
    #plan2{
        position: absolute;
        top:50%;
        right: 33%;
        transform: translate(50%,-50%);
        background-image: url("https://release.hihealth.com.tw/movev/image/planB.png");
    }
    #plan3{
        position: absolute;
        top:50%;
        left: 20%;
        transform: translate(-50%,-50%);
        background-image: url("https://release.hihealth.com.tw/movev/image/planC.png");
    }
    #plan4{
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-image: url("https://release.hihealth.com.tw/movev/image/planD.png");
    }
    #plan5{
        position: absolute;
        top:50%;
        right: 20%;
        transform: translate(50%,-50%);
        background-image: url("https://release.hihealth.com.tw/movev/image/planE.png");
    }
    .planRow{
        position: relative;
        width: 100vw;
        height: 35vw;
    }
    .planButton{
        width: 16vw;
        height: 3vw;
        border-radius: 1.5vw;
        position: absolute;
        left: 50%;
        bottom: 1.5vw;
        transform: translateX(-50%);
        background-color: white;
        border: 1px solid black;
    }
    #scrollbtn{
        position: absolute;
        left: 50%;
        bottom:5%;
        transform: translateX(-50%);
        text-align:center;
        border-radius: 50%;
        width:4.2vw;
        height:4.2vw;
        background-color:black;
        margin-top:1%;
        padding: 0;
        min-width: 30px;
        min-height: 30px;
    }
}
.planInner{
    position: relative;
    height: 100%;
    width:100%;
}
#plan-container{
    width: 100vw;
    background-color:rgba(9,13,23,1);
    padding-bottom: 100px;
}

#plan1:hover{
    background-image: url("https://release.hihealth.com.tw/movev/image/planA_hover.png");
}
#plan2:hover{
    background-image: url("https://release.hihealth.com.tw/movev/image/planB_hover.png");
}
#plan3:hover{
    background-image: url("https://release.hihealth.com.tw/movev/image/planC_hover.png");
}
#plan4:hover{
    background-image: url("https://release.hihealth.com.tw/movev/image/planD_hover.png");
}
#plan5:hover{
    background-image: url("https://release.hihealth.com.tw/movev/image/planE_hover.png");
}