@charset "UTF-8";
p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* topbanner */
.top_banner {
  margin-top: 135px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .top_banner {
    margin-top: 110px;
  }
}

.top_banner_photo_g {
  display: flex;
  width: 100%;
  height: 337px;
  position: relative;
  justify-content: flex-start;
  align-items: center;
}
.top_banner_photo_g .title_box_white {
  width: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  z-index: 3;
}
.top_banner_photo_g .title_box_white h3 {
  color: #fff;
}
.top_banner_photo_g .title_box_white .hr_red {
  width: 2rem;
  border: 2px solid #f00;
  margin: 1rem 0;
}
.top_banner_photo_g .title_box_white .title_text {
  color: #fff;
}
.top_banner_photo_g .title_box_black {
  width: auto;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  z-index: 3;
}
.top_banner_photo_g .title_box_black h3 {
  color: #333;
}
.top_banner_photo_g .title_box_black .hr_red {
  width: 2rem;
  border: 2px solid #f00;
  margin: 1rem 0;
}
.top_banner_photo_g .title_box_black .title_text {
  color: #333;
}
.top_banner_photo_g .top_banner_photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: top center;
  background: rgba(0, 0, 0, 0.5);
}

.topbanner_news-latest_news {
  background: url(../images/faq/topanner_latest_news.jpg) no-repeat;
  background-position: center;
}

.topbanner_news-new_product {
  background: url(../images/faq/topbanner_new_product.jpg) no-repeat;
  background-position: center;
}

.topbanner_news-promotions {
  background: url(../images/faq/topbanner_promotions.jpg) no-repeat;
  background-position: center;
}

.topbanner_news-competition {
  background: url(../images/faq/topanner_competition.jpg) no-repeat;
  background-position: center;
}

.topbanner_news-recruit_students {
  background: url(../images/faq/topbanner_recruit_students.jpg) no-repeat;
  background-position: center;
}

.topbanner_news-examination {
  background: url(../images/faq/topbanner_examination.jpg) no-repeat;
  background-position: center;
}

.main-w {
  margin-left: 0;
}
@media (max-width: 767px) {
  .main-w {
    margin-left: auto;
    margin-right: auto;
  }
}

/*---側邊選單---*/
.panel-group {
  height: auto;
  position: relative;
}

.leftMenu {
  margin: 0 10px 10px 0;
  width: calc(100% - 50px);
}
@media (max-width: 767px) {
  .leftMenu {
    margin: 0 auto;
    width: 90%;
  }
}

.leftMenu .panel-heading {
  font-size: 1.05rem;
  line-height: 2;
  color: #333;
  background: rgba(200, 200, 200, 0.2);
  position: relative;
  cursor: pointer;
}
.leftMenu .panel-heading:hover {
  color: #fff;
  background: #f00;
}

/*轉成手形圖示*/
.leftMenu .panel-heading a span {
  position: relative;
  width: 100%;
  color: #333;
  font-size: 1.05rem;
  font-weight: 400;
  padding: 2% 0;
  margin: 2% auto;
  text-align: center;
}
@media (max-width: 767px) {
  .leftMenu .panel-heading a span {
    margin: 2% 0;
  }
}

.leftMenu .panel-heading:hover a span {
  text-decoration: none;
  background: #f00;
  color: #fff;
}

.leftMenu .panel-heading a:hover {
  text-decoration: none;
}

.leftMenu .menu-item-left {
  padding: 2px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
}

.leftMenu .menu-item-left:hover {
  background: #C4E3F3;
  border: 1px solid #1E90FF;
}

.side-nav-second-level {
  width: 95%;
  margin-left: 5%;
  box-sizing: border-box;
}

.side-nav-second-level .side-nav-link {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  padding-left: 25px;
  position: relative;
  letter-spacing: 0;
}
.side-nav-second-level .side-nav-link span.arrow {
  font-size: 0.75rem;
  color: #f00;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 0;
  background: none;
  width: auto;
  margin: 0.25rem 0 0;
  padding: 0;
}

