body {
    background-color: #f7f7f5;
    font-family: Verdana, Arial, sans-serif, "微軟正黑體", "新細明體";
    background-size: 100%;
    background-repeat: repeat-y;
   overflow: hidden;
}

#Wrapper {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    max-width: 100%;
    grid-auto-rows: minmax(50px, auto);
    margin: 0 auto;
    grid-gap: 0;
    overflow: hidden;
}

#Wrapper .zero1 {
    grid-row: 1;
    grid-column: 1;

}

#Wrapper .zero2 {
    grid-row: 1;
    grid-column: 15/16;

}

#Wrapper .one {
    grid-column: 1;
    grid-row: 2/4;
    background-color: #f7f7f5;
}

#Wrapper .one .button_menu1 {
    margin-top: 200px;
    margin-left:25px;
}
#Wrapper .one .button_menu1 .button1 {
    max-width: 60px;
    min-width: 30px;
    margin-left: 0px;
    margin-top: 50px;
    margin-right: 10px;
}
#Wrapper .one .button_menu1 .button1 img{
    width: 80px;
}

#Wrapper .three {
    grid-row: 2/4;
    grid-column: 15/16;
    background-color: #f7f7f5;
}

#Wrapper .three .button_menu2 {
    margin-top: 150px;
    margin-left: 10px;
     display: grid;
  grid-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

#Wrapper .three .button_menu2 .button2 {
    max-width: 60px;
    min-width: 45px;
    margin-top: 40px;
    margin-left: 40px;
}
#Wrapper .three .button_menu2 .button2 img{
    width: 80px;
}
.menu-item1 {
    position: relative;
    margin-left: 1px;
}

.menu-item1 a {
    display: block;
    font-size: 25px;
    padding: 5px 5px;
    color: #898989;
    text-decoration: none;
}

.menu-item2 {
    position: relative;
    margin-left: 15px;
}

.menu-item2 a {
    font-size: 25px;
    display: block;
    padding: 5px 5px;
    color: #898989;
    text-decoration: none;
}

select {
    width: 150px;
    height: 60px;
    font-size: 20px;
    color: #333;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

* {
    box-sizing: border-box;
}
#Wrapper .two {
    grid-column: 2/15;
    grid-row: 1/16;
    background-color: white;
}
#Wrapper .two .portrait_spreadPages {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 83.5%;
    background-color: white;
}

#Wrapper .two .portrait_singlePage {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    width: 42%;
    
}
#Wrapper .two .landscape_singlePage {
    display: grid;
    grid-template-columns: 1fr;
    width: 87vw;
    margin-left: 50px;
    
    
}
#div_center {
    position: relative;
    margin: 0;
}
#div_center .portrait_singlepage_center {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    
}

#div_center .portrait_singlepage_text {
    position: absolute;
    z-index: 11;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    width: 100%;
}


#div_center .landscape_singlepage_center {
    position: absolute;
    margin: 0 auto;
    margin-left: 110px;
    width: 83%;
    z-index: 10;
    
}
#div_center .landscape_singlepage_text{
    position: absolute;
    margin: 0 auto;
    margin-left: 110px;
    width: 83%;
    z-index: 11;
}

#Wrapper .two .landscape_SpreadPages {
    margin-top: 150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    
}

#div_left {
    position: relative;
    margin: 0px;
}

#div_left .for_left_img {
    background-color: #ffffff;
    z-index: 10;
    margin: 0px;
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;


}

#div_left .for_left_text {
    position: absolute;
    z-index: 11;
    margin: 0px;
    left: 0px;
    top: 0px;
    display: block;
 object-fit: cover;
    width: 100%;

}

#div_right {
    position: relative;
    margin: 0px;

}

#div_right .for_right_img {
    background-color: #ffffff;
    z-index: 10;
    margin: 0px;
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
}

#div_right .for_right_text {
    position: absolute;
    z-index: 11;
    margin: 0px;
    left: 0px;
    top: 0px;
    display: block;
    object-fit: cover;
    width: 100%;
}


/* 全螢幕 */
    
    .fullscreenPrepage {
       grid-row: 12;
    grid-column: 1; 
    }

    .fullscreenNextpage {
       grid-row: 12;
    grid-column: 15;  
    }
  .fullscreenPrepage img {
    max-width: 80px;
    min-width: 60px;
    margin-left: 0px;
    margin-top: 50px;
    margin-right: 10px;
      background-color: white;
    }

.invisible{
    grid-row: 16;
    grid-column: 1;  
    visibility: hidden;
}

    .fullscreenMiddle{
    grid-row:1/23;
    grid-column: 2/15; 
    
    }
    
  .fullscreenMiddle .portrait_singlePage {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    width: 42%;
    
}
    
