body, html {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  font-family: "Century Gothic", "Open Sans", sans-serif, Arial, 'Microsoft JhengHei';
}
.home {
  background: #8d3661 url("../images/bg1.png") center 0 repeat-x;
}
@media screen and (max-width: 600px) {
  .home {
    background: #8d3661 url("../images/bg1s.png") center 0 repeat-x;
  }
}
header {
  background: url("../images/bg_logo.png") -1px center;
  width: 100%;
  height: 136px;
  position: absolute;
  top: 152px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home header h1 {
  font-size: 52px;
  line-height: 136px;
  font-weight: bold;
  width: 923px;
  margin: 0 auto 0 83px;
  color: #000;
  box-shadow: 7px 0 5px inset rgba(0, 0, 0, .3);
  text-shadow: 0 5px 5px #8f6500, 0px -4px 4px #fff;
  -webkit-transition: .2s all linear;
  letter-spacing: 0.1em;
  background: linear-gradient(to bottom, #f4b824 0%, #ffe16c 100%);
}
.home h2 {
  font-size: 48px;
  line-height: 100px;
  color: #c96b05;
  font-weight: bold;
  position: absolute;
  top: 288px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.container.full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}
.full > .row {
  height: 100%;
  margin: 0 auto;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.Prizes {
  position: absolute;
  width: 745px;
  left: 52.5%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 388px;
  padding: 0 0 15px 25px;
}
.Prizes .Prize {
  position: relative;
  padding: 0;
  border: 5px solid #FFF;
  border-radius: 13px;
  width: 330px;
  height: 350px;
  margin: 0 20px 10px 0;
  text-align: center;
  background-color: #EFEFEF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  overflow: hidden;
}
.Prizes .Prize img {
  width: 320px;
  height: auto;
  margin: 0 auto;
}
.Prizes .Prize .number {
  position: absolute;
  width: 200px;
  height: 200px;
  left: -31px;
  top: -31px;
  background: url("../images/bg_all.png?1") -868px -668px no-repeat;
}
.Prizes .Prize .number strong {
  transform: rotate(-45deg);
  position: absolute;
  left: -30px;
  top: -30px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 40px;
  color: #FFF;
}
.Prizes .Prize .point {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #b12aa0;
  font-family: 'Microsoft JhengHei';
  position: absolute;
  left: 0;
  bottom: 60px;
  background-color: rgba(255, 255, 255, .8);
}
.Prizes .Prize .title {
  color: #000;
  font-family: 'Microsoft JhengHei';
  width: 100%;
  text-align: center;
  font-size: 34px;
  line-height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(235, 229, 231, 1);
  font-weight: bold;
  height: 60px;
}
.Prizes .Prize .point span {
  color: #b12aa0;
  font-family: "Century Gothic";
  margin-left: 10px;
  position: relative;
}
.Prizes .Prize .point span.p_point {
  float: left;
  margin-left: 60px;
}
.Prizes .Prize .point span.p_point:before {
  content: '';
  width: 55px;
  height: 55px;
  display: inline-block;
  background: url(../images/bg_all.png?1) -821px -1264px no-repeat;
  position: absolute;
  left: -55px;
}
.Prizes .Prize .point span.p_size {
  float: right;
  margin-right: 65px;
  color: #c43343;
}
.Prizes .Prize .point span.p_size:after {
  content: '';
  width: 55px;
  height: 55px;
  display: inline-block;
  background: url(../images/bg_all.png?1) -957px -1264px no-repeat;
  position: absolute;
  right: -66px;
}
@media screen and (max-width: 600px) {
  .Prizes .Prize {
    border: 3px solid #FFF;
  }
  .Prizes .Prize .point span.p_point {
    margin-left: 30px;
  }
  .Prizes .Prize .point span.p_size {
    margin-right: 31px;
  }
  .Prizes .Prize .point span.p_point:before {
    width: 30px;
    height: 30px;
    background: url("../images/bg_all.png?1") -833px -1167px no-repeat;
    left: -28px;
  }
  .Prizes .Prize .point span.p_size:after {
    width: 30px;
    height: 30px;
    background: url("../images/bg_all.png?1") -965px -1169px no-repeat;
    right: -33px;
  }
}
#pic_gift {
  position: absolute;
  right: -3px;
  bottom: 184px;
}
#selectGift .button.bcancel {
  left: 30px;
  bottom: 3%;
}
#selectGift .button.bconfirm {
  left: 330px;
  bottom: 3%;
}
#pic_gift img {
  background: url("../images/bg_all.png?1") -827px -79px no-repeat;
}
#pic_point {
  position: absolute;
  left: 0;
  bottom: 175px;
  height: 395px;
  overflow: hidden;
}
#pic_point img {
  width: 1080px;
  height: 404px;
  background: url("../images/bg_all.png?1") center -1393px no-repeat;
}
#PrizeWindow {
  width: 84%;
  margin-left: 8%;
}
.carousel-control-prev, .carousel-control-next {
  opacity: 1;
}
.carousel-control-prev span, .carousel-control-next span {
  opacity: 0;
}
.carousel-control-prev {
  position: fixed;
  top: 1772px;
  display: block;
  height: 125px;
  width: 125px;
  left: auto;
  right: 140px;
  background: url("../images/bg_all.png?1") -795px -410px no-repeat;
}
.carousel-control-next {
  position: fixed;
  top: 1772px;
  display: block;
  height: 125px;
  width: 125px;
  right: 17px;
  background: url("../images/bg_all.png?1") -922px -408px no-repeat;
}
.carousel-control-prev:hover, .carousel-control-prev:focus {
  background: url("../images/bg_all.png?1") -795px -910px no-repeat;
}
.carousel-control-next:hover, .carousel-control-next:focus {
  background: url("../images/bg_all.png?1") -922px -908px no-repeat;
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 174px;
}
.button {
  width: 140px;
  height: 140px;
  display: inline-block;
  color: transparent;
  font-size: 0;
  margin-left: 20px;
}
.button.bpointinfo {
  background: url("../images/bg_all.png?1") -35px -778px no-repeat;
}
.button.bpointinfo:hover, .button.bpointinfo:focus {
  background: url("../images/bg_all.png?1") -35px -978px no-repeat;
}
.button.bget {
  background: url("../images/bg_all.png?1") -571px -409px no-repeat;
}
.button.bget:hover, .button.bget:focus {
  background: url("../images/bg_all.png?1") -571px -579px no-repeat;
}
.button.bPrizeWindow {
  background: url("../images/bg_all.png?1") -209px -409px no-repeat;
}
.button.bPrizeWindow:hover, .button.bPrizeWindow:focus {
  background: url("../images/bg_all.png?1") -209px -579px no-repeat;
}
.button.baddpoint {
  position: relative;
  background: url("../images/bg_all.png?1") -35px -409px no-repeat;
}
.button.baddpoint:hover, .button.baddpoint:focus {
  background: url("../images/bg_all.png?1") -35px -579px no-repeat;
}
.button.baddpoint:after {
  content: "+";
  font-size: 60px;
  color: #FFF;
  position: absolute;
  right: -7px;
  top: -34px;
}
.button.bbulletin {
  background: url("../images/bg_all.png?1") -392px -409px no-repeat;
}
.button.bbulletin:hover, .button.bbulletin:focus {
  background: url("../images/bg_all.png?1") -392px -579px no-repeat;
}

