
@media screen and (max-width: 1080px) {
    .pc {
        display: none!important;
    }

    .line{
        background: linear-gradient(90deg, rgba(204, 204, 204, 0) 0%, #CCCCCC 51.5%, rgba(204, 204, 204, 0) 100%);
        height: .1852vw;
        width: 88.8889vw;
        margin: 14.7656vw 0;
    }

    .newGlobalPage{
        background: #FFFFFF;
    }
    
    .width100 {
        width: 100vw;
    }
    
    .absolute {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    
    .flex-row {
        display: flex;
        flex-direction: row;
    }
    
    .flex-column {
        display: flex;
        flex-direction: column;
    }
    
    .align-center {
        align-items: center;
    }
    
    .text-center {
        text-align: center;
    }
    
    .pcmanager-Logo {
        width: 12.7917vw;
        height: 12.7917vw;
    }
    
    .zindex-1 {
        z-index: -1;
    }
    
    .padding-top200 {
        padding-top: 10.4167vw;
    }
    
    .padding-top40 {
        padding-top: 2vw;
    }
    
    .padding-bottom270 {
        padding-bottom: 12vw;
    }
    
    .font120 {
        font-size: 7.4074vw;
    }

    .font28 {
        font-size: 2.5926vw;
    }

    .font38 {
        font-size: 3.5185vw;
    }

    .font40 {
        font-size: 3.7037vw;
    }

    .font48 {
        font-size: 4.4444vw;
    }

    .font52 {
        font-size: 4.8148vw;
    }

    .font68 {
        font-size: 6.2963vw;
    }

    .font20 {
        font-size: 1.8519vw;
    }
    
    .font-weight200 {
        font-weight: 200;
    }
    
    .bold {
        font-weight: bold;
    }
    
    .black {
        color: #333;
    }
    
    .white {
        color: #FFF;
    }
    
    .color999{
        color: #999999;
    }
    
    .color0053ff{
        color:#0053FF
    }
    
    
    .downloadBtn {
        background-color: #000000;
        border-radius: 9vw;
        width: 25vw;
        height: 5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        font-size: 2vw;
    }
    
    .downloadIcon {
        width: 2vw;
        height: 2vw;
        margin-left: 2vw;
    }
    
    .sec1{
        padding: 13.9922vw 7.8125vw;
        display: flex;
        flex-direction: column;
        position: relative;
        height: 128.6111vw;
        align-items: center;
    }
    
    .sec1-background{
        z-index: -1;
        width: 100vw;
        height: 128.6111vw;
    }
    
    .sec1-logo{
        width: 18.5185vw;
        height: 18.5185vw;
    }
    
    .sec2 {
        padding: 14.9609vw 5.5556vw;
        display: flex;
        flex-direction: column;
        text-align: start;
    }
    
    .sec2-title{
        margin-top: 3.125vw;
    }
    
    .color666{
        color: #666666;
    }
    
    
    .sec2 div ul li{
        list-style-type: disc;
        margin-top: 2.7778vw;
    }
    
    .sec2 div ul{
        padding-left: .625vw!important;
        margin-top: 2.7778vw;
    }
    
    .sec2-image{
        width: 88.8889vw;
        height: 53.0556vw;
        margin-top: 11.1111vw;
    }
    
    .listBox{
        margin-top: 1.0417vw;
        width: 24.4vw;
        font-weight: bold;
        height: 16.2292vw;
        border-radius: 1.5625vw;
        font-size: 1.9vw;
        color: #333333;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0px .5208vw 2.6042vw rgba(0, 0, 0, 0.12) ;
        
    }
    
    .listImg{
        width: 9.375vw;
        height: 9.375vw;
        margin-top: 1vw;
    }
    
    .sec3{
        position: relative;
        text-align: center;
    }
    
    .sec3-background{
        position: absolute;
        right: 0;
        top: 0;
        width: 66.0156vw;
        height: 46.875vw;
        background: linear-gradient(115.82deg, #99FFBE 0%, #B3CBFF 100%);
        z-index: -1;
    }
    
    .sec3-box{
        height: 46.875vw;
        padding: 0px 5.5556vw;
        
    }
    
    .sec3-video{
        width: 84.375vw;
        height: 54.1406vw;
        margin-top: 11.1111vw;
    }
    
    .sec4 {
        padding: 15.625vw 5.5556vw;
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-top: 15.625vw;
    }
    
    .sec4-row-box{
        display: flex;
        flex-direction: column;
        gap: 1.5625vw;
        margin-top: 11.1111vw;
    }
    
    .sec4-img{
        margin-top: 3.125vw;
        width: 41.4063vw;
        height: 46.2891vw;
    }
    
}

@media screen and (min-width: 1080px) {
    .mb {
        display: none!important;
    }


    .newGlobalPage{
        background: #FFFFFF;
    }
    
    .width100 {
        width: 100vw;
    }
    
    .absolute {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    
    .flex-row {
        display: flex;
        flex-direction: row;
    }
    
    .flex-column {
        display: flex;
        flex-direction: column;
    }
    
    .align-center {
        align-items: center;
    }
    
    .text-center {
        text-align: center;
    }
    
    .pcmanager-Logo {
        width: 12.7917vw;
        height: 12.7917vw;
    }
    
    .zindex-1 {
        z-index: -1;
    }
    
    .padding-top200 {
        padding-top: 10.4167vw;
    }
    
    .padding-top40 {
        padding-top: 2vw;
    }
    
    .padding-bottom270 {
        padding-bottom: 12vw;
    }
    
    .font120 {
        font-size: 5vw;
    }
    
    .font28 {
        font-size: 1.0938vw;
    }
    
    .font38 {
        font-size: 1.4844vw;
    }
    
    .font40 {
        font-size: 1.7vw;
    }
    
    .font48{
        font-size: 1.875vw;
    }
    
    .font52{
        font-size: 2.0313vw;
    }
    
    .font68{
        font-size: 2.6563vw;
    }
    
    .font20{
        font-size: .7813vw;
    }
    
    .font-weight200 {
        font-weight: 200;
    }
    
    .bold {
        font-weight: bold;
    }
    
    .black {
        color: #333;
    }
    
    .white {
        color: #FFF;
    }
    
    .color999{
        color: #999999;
    }
    
    .color0053ff{
        color:#0053FF
    }
    
    
    .downloadBtn {
        background-color: #000000;
        border-radius: 9vw;
        width: 25vw;
        height: 5vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        font-size: 2vw;
    }
    
    .downloadIcon {
        width: 2vw;
        height: 2vw;
        margin-left: 2vw;
    }
    
    .sec1{
        padding: 11.9922vw 7.8125vw;
        display: flex;
        flex-direction: column;
        position: relative;
        height: 55.3516vw;
    }
    
    .sec1-background{
        z-index: -1;
        width: 100vw;
        height: 55.3516vw;
    }
    
    .sec1-logo{
        width: 8.5938vw;
        height: 8.5938vw;
    }
    
    .sec2 {
        padding: 14.9609vw 7.8125vw;
        display: flex;
        flex-direction: row;
        text-align: start;
    }
    
    .sec2-title{
        margin-top: 3.125vw;
    }
    
    .color666{
        color: #666666;
    }
    
    
    .sec2 div ul li{
        list-style-type: disc;
        margin-top: 1.25vw;
    }
    
    .sec2 div ul{
        padding-left: .625vw!important;
        width: 37.6406vw;
    }
    
    .sec2-image{
        width: 51.9531vw;
        height: 31.0156vw;
        position: relative;
        left: -5.3125vw;
    }
    
    .listBox{
        margin-top: 1.0417vw;
        width: 24.4vw;
        font-weight: bold;
        height: 16.2292vw;
        border-radius: 1.5625vw;
        font-size: 1.9vw;
        color: #333333;
        background-color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        box-shadow: 0px .5208vw 2.6042vw rgba(0, 0, 0, 0.12) ;
        
    }
    
    .listImg{
        width: 9.375vw;
        height: 9.375vw;
        margin-top: 1vw;
    }
    
    .sec3{
        position: relative;
        text-align: center;
    }
    
    .sec3-background{
        position: absolute;
        right: 0;
        top: 0;
        width: 66.0156vw;
        height: 46.875vw;
        background: linear-gradient(115.82deg, #99FFBE 0%, #B3CBFF 100%);
        z-index: -1;
    }
    
    .sec3-box{
        height: 46.875vw;
        padding: 0px 7.8125vw;
        
    }
    
    .sec3-video{
        width: 84.375vw;
        height: 54.1406vw;
    }
    
    .sec4 {
        padding: 15.625vw 7.8125vw;
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-top: 15.625vw;
    }
    
    .sec4-row-box{
        display: flex;
        flex-direction: row;
        gap: 1.5625vw;
    }
    
    .sec4-img{
        margin-top: 3.125vw;
        width: 41.4063vw;
        height: 46.2891vw;
    }
    
}