.fullscreenMiddle .portrait_spreadPages {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 83%;
    background-color: white;
    
}
.fullscreenMiddle .landscape_singlePage {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 60px;
    
}
.fullscreenMiddle .landscape_SpreadPages {
    margin-top: 150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: 0px;
}


    .fullscreenNextpage img{
    max-width: 80px;
    min-width: 60px;
    margin-top: 50px;
    margin-left: 50px;
        background-color: white;
}
    
    .backtonormal {
       grid-row: 21;
    grid-column:15;  
    }
    .backtonormalPDS {
       grid-row: 21;
    grid-column:15;  
    }

   .backtonormal img{
    max-width: 70px;
    min-width: 60px;
    margin-left: 50px;
    margin-top: 0px;
       background-color: white;
   }
   .backtonormalPDS img{
    max-width: 70px;
    min-width: 60px;
    margin-left: 50px;
    margin-left: 50px;
       background-color: white;
}
@media  (max-width: 1920px) and (orientation: landscape){
    body{
        overflow: hidden;
    }
  #Wrapper .two {
    margin-left: 10px;
}
   #Wrapper .two .portrait_spreadPages {
    width: 85%;
}
    #Wrapper .two .landscape_singlePage{
      width: 83vw;  
        margin: 0 auto;
    }
    #Wrapper .two .button_menu1{
    }
    #Wrapper .two .button_menu2{
    }
    


#Wrapper .one {
   
}
#Wrapper .one .button_menu1 {
   
}
#Wrapper .one .button_menu1 .button1 {
   
}
#Wrapper .one .button_menu1 .button1 img{
   max-width: 75px;
}
#Wrapper .three {
}
#Wrapper .three .button_menu2 {
 
    
}
#Wrapper .three .button_menu2 .button2 {
}
    #Wrapper .three .button_menu2 .button2 img{
   max-width: 75px;
}
    .fullscreenMiddle .landscape_singlePage {
        width: 97%;
        margin-left: 50px;
}
    .fullscreenMiddle .landscape_SpreadPages {
        width: 100%;
        margin-left: 0;
}
    .fullscreenMiddle{
       grid-row: 1/23;
    }
    .fullscreenMiddle .portrait_singlePage {
        width: 40%;
}
    .fullscreenMiddle .portrait_spreadPages {
        width: 81%;
}
    .backtonormal {
        grid-row: 16;
    }
    .backtonormalPDS {
        grid-row: 16;
        margin-top: 20px;
    }
    .fullscreenPrepage {
        grid-row: 9/10;
    }
    .fullscreenNextpage {
        grid-row: 9/10;
    }  
}
@media screen and (max-width: 1536px) and (orientation: landscape){
    body{
        overflow: hidden;
    }
    #Wrapper .two .landscape_singlePage {
    width: 105%;
    margin-left: -40px;
}
    #Wrapper .one .button_menu1 .button1  img{
    max-width: 60px;
}
    #Wrapper .three .button_menu2 .button2  img{
    max-width: 60px;
}
    .backtonormal {
        grid-row: 12;
    }
    .backtonormalPDS {
        grid-row: 12;
        margin-top: 20px;
    }
    .fullscreenPrepage {
        grid-row: 7/8;
    }
    .fullscreenNextpage {
        grid-row: 7/8;
    }  
}
@media screen and (max-width: 1366px) and (orientation: landscape){
#Wrapper .two {
    grid-row: 1/12;
}
    .fullscreenMiddle{
        grid-row:1/17;
        grid-column: 1/16;
    background-color: white;
    }
    .fullscreenPrepage {
        grid-row:7/8;
        z-index: 11;
    }
.fullscreenNextpage {
    grid-row:7/8;
    z-index: 11;
}
    .fullscreenPrepage img {
        width: 60px;
}
.fullscreenNextpage img{
}
.fullscreenMiddle .portrait_singlePage {
    width: 50%;
}
.fullscreenMiddle .portrait_spreadPages {
    width: 90%;
}
.fullscreenMiddle .landscape_singlePage {
    width: 105%;
    margin-left:-20px;
}
.fullscreenMiddle .landscape_SpreadPages {
    margin-left: 70px;
    margin-top: 200px;
    width: 90%;
}
    .backtonormal {
        margin-top: 70px;
        grid-row:15/16;
    }
    .backtonormalPDS {
        margin-top: 160px;
        grid-row:14/15;
    }
   .backtonormal img{
   }
   .backtonormalPDS img{
}
    #Wrapper .two .portrait_spreadPages {
    width: 100%;
    margin-left: 0px;
}
    #Wrapper .two .portrait_singlePage {
    width: 70%;
    margin-top: 0px;
}
    #Wrapper .two .landscape_singlePage {
    margin-left: -110px;
    width: 120.5%;
}
    #Wrapper .two .landscape_SpreadPages {
    margin-left: 0px;
        margin-top: 0;
}
    #Wrapper .one .button_menu1{
        margin-top:80px;
        margin-left: 40px;
    }
  #Wrapper .three .button_menu2 {
    margin-top: 30px;
    margin-left:-20px;
}

}


