:root {
    --height: 70vw;
    --width: 40vw;
    --maxheight: 787.5px;
    --maxwidth: 350px;
}          

table#t01 {
    width: 100%;
    max-width: 880px;
    z-index: 0;
    position: absolute;
    padding: 50px 0 50px 0;
    height: var(--height);
    max-height: var(--maxheight);
}

table#t01 th, td {
    width: 50%;
    font-family: "mont bold";
    font-size: 40px;
    line-height: 1.2em;
    text-decoration: none;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bolder;
    color: #000;
    text-align: center;
}

#arrow {
    width: 30%;
    max-width: 90px;
    padding: 0px;
}

@media screen and (max-width: 700px) {
    table#t01 th, td {
        font-size: 1.5em;
        margin: 0;
    }
    table#t01 {
        padding: 0px 40px 0px 10px;
    }
}

.book {
  transition: opacity 0.4s 0.2s;
}
.page {
  width: var(--width);
  height: var(--height);
  max-width: var(--maxwidth);
  max-height: var(--maxheight);
  background-color: #fff;
  float: left;
  margin-bottom: 0.5em;
}
.page:first-child {
  float: right;
}
.page:nth-child(even) {
  clear: both;
}

.bound .pages {
    width: calc(2*var(--width));
    height: var(--height);
    margin: auto;
    max-width: calc(2*var(--maxwidth));
    max-height: var(--maxheight);
    position: relative;
    -webkit-transform: rotateX(12deg);
          transform: rotateX(12deg);
    -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.bound .page {
  float: none;
  clear: none;
  margin: 0;
  position: absolute;
  top: 0;
  width: var(--width);
  height: var(--height);
  max-width: var(--maxwidth);
  max-height: var(--maxheight);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  transition: -webkit-transform 1.4s;
  transition: transform 1.4s;
  transition: transform 1.4s, -webkit-transform 1.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bound .page:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.7s;
  z-index: 5;
}
.bound .page:nth-child(odd) {
  pointer-events: all;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  right: 0;
  border-radius: 0 4px 4px 0;
}
.bound .page:nth-child(odd):hover {
  -webkit-transform: rotateY(-10deg);
          transform: rotateY(-10deg);
}
.bound .page:nth-child(odd):hover:before {
    background: rgba(0, 0, 0, 0.0);
}
.bound .page:nth-child(odd):before {
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 10px 0 10px -5px hsla(0,0%,0%,.1);
}
.bound .page:nth-child(even) {
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  left: 0;
  border-radius: 4px 0 0 4px;
}
.bound .page:nth-child(even):before {
    background: rgba(0, 0, 0, 0);
    box-shadow: inset -10px 0 10px -5px hsla(0,0%,0%,.05);
}
.bound .page.grabbing {
  transition: none;
}
.bound .page.flipped:nth-child(odd) {
  pointer-events: none;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.bound .page.flipped:nth-child(odd):before {
  background: rgba(0, 0, 0, 0);
}
.bound .page.flipped:nth-child(even) {
  pointer-events: all;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.bound .page.flipped:nth-child(even):hover {
  -webkit-transform: rotateY(10deg);
          transform: rotateY(10deg);
}
.bound .page.flipped:nth-child(even):hover:before {
  background: rgba(0, 0, 0, 0.0);
}
.bound .page.flipped:nth-child(even):before {
  background: rgba(0, 0, 0, 0);
}

.page {
  color: transparent;
  background: left top no-repeat;
  background-size: cover;
}
.page:nth-child(1),
.page:nth-child(2),
.page:nth-child(3),
.page:nth-child(4),
.page:nth-child(5),
.page:nth-child(6),
.page:nth-child(7),
.page:nth-child(8),
.page:nth-child(9),
.page:nth-child(10),
.page:nth-child(11),
.page:nth-child(12),
{
  background-position: right top;
}
.page:nth-child(1) {
  background-image: url('../images/mob/renewal/renewal_Page_01.jpg');
}
.page:nth-child(2) {
  background-image: url('../images/mob/renewal/renewal_Page_02.jpg');
}
.page:nth-child(3) {
  background-image: url('../images/mob/renewal/renewal_Page_03.jpg');
}
.page:nth-child(4) {
  background-image: url('../images/mob/renewal/renewal_Page_04.jpg');
}
.page:nth-child(5) {
  background-image: url('../images/mob/renewal/renewal_Page_05.jpg');
}
.page:nth-child(6) {
  background-image: url('../images/mob/renewal/renewal_Page_06.jpg');
}
.page:nth-child(7) {
  background-image: url('../images/mob/renewal/renewal_Page_07.jpg');
}
.page:nth-child(8) {
  background-image: url('../images/mob/renewal/renewal_Page_08.jpg');
}
.page:nth-child(9) {
  background-image: url('../images/mob/renewal/renewal_Page_09.jpg');
}
.page:nth-child(10) {
  background-image: url('../images/mob/renewal/renewal_Page_10.jpg');
}
.page:nth-child(11) {
  background-image: url('../images/mob/renewal/renewal_Page_11.jpg');
}
.page:nth-child(12) {
  background-image: url('../images/mob/renewal/renewal_Page_12.jpg');
}