﻿#RenderBody {
    padding-top: 12%;
}

#nav_special {
    background-color: #cccccc;
    color: red;
}


#master_div {
    margin-top: -180px;
}

.full_bk_img {
    height: 90vh;
    background-size: cover;
}


.div_main_show .full_img {
    width: 100%;
}

.menu_download {
    background-color: #e50010;
    margin: 12px 14px 5px 2px;
    color: white;
    text-align: center;
    padding: 5px;
    margin-top: 28px;
    cursor: pointer;
}

.left_box {
    width: 28%;
    margin-right: 3%;
}

.right_box {
    width: 68%;
}

.mid_content {
   
    text-align: left;
    margin-top: 80px;
}

.btn_cinema {
    background-color: red;
    color: white;
    margin: 10px;
    width: 84%;
    text-align: center;
    padding: 15px;
}


.left_box .contact {
    border-top: 10px solid red;
    background-color: #f6f3f3;
    padding: 0px 15px 15px 15px;
}


    .left_box .contact p {
        margin: 0px;
    }


.left_box div {
    margin-bottom: 18px;
}

h2 {
    margin-bottom: 6px;
    font-size: 32px;
}

h4 {
    margin-top: 0px;
}

#rwd_left_box_pc {
    display: inline-block;
}


#rwd_left_box_phone {
    display: none;
}



@media only screen and (max-width: 1030px) {
    /*ipad*/

    .full_bk_img {
        height: 30vh;
        background-size: cover;
    }

    .demo {
        margin-top: 22%;
    }

    #rwd_left_box_pc {
        display: none;
    }


    #rwd_left_box_phone {
        display: block;
        width: 95%;
        margin: auto;
    }

    .right_box {
        width: 100%;
    }

    .left_box {
        width: 100%;
        margin-right: unset;
    }

    .div_side_right {
        display: none;
    }

    .div_side_left {
        display: none;
    }

    .mid_content {
        text-align: left;
        margin-bottom: 80px;
        margin-top: 0;
        width: 95%;
    }

    /*#master_div {
        width: 95%;
        margin: auto;
    }*/



    .div_guide {
        width: 95%;
    }


    .rwd_royal_guid img {
        width: 100% !important;
        margin-top: 20px !important;
        margin-left: unset !important;
    }


    .movie_item img {
        height: unset;
        width: 100%;
    }

    .movie_item {
        margin-top: 56px;
        margin-right: unset;
    }

    .menu_download {
        background-color: #e50010;
        margin: 12px 14px 5px 2px;
        color: white;
        text-align: center;
        padding: 5px;
        margin-top: 28px;
        cursor: pointer;
        margin: auto;
        float: unset;
    }
}

@media only screen and (max-width: 420px) {
    /*iphone8+*/
    .full_bk_img {
        height: 30vh;
        background-size: cover;
    }

    .demo {
        margin-top: 52%;
    }

    #rwd_left_box_pc {
        display: none;
    }


    #rwd_left_box_phone {
        display: block;
        width: 95%;
        margin: auto;
    }

    .right_box {
        width: 100%;
    }

    .left_box {
        width: 100%;
        margin-right: unset;
    }

    .div_side_right {
        display: none;
    }

    .div_side_left {
        display: none;
    }

    .mid_content {
        text-align: left;
        margin-bottom: 80px;
        margin-top: 0;
        width: 95%;
    }

    /*#master_div {
        width: 95%;
        margin: auto;
    }*/



    .div_guide {
        width: 95%;
    }


    .rwd_royal_guid img {
        width: 100% !important;
        margin-top: 20px !important;
        margin-left: unset !important;
    }


    .movie_item img {
        height: unset;
        width: 100%;
    }

    .movie_item {
        margin-top: 56px;
        margin-right: unset;
    }

    .menu_download {
        background-color: #e50010;
        margin: 12px 14px 5px 2px;
        color: white;
        text-align: center;
        padding: 5px;
        margin-top: 28px;
        cursor: pointer;
        margin: auto;
        float: unset;
    }
}