 
.mobonly{
  display: block;
}
.webonly{
  display: none;
}

.bodywrapper{
  margin: 60px 0 0 0; 
  overflow: hidden;
}

.hide{
  overflow: hidden;
}
.visible{
  overflow: visible;
}

.caseprate{
  width:50%;
}


/*--MENU
----------------------------------------------*/
  .tophead{
    position: fixed;
    border-bottom: 1px solid #ccc;
    background:#FBFAF6;
    transition: top 0.2s ease-in-out;
    padding: 4px 0 0 0 ;
    z-index: 15;
  }
  .menu{
    float:left;
    width: 100%;
  }
  .logo{
    position: absolute;
    width:200px;
    z-index: 2;
    max-width: 180px;
  }
  .fixed{
    position: fixed;
    z-index: 99;
    transition: top 0.2s ease-in-out;
  }
  .showtag{
    width:40%;
  }

  .mobsocial{
    width:30%;
    max-width: 400px;
    margin:2% auto 0% auto;
   /* background: #ff0;*/
  }

  .fb,.ig{
    position:relative;
    width:40px;
    /* height:40px;
   background: #f00;*/
    z-index: 2;
    padding: 0 20px;
    margin: 0 0 10px 0;
    font-size:2em; 
    text-align:center;
  }

   /*.fb{
   left:62%;
  }
  .ig{
    left:75%;
  }*/

  .fb a ,.ig a{
   color: #ccc;
  }

.social a{
  color: #232323;
  font-size: 18px;  
}

.social a:hover{
  color: #EF7F28;
}
  


  .line{
    width:60%;
    max-width: 150px;
    border:2px solid #EF7F28;
    float:left; 
    margin:3% 0 7% 0;
  }
  .scrollarea{
    background: rgba(0,0,0,.85);
    position: absolute;
    z-index: 2;
    bottom:0;
    padding: 5px 0;
  }
  .scrolldown{
    width:80%;
    max-width: 140px;
    height:50px;
   /*border-radius: 80px;*/
    padding: 10px 0;
    /*position: absolute;*/
    z-index: 2;
    bottom:0px;
   /* background:rgba(0,0,0,.5);*/
    color:#EF7F28; 
    margin: 0 auto;
    text-align: center;
  }


/*--關於凱擘--*/

  .about{
    background: #EF7F28;
  }
  .address{
    width:82%;
    margin: 6% auto;
    color:#fff;
  }
  .about_top{
    padding:20% 0 15% 0;
    color: #4D4C4D;
  }
  .about_center{
    padding:20% 0 15% 0;
    color: #4D4C4D;
  }
  .about_bottom{
    padding:20% 0 15% 0;
    color: #4D4C4D;
  }
  .abouttop,.aboutcenter{
    padding: 0em 0;
    margin: 0em 0;
    position: relative;
    float: left;
    width: 100%;
  }
  .abouttop{
    background-color: #E7E6E6;
  }
  .aboutcenter{
    background-color: #D8D8D8;
  }
  .abouttop::after,.aboutcenter::after{
    content: '';
    position: absolute;
    background-size: 100% 100%;
    height: 125px;
    z-index: 1;
    top: 100%;
    width: 100%;
    left:0;
  }
  .abouttop::after{   
    background: url(../image/about/abouttopbg.png)no-repeat;
  } 
  .aboutcenter::after{
    background: url(../image/about/aboutbg.png)no-repeat;
  }
  .aboutleft p{
    width:100%;
    float: left;
    margin:0 0 5% 0;

  }
  .rightside{
    float: right;
  }
  .aboutright p{
    width:100%;
    float: left;
    margin:0 0 1% 0;
    line-height: 26px;
  }
  .aboutright .rightpic{
    margin: 0 3% 0 0; 
  }
  .aboutpic{
    margin: 6% 0 0 0;
  }
  .aboutright h5{
    color: #EF7F28;
  }
  .topic h3{
    font-weight: bold;
    color: #191A19;
  }

