    @charset "utf-8";
    /* CSS Document */
    
    .show_pad_a {
        display: none;
    }
    
    .index_step01_pad {
        background-image: url(../images/index_step_01_pad.jpg);
        background-position: top;
        background-size: cover;
        width: 100%;
    }
    
    .index_step02_pad {
        background-image: url(../images/index_step_02_pad.jpg);
        background-position: top;
        background-size: cover;
        width: 100%;
    }
    
    .index_step03_pad {
        background-image: url(../images/index_step_03_pad.jpg);
        background-position: top;
        background-size: cover;
        width: 100%;
    }
    
    .re-heigh {
        height: 264px;
    }
    
    .join-now {
        text-align: center;
        margin-top: 2vw;
    }
    /*4K*/
    
    @media (min-width: 1921px) {}
    /*1920*/
    
    @media (min-width: 1367px) and (max-width:1920px) {}
    /*桌機4:3螢幕+筆電寬度*/
    
    @media (min-width: 1200px) and (max-width:1366px) {}
    /*ipad pro*/
    
    @media (min-width:1024px)and (max-width:1199px) {
        .join-now {
            text-align: center;
            margin-top: 6vw;
        }
    }
    /*平板*/
    
    @media (min-width:768px)and (max-width:1023px) {
        .show_pc_a {
            display: none;
        }
        .show_pad_a {
            display: block;
        }
        .show_mobile_a {
            display: none;
        }
        .join-now {
            text-align: center;
            margin-top: 6vw;
        }
    }
    /*手機*/
    
    @media (max-width: 480px) {
        .join-now {
            text-align: center;
            margin-top: 6vw;
        }
    }