/* INTRO SECTION */
.menu_section .logo{
    margin: 10% auto;
}
.menu_section .menu{
    bottom: 50%;
    font-size: 25px;
}
.menu_section .menu_1{
    left: 10vw;
}
.menu_section .menu_2{
    right: 10vw;
}
.menu_section .intro_img{
    width: 50%;
    margin-left: -25%;
}

/* CHARACTER SECTION - CHARACTER MENU */
.character_section .left{
    display: none;
}
#mo_btn{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    right: 20px;
    z-index: 30;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
}
.character_section .mo_wrap{
    width: 0;
    height: 0;
    background-color: white;
    display: block;
    position: absolute;
    bottom: 80px;
    right: 35px;
    border-radius: 10px;
    z-index: 30;
    transform:rotate(90deg);
    transform-origin: bottom right;
}
.mo_wrap .character_menu_wrap{
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
}
.mo_character_menu{
    color: rgb(0, 0, 0);
    width: 100%;
    height: 12.5%;
    font-size: 2.8vw;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.5s;
}
.mo_character_menu:hover{
    transform: scale(1.1);
    background-color: rgba(255, 160, 91, 0.58);
}
.mo_character_menu:nth-child(1){
    color: #EA5715;
}
.character_menu_wrap::before,.character_menu_wrap::after{
    display: none;
}
/* 
.character_section .left{
    width: 100%;
    height: 70px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 10px;
    left: 0;
    z-index: 25;
}
.character_menu_wrap{
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 20;
    overflow-x: scroll;
}
.character_menu_wrap::before, .character_menu_wrap::after{
    display: none;
}
.character_menu_wrap .character_menu{
    height: 100%;
    font-size: 16px;
    margin: 0 10px;
}
.character_menu_wrap .character_menu:hover{
    background-color: rgba(0, 0, 0, 0);
} */

/* CHARACTER SECTION - CHARACTER */
.character_container{
    background-size: cover;
    width: 100%;
    height:100%;
}
.character_container .character{
    height: 100%;
    overflow: auto;
}
.character .character_name{
    font-size: 13vw;
    top: 10%;
}
.character .character_imgBox{
    top: 45%;
    width: 90%;
}
.character .profile{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.character .profile_1{
    width: 320px;
    top: 22%;
    right: 10%;
    text-align: right;
}
.character .profile_2{
    width: 250px;
    left: 10%;
    top: 37%;
}
.character .profile_3{
    width: 90%;
    margin: 450px auto 0 auto;
    padding: 15px;
    border-radius: 5px;
}

/* SERIES SECTION */
#move_to_character{
    top: 3%;
}
.series_wrap{
    display: block;
}
.series_wrap .series{
    width: 100%;
    height: 33.333%;
}
.series_wrap .part_1{
    background-position: top;
}
.series_wrap .part_3{
    background-position: top;
}
.series .cover{
    background: rgba(0, 0, 0, 0.1); 
}
.series .part{
    position: relative;
    top: 40%;
}
.view_btn{
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
}

/*ABOUT_SERIES_SECTION */
.inner_container{
    width: 100%;
    height: 100%;
    padding: 0;
    display: block;
}
.parts{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 92%;
    background: rgba(0, 0, 0, 0.3);
}
.parts .part_menu{
    font-size: 16px;
}
.video_wrap{
    width: 100%;
    height: 47vw;
    margin: 60px 0 0 0;
}
.about_part_txt_wrap{
    width: 100%;
    padding: 6% 4% 5% 4%;
    float: left;
}