/*電影列表
----------------------------------------------*/
.apartall{
  margin: 6% 0 2% 0;
}
.apart{
  width:80%;
  margin: 0 auto;
}
.apartleft,.apartright{
  border:3px solid #acacac;
  padding: 1.5% 0%;
  text-align: center; 
  
}

.apartleft h3,.apartright h3{
  font-weight: bold;
  color:#acacac;
}

.apartleft{
  float: right;
  margin: 0 1.5%;
}
.apartright{
  float: left;
  margin: 0 1.5%;
}
.apartleft a,.apartright a{
  color:#464646;
}
.apartleft a:hover,.apartright a:hover{
  color:#EF7F28;
}
.nowon{
  border:3px solid #EF7F28;
}
.nowon h3{
   color: #EF7F28;
}
.nowon a{
  color:#EF7F28;
}

.off_movie a,.off_movie h3{
  color: #00A4E3;
}

.off_movie{
  border:3px solid #00A4E3;
}


/*首頁現正熱映電影，電影資訊最底下區塊
(※只要有調整兩邊都會影響)
----------------------------------------------*/
.onmovie{
  padding: 0% 0 4% 0;
  /*background: #E7E4E4;*/
}
.nowonmovie::before{
  content: '';
    position: relative;
    float: left;
    background-size: 100%;
    height: 60px;
    z-index: 1;
    top: 0%;
    width: 100%;
    left:0;
    margin: -59px 0 0 0;
     background: url(../image/arrtop_mob.png)no-repeat center center;
}
.nowonmoviedown::before{
 content: '';
    position: absolute;
    float: left;
    background-size: 100%;
    height: 60px;
    z-index: 1;
    top: -1%;
    width: 100%;
    left:0;
    margin: 0px 0 0 0;
     background: url(../image/arrdown_mob.png)no-repeat center center;
}
.sectitle{
  width:80%;
  max-width: 600px;
  margin: 0 auto;
  padding:.7% 0;
  margin: 12% auto;
  text-align: center;
  border-top:1px solid #191A19;
  border-bottom:1px solid #191A19;
  font-weight: bold;

}
.sectitle h2{
  font-weight: bold;
  color: #191A19;
}

.cross:nth-child(odd) >.nowmovie .movie_info,.cross:nth-child(odd) >.nowmovie .movie_pic::before {
  background: #F5F4F3;
}
.cross:nth-child(even) >.nowmovie .movie_info,.cross:nth-child(even) >.nowmovie .movie_pic::before {
  background: #E7E6E6;
}
.nowmovie:nth-child(even) >.movie_info,.nowmovie:nth-child(even) >.movie_pic::before {
  background: #F5F4F3;
}
.nowmovie:nth-child(odd) >.movie_info,.nowmovie:nth-child(odd) >.movie_pic::before   {
  background: #E7E6E6;
}
.movie_pic{
  padding: 0 5%;
}
.movie_info{
  /*background: #F5F4F3;
  background: #f00;*/
  padding: 10% 6%; 
  height: 300px;
  max-height:230px;
  border-bottom: 5px solid #F39700;
}
.movie_info_off{
  border-bottom:5px solid #00A4E3;
}

.movie_pic::before{
  content: '';
  width: 100%;
  float:left;
  /*background: #000;*/
  position: absolute;
  height: 80px;
  left:0;
  bottom:0px;
  z-index: -1;
}