@media screen and (max-width: 1180px) and (orientation: landscape) {
  /* 手機橫式 */
    body{
        overflow: hidden;
    }
    #Wrapper {
   
}
#Wrapper .zero1 {
   
}

#Wrapper .zero2 {
   
}
    #Wrapper .one {
    grid-row: 2/10;
    margin-top: 20px;
}
    #Wrapper .three {
    grid-row: 2/10;
    margin-top: 20px;
} 
      #Wrapper .three .button_menu2 {
    margin-top: 30px;
    margin-left:-70px;
}
   #Wrapper .two {
    grid-column: 2/15;
    grid-row: 1/16;
} 
    
    #Wrapper .two .portrait_spreadPages {
    width: 100%; 
    margin-left: 0px;
}
    
    #Wrapper .two .portrait_singlePage {
    width:67%;
}
.portrait_singlepage_center {
    
}
.portrait_singlepage_text {  
    
}
#Wrapper .two .landscape_singlePage {
    margin-left: -110px;
    width: 120.5%; 
}
#div_center .landscape_singlepage_text{
    
}
#Wrapper .two .landscape_SpreadPages {
    margin-left: 0px;
}
  .button1  img{
    max-width: 70px;
    margin-top: -10px;
    margin-left:5px;
}

.button2 img{
    max-width: 65px;
    margin-top: -10px;
    margin-left:45px;
}
.fullscreenPrepage {
    
    }
.fullscreenNextpage {
    margin-left: 0px;
}
.fullscreenMiddle .portrait_singlePage {
    width: 48%;
}
.fullscreenMiddle .portrait_spreadPages {
    width: 89%;
}
.fullscreenMiddle .landscape_singlePage {
    width: 107%;
    margin-left: -50px;
}
.fullscreenMiddle .landscape_SpreadPages {
    margin-left:63px;
    width: 89%;
}
       .backtonormal {
       
        grid-row:13/14;
    }
    .backtonormalPDS {
       z-index: 11;
        grid-row:10/11;
    }
   #backtonormal img{
   }
   #backtonormalPDS img{
}
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  /* 手機橫式 */
    #Wrapper {
   
}
#Wrapper .zero1 {
   
}

#Wrapper .zero2 {
   
}
    #Wrapper .one {
    grid-row: 2/10;
    margin-top: 20px;
}
    #Wrapper .three {
    grid-row: 2/10;
    margin-top: 20px;
} 
   #Wrapper .two {
    grid-column: 2/15;
    grid-row: 1/16;
} 
    
    #Wrapper .two .portrait_spreadPages {
    width: 100%; 
    margin-left: 0px;
}
    
    #Wrapper .two .portrait_singlePage {
    width: 77%;
}
    #Wrapper .two .landscape_singlePage {
    margin-left: -110px;
    width: 121%;
}
    #Wrapper .two .landscape_SpreadPages {
    margin-left: 0px;
}
.portrait_singlepage_center {
    
}
.portrait_singlepage_text {  
    
}

#div_center .landscape_singlepage_text{
    
}

  .button1  img{
    max-width: 70px;
    margin-top: -10px;
    margin-left:5px;
}

.button2 img{
    max-width: 65px;
    margin-top: -10px;
    margin-left:45px;
}
    .fullscreenMiddle .portrait_singlePage {
        width: 52%;
}
.fullscreenMiddle .portrait_spreadPages {
    width:87%;
    margin-top: 50px;
}
.fullscreenMiddle .landscape_singlePage {
    width: 103%;
    margin-left: -40px;
 
}
.fullscreenMiddle .landscape_SpreadPages {
    margin-top: 250px;
    margin-left: 65px;
    width: 87%;
}
    .backtonormal {
       
        grid-row:12/13;
    }
    .backtonormalPDS {
        grid-row:10/11;
    }
   .backtonormal img{
   }
   .backtonormalPDS img{
}
}

@media screen and (max-width: 932px) and (orientation: landscape) {
  /* 手機橫式 --iphone 14 pro Max*/
    #Wrapper {
}
    select {
    width: 130px;
    height: 40px;
}
#Wrapper .zero1 {
    margin-top: -8px;
    margin-bottom: 5px;
}

