@charset "UTF-8";
@font-face {
  font-family: LiSong;
  src: url("../webfonts/LiSong.eot"); /* IE9*/
  src: url("../webfonts/LiSong.eot") format("embedded-opentype"), url("../webfonts/LiSong.woff") format("woff"), url("../webfonts/LiSong.ttf") format("truetype");
}
/*--------------------------------------------------------------------------------------------------*/
body {
  font-family: "標楷體", LiSong;
  color: #333 !important;
  background: #fff;
  font-size: 20px;
  position: relative;
  background: url(../img/bg.jpg);
  max-width: 1400px;
  margin: 0 auto;
}

h1 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px !important;
}
h1 img {
  width: 220px;
}

h2, h3, h4, h5, h6 {
  font-family: LiSong;
}

h2 {
  font-size: 1.4em !important;
  color: #571c3a;
}

h3 {
  font-size: 1.3em !important;
}

.text_underline {
  border-bottom: solid #571c3a 1px !important;
  padding: 0 15px 5px 15px;
}

/*page_title*/
.page_title {
  float: left;
  width: calc(100% - 140px);
  text-align: center;
  padding: 0 70px;
  position: relative;
  vertical-align: top;
}
.page_title .podium {
  background: #999;
  color: #fff;
  padding: 7px;
  max-width: 250px;
  width: 50%;
  margin: 0 auto;
  border: solid #999 1px;
}

/*print_btn*/
.print_btn {
  position: absolute;
  right: 0;
  margin: 20px;
  border: none;
}
.print_btn i {
  color: #666;
}

/*class_info*/
.class_info {
  width: 100%;
  text-align: center;
  color: #666;
  padding-bottom: 20px;
}
.class_info div {
  display: inline-block;
  padding: 2px 10px;
}
.class_info div.one {
  width: 100%;
}
.class_info div .title {
  color: #000;
}
.class_info div .title:after {
  content: "/";
  font-size: 12px;
  color: #571c3a;
  padding-left: 7px;
}

/*seatsContainer*/
#seatsContainer small {
  width: 100%;
}

#centerName {
  background: #999;
  color: #fff;
}

* {
  border-color: #bbb !important;
}

.seat_group .seat_item {
  font-size: 1.2em;
}
.seat_group .seat_item small {
  font-family: "微軟正黑體";
  font-size: 0.5em;
  color: #571c3a;
  text-align: center;
}
.seat_group .seat_item .seat_name {
  line-height: 130%;
  text-align: center;
}