.chitopic,.entopic{
  margin: 0 0 2% 0;
}
.chitopic h4{
  font-weight: bold;
  color:#323333;
  line-height: 26px;
}
.entopic h6{
  font-weight: bold;
  color:#666666;
  line-height: 18px;
}
.sub_info{
  position: absolute;
  bottom:0px;
  /*background: #ff0;*/
  width: 100%;
  left:0px;
  padding: 15px 0 ;
}
.sub_info .checktime{
  border:2px solid #666666;
  padding: 4% 10%;
  float: left;
  width:90%;
  margin: 0 5% 1% 5%;
  text-align: center;
  font-size: 14px;
  color:#666666;
}
.sub_info .checktime:hover{
  border:2px solid #F39700;
  color:#fff;
  background: #F39700;
}
.sub_info .on_time{
  padding: 2% 2%;
  text-align: center;
  font-size: 15px;
  color: #F39700;
}
.moremovie{
  width:80%;
  height:60px;
  max-width: 200px;
  margin: 3% auto;
  text-align: center;
  font-size: 20px;
}
.moremovie a{
  width:100%;
  float: left;
  margin: 5% 0;
  padding: 5% 0;
  border:2px solid #232323; 
  color:#232323;
  background: none;
  font-weight: bold;
}
.moremovie a:hover{
  color:#fff;
  background:#3096C8 ;
  border:2px solid #3096C8; 
}
.movieset{
  padding:3% 0; 
  border-top: 1px solid #999999;
}

.showone{/*電影列表頁顯示個數*/
  width:100%;
  margin: 0 0 10% 0;
}

/*首頁最新消息，活動快訊LIST區塊
(※只要有調整兩邊都會影響)
---------------------------------------------*/
.board{
  padding:2.5% 2.5%;
  color:#4d4c4d;
  background: #F0EFEF;
  border:1px solid #8E8E8E;
  border-right:1px solid #8E8E8E;

}
.board h4{
  font-weight:bold; 
  line-height: 26px;
  margin: 5px 0 0 5%;
}
.tag{
  max-width: 120px;
  background: #F39700;
  padding:9px 0%;
  color:#fff;
  text-align: center;
  margin: 1.3% 0 0 0;
}

/*活動快訊List頁
------------------------------------------------------*/
.allbigtag{
  margin: 5% 0 3% 0;
}
.newsbigtag{
  max-width: 120px;
  text-align: center;
}
.newsbigtag a{
  padding: 10% 2%;
  float: left;
  width:100%;
  color: #999;
  background:#C1C1C1;
}
.newsbigtag a:hover{
  color: #fff;
  background: #FF821B; 
}
.active a{
  color: #fff;
  background: #FF821B; 
}
.page_number{
  margin: 30px auto;
  height:50px;
  text-align:center;
  float:right;
  width:100%;
  padding:15px 0 0 0 ;
 
}

.page_number a{
 color:#999;
 padding: 16px 20px;
 
 width: 100%;
}

.page_number a:hover{
 color:#fff;
 /*padding: 40px 20px;*/
 background: #F29600;
}

.selected a{
  color:#fff;
  background: #F29600;
}


/*電影介紹內頁
----------------------------------------------------*/

.moviesec1{

}
.moviesec1,.moviesec2,.moviesec3,.moviesec4{
    padding: 0em 0;
    margin: 0em 0;
    position: relative;
    float: left;
    width: 100%;
  }
  .moviesec1,.moviesec3{
    background-color: #E7E6E6;
  }
  .moviesec2,.moviesec4{
    background-color: #D8D8D8;
  }
  .moviesec1::after,.moviesec2::after,.moviesec3::after{
    content: '';
    position: absolute;
    background-size: 100% 100%;
    height: 125px;
    z-index: 1;
    top: 100%;
    width: 100%;
    left:0;
  }
  .moviesec1::after,.moviesec3::after{   
    background: url(../image/about/abouttopbg.png)no-repeat;
  } 
  .moviesec2::after{
    background: url(../image/about/aboutbg.png)no-repeat;
  }