#Wrapper .zero2 {
    margin-top: -8px;
    margin-bottom: 10px;
}
    #Wrapper .one {
    grid-row: 2/3;
}
    #Wrapper .three {
    grid-row: 2/3;
} 
   #Wrapper .two {
    grid-column: 2/15;
    grid-row: 1/4;
} 
    
    #Wrapper .two .portrait_spreadPages {
    width: 85%; 
    margin-top: 0;
    margin: 0 auto;
}
    
    #Wrapper .two .portrait_singlePage {
    width: 40%;
}
.portrait_singlepage_center {
    
}
.portrait_singlepage_text {  
    
}
#Wrapper .two .landscape_singlePage {
    width: 100%;
    margin-left:-55px;
    margin-top: 0px;
    
}
#div_center .landscape_singlepage_text{
    margin-left: 130px;
    width: 91%;
}
    #Wrapper .two .landscape_SpreadPages {
    
}
    #Wrapper .one .button_menu1{
        margin-top: -35px;
    }
    
    #Wrapper .three .button_menu2{
        margin-top: -25px;
    }
    
    
  #Wrapper .one .button_menu1 .button1  img{
    max-width: 45px;
    margin-top: -50px;
    margin-left:5px;
}

#Wrapper .three .button_menu2 .button2 img{
    max-width: 45px;
    margin-top: -30px;
    margin-left:45px;
}
    
  .fullscreenPrepage {
      grid-row: 3;
    grid-column: 1;  
    }
  .fullscreenPrepage img {
    
    }

.invisible{
    
}

    .fullscreenMiddle{
      
    }
    
  .fullscreenMiddle .portrait_singlePage {
    
}
    
.fullscreenMiddle .portrait_spreadPages {
    margin-left: 100px;
}
.fullscreenMiddle .landscape_singlePage {
   width: 88%;
}
.fullscreenMiddle .landscape_SpreadPages {
    margin-left: 1px;
    margin-top: 50px;
}
    .fullscreenNextpage {
       grid-row: 3;
    grid-column: 15; 
    }

    .fullscreenNextpage img{
    
}
    
    .backtonormal {
        grid-row: 7;
    grid-column:15;  
    }
    .backtonormalPDS {
      grid-row: 7;
    grid-column:15;
        margin-top: -5px;
    }

   .backtonormal img{
   margin-top: -10px;
   }
   .backtonormalPDS img{
    
}
    
    
    
}
@media screen and (max-width: 915px) and (orientation: landscape){
    #Wrapper .zero1 {
    margin-top: -8px;
    margin-bottom: 5px;
}

#Wrapper .zero2 {
    margin-top: -8px;
    margin-bottom: 10px;
}
    
     .portrait_singlepage_center {
    width: 100%;
}
    .portrait_singlepage_text {  
    
}
    .button1 img{
        margin-top:-40px;
    }
    
    .button2 img{
    max-width: 45px;
    margin-top: -33px;
    margin-left:45px;
}
     #backtonormal {
    }
    #backtonormalPDS {
    }
   #backtonormal img{
   }
   #backtonormalPDS img{
}
} 
@media screen and (width: 897px) and (height: 414px)and (orientation: landscape) {
   
    #Wrapper .two .landscape_singlePage {
      
}
    #Wrapper .two .landscape_SpreadPages {
     width: 60%;
}
    #Wrapper .two .landscape_singlepage_center {
    
}
    #Wrapper .one .button_menu1{
        margin-top: -40px;
    }
    #Wrapper .three .button_menu2{
        margin-top: -30px;
    }
    
    #Wrapper .three .button_menu2 .button2 img{
        max-width: 45px;
    }
     #backtonormalPDS {
         margin-top: -20px;
    }

     #Wrapper .zero1 {
    margin-top: -8px;
    margin-bottom: 5px;
    }

    #Wrapper .zero2 {
    margin-top: -8px;
    margin-bottom: 10px;
}
    #Wrapper .two .portrait_spreadPages {
    width: 95%; 
}
    
     #Wrapper .two .portrait_singlePage {
    width:42%;
}
    #Wrapper .two .portrait_singlePage .portrait_singlepage_text {  
    width: 100%;
}
    .button2 img{
    max-width: 55px;
    margin-top: -33px;
    margin-left:45px;
}
}
 
@media screen and (width: 844px) and (height: 390px) and (orientation: landscape) {
    <--針對手機橫式單頁-->
    
    #Wrapper .zero1 {
    margin-top: -5px;
    margin-bottom: 5px;
}