.button.bhome {
  background: url("../images/bg_all.png?1") -209px -778px no-repeat;
}
.button.bhome:hover, .button.bhome:focus {
  background: url("../images/bg_all.png?1") -209px -978px no-repeat;
}

.button.bcancel {
  background: url(../images/bg_all.png?1) -464px -32px no-repeat;
  width: 284px;
  left: 495px;
  bottom: 100px;
  position: absolute;
  font-size: 45px;
  color: #FFF;
  text-align: center;
  line-height: 114px;
  font-weight: bold;
}
.button.bcancel:hover, .button.bcancel:focus {
  background: url("../images/bg_all.png?1") -464px -184px no-repeat;
}
.button.bconfirm {
  background: url(../images/bg_all.png?1) -374px -790px no-repeat;
  width: 360px;
  left: 329px;
  bottom: 100px;
  position: absolute;
  font-size: 45px;
  color: #FFF;
  text-align: center;
  line-height: 114px;
  font-weight: bold;
}
a.button:focus, a.button:hover {
  text-decoration: none;
}
.modal-backdrop.show:before, .modal-backdrop.show:after {
  content: '+';
  position: absolute;
  right: 45.4%;
  bottom: 15.9%;
  border-radius: 100%;
  font-size: 5em;
  font-weight: bold;
  width: 100px;
  height: 100px;
  background-color: #FFF;
  display: block;
  text-align: center;
  line-height: 100px;
  transform: rotate(45deg);
}
@media screen and (max-width: 600px) {
  .modal-backdrop.show:before, .modal-backdrop.show:after {
    font-size: 2.5em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 46%;
    bottom: 16.8%;
  }
}
#scanCard .modal-body {
  background: url(../images/bg_pop.png) center -1380px no-repeat;
  min-width: 1033px;
  min-height: 524px;
  border-radius: 20px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, .5);
  margin: 100% auto 0;
}
#scanCard .pic {
  position: absolute;
  left: 0;
  top: 87px;
  width: 500px;
  height: 345px;
  background: url(../images/bg_all.png?1) 57px -23px no-repeat;
}
#scanCard p {
  font-size: 48px;
  color: #FFF;
  position: absolute;
  right: 142px;
  top: 124px;
}
#selectGift .modal-body {
  background: url(../images/bg_pop.png) center -1380px no-repeat;
  min-width: 1033px;
  min-height: 524px;
  border-radius: 20px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, .5);
  margin: 42% auto 0;
}
#selectGift .pic {
  position: absolute;
  left: 40px;
  top: 44px;
  width: 284px;
  height: 284px;
  background-size: cover;
  border: 5px solid #FFF;
  border-radius: 30px;
  overflow: hidden;
}
#selectGift .pic_big {
  position: absolute;
  left: 40px;
  top: -150%;
  width: 93%;
  height: 39vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#selectGift p {
  font-size: 40px;
  color: #FFF;
  position: absolute;
  left: 350px;
  top: 40px;
}
.modal.ekko-lightbox .modal-content {
  margin-top: -136%;
}
#confirmInfo .modal-body {
  background: url(../images/bg_pop.png) center -1380px no-repeat;
  min-width: 1033px;
  min-height: 524px;
  border-radius: 20px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, .5);
  margin: 42% auto 0;
}
#confirmInfo .pic {
  position: absolute;
  left: 80px;
  top: 175px;
  width: 200px;
  height: 145px;
  background: url(../images/bg_all.png?1) -52px -1213px no-repeat;
}
#confirmInfo p {
  font-size: 48px;
  color: #FFF;
  position: absolute;
  left: 350px;
  top: 210px;
  margin-right: 40px;
  text-align: center;
}