.video{
  min-height:400px;
  height:50%;
  margin:60px 0 0 0;
}
.youvideo{
  float: left;
  width:100%;
  height:100%;
}
.secarea{
  padding:15% 0 15% 0;
}
.classify{
  border:1px solid #454545;
  text-align: center;
  padding: 20px 0;
  max-width: 80px;
  max-height:80px;
  height: 80px;
  overflow: hidden; 
  margin: 2% 1.5% 2% 0;
}
.nowact{
  padding: 28px 0px;
  max-width: 100px;
  background:#F39700;
  border:0px solid #454545;
  color: #fff;
  
  margin: 2% 1.5% 2% 0; 
}
.nowact h3,.comingact h3{
  font-weight: bold;
}
.comingact{
  padding: 28px 0px;
  max-width: 120px;
  background:#dcdcdc;
  border:0px solid #454545;
  color: #999;
  
  margin: 2% 1.5% 2% 0; 
}
.intruo{
  padding: 0 0 0 0%;
}
.intruo .topintruo{
  padding:0 0 3% 0;
  margin: 0 0 3% 0;
  border-bottom:1px solid #F39700;
}
.movtopic,.moventopic,.movdate{
  margin: 5px 0 5px 0px;
}
.movtitle{
  border-left: 7px solid #F39700;
  padding: 0 0 0 1%;
  margin: 0 0 3% 0; 
}
.movtitle h3{
  font-weight: bold;
}
.movupday{
  border-left: 7px solid #2678A4;
  padding: 2% 0 2% 2%;
  margin: 1% 0 4% 0; 
  background: #2678A4;
  color:#FFF;
  max-width: 300px;
  font-size: 24px;
  font-weight: bold;
}
.movtime{
  padding: 3.5% 0%;
  background: #dfdfdf;
  color: #232323;
  max-width: 19%;
  text-align: center;
  margin: 0 1% 1% 0%;
}
.movtimefirst{
  margin:0 0 0 0;
}

.timelist{
  margin: 1% 0 1% 0;
}

.nowgo{
  padding:15px 0;
  width:100%;
  float:left;
  max-width: 150px;
  background: #232323;
  text-align: center;
  color: #F39700;
  border: 4px solid #F39700;

}
.nowgo:hover{
  color: #FFF;
  border: 4px solid #F39700;
  background: #F39700;
}
/*首頁最新消息字樣
-------------------------------------------------*/
.latest{
  width:80%;
  margin: 25% auto;
  color: #fff;
  /*background: #f00;*/
  text-align: center;
  letter-spacing: 2px;
  text-shadow:0px 0px 3px #333; 
}

.gobook{
  width:80%;
  max-width: 300px;
  margin: 10% auto;
  
  color: #fff;
  /*background: #f00;*/
  text-align: center;
  letter-spacing: 2px;
  text-shadow:0px 0px 3px #333;
}
.gobook a{
  width:100%;
  float: left;
  color: #fff;
  padding: 20px 0;
  border:4px solid #fff;
  font-weight: bold;
  background: rgba(0,0,0,.6);
}
.gobook a:hover{
  /*color: #188DC6; */
  border:4px solid #188DC6;
  background: #188DC6;
}

/*活動快訊內頁
-----------------------------------------------------*/
.articletopic{
  padding: 2% 0;
  margin: 10% 0 2% 0;
  border-bottom: 1px solid #aaa;
}
.articletop{
  margin: 0 0 1.2% 0;
}
.articletopic h3{
  color: #565656;
  font-weight: bold;
}
.articletopic h5{
  color: #666666;
  line-height: 25px;
}
.articletag{
  background:#2678A4;
  text-align: center;
  color:#fff;
  padding: 10px 0;
}
.articlecenter{
  padding: 1% 0 4% 0;
   border-bottom: 1px solid #aaa;
   word-break:break-all;
}
.articlecenter p{
  margin: .8% 0;
  line-height: 20px;
}

.articletime{   
  text-align: left;
  color:#EF7F28;
  padding: 10px  0 10px 10px;
}

.nextone{
  height: 220px;
overflow: hidden;
margin:0 0 3% 0;
}
.nextone a{ /*下一則區塊*/
  margin:5% 0 10% 0;
}
.nextone a{
  float:left;
  width:100%;
  border:1px solid #999;
  color: #666;
}
.nextleft .bold{
  font-weight: bold;
}
.nextleft{
  padding: 10px 10px;
}
.nextleft .main,.nextleft .sub{
  margin: .8% 0;
}
.nextone a:hover{
  border:1px solid #EF7F28;
}
.nextone a:hover > .nextleft .main{
  color: #EF7F28;
}

