@charset "UTF-8";
/* 橫幅選單 */
/* Wrapper */
.GSMis-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow: hidden; }

/* 刊頭 */
.GSMis-header-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 88px;
  background-color: white;
  border-bottom: 2px solid #009788; }

.GSMis-header {
  background: no-repeat;
  background-image: url(../img/logo_penghu.png), url(../img/header-img.svg);
  background-position: left 100px top, right top 7px;
  background-size: 173px, 94px;
  position: relative;
  width: 381px;
  padding-top: 41px;
  color: #009788;
  font-size: 20px;
  font-weight: bold; }
  .GSMis-header::before {
    position: absolute;
    top: 40px;
    content: '';
    display: block;
    width: calc(100% - 70px);
    height: 2px;
    background-color: #009788; }

/* Main */
.GSMis-main-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }

/*# sourceMappingURL=base-layout.css.map */
