/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/src/css/home/faculty_content.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "EBGaramond";
  src: url(../fonts/EBGaramond-Medium.ttf) format("truetype");
  font-style: normal;
}
:root {
  --color1: #1baadd;
  --color2: #0033a0;
}

.breadcrumbs {
  margin-right: -5rem;
}
@media screen and (max-width: 480px) {
  .breadcrumbs {
    margin-right: 0rem;
  }
}

.page_content {
  padding: 0rem 0 9.375rem;
}

.banner_img {
  height: 25rem;
}

.banner_content {
  padding-bottom: 6.25rem;
}

.faculty_title {
  font-size: 1.5rem;
  font-family: "EBGaramond", "Roboto", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #777;
  font-weight: normal;
}

.faculty_row {
  background: #fff;
  padding: 4.375rem 0 4.375rem;
  position: relative;
  margin-right: -2.5rem;
  margin-top: -5.625rem;
}
@media screen and (max-width: 480px) {
  .faculty_row {
    margin-right: 0;
    margin-top: -6.25rem;
    padding: 1.25rem 0 1.25rem;
  }
}
.faculty_row::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 0;
  margin-right: -25rem;
  background-color: #0033a0;
  background-color: var(--color2);
  -webkit-box-shadow: -0.125rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.25);
          box-shadow: -0.125rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 480px) {
  .faculty_row::before {
    display: none;
  }
}
.faculty_row::after {
  content: "";
  width: calc(100% - 22.5rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-left: 25rem;
  background-color: #fff;
  -webkit-box-shadow: 0.125rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.125rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 480px) {
  .faculty_row::after {
    width: 96.6vw;
    margin-left: -1.25rem;
  }
}
.faculty_row .item_title {
  text-transform: uppercase;
}
.faculty_row .item_pic {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 28.125rem !important;
          flex: 0 0 28.125rem !important;
}
.faculty_row .item_txt {
  font-size: 1.125rem;
  margin-top: 2.5rem;
}

.faculty_content {
  margin-top: 4.375rem;
}

@media screen and (max-width: 480px) {
  .container_inner {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .banner_title {
    margin-bottom: 2.5rem;
  }
}

/*# sourceMappingURL=faculty_content.min.css.map*/