#Panel_Message .modal-body {
    background: url(../images/bg_pop.png) center -1380px no-repeat;
    min-width: 1033px;
    min-height: 524px;
    border-radius: 20px;
    box-shadow: 0 10px 34px rgba(0, 0, 0, .5);
    margin: 42% auto 0;
}

#Panel_Message .pic {
    position: absolute;
    left: 80px;
    top: 175px;
    width: 200px;
    height: 145px;
    background: url(../images/bg_all.png?1) -52px -1213px no-repeat;
}

#Panel_Message p {
    font-size: 48px;
    color: #FFF;
    position: absolute;
    left: 350px;
    top: 210px;
    margin-right: 40px;
    text-align: center;
}
#keyInPoint .modal-body {
  background: url(../images/bg_pop.png) center -40px no-repeat;
  min-width: 1008px;
  min-height: 518px;
  border-radius: 20px;
  box-shadow: 0 10px 34px rgba(0, 0, 0, .75);
  margin: 95% auto 0;
}
#keyInPoint p {
  font-size: 40px;
  color: #515151;
  position: absolute;
  left: 30px;
  top: 20px;
}
#keyNumber {
  font-size: 48px;
  background-color: rgba(255, 255, 255, .3);
  border: 0;
  margin-left: 22px;
  text-align: right;
  font-weight: bold;
  width: 480px;
  padding: 0 20px;
}
#keyButton {
  -moz-column-count: 4;
  -moz-column-gap: 10px;
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  column-count: 4;
  column-gap: 10px;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 130px 0 0;
  color: #FFF;
}
#keyButton .kbt {
  background: url(../images/bg_pop.png) -34px -700px no-repeat;
  min-height: 90px;
  cursor: pointer;
}
#keyButton .kbt:hover, #keyButton .kbt:focus {
  background: url(../images/bg_pop.png) -34px -841px no-repeat;
}
#keyButton .kbt.delete {
  background: url(../images/bg_pop.png) -800px -700px no-repeat;
  font-size: 0;
}
#keyButton .kbt.delete:hover, #keyButton .kbt.delete:focus {
  background: url(../images/bg_pop.png) -800px -841px no-repeat;
}
#keyButton .kbt.noshow {
  background: none;
  min-height: 90px;
  cursor: auto;
  font-size: 0;
}
.qtys .btn {
  border: 1px solid #999;
  color: #FFF;
  padding: 0;
  height: 70px;
  font-size: 40px;
  line-height: 70px;
  background-color: #cd6600;
  width: 70px;
  margin: 0;
  font-weight: bold;
}
.qtys .btn:hover {
  background-color: #999;
  color: #FFF;
}
.qtys input.qty {
  border: 1px solid #dadada;
  border-width: 1px 0;
  border-radius: 0;
  color: #5d5d5d;
  padding: 0;
  height: 70px;
  font-size: 40px;
  line-height: 70px;
  background-color: #FFF;
  width: 100px;
  float: left;
  text-align: center;
  font-weight: bold;
}
.btn-group-lg>.btn, .btn-lg {
  border-radius: 12px;
}
.bulletin {
  background: #67311b url("../images/bg2.png") center 0 repeat-x;
}
@media screen and (max-width: 600px) {
  .bulletin {
    background: #67311b url("../images/bg2s.png") center 0 repeat-x;
  }
  #selectGift .pic_big {
    height: 67vh;
  }
}
.bulletin header h1 {
  font-size: 52px;
  line-height: 136px;
  font-weight: bold;
  width: 923px;
  margin: 0 auto 0 83px;
  color: #000;
  box-shadow: 7px 0 5px inset rgba(0, 0, 0, .3);
  text-shadow: 0 5px 5px #7b3403, 0px -4px 4px #fff;
  -webkit-transition: .2s all linear;
  letter-spacing: 0.1em;
  background: linear-gradient(to bottom, #fca86d 0%, #ffd7ae 100%);
}
.bulletin h2 {
  font-size: 48px;
  line-height: 100px;
  color: #c96b05;
  font-weight: bold;
  position: absolute;
  top: 312px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}
.star {
  background: url(../images/bg_all.png?1) -637px -1905px no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin: 0 25px;
}
#BulletinWindow {
  margin-top: 282px;
}
#BulletinWindow .carousel-item {
  background: url("../images/bg_board.png") center -146px no-repeat;
}
#BulletinWindow .carousel-indicators {
  bottom: 126px;
}
#BulletinWindow .carousel-indicators li {
  display: none;
}
#BulletinWindow .carousel-indicators li.active {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
  border: 7px solid #e5dad6;
  color: #c96b05;
  font-size: 60px;
  text-indent: 0;
  line-height: 100px;
  font-weight: bold;
  text-align: center;
}
.notification {
  position: absolute;
  width: 815px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 144px;
  padding: 0 0 15px;
}
.notification .notice {
  position: relative;
  padding: 10px 25px 0;
  width: 100%;
  height: 216px;
  margin: 0 0 10px 0;
  background: url("../images/bg_all.png?1") center 206px no-repeat;
}
.notification .notice:last-child {
  background: none;
}
.notification .notice img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
}
.notification .notice .title {
  position: absolute;
  width: 430px;
  left: 240px;
  top: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #00125a;
  height: 54px;
  overflow: hidden;
}
.notification .notice .contain {
  position: absolute;
  left: 240px;
  top: 95px;
  font-size: 36px;
  color: #00125a;
  height: 108px;
  overflow: hidden;
}
.notification .notice.encourage:after {
  position: absolute;
  left: 67px;
  top: 20px;
  content: '';
  width: 100px;
  height: 169px;
  background: url("../images/bg_all.png?1") -396px -1906px no-repeat;
}
.notification .notice.info img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border-radius: 100%;
  /*background: url("../images/bg_all.png?1") -762px -1906px no-repeat;*/
}
.notification .notice img.pop {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 881px;
  border-radius: inherit;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 205px;
  border: 5px solid #FFF;
  box-shadow: 0 10px 15px rgba(0,0,0,.15);
}
.notification .notice .content {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 881px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 205px;
  border: 5px solid #FFF;
  box-shadow: 0 10px 15px rgba(0,0,0,.15);
  overflow: hidden;
  overflow-y: auto;
}
.student {
  background: #1b4467 url("../images/bg3.png") center 0 repeat-x;
}
@media screen and (max-width: 600px) {
  .student {
    background: #1b4467 url("../images/bg3s.png") center 0 repeat-x;
  }
}
.student header h1 {
  font-size: 52px;
  line-height: 136px;
  font-weight: bold;
  width: 923px;
  margin: 0 auto 0 83px;
  color: #000;
  box-shadow: 7px 0 5px inset rgba(0, 0, 0, .3);
  text-shadow: 0 5px 5px #8f6500, 0px -4px 4px #fff;
  -webkit-transition: .2s all linear;
  letter-spacing: 0.1em;
  background: linear-gradient(to bottom, #c1c494 0%, #cae8b7 100%);
}
.student h2 {
  font-size: 48px;
  line-height: 100px;
  color: #055dc9;
  font-weight: bold;
  position: absolute;
  top: 312px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}
.studentinfo {
  margin: 416px 75px 0 85px;
  background-color: #FFF;
  height: 835px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, .2);
  position: relative;
}
.studentinfo .headshot {
  position: absolute;
  left: 80px;
  top: 90px;
  height: 180px;
  width: 180px;
}
.studentinfo .headshot.boy img {
  border: 7px solid #4b9de2;
  border-radius: 100%;
}
.studentinfo .headshot.girl img {
  border: 7px solid #e24b4b;
  border-radius: 100%;
}
.studentinfo .name {
  position: absolute;
  left: 36px;
  top: 325px;
  height: 85px;
  width: 285px;
  overflow: hidden;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: #4b9de2;
}
.studentinfo .name.girl {
  color: #e24b4b;
}
.studentinfo .studydate {
  position: absolute;
  left: 340px;
  top: 220px;
  height: 85px;
  font-size: 48px;
  color: #00125a;
}
.studentinfo .studydate .date {
  font-size: 52px;
  color: #d0870c;
  font-weight: bold;
  margin-left: 20px;
}
.studentinfo .haspoint {
  position: absolute;
  left: 340px;
  top: 320px;
  height: 85px;
  font-size: 48px;
  color: #00125a;
}
.studentinfo .haspoint .points {
  font-size: 60px;
  color: #b12aa0;
  font-weight: bold;
  margin: 0 10px 0 20px;
}
.studentinfo hr {
  position: absolute;
  left: 0;
  top: 450px;
  border-color: #1B49A8;
  border-width: 1px 0 0 0;
  width: 90%;
  margin: 0 5%;
}
.studentinfo .laminate {
  position: absolute;
  left: -74px;
  top: 665px;
  width: 1080px;
  height: 135px;
  background: url(../images/bg_all.png?1) 0 -2158px no-repeat;
}
.studentinfo .trophys {
  position: absolute;
  left: 15px;
  top: 467px;
  width: 97%;
  height: 225px;
  overflow: hidden;
}
.studentinfo .trophys .trophy {
  display: inline-block;
  float: right;
  width: 215px;
  height: 225px;
  background: url(../images/bg_all.png?1) -50px -1846px no-repeat;
  margin-left: -85px;
}
@media screen and (max-width: 600px) {
  #PrizeWindow .carousel-item .d-block.w-100 {
    height: 815px;
  }
  .Prizes {
    width: 413px;
    left: 51%;
    top: 215px;
  }
  .Prizes .Prize {
    width: 180px;
    height: 180px;
    margin: 0 10px 10px 0;
  }
  .Prizes .Prize .point {
    font-size: 20px;
    bottom: 30px;
  }
  .Prizes .Prize .title {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  }
  .Prizes .Prize img {
    width: 180px;
  }
  .carousel-control-prev, .carousel-control-next {
    top: auto;
    zoom: 0.555;
    bottom: 18px;
  }
  #PrizeWindow .carousel-control-prev, #PrizeWindow .carousel-control-next {
    bottom: 30px;
  }
  .button.bcancel {
    width: 300px;
    left: 46%;
    bottom: 23%;
    zoom: .8;
  }
  #selectGift .button.bconfirm {
    zoom: .8;
    left: 408px;
  }
  #selectGift .button.bcancel {
    left: 30px;
    bottom: 3%;
  }
  #keyInPoint .modal-body {
    margin: 84% auto 0;
    background-color: #501b00;
  }
  #pic_gift {
    bottom: 81px;
  }
  footer {
    height: 107px;
  }
  #BulletinWindow {
    margin-top: 160px;
  }
  #BulletinWindow .carousel-item .d-block.w-100 {
    height: 1500px;
  }
  #BulletinWindow .carousel-indicators {
    bottom: 104px;
    zoom: .555;
  }
  header, .Prizes .Prize .number {
    zoom: .5;
  }
  .button, #pic_gift img, .modal, #BulletinWindow .carousel-inner, .home h2, .bulletin h2, .student h2, .studentinfo, #pic_point {
    zoom: .555;
  }
}