#date_nav {
    width: 970px;
    font-family: HelveticaNeue-Condensed, serif;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    margin: auto;
    text-align: center;
    flex-direction: row;
    color: white;
    opacity:100%;
}
.nav_a{
    text-decoration: none;
    color: #828282;
}
#date_nav .navreddot{
    opacity: 0;
    position: relative;
    top: 70px;
}
#date_nav .active img{
    opacity: 1;
    display: block;
    text-decoration: none;
    color:white;
    margin: auto;
}
#date_nav .active p{
    color: white;
}
.Nav_Month {
    text-align: center;
    font-size: 81px;
    line-height: 213px;
}
.Nav_Day {
    position: relative;
    top: 100px;
    text-align: center;
    font-size: 43px;
    line-height: 120px;
    align-items: center;
}
.nav_day_text{
    line-height: 0;
}
#movie_list {
    position: relative;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    border-right: 55px black solid;
    border-left: 55px black solid;
    padding-bottom: 35px;
    height: 880px;
    overflow: scroll;
}

#movie_list::-webkit-scrollbar { width: 0 !important }
#movie_list { -ms-overflow-style: none; }
#movie_list { overflow: -moz-scrollbars-none; }

.movie_list_img {
    margin-bottom: 20px;
}
#info_display{
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    text-align: center;
    font-size: 24px;
    font-family: HelveticaNeue-Condensed, serif;
    font-weight: bold;
    height: 45px;
    width: 1080px;
}
.info_shows{
    margin-left: 55px;
    text-align: center;
    line-height: 35px;
    padding-top: 6px;
}

.help_button {
    background-image: url("../image/helpbutton.png");
    width: 133px;
    height: 52px;
    text-align: center;
    margin-left: 60px;
    margin-bottom: 10px;

}

#member{
    position:absolute;
    width: 1080px;
    height: 1920px;
    top: 1px;
    z-index: 2;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: space-around;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
}

#button_guest{
    width: 433px;
    height: 101px;
    z-index: 3;
    margin-top: 895px;
    border-radius: 5%;
}
#button_member{
    width: 433px;
    height: 101px;
    z-index: 3;
    margin-top: 895px;
    border-radius: 5%;
}
.down{
    width: 150px;
    height: 50px;
    position: absolute;
    /* bottom: 0px; */
    left: 43%;
    background : url("../image/down2.png") no-repeat;
    background-position:center;
    background-size:contain;
    border: 2px solid #ccc;
    border-radius: 10px;
}
.sale_nav{
    /* text-align: center;
    font-size: 20px;
    margin-top: 6px; */
    text-align: center;
    font-size: 43px;
    margin-top: 20px;
    font-family: HelveticaNeue-Condensed, serif;
}
.sale_nav>a{
    text-decoration: none;
    color: white;
    margin-right: 20px;
    padding-bottom: 10px;
}
.sale_nav_active{
    border-bottom: #aaaaaa 2px solid;
}
.is_atmos{
    width: 300px;
    height: 445px;
    background: url("../image/FarmAtoms.png") no-repeat;
}
.is_atmos>img{
    margin-bottom: 0;
    margin-top: 50px;
    width: 277px;
    height: 378px;
}