@charset "UTF-8";

/* 橫幅選單 */
/* 更新日期2022-09-05 */
/* Body */
body {
  background-color: #eee;
  /* font-family: Arial, Helvetica, sans-serif, "微軟正黑體"; */
  font-family: '思源黑-Regular', sans-serif;
}

a {
  text-underline-offset: 10%;
}

/* ==Components =============================================== */
/* GSMis-Brand */
.GSMis-brand {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}

@media all and (min-width: 992px) {
  .GSMis-brand {
    font-size: 32px;
  }
}

.GSMis-brand a {
  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;
  color: white;
  text-decoration: none !important;
}

.GSMis-brand-img {
    height: 27px;
    margin-right: 0.05em;
    margin-left: -0.25em;
 
}


@media all and (min-width: 375px) {
  .GSMis-brand-img {
    height: 40px;
    margin-right: 0.15em;
    /* height: 55px; */
  }
}
@media all and (min-width: 430px) {
  .GSMis-brand-img {
    height: 50px;
  }
}
/* 桌機漢堡 */
.GSMis-hamburger-desktop {
  display: none;
}

/* 手機漢堡 */
.GSMis-hamburger-mobile {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: white !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.GSMis-hamburger-mobile:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 992px) {
  .GSMis-hamburger-mobile {
    display: none;
  }
}

/* 主選單 */
.GSMis-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 40px;
}

@media all and (min-width: 992px) {
  .GSMis-menu {
    padding-top: unset;
    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;
  }
}

.GSMis-menu a {
  display: block;
  padding: 8px 16px;
  color: white !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.GSMis-menu a:hover {
  opacity: 0.7;
}

.GSMis-menu li.current a {
  color: #d3e100 !important;
}

.GSMis-menu .children {
  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;
}

.GSMis-menu .children i {
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media all and (min-width: 992px) {
  .GSMis-menu .children i {
    margin-left: 0.8em;
  }
}

.GSMis-menu .children.childrenOpen i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.GSMis-menu li.active>.children {
  color: #d3e100 !important;
}

.GSMis-menu li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.GSMis-menu>li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media all and (min-width: 992px) {
  .GSMis-menu>li {
    position: relative;
  }

  .GSMis-menu>li+li {
    margin-left: 1em;
  }
}

.GSMis-menu a.children+ul {
  display: none;
}

.GSMis-menu li.active>ul {
  display: block;
}

@media all and (min-width: 992px) {
  .GSMis-menu li.active>ul {
    display: none;
  }
}

.GSMis-menu .level-2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media all and (min-width: 992px) {
  .GSMis-menu .level-2 {
    position: absolute;
    min-width: 13em;
    background-color: #2e2e2e;
  }
}

.GSMis-menu .level-2 a {
  padding-left: 32px;
  color: white !important;
}

@media all and (min-width: 992px) {
  .GSMis-menu .level-2 a {
    padding-left: 16px;
  }
}

.GSMis-menu .level-2 a::before {
  content: "● ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.6em;
  font-size: 10px;
}

.GSMis-menu .level-2 a i {
  margin-left: auto;
}

.GSMis-menu .level-3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.GSMis-menu .level-3 a {
  padding-left: 48px;
}

@media all and (min-width: 992px) {
  .GSMis-menu .level-3 a {
    padding-left: 16px;
  }
}

.GSMis-menu .level-3 a::before {
  content: "";
}



/* GSMis-help-user 使用者狀態資訊 */
.GSMis-help-user {
  padding: 8px 16px;
}

@media all and (min-width: 992px) {
  .GSMis-help-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

.GSMis-help-user-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100%;
  height: 40px;
  padding-right: 16px;
  background-color: grey;
  color: white;
}

@media all and (min-width: 992px) {
  .GSMis-help-user-name {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-radius: 999rem 0 0 999rem;
    position: static;
    width: auto;
  }
}


/* .GSMis-help 輔助資訊 */
@media all and (min-width: 992px) {
  .GSMis-help {
    position: fixed;
    right: 24px;
    top: 20px;
    z-index: 99;
    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-transition: .2s all;
    transition: .2s all;
  }

  .scrollDown .GSMis-help {
    top: -60px;
  }
}

@media all and (min-width: 1400px) {
  .GSMis-help {
    right: calc((100vw - 1400px) / 2);
  }
}

/* #GSMis-collapse-menu 手機版選單開闔容器 */
@media all and (min-width: 992px) {
  #GSMis-collapse-menu {
    display: block !important;
  }
}

/* Go to top */
.GSMis-go-top {
  position: fixed;
  right: 2em;
  bottom: 1em;
  display: none;
}

.GSMis-go-top a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #4a4a4a url(../images/goTop.svg) center top 4px no-repeat;
  border: 3px solid white;
  border-radius: 999rem;
  text-indent: -100vw;
}

/* ==Layout ====================================================== */
/* GSMis-nav 導覽列 */
.GSMis-nav-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

/* GSMis-nav 導覽列外層 */
.GSMis-nav-wrap {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  top: 40px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background-color: #2e2e2e;
}

@media all and (min-width: 992px) {
  .GSMis-nav-wrap {
    top: 80px;
    max-height: unset;
    overflow-y: unset;
    -webkit-transition: .2s all;
    transition: .2s all;
  }

  .scrollDown .GSMis-nav-wrap {
    top: 0;
  }
}



/* GSMis-Header 刊頭 */
.GSMis-header {
  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;
  height: 80px;
  padding-left: 16px;
  padding-right: 16px;
}

@media all and (min-width: 992px) {
  .GSMis-header {
    height: 112px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media all and (min-width: 1200px) {
  .GSMis-header {
    height: 112px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.GSMis-header .item:last-child {
  margin-left: auto;
}

.GSMis-header-inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* GSMis-Header 刊頭外層 */
.GSMis-header-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #EA5420;
}

@media all and (min-width: 992px) {
  .GSMis-header-wrap {
    -webkit-transition: .2s all;
    transition: .2s all;
  }

  .scrollDown .GSMis-header-wrap {
    top: -112px;
  }
}



/* GSMis-Main 主內容區 */
.GSMis-main-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: .5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  background-color: white;
}

@media all and (min-width: 768px) {
  .GSMis-main-inner {
    padding: 1rem;
  }
}

@media all and (min-width: 1200px) {
  .GSMis-main-inner {
    padding: 1.5rem;
  }
}

.GSMis-main-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

/* GSMis-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;
  min-height: 100vh;
}

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