﻿#RenderBody {
    padding-top: 12%;
}

#nav_about_us {
    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 .contact {
    border-top: 10px solid red;
    background-color: #f6f3f3;
    padding: 0px 15px 15px 15px;
}

.mid_content {
   
    text-align: left;
    margin-bottom: 80px;
    margin-top: 80px;
}

.div_side_left {
    position: absolute;
    left: 70px;
    color: red;
    margin-top: 130px;
    cursor: pointer;
    font-size: 33pt;
}


.div_side_right {
    position: absolute;
    right: 76px;
    color: red;
    margin-top: 130px;
    cursor: pointer;
    font-size: 33pt;
}



.contact .title {
    color: red;
    font-weight: bold;
}

.left_box {
    width: 28%;
    margin-right: 3%;
}

.right_box {
    width: 68%;
}


.div_guide .big_img {
    width: 100%;
}


.mid_content table {
    width: 100%;
    text-align: center;
}

    .mid_content table .col_title {
        color: gray;
    }

    .mid_content table .odd {
        background-color: #f6f6f6;
    }

    .mid_content table td {
        padding: 11px;
    }

.movie_item {
    margin-top: 56px;
    margin-right: 25px;
}

    .movie_item img {
        height: 307px;
    }

    .movie_item .MovieCName {
        text-align: center;
    }

.div_guide {
    padding-bottom: 84px;
  
    text-align: left;
}


.left_box .contact p {
    margin: 0px;
}


.left_box div {
    margin-bottom: 18px;
}

h2 {
    margin-bottom: 6px;
    font-size: 32px;
}

h4 {
    margin-top: 0px;
}


.memo p {
    margin: 0;
}

.memo {
    margin-bottom: 26px;
}

.right_box .seat {
    margin-top: 80px;
}



#div_guide {
    background-color: rgba(0, 0, 0, 0.55);
    color: white;
    width: 300px;
    height: 100px;
    position: absolute;
    z-index: 999;
    margin-top: 16px;
    font-size: 27px;
    padding-top: 23px;
}

#div_guide_title {
    font-size: 30px;
    margin-top: 0;
    font-weight: inherit;
}


#div_guide_sub_title {
    font-size: 17px;
    font-weight: inherit;
}


button {
    font-family: 'Microsoft JhengHei';
}

/* Style the tab ==================start*/
div.tab {
    overflow: hidden;
}

    /* Style the buttons inside the tab */
    div.tab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        background-color: #fdfdfd;
    }

        /* Change background color of buttons on hover */
        div.tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        div.tab button.active {
            background-color: red;
            color: white;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Style the tab ==================end*/

#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;
        width: 50%;
    }
}


@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;
        width: 50%;
    }
}


@media only screen and (max-width: 380px) {
    /*  iphone 8  */

    #master_div {
        margin-top: -147px;
    }
}