
/* ========PC版========== */
/*表頭尾*/
.PC .PC_LOGIN, .PC .FOOT_PC{
  width:100%;
  display:block;
}
/*表頭尾*/
.PC #float_icon, .PC #header, .PC .CHANG, .PC .FOOT_MOBILE{ display:none;
}

/* 背景*/
.PC .scenery{
	width: 100%;
  height:auto;
  overflow: hidden;
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment: fixed;
}

/*計次寬度*/
.PC .it-stage{
  width: 100%;
  /* width: 770px; */
  height: auto;
  margin: 0 auto;
}

/*計次 h1 標題 區塊*/
.PC  .it-stage .frame{
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  background-position:bottom center;
	background-repeat:no-repeat;
}
.PC  .it-stage .frame h1{
	background-position:center center;
	background-repeat:no-repeat;
  text-indent:-9999px;
}
.PC  .content-top img, .PC  .content-footer img{
  width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.it-btn{
  position: fixed;
  display: none;
  bottom: 0;
  height: 60px;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.it-btn .it-btn-content{
  width: 750px;
  margin: 0 auto;
} 
/* 計次 內容區塊  */
.PC .content{
  width: 750px;
  margin: 0 auto;
  background-size:100% auto;
}
.content .content-img-top img{
  width: 100%;
  display: block;
}
.content .content-img-border{
  width: 100%;
  height: auto;
  background-repeat: repeat-y;
  background-size: 100% 100%;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.PC  .content-body{
  width:670px;
  height:auto;
  margin:0 auto;
}

.content-img-bottom {
  width: 100%;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.content-img-bottom img {
  width: 100%;
  display: block;
}


/* ========手機版========== */

/*MOBILE表頭尾*/
.MOBILE #float_icon, .MOBILE #header, .MOBILE .CHANG, .MOBILE .FOOT_MOBILE{ display:block;}
/*MOBILE表頭尾*/

/*消失區*/
.MOBILE .PC_LOGIN,.MOBILE .FOOT_PC { display:none;}
/*消失區尾*/

.MOBILE .scenery{
	width: 100%;
  height:auto;
  margin: 0 auto;
	overflow:hidden;
  background-size:230% auto;
	background-repeat:no-repeat;
	background-position:top center;
}

/*計次寬度*/
.MOBILE {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

/*計次 h1 標題 區塊*/
.MOBILE  .it-stage .frame{
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-size:100% auto;
  background-position:bottom center;
  background-repeat:no-repeat;
}
.MOBILE  .it-stage .frame h1{
  height: 0;
  background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
  text-indent:-9999px;
}


/* 計次 內容區塊  */
.MOBILE  .content{
  width: 95%;
  margin: 0 auto;
}
.MOBILE  .content-body{
  width:90%;
  height:auto;
  margin:0 auto;
}
/* media screen */
@media screen and (max-width: 750px){
  .PC .scenery {
      width: 750px ;
      transform-origin: 0 0;
  }
  .it-btn{
    position: fixed;
    display: none;
    bottom: 0;
    max-width: 100% ;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 900;
  }
  .it-btn .it-btn-content{
    width: 90% !important;
    margin: 0 auto;
  } 
}



.MOBILE .card-body {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
  min-height: 1px;
}