#Wrapper .zero2 {
    margin-top: -5px;
    margin-bottom: 10px;
}
    #Wrapper .one .button_menu1{
        margin-top: -50px;
    }
  #Wrapper .one .button_menu1 .button1  img{
    max-width: 40px;
    margin-top: -40px;
    margin-left:5px;
}
    #Wrapper .three .button_menu2{
        margin-top: -40px;
    }
   #Wrapper .three .button_menu2 .button2  img{
    max-width: 40px;
    margin-top: -50px;
    margin-left:45px;
}
    #Wrapper .two .portrait_spreadPages {
    width: 90%; 
}
    #Wrapper .two .landscape_singlePage {
    width: 110%;
        margin-left:-85px;
    
}
    .portrait_singlepage_center {
    width: 100%;
}
    #Wrapper .two .portrait_singlePage .portrait_singlepage_text {  
    width: 100%;
}
     .fullscreenMiddle .portrait_singlePage {
}
.fullscreenMiddle .portrait_spreadPages {
}
.fullscreenMiddle .landscape_singlePage {
}
.fullscreenMiddle .landscape_SpreadPages {
}
    .fullscreenNextpage {
    }
    .fullscreenNextpage img{
}
    .backtonormal {
        margin-top: -40px;
    }
    .backtonormalPDS {
        margin-top: -45px;
    }
   .backtonormal img{
    
    
    }
}



@media (max-width: 1024px) and (min-width: 821px)and (orientation: portrait){
    #body{
     
    }
    #Wrapper{
      grid-auto-rows: minmax(55px,auto); 
    }
    #Wrapper .two {
    grid-column: 1/16;
    grid-row: 2/20;
    background-color: white;
}
    #Wrapper .zero1 {
    grid-row: 1;
    grid-column: 1/7;
}
    
    #Wrapper .zero1  .menu-item1{
    display: grid;
    grid-template-columns: repeat(2, 1fr)  
    }
    
    #Wrapper .zero1  .menu-item1 a{
    margin-left: 10px;
    }

    #Wrapper .zero2 {
    grid-row: 1;
    grid-column: 15/16;
}
    
    #Wrapper .zero2  .menu-item2{
    display: grid;
    grid-template-columns: repeat(2, 1fr)  
    }
    select {
    width: 130px;
    height: 35px;
    font-size: 14px;
        margin-left: -140px;
    }
    .menu-item1 a {
    font-size: 16px;
}
    .menu-item2 a {
    font-size: 16px;
    margin-left: -158px;
}
    #Wrapper .one {
        grid-column: 1/8;
        grid-row:20/21;
        z-index: 11;
    }
    #Wrapper .three {
        grid-column: 8/16;
        grid-row:20/21;
        z-index: 12;
    }
   #Wrapper .one .button_menu1{
        display: grid;
       margin-top: -20px;
        grid-template-columns: repeat(3, 1fr)
        
    }
    #Wrapper .one .button_menu1 .button1 img{
        max-width: 50px;
    }
   #Wrapper .three .button_menu2 {
    display: grid;
    margin-left: -50px;
       margin-top: -10px;
    grid-template-columns: repeat(5, 1fr)
}
      #Wrapper .three .button_menu2 .button2 img{
    max-width: 50px;
}
    
    #Wrapper .two .portrait_spreadPages {
    width: 100%;
    margin-left: 0px;
    margin-top:0px;
}
    #Wrapper .two .portrait_singlePage {
    width: 69%;
    margin-top:0px;
}
    #Wrapper .two .landscape_singlePage {
    margin-left: -110px;
    width: 120%;
    margin-top: 0px;
}
    #Wrapper .two .landscape_SpreadPages {
    margin-top: 0px;
    margin-left: 0px;
}
.fullscreenMiddle{
        grid-row:1/22;
        grid-column: 1/16;
    background-color: white;
    }
    .fullscreenPrepage {
        grid-row:8/9;
        z-index: 11;
    }
.fullscreenNextpage {
    grid-row:8/9;
    z-index: 11;
}
.fullscreenMiddle .portrait_singlePage {
    width: 85%;
    margin-top: 0px;
}
.fullscreenMiddle .portrait_spreadPages {
    margin-top:180px;
    margin-left:70px;
    width: 86%;
}
.fullscreenMiddle .landscape_singlePage {
    margin-top:200px;
    margin-left: -20px;
    width: 100%;
}
.fullscreenMiddle .landscape_SpreadPages {
    width: 85%;
    margin-left: 80px;
    margin-top:300px;
}
    .backtonormal {
        margin-top:0px;
        z-index: 11;
    }
    .backtonormalPDS {
        margin-top: 0px;
        z-index: 11;
    }
   .backtonormal img{
   }
   .backtonormalPDS img{
}
}
@media (max-width: 820px) and (min-width: 769px) and (orientation: portrait) {
    #Wrapper{
      grid-auto-rows: minmax(59px,auto); 
    }
    #Wrapper .two {
    grid-column: 1/16;
    grid-row: 2/16;
    background-color: white;
}
#Wrapper .zero1 {
    grid-row: 1;
    grid-column: 1/8;
}
    
    #Wrapper .zero1  .menu-item1{
      display: grid;
    grid-template-columns: repeat(2, 1fr)  
    }