.nextarrow{
  background: #aaa;
  width: 100%;
  height:100%;
  /*position: absolute;
  right: 0;*/
  padding: 10px 0;
  text-align: center;
  margin: 0% 0;
}
.nextnews{
  width:100%;
  height: 100%;
  position: absolute;
  background: #aaa;
  top:0;
  right: 0;
  z-index: -1;
}
.nextone a:hover > .nextnews , .nextone a:hover > .nextarrow{
  background: #EF7F28;
}
.catelog{/*右側分類*/
  float: right;
  margin:10% 0 10% 0;
}
.cateinde{
  padding: 2% 0;
  border-bottom: 5px solid #EE7C28;
  margin: 0 0 3% 0;
}
.list{
  margin: 2% 0;
  float: left;
  width:100%;
  padding: 0 0 0 8%;
  background: url(../image/news/listarr.png) 10px no-repeat;
}
.allist a{
  color:#666;
}
.allist a:hover,.select a{
  color:#EE7C28;
}


/*問與答
------------------------------------------------------------*/
.qabg{
  background: url(../image/bg/paralax2.jpg) no-repeat fixed center center;
  background-size:cover; 
}
.allques{
  margin: 10% 0 10% 0;
}
.allquesset{
  border:1px solid #EF7F28;
}

.qatopic{
  padding: .7% 0 .7% 2%;
  background: #2678A4;
  color: #fff;
  border-bottom:1px solid #036EB8;
}
.qatopic h2{
  font-weight: bold;
}

/*coming soon
----------------------------------------------------------------*/
.coming{
  margin: 0% 0;
  height:100%;
  color:#fff;
  text-align: center;
  width:100%;
  float:none;
  padding: 22% 0;
}
.coming h1{
  font-weight: bold;
  font-size: 5em;
  text-shadow:1px 1px 5px #333;
}

/*--footer*/
.footer{
  background: #191A19;
  color:#ccc;
  font-size: 13px;
  text-align: center;
  padding:.9% 0;
  border-top:4px solid #acacac;
}
.footer p{
  line-height: 20px;
}
.getininfo{
  color: #ccc;
}
.getininfo:hover{
  color: #EF7F28;
}


/*電影列表(與系統串接前使用於網站)*/

.tempic{
  margin:0 0 2% 0;
  padding: 0 1%;
  box-shadow: 10px 10px 0px #dcdcdc; 
}
.tempic img{
  box-shadow: 10px 10px 0px #dcdcdc; 
}

.temtopic{
  margin:2.5% 0 0% 0;
}
.temtopic h3,.temtopic h5{
  font-weight: bold;
  color: #343434;
}
.temmovinfo{
  margin: 3% 0 3% 0;
}
.temage{
  border:2px solid #232323;
  max-width:60px;
  padding: 10px 10px; 
  text-align: center;
}
.temmovtime{
  padding:0 0 0 4.2%;
  color: #EF7F28;
  font-weight: bold;
  font-size: 16px;
  max-width: 70%
}
.temlon{
  margin: 2% 0 3% 0;
}
.temshow,.temright{
  width:100%;
}


.goinmovie{
  width:50%;
}

.goinmovie a{
  border:2px solid #343434;
  color: #343434;
  width: 100%;
  float: left;
  padding: 5px 3px;  
  text-align: center;
}

.goinmovie a:hover{
  border:2px solid #EF7F28;
  color: #FFF;
  background: #EF7F28;
}