.side-nav-second-level .side-nav-link a {
  color: #333;
}

/*---優惠活動 / 列表---*/
.news_list_box {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  position: relative;
  margin: 0 auto 5%;
}
@media (max-width: 767px) {
  .news_list_box {
    width: 96%;
  }
}
.news_list_box h3 {
  font-size: 2rem;
  letter-spacing: 5px;
  text-align: center;
}
.news_list_box h3 span {
  font-size: 1.5rem;
  color: #f00;
  text-align: center;
}
.news_list_box .section-banner {
  width: 100%;
  margin: 2% 0;
}
.news_list_box ul {
  list-style-type: none;
  width: 100%;
}
.news_list_box ul a {
  text-decoration: none;
}
.news_list_box ul a li {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  font-size: 1.05rem;
  color: #666;
  margin: 1% 0;
}
.news_list_box ul a li:nth-child(1) {
  margin-top: 0;
}
@media (max-width: 767px) {
  .news_list_box ul a li {
    margin: 5% 0;
  }
  .news_list_box ul a li:nth-child(1) {
    margin-top: 5%;
  }
}
.news_list_box ul a li span {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #666;
  padding: 1rem;
  background: rgba(200, 200, 200, 0.2);
}
.news_list_box ul a li span.date {
  width: 15%;
  text-align: center;
}
@media (max-width: 767px) {
  .news_list_box ul a li span.date {
    width: 100%;
    border-bottom: 1px solid #eee;
  }
}
.news_list_box ul a li span.news_title {
  width: calc(85% - 5px);
  margin-left: 5px;
}
@media (max-width: 767px) {
  .news_list_box ul a li span.news_title {
    width: calc(100% - 0px);
    margin-left: 0px;
    text-align: center;
  }
}
.news_list_box ul a:hover li span {
  background: rgb(255, 230, 230);
}

.news_list_box > .section_info_box {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  background: #fff;
  padding: 2%;
  margin: 1% 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news_list_box > .section_info_box {
    flex-flow: column wrap;
  }
}
.news_list_box > .section_info_box .section_info_text {
  width: 65%;
  padding: 2%;
}
@media (max-width: 767px) {
  .news_list_box > .section_info_box .section_info_text {
    width: 100%;
  }
}
.news_list_box > .section_info_box .section_info_text h4 {
  font-family: Arial, "Arial Black", "Noto Sans TC", sans-serif, "微軟正黑體", "微軟正黑體", "新細明體", "細明體";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 1% auto;
}
.news_list_box > .section_info_box .section_info_text p {
  font-size: 1rem;
  line-height: 2;
}
.news_list_box > .section_info_box .section_info_pic {
  width: 30%;
  padding: 2%;
}
@media (max-width: 767px) {
  .news_list_box > .section_info_box .section_info_pic {
    width: 50%;
    margin: 0 auto;
  }
}

.news_list_box > .section_info_box2 {
  display: flex;
  width: 100%;
  background: #fff;
  padding: 2%;
  margin: 1% 0;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news_list_box > .section_info_box2 {
    flex-flow: column wrap;
  }
}
.news_list_box > .section_info_box2 .section_info_text {
  width: 65%;
  padding: 2%;
}
@media (max-width: 767px) {
  .news_list_box > .section_info_box2 .section_info_text {
    width: 100%;
  }
}
.news_list_box > .section_info_box2 .section_info_text h4 {
  font-family: Arial, "Arial Black", "Noto Sans TC", sans-serif, "微軟正黑體", "微軟正黑體", "新細明體", "細明體";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 1% auto;
}
.news_list_box > .section_info_box2 .section_info_text p {
  font-size: 1rem;
  line-height: 2;
}
.news_list_box > .section_info_box2 .section_info_pic {
  width: 30%;
  padding: 2%;
}
@media (max-width: 767px) {
  .news_list_box > .section_info_box2 .section_info_pic {
    width: 50%;
    margin: 0 auto;
  }
}