#Wrapper .zero2 {
    grid-row: 1;
    grid-column: 15/16;
}
    
    #Wrapper .zero2  .menu-item2{
     display: grid;
    grid-template-columns: repeat(2, 1fr)  
    }
    select {
    width: 130px;
    height: 35px;
    font-size: 14px;
        margin-left: -130px;
    }
    .menu-item1 a {
    font-size: 16px;
}
    .menu-item2 a {
    font-size: 16px;
    margin-left: -158px;
}
    #Wrapper .one {
        grid-column: 1/8;
        grid-row:16/17;
        z-index: 11;
    }
    #Wrapper .three {
        grid-column: 8/16;
        grid-row:16/17;
        z-index: 12;
    }
   #Wrapper .one .button_menu1{
        display: grid;
       margin-top: -20px;
        grid-template-columns: repeat(3, 1fr)
        
    }
    #Wrapper .one .button_menu1 .button1 img{
        max-width: 50px;
    }
   #Wrapper .three .button_menu2 {
    display: grid;
    margin-left: -50px;
       margin-top: -10px;
    grid-template-columns: repeat(5, 1fr)
}
      #Wrapper .three .button_menu2 .button2 img{
    max-width: 50px;
    
}

    #Wrapper .two .portrait_spreadPages {
    width: 100%; 
    margin-left: 0px;
    margin-top:0px;
}
    #Wrapper .two .portrait_singlePage {
    width: 72%;
    margin-top: 0px;
}
    #Wrapper .two .landscape_singlePage {
    margin-left: -110px;
    width: 120%;
    margin-top: 0px;  
}
    #Wrapper .two .landscape_SpreadPages {
    margin-top: 0px;
    margin-left: 0px;
}
 .fullscreenMiddle{
        grid-row:1/18;
        grid-column: 1/16;
    background-color: white;
    }
    .fullscreenPrepage {
        grid-row:8/9;
        z-index: 11;
    }
.fullscreenNextpage {
    grid-row:8/9;
    z-index: 11;
}  
.fullscreenMiddle .portrait_singlePage {
    margin-top: 0px;
    width: 85%;
}
.fullscreenMiddle .portrait_spreadPages {
    width: 85%;
    margin-left: 60px;
    margin-top:300px;
}
.fullscreenMiddle .landscape_singlePage {
    margin-top:250px;
    margin-left: -40px;
    width: 100%;
}
.fullscreenMiddle .landscape_SpreadPages {
    margin-left: 60px;
    margin-top:400px;
}
    .backtonormal {
        grid-row:16/17;
    }
    .backtonormalPDS {
        grid-row:14/15;
    }
   .backtonormal img{
   }
   .backtonormalPDS img{
}
} 
@media (max-width: 768px) and (min-width: 768px) and (orientation: portrait){
     <--Ipad_mini直式設定-->
    #Wrapper{
      grid-auto-rows: minmax(40px,auto); 
    }
    #Wrapper .two {
    grid-column: 1/16;
    grid-row: 2/16;
    background-color: white;
}
    #Wrapper .zero1 {
    grid-row: 1;
    grid-column: 1/8;
}
    
    #Wrapper .zero1  .menu-item1{
      display: grid;
    grid-template-columns: repeat(2, 1fr)  
    }
     #Wrapper .zero1  .menu-item1 a{
    margin-left:0px;
    }

#Wrapper .zero2 {
    grid-row: 1;
    grid-column: 15/16;
}
    
    #Wrapper .zero2  .menu-item2{
     display: grid;
    grid-template-columns: repeat(2, 1fr)  
    }
    select {
    width: 130px;
    height: 35px;
    font-size: 14px;
        margin-left: -130px;
    }
    .menu-item1 a {
    font-size: 16px;
}
    .menu-item2 a {
    font-size: 16px;
    margin-left: -158px;
}
    #Wrapper .one {
        grid-column: 1/8;
        grid-row:16/17;
        z-index: 11;
    }
    #Wrapper .three {
        grid-column: 8/16;
        grid-row:16/17;
        z-index: 12;
    }
   #Wrapper .one .button_menu1{
        display: grid;
       margin-top: -20px;
        grid-template-columns: repeat(3, 1fr)
        
    }
    #Wrapper .one .button_menu1 .button1 img{
        max-width: 50px;
    }
   #Wrapper .three .button_menu2 {
    display: grid;
    margin-left: -50px;
    margin-top: -10px;
    grid-template-columns: repeat(5, 1fr)
}
      #Wrapper .three .button_menu2 .button2 img{
    max-width: 50px;
    
}
    
    #Wrapper .two .portrait_spreadPages {
    width: 100%; 
    margin-left: 0px;
    margin-top: 0px;
}
    #Wrapper .two .portrait_singlePage {
    width: 65%;
    margin-top: 0px;
}
    #Wrapper .two .landscape_singlePage {
    margin-left: -110px;
    width: 120%;
    margin-top: 0px;  
}
    #Wrapper .two .landscape_SpreadPages {
    margin-top: 0px;
    margin-left: 0px;
}
    .fullscreenMiddle{
        grid-row:1/17;
        grid-column: 1/16;
    background-color: white;
    }
    .fullscreenPrepage {
        grid-row:8/9;
        z-index: 11;
    }
