#phobo_main{
  position: fixed;
  width: 100%;
  height: 100%;
  border: 1px solid #b3b3b3;
  background: #000000e5;
  border-radius: 3px;
  z-index: 9999;
  top: 0px;
  left: 0px;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  box-shadow: 3px 3px 3px #0003;
  color: white;
  text-shadow: 1px 1px 1px rgba(24, 24, 27, .5);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;
  transition: none;
}

#phobo_main_cont{
  display: flex;
  flex-direction: column;
  width: auto;
}

.phobo_cnt{
  position: absolute;
  min-width: 100px;
  top: 15px;
  left: 15px;
  font-size: 18px;
  font-weight: 300;
  white-space: nowrap;
  z-index: 101;
}
.phobo_cls{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 101;
}
.phobo_arrl{
  position: absolute;
  top: calc(40vh - 7px);
  left: 15px;
  z-index: 101;
}
.phobo_arrr{
  position: absolute;
  top: calc(40vh - 7px);
  right: 15px;
  z-index: 101;
}
#phobo_main button{
  background: none;
  border: 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #00000000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 101;
  -webkit-appearance: none;
}
#phobo_main button:hover{
  background-color: #00000055;
}
#phobo_main svg{
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));
}

#phobo_img_cont{
  position: relative;
  display: flex;
  place-items: center center;
  max-width: 1100px;
  max-height: 80vh;
  height: 80vh;
  margin: 0px auto;
  z-index: 99;
  text-align: center;
}

#phobo_img{
  min-width: 1px;
  min-height: 1px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: 0px 0px;
  border-radius: 5px;
  width: auto;
  transition: none;
}

#phobo_txt{
  text-align: center;
  padding: 0px 10vw;
  font-size: 13px;
  height: 3vh;
  line-height: 3vh;
}

#phobo_nav{
  text-align: center;
  height: 15vh;
  padding: 0px 10vw;
}

.phobo_nav_img{
  width: 50px;
  height: 50px;
  margin: 5px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 1px 1px 1px #000;
  transition: all 0.3s;
  box-sizing: border-box;
}

.phobo_nav_img:hover{
  box-shadow: 0px 0px 0px 2px #e3e3b4;
  border: 1px solid black;
  width: 58px;
  height: 50px;
  margin: 5px 1px;
}
.phobo_nav_img_act{
  box-shadow: 0px 0px 0px 2px #e3e3b4;
  border: 1px solid black;
  width: 58px;
  height: 50px;
  margin: 5px 1px;
}