@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 {
  font-family: "Georgia", "Noto Sans TC", sans-serif, "微軟正黑體", "新細明體", "細明體";
  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 {
  font-family: "Georgia", "Noto Sans TC", sans-serif, "微軟正黑體", "新細明體", "細明體";
  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.35);
}

.topbanner_contest {
  background: url(../images/contest/topbanner_contest.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;
}

/*---鋼琴比賽---*/
.contest_list_box {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  margin: 0% auto 5%;
}
@media (max-width: 991px) {
  .contest_list_box {
    margin: 5% auto 15%;
    flex-flow: column nowrap;
  }
}
@media (max-width: 767px) {
  .contest_list_box {
    width: 96%;
  }
}
.contest_list_box .contest_photo {
  width: 36.5%;
  height: 100%;
  position: relative;
  background: rgba(200, 200, 200, 0.2);
}
@media (max-width: 1199px) {
  .contest_list_box .contest_photo {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .contest_list_box .contest_photo {
    width: 100%;
    margin-right: 0%;
  }
}
.contest_list_box .contest_info {
  width: 59.5%;
  background: rgba(200, 200, 200, 0.2);
  padding: 0 3%;
  box-sizing: border-box;
  text-align: justify;
  order: 2;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .contest_list_box .contest_info {
    width: 100%;
    padding: 3%;
  }
}
.contest_list_box .contest_info .contest_info_g {
  width: 100%;
  position: relative;
}
.contest_list_box .contest_info .contest_info_g p {
  margin: 2% 0;
  line-height: 1.5;
}
.contest_list_box .contest_info .btn_box {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .contest_list_box .contest_info .btn_box {
    justify-content: space-between;
    margin: 5% 0;
  }
}
.contest_list_box .contest_info .btn_box span {
  width: auto;
  display: inline-block;
  font-size: 1.15rem;
  padding: 0.5rem 1rem;
  margin: 0 1rem 0 0;
}
@media (max-width: 991px) {
  .contest_list_box .contest_info .btn_box span {
    font-size: 1rem;
    margin: 0 0.5rem;
  }
}

/*---樂器檢定---*/
.exam_list_box h3 {
  margin: 2% auto;
  text-align: center;
}/*# sourceMappingURL=contest.css.map */