.fullscreenNextpage {
    grid-row:8/9;
    z-index: 11;
}  
    
.fullscreenMiddle .portrait_singlePage {
    margin-top: 0px;
    width: 83%;
}
.fullscreenMiddle .portrait_spreadPages {
    width: 83%;
    margin-left:65px;
    margin-top:250px;
}
.fullscreenMiddle .landscape_singlePage {
    margin-top:250px;
    margin-left:-50px;
    width:100%;
}
.fullscreenMiddle .landscape_SpreadPages {
    width: 84%;
}
    .backtonormal {
        grid-row:14/15;
    }
    .backtonormalPDS {
        grid-row:13/14;
        
    }
   .backtonormal img{
   }
   .backtonormalPDS img{
}
}
@media (max-width: 430px) and  (orientation: portrait)  {
    <--直式設定-->
    #Wrapper{
        grid-template-rows: repeat(15, 1fr);
        grid-template-columns: repeat(15, 1fr);
    }
      #Wrapper .two {
        grid-column: 1/16;
        grid-row: 2/10;
        margin-left:5px;
        margin-top: 10px; 
    }
    
    #Wrapper .zero1{
        grid-row: 1/2;
        grid-column: 1/14;
        margin-left: 0px;
    }
    #Wrapper .zero1 .menu-item1 .dropdown{
    margin-left: 0px;
}
    
    #Wrapper .zero2{
        grid-row: 1/2;
        grid-column: 10/16; 
        
    }
    #Wrapper .zero2 .menu-item2 a{
        margin-left: 0px;
    }
    #Wrapper .zero2 .menu-item2 .dropdown{
    
}
   
    #Wrapper .one {
        grid-column: 1/9;
        grid-row:11/12; 
        z-index: 11;
    }
    #Wrapper .three {
        grid-column: 1/4;
        grid-row:10/11; 
         margin-top: 10px;
        z-index: 11;
    }
    #Wrapper .one .button_menu1{
        display: grid;
        margin-top:-40px;
        margin-left: 70px;
        grid-column-gap: 40px;
        grid-template-columns: repeat(3, 1fr) 
    }
    #Wrapper .one .button_menu1 .button1 img{
        max-width: 50px;
        margin-left: 20px;
    }
    #Wrapper .two .portrait_spreadPages {
    margin-top: 0px;
    width: 100%; 
    margin-left: 0px;
}
   #Wrapper .two .portrait_singlePage {
    width: 67%;
}
 #Wrapper .two  .portrait_singlepage_center img{
       width: 100%; 
    }
    
   #Wrapper .two .portrait_singlepage_text{
    width: 100%;
}
    
#Wrapper .two .landscape_singlePage {
    margin-left: 0px;
    width: 100%;
}  
    #div_center {
    position: relative;
    margin: 0;
}
    
    #Wrapper .two .landscape_singlePage .landscape_singlepage_center {
    margin-left: 0;
        width: 100%;
}
    
    #Wrapper .two .landscape_singlePage .landscape_singlepage_text{
    margin-left: 0px;
    width: 100%;
}
    
   
    #Wrapper .two .landscape_SpreadPages {
    margin-top: 0;
   
}
    #Wrapper .three .button_menu2 {
    display: grid;
    margin-top: -40px;
    margin-left: -40px;
    grid-template-columns: repeat(5, 1fr)
}
   
    #Wrapper .three .button2 img{
        max-width: 55px;    
    }
    .fullscreenPrepage {
        
    }
    .fullscreenMiddle .portrait_singlePage {
        width: 130%;
        margin-left: -15px;
        margin-top: 230px;
   }
    .fullscreenMiddle .landscape_singlePage {
        width: 150%;
        margin-left: -115px;
        margin-top: 330px;
    }
    .fullscreenMiddle .landscape_SpreadPages {
        width: 130%;
        margin-top: 380px;
        margin-left: -15px;
    }
    .fullscreenMiddle .portrait_spreadPages {
        width: 120%;
        margin-top: 330px;
}
    .fullscreenNextpage {
        
    }
    .fullscreenNextpage img{     
    }
     .backtonormalPDS {
         margin-top: 90px;
    }
   .backtonormalPDS img{
       
    }
   
}

