@charset "utf-8";
/* ************************************************************
  sim05.css 
  ver 1 // 2022.11.1
************************************************************ */

/* simulator05 */
.sim05_stage             {position:relative;}
.sim05_catch             {left:638px; top:34px;}
.sim05_movie_area        {left:15px; top:55px;}
.sim05_movie_titles      {right:24px; top:18px;}
.sim05_movie_btns        {display:flex; flex-direction:column; justify-content:space-between; left:645px; top:145px; width:366px; height:300px;}
.sim05_movie_btn_area    {display:flex; align-items:center; position:relative; width:366px; cursor:pointer;}
.sim05_movie_lead        {justify-content:start; width:176px; height:60px; margin-left:auto; padding:0 24px; background-color:#fff; border-radius:20px; box-sizing:border-box;}
.sim05_movie_lead::before{right:100%; top:50%; border-width:8px 12px 8px 0; border-color:transparent #fff transparent transparent; transform:translateY(-50%);}
.sim05SelectedMovie                          {cursor:default;}
.sim05SelectedMovie::after                   {position:absolute; left:-28px; top:50%; border-style:solid; border-top:11px solid transparent; border-bottom:11px solid transparent; border-right:20px solid #ffb400; border-left:0; transform:translateY(-50%); content:"";}
.sim05SelectedMovie .sim05_movie_lead        {background-color:#ffe5a8;}
.sim05SelectedMovie .sim05_movie_lead::before{border-color:transparent #ffe5a8 transparent transparent;}
.sim05_navs              {left:22px; top:475px; width:966px; height:128px;}
.sim05_nav               {display:flex; justify-content:space-between; align-items:center; left:0; height:60px; padding:0 28px; border-radius:30px; box-sizing:border-box;}
.sim05_nav0              {top:0; width:966px; background-color:#aaa;}
.sim05_nav1              {bottom:0; background-color:#ffb400;}
.sim05_nav11             {width:596px;}
.sim05_nav12             {width:596px;}
.sim05_nav13             {width:596px;}
.sim05_nav_ttl           {display:flex; justify-content:center; width:162px;}
.sim05_nav_btns          {display:flex; justify-content:space-between;}
.sim05_nav_btns0         {width:734px;}
.sim05_nav_btns1         {cursor:pointer;}
.sim05_nav_btns11        {width:364px;}
.sim05_nav_btns12        {width:364px;}
.sim05_nav_btns13        {width:364px;}
.sim05_nav_btn_area      {display:flex; justify-content:center; align-items:center; position:relative; width:68px; height:46px;}
.sim05_nav_btn_area img  {position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);}
.sim05SelectedNav                    {background-color:#ffb400;}
.sim05SelectedNav .sim05_nav_btn_area{cursor:pointer;}
