/* INTRO SECTION */
.menu_section .menu_1{
    left: 10%;
    bottom: 7%;
}
.menu_section .menu_2{
    right: 10%;
    bottom: 7%;
}
/*  CHARACTER_SECTION */
#move_to_series{
    font-size: 16px;
}
.character .character_name{
    font-size: 8vw;
    top: 0;
}
.character .character_imgBox{
    width: 55%;
}
.character .profile{
    font-size: 1.6vw;
}
.character .profile_1{
    width: 20%;
}
.character .profile_2{
    width: 23%;
}
.character .profile_3{
    width: 60%;
}

/* SERIES SECTION */
#move_to_character{
    font-size: 16px;
    left: 3.5%;
}
.series_section .series_txt{
    font-size: 5vw;
}
.series .part{
    font-size: 11vw;
}
.view_btn{
    width: 25%;
    height: 5%;
    border-radius: 17px;
    font-size: 1.3vw;
}

/*ABOUT_SERIES_SECTION */
.video_wrap{
    height: 26vw;
    margin-right: 3%;
}
.inner_container{
    width: 100%;
    padding: 0 3%;
}
.parts{
    width: 40%;
}
.about_part_txt{
    font-size: 16px;
    line-height: 20px;
}
.about_part_txt .title{
    font-size: 20px;
}