.B2E_AREA .banner {
  width: 100%;
  min-height: 500px;
  margin-top: 72px;
  background: url(/eweb_shallwetravel/b2e/images/b2e_banner.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.B2E_AREA .banner h1 {
  font-size: 4rem;
  letter-spacing: 5px;
  color: #FFF;
  margin: 0 auto;
  font-weight: bold;
  text-shadow: 1px 2px 5px #333;
}
.B2E_AREA .breadcrumb {
  margin: 10px 0;
}
.B2E_AREA .company_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0 80px;
}
.B2E_AREA .company_list .company_item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
.B2E_AREA .company_list .company_item a {
  display: block;
  background: #FFF;
}
.B2E_AREA .company_list .company_item img {
  width: 100%;
}
.B2E_AREA .company_list .company_item a h1 {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #e1e1e1;
  transition: 1.5s;
  background-image: -webkit-linear-gradient(left, #FFF, #FFF 25%, #FFF 50%, #FFF 75%, #FFF);
}

.B2E_AREA .company_list .company_item a:hover h1 {
  background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  -webkit-animation: maskedAnimation 2s infinite linear;
  transition: 1.5s;
}
@keyframes maskedAnimation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@media (max-width: 767px) {
  article.container.B2E_AREA {
    top: 0;
    padding-bottom: 0;
  }
  .B2E_AREA .banner {
    margin-top: 64px;
    background-attachment: initial;
  }
  .B2E_AREA .banner h1 {
    font-size: 3rem;
  }
  .B2E_AREA .company_list {
    margin: 0 0 50px;
  }
  .B2E_AREA .company_list .company_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .B2E_AREA .company_list .company_item a h1 {
    font-size: 16px;
  }
}

.B2E_LOGIN_BG {
  width: 100%;
  height: 100%;
  background: url(/eweb_shallwetravel/b2e/images/b2e_login_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.B2E_LOGIN_BG footer {
  position: sticky;
  top: 100vh;
}

.B2E_LOGIN {
  padding-top: 130px;
}
.B2E_LOGIN form {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 150px;
  justify-items: center;
  align-items: center;
}
.B2E_LOGIN .B2E_LOGIN_ITEMS {
  grid-column-start: 3;
  grid-row-start: 1;
  grid-row-end: 5;
  background: #FFF;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.B2E_LOGIN .B2E_LOGIN_ITEMS img {
  width: 80%;
}
.B2E_LOGIN .B2E_LOGIN_ITEMS h1 {
  font-weight: bold;
  margin: 10px 0 30px;
}

@media (max-width: 767px) {
  .B2E_LOGIN {
    padding-top: 120px;
    padding-bottom: 200px;
  }
  .B2E_LOGIN form {
    grid-template-columns: auto;
  }
  .B2E_LOGIN .B2E_LOGIN_ITEMS {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .B2E_LOGIN .B2E_LOGIN_ITEMS h1 {
    margin: 10px 0 25px;
  }
  .B2E_LOGIN_BG {
    background-position: left;
  }
  .B2E_LOGIN_BG footer {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  footer .html5-css3-rwd p {
    text-align: center;
  }
  footer .html5-css3-rwd p img {
    width: 70%;
  }
  footer .block {
    padding: 0 1.25em 1.5em;
  }
}
.B2E_EXCLUSIVE .B2E_Announcement .bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.B2E_EXCLUSIVE .B2E_Announcement .bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
.B2E_EXCLUSIVE .B2E_Announcement .bs-callout p {
  font-size: 16px;
}
.B2E_EXCLUSIVE .B2E_Announcement .bs-callout-warning h4 {
  color: #8a6d3b;
}
.B2E_Journey table th,
.B2E_Journey table td {
  text-align: center;
  padding: 15px 8px !important;
}
.B2E_Journey table td:nth-child(3) {
  text-align: left;
}
.B2E_Billboard > .panel > .panel-heading h3 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.B2E_Billboard > .panel > .panel-heading h3 a {
  float: right;
}
.B2E_Billboard .panel .panel-group {
  padding: 0px;
  margin-bottom: 0;
}
.B2E_Billboard .panel .panel-group .billboard_title {
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}
.B2E_Billboard .panel .panel-group .billboard_title h4 {
  width: 10%;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.B2E_Billboard .panel .panel-group .billboard_title h4:first-child {
  width: 80%;
  text-align: left;
}
.B2E_Billboard .panel .panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.B2E_Billboard .panel .panel-group .panel-heading {
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}
.B2E_Billboard .panel .panel-group .panel-heading a {
  padding: 20px 15px;
  color: #333;
  display: flex;
}
.B2E_Billboard .panel .panel-group .panel-heading a h4 {
  width: 10%;
  text-align: center;
}
.B2E_Billboard .panel .panel-group .panel-heading a h4:first-child {
  width: 80%;
  text-align: left;
}
.B2E_Billboard .panel .panel-group .panel + .panel {
  margin-top: 0px;
}
.B2E_Billboard .panel .panel-group .panel-collapse .panel-body {
  border: none;
  border-bottom: 1px solid #ddd;
}
.B2E_Billboard .panel .panel-group .panel:last-child .panel-collapse .panel-body {
  border: none;
}
.B2E_Billboard .panel .panel-group .panel-collapse .panel-body .btn-group {
  float: right;
}
.B2E_Billboard .panel .panel-group .panel-collapse .panel-body .btn-group .btn-warning {
  margin-right: 1px;
}
@media (max-width: 767px) {
  .B2E_EXCLUSIVE {
    top: 0 !important;
  }
  .B2E_EXCLUSIVE .B2E_Announcement {
    padding: 0 15px;
  }
  .B2E_EXCLUSIVE .B2E_Journey {
    padding: 0 15px;
  }
  .B2E_EXCLUSIVE .B2E_Billboard {
    padding: 0 15px;
  }
  .B2E_EXCLUSIVE .B2E_Billboard .panel .panel-group .billboard_title {
    display: none;
  }
  .B2E_EXCLUSIVE .B2E_Billboard .panel .panel-group .panel-heading a {
    flex-direction: column;
  }
  .B2E_EXCLUSIVE .B2E_Billboard .panel .panel-group .panel-heading a h4 {
    margin: 5px 0;
    width: 100%;
    text-align: justify;
    padding-left: 80px;
    position: relative;
  }
  .B2E_EXCLUSIVE .B2E_Billboard .panel .panel-group .panel-heading a h4:nth-child(1):before {
    content: '公告事項：';
    font-size: 16px;
    color: #333;
    position: absolute;
    left: 0;
  }
  .B2E_EXCLUSIVE .B2E_Billboard .panel .panel-group .panel-heading a h4:nth-child(2):before {
    content: '公告日期：';
    font-size: 16px;
    color: #333;
    position: absolute;
    left: 0;
  }
  .B2E_EXCLUSIVE .B2E_Billboard .panel .panel-group .panel-heading a h4:nth-child(3):before {
    content: '公告人員：';
    font-size: 16px;
    color: #333;
    position: absolute;
    left: 0;
  }
}
.B2E_Send_Out {width: 100%; margin: 20px auto 50px; text-align: center;}