/*seat_main*/
.seat_main {
  float: left;
  max-width: 100%;
  margin: 20px 0;
}
.seat_main .left, .seat_main .right {
  float: left;
  width: calc(50% - 20px);
  margin: 0 10px;
}
.seat_main .left .item {
  margin-left: -1px;
  float: right;
}
.seat_main .right .item {
  margin-right: -1px;
}
.seat_main .item {
  float: left;
  border: solid #bbb 1px;
  padding: 0.25rem 0.5rem;
  margin: 5px 0;
  line-height: 110%;
  position: relative;
}
.seat_main .item small {
  font-family: "微軟正黑體";
  font-size: 0.5em;
  color: #571c3a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid #bbb 1px;
  padding: 1px 0;
}
.seat_main .item .seat_name {
  line-height: 110%;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seat_main .bottom {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.seat_main .bottom .left {
  align-items: stretch;
  display: flex;
  flex-direction: row-reverse !important;
}
.seat_main .bottom .left .item {
  float: right;
}
.seat_main .bottom .right {
  align-items: stretch;
  display: flex;
}
.seat_main .bottom .item {
  min-height: 55px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seat_main.seat_group_08 .item {
  width: 9%;
}
.seat_main.seat_group_07 .item {
  width: 10.8%;
}
.seat_main.seat_group_06 .item {
  width: 13%;
}

.use_ok {
  background-color: #fff;
}

.use_ng {
  background-color: transparent;
  position: relative;
  background-image: url(../img/ban.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.null {
  border: solid transparent 1px !important;
}

/*scrollable*/
.scrollable {
  width: 100%;
  overflow-x: auto;
  border: none;
}
.scrollable.seat_con {
  min-width: 700px;
}

.seat_con {
  float: left;
  width: calc(100% - 34px);
  padding: 0 17px;
}

/*seat_01*/
.seat_01 {
  float: left;
  width: 100%;
  position: relative;
  vertical-align: top;
}
.seat_01 .west, .seat_01 .east {
  float: left;
  width: 60px;
  margin-top: -107px;
}
.seat_01 .west .item, .seat_01 .east .item {
  height: 44px;
  border: solid #ddd 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  line-height: 110%;
  text-align: center;
  margin-top: -1px;
}
.seat_01 .west .item.use_ng, .seat_01 .east .item.use_ng {
  background: transparent;
  border: solid transparent 1px !important;
}
.seat_01 .east {
  right: 0;
}
.seat_01 .seat_main {
  width: calc(100% - 120px);
}

@media (max-width: 1200px) {
  /*seat_main*/
  .seat_main.seat_group_08 .item {
    width: 8%;
  }
  .seat_main.seat_group_07 .item {
    width: 10%;
  }
  .seat_main.seat_group_06 .item {
    width: 12%;
  }
}
@media (max-width: 991px) {
  /*seat_main*/
  .seat_main.seat_group_08 .item {
    width: 7%;
  }
  .seat_main.seat_group_07 .item {
    width: 9%;
  }
  .seat_main.seat_group_06 .item {
    width: 10.5%;
  }
}
@media (max-width: 850px) {
  /*seat_main*/
  .seat_main.seat_group_08 .item {
    width: 6.7%;
  }
  .seat_main.seat_group_07 .item {
    width: 8%;
  }
  .seat_main.seat_group_06 .item {
    width: 10.5%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  h1 {
    margin-bottom: 10px !important;
  }
  h1 img {
    width: 180px;
  }
  /*class_info*/
  .class_info div {
    padding: 2px;
  }
  /*seat_main*/
  .seat_main .item {
    height: 68px;
  }
  .seat_main .item .seat_name {
    margin: 2px 0;
  }
  .seat_main.seat_group_08 .item {
    width: 6.6%;
  }
  .seat_main.seat_group_07 .item {
    width: 8%;
  }
  .seat_main.seat_group_06 .item {
    width: 10.5%;
  }
  /*seat_01*/
  .seat_01 .west, .seat_01 .east {
    width: 45px;
  }
  .seat_01 .west .item, .seat_01 .east .item {
    height: 43.3px;
  }
  .seat_01 .seat_main {
    width: calc(100% - 90px);
  }
}
@media (max-width: 576px) {
  h1 {
    margin-bottom: 10px !important;
  }
  h1 img {
    width: 150px;
  }
}
/*列印尺寸電腦版*/
@page {
  size: A4;
  margin: 0;
}
@media print {
  h1, .print_btn {
    display: none;
  }
  /*page_title*/
  .page_title .podium {
    color: #333;
  }
  .use_ng {
    background-image: none;
    border: solid transparent 1px !important;
  }
  .use_ng:before {
    content: "\f05e";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    position: absolute;
    z-index: -1;
    color: rgba(0, 0, 0, 0.1);
    font-size: 2em;
    top: 45%;
  }
  /*seat_main*/
  .seat_main.seat_group_06 .use_ng:before {
    left: 20% !important;
  }
  /*seat_01*/
  .seat_01 .west .item, .seat_01 .east .item {
    height: 43px;
  }
  .seat_01 .seat_main.seat_group_08 .use_ng:before {
    left: 6% !important;
  }
  .seat_01 .seat_main.seat_group_07 .use_ng:before {
    left: 13% !important;
  }
  .seat_01 .seat_main.seat_group_06 .use_ng:before {
    left: 20% !important;
  }
}/*# sourceMappingURL=style.css.map */