@media (max-width: 414px) and (orientation: portrait){   
   #Wrapper .two {
        grid-column: 1/16;
        grid-row: 2/12;
        margin-left:5px;
        
    }
     #Wrapper .zero1{
        grid-row: 1/2;
        grid-column: 1/14;
        margin-left: 0px;
    }
    #Wrapper .zero1 .menu-item1 .dropdown{
    margin-left: 5px;
}
    
    #Wrapper .zero2{ 
    }
    #Wrapper .zero2 .menu-item2{
        margin-left:0px;
    }
    #Wrapper .zero2 .menu-item2 a{
        
    }
    #Wrapper .zero2 .menu-item2 .dropdown{
        margin-left: 0px;
    }
    
    #Wrapper .one {
        grid-column: 1/4;
        grid-row:13/14; 
    }
     #Wrapper .three {
        grid-column: 1/3;
       grid-row:12/13;
        margin-left: -40px;
        margin-top: 5px;
    }
    #Wrapper .one .button_menu1{
        display: grid;
        margin-top:-40px;
        grid-template-columns: repeat(4, 1fr)
    }
    #Wrapper .one .button_menu1 .button1 img{
        max-width: 55px;
        margin-left: 20px;
    }
    #Wrapper .two .portrait_spreadPages {
    
    width: 100%; 
}
   #Wrapper .two .portrait_singlePage {
    width: 88%;
    margin-top: 0px;
}
    .portrait_singlepage_center img{
       width: 100%; 
        
    }
    
   #Wrapper .two .portrait_singlepage_text{
    width: 100%;
}
  
     #Wrapper .three .button_menu2 {
    margin-left: 0px; }
    #Wrapper .three .button2 img{
        max-width: 55px; }
     .backtonormal {
         margin-top: -20px;
    }
    .backtonormalPDS {
        margin-bottom: 5px;
    }
   .backtonormal img{
   }
   .backtonormalPDS img{
}
 
}

@media  (max-width: 390px) and (orientation: portrait){ 
    #wrapper{
    grid-template-columns: repeat(15, 1fr);
    grid-auto-columns: minmax(40px, auto);
    }
     #Wrapper .two {
       grid-row: 2/10;
        grid-column: 1/19; 
    }
     #Wrapper .zero1{
        grid-row: 1;
        grid-column: 1/14;
        margin-left: 0px;
    }
    #Wrapper .zero1 .menu-item1 .dropdown{
    margin-left:0px;
}
    
    #Wrapper .zero2{
        grid-row: 1;
        grid-column: 12/16; 
        margin-left: -50px;
    }
    #Wrapper .zero2 .menu-item2 a{
        margin-left: 00px;
    }
    #Wrapper .zero2 .menu-item2 .dropdown{
        margin-left: 0px;
    }
    select {
    width: 130px;
    height: 40px;
    
}
     
    #Wrapper .one {
        grid-column: 1/16;
        grid-row: 11/12;
         margin-top: -5px;
        
    }
     
    #Wrapper .two .landscape_singlePage{
        width: 100%;
        margin-top: 0;
    }
    #Wrapper .two .landscape_SpreadPages{
        height: 100%;
        margin-top:0px;
    }
    #Wrapper .one .button_menu1{
        
    }
    #Wrapper .one .button_menu1 .button1 img{
       
        margin-left: 5px;
    }

   #Wrapper .two .portrait_singlePage { 
       width: 74%;
       margin-top: 0;    
}
    #Wrapper .two .portrait_spreadPages{
        margin-top: 0;
    }
   #Wrapper .two .portrait_singlepage_text{
    
}
  #Wrapper .three {
       grid-column: 1/16;
         grid-row: 10/11; 
    }
     #Wrapper .three  .button_menu2 {
       display: grid;
       margin-top: -40px;
         margin-left: 10px;
       grid-template-columns: 75px 75px 75px 75px 75px;
         }
    #Wrapper .three .button_menu2 .button2{   
        
    }
    #Wrapper .three .button_menu2 .button2  .second{
       
    }
    #Wrapper .three .button_menu2 .button2  .last{
       
         }
    #Wrapper .three .button_menu2 .button2 {
     
    }
    .backtonormal {
        margin-top: -100px;
    }
    .backtonormalPDS {
        margin-top: -10px;
    }
   .backtonormal img{
   }
   .backtonormalPDS img{
}
    
}
@media  (max-width: 375px) and (orientation: portrait){
   #Wrapper .three  .button_menu2 {
       grid-template-columns: 74px 74px 74px 74px 70px;
         } 
}