@media (min-width: 600px) {

  .do_3x{
    width:40%;
  }
  .do_6x{
    width:50%;
    padding: 0 0 0 5%;
  }
  
.showone{/*電影列表頁顯示個數*/
  width:50%;
}

.movupday{
 
  padding: .7% 0 .7% 1%;
  margin: 0 0 2% 0; 
}

.intruo .topintruo{
  padding:0 0 1% 0;
  margin: 0 0 1.5% 0;

}

  /*電影列表(與系統串接前使用於網站)*/
  .temshow{
    width:35%;
  }
  .temright{
    width: 60%
  }


}

@media (min-width: 768px) {
  .showone{/*電影列表頁顯示個數*/
    width:33%;
  }
  .showtag{
    width:40%;
  }
  .showtag{
    width:16.6%;
  }
  .movtopic,.moventopic,.movdate{
    margin: 0 0 9px 15px;
  }
}
@media (min-width: 900px) {
 


}
@media (min-width: 1000px) {


  .do_3x{
    width:30%;
  }
  .do_6x{
    width:70%;
  }

  .mobonly{
    display:none;
  }
  .webonly{
  display: block;
}
.secarea{
  padding:8% 0 5% 0;
}

/*MENU
----------------------------------------------*/
  .tophead{
    /*position: fixed;
    z-index: 99;*/
  }
  .logo{
    position: relative;
    width:initial;
    max-width:initial;
  }

/*--關於凱擘--*/
  .address{
    margin: 40% auto;
  }
  .about_bottom{
    padding:10% 0 5% 0;
  }
  .about_top{
    padding:8% 0 5% 0;
  }
  .about_center{
    padding:10% 0 5% 0;
  }
  .line{
    margin:1% 0 2% 0;
  }

/*首頁現正熱映電影，電影資訊最底下區塊
(※只要有調整兩邊都會影響)
----------------------------------------------*/  
  .moremovie{
    margin: 0% auto;
  }

.nowonmovie::before{
 
     background: url(../image/arrtop.png)no-repeat center center;
}
.nowonmoviedown::before{

     background: url(../image/arrdown.png)no-repeat center center;
}

.sub_info .checktime{
  margin: 0 0 0 10%;
}
.sectitle{
 
  margin: 4% auto 2% auto;

}

.showone{/*電影列表頁顯示個數*/
  width:25%;
  margin: 0 0 3% 0;
}

.sub_info .on_time{
  font-size: 13px;
}

/*電影介紹*/
.intruo{
  padding: 0 0 0 2.5%;
}
.classify{
  margin: 0% 0px 0% 0;
}
.movtime{
  padding: 1.5% 0%;
}

.video{
  height:100%;
}

.comingact{
  margin: 1% 1.5% 2% 0; 
}

/*首頁最新消息，活動快訊LIST區塊
(※只要有調整兩邊都會影響)
---------------------------------------------*/
.board{
  /*border-right:0px;*/

}
.latest{
 
  margin: 12% auto;

}

/*活動快訊List頁
------------------------------------------------------*/
.allbigtag2{
  margin: 3% 0 3% 0;
}

.page_number{
  margin: 0px auto;
}


/*活動內頁
-----------------------------------------------------*/
.nextone{
  height: 180px;
}

.nextarrow{
  margin: 78% 0;
}


/*電影列表(與系統串接前使用於網站)*/
  .temshow{
    width:24.9%;
  }
  .temright{
    width: 66.4%
  }


}

@media (min-width: 1280px) {
  .showone{/*電影列表頁顯示個數*/
    width:20%;
  }

  .sub_info .checktime{
    padding: 4% 0%;
  }

/*--關於凱擘--*/
  .address{
    margin: 51% auto;
  }

  .sectitle{
    margin: 4% auto 0% auto;
  }

   
}

@media (min-width: 1300px) {


/*--關於凱擘--*/
  .address{
    margin: 46% auto;
  }

   
}

@media (min-width: 1600px) {
.sub_info .checktime{
  
  padding: 4% 10%;
}
   
}


/*瀑布流畫面
---------------------------------------------------------------*/




@-webkit-keyframes throb {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes throb {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}