/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/crew_content.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  src: url(../fonts/NotoSansCJKtc-Thin.otf) format("opentype");
  font-family: 'NotoSansCJKtc-Thin';
  font-display: swap; }

@font-face {
  src: url(../fonts/Mastia.otf) format("opentype");
  font-family: 'Mastia';
  font-display: swap; }

.ck_editor {
  font-size: 1.0625rem;
  font-family: "NotoSansCJKtc-Thin", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  letter-spacing: 2px;
  line-height: 2; }
  .ck_editor h2 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h4 {
    font-size: 1rem;
    font-weight: 500; }
  .ck_editor p {
    margin-bottom: 1.875rem; }
    .ck_editor p:last-child {
      margin-bottom: 0; }
  .ck_editor ol {
    list-style: decimal;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
  .ck_editor ul {
    list-style: disc;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
  .ck_editor li {
    line-height: 1.9; }
  .ck_editor table {
    width: 100%;
    font-size: 16; }
  .ck_editor a {
    display: inline; }
    .ck_editor a::before {
      content: '';
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out; }
    .ck_editor a:hover::before {
      opacity: 0; }
  .ck_editor img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .ck_editor iframe {
    width: 100%;
    height: 31.25rem;
    margin-bottom: 1.5625rem; }
    @media screen and (max-width: 480px) {
      .ck_editor iframe {
        height: 65vw; } }

.top_cate > .container {
  padding: 10rem 0 1.25rem; }

.top_cate .button_row {
  margin-top: 1.875rem; }
  .top_cate .button_row .button_link {
    padding: 0 3rem; }

.top_cate_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 950px) {
    .top_cate_row {
      display: block; } }

.top_cate_col {
  min-width: 0;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 950px) {
    .top_cate_col {
      width: 100%; } }
  .top_cate_col .container {
    width: calc(100% - 6.25rem);
    max-width: 72.5rem; }

.img_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-filter: blur(3px) brightness(0.5);
          filter: blur(3px) brightness(0.5); }

.top_cate_pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
  .top_cate_pic .img {
    -o-object-fit: contain;
       object-fit: contain; }

.top_cate_caption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 5rem;
  padding-bottom: 3.75rem; }

.lightbox {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.97);
  background-image: url(../img/lb_bg.gif);
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  opacity: 0;
  z-index: 49; }
  @media screen and (min-width: 951px) {
    .lightbox::-webkit-scrollbar {
      width: 0.25rem; }
    .lightbox::-webkit-scrollbar-track {
      border-radius: 0.25rem;
      background: rgba(255, 255, 255, 0.1); }
    .lightbox::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, 0.3); } }
  @media screen and (max-width: 950px) {
    .lightbox {
      padding-top: 4.0625rem;
      padding-bottom: 4.0625rem; } }

.lb_board {
  width: 100%;
  max-width: 86.25rem;
  margin: auto;
  position: relative; }

.lb_close_btn {
  width: 3.125rem;
  height: 3.125rem;
  position: fixed;
  top: 3.125rem;
  left: 5.3125rem; }
  @media screen and (max-width: 480px) {
    .lb_close_btn {
      left: 0.625rem; } }
  .lb_close_btn:before, .lb_close_btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.125rem;
    border-radius: 0.1875rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.0625rem;
    background: #fff;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .lb_close_btn:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .lb_close_btn:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .lb_close_btn:hover:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .lb_close_btn:hover:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .lb_close_btn a {
    height: 100%; }
    .lb_close_btn a::after {
      border: 2px dotted #f0efee; }

.lb_btn {
  cursor: pointer; }

.lb_show_img {
  width: auto;
  max-width: calc(100% - 12.5rem);
  max-height: 90vh;
  margin: 0 auto; }

.lb_show_caption {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding-top: 0.4375rem; }

.crew_sec {
  padding-top: 0rem;
  padding-bottom: 9.375rem; }

.whoweare_maintitle {
  font-family: "Mastia", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-size: 5.625rem;
  letter-spacing: 0.3125rem;
  line-height: 1.6;
  -webkit-transform: scaleY(0.65);
      -ms-transform: scaleY(0.65);
          transform: scaleY(0.65); }
  @media screen and (max-width: 480px) {
    .whoweare_maintitle {
      font-size: 4.375rem; } }
  .whoweare_maintitle span {
    position: relative; }
    .whoweare_maintitle span::before {
      content: '';
      width: 100%;
      height: 0.3125rem;
      background: #fff;
      position: absolute;
      bottom: 0.4375rem;
      left: 0; }

.top_cate .container {
  max-width: 87.5rem; }

.crew_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.crew_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25rem;
          flex: 0 0 25rem;
  padding-top: 0.9375rem; }

.crew_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3.75rem; }

.crew_name_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.crew_name_tw {
  font-size: 3.125rem;
  font-family: "NotoSansCJKtc-Thin", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana; }

.crew_name_en {
  font-size: 2.5rem;
  font-family: "Mastia", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  margin-left: 0.9375rem; }

.crew_jobtitle {
  font-size: 1.5rem;
  font-family: "NotoSansCJKtc-Thin", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  font-weight: bold;
  margin-top: 0.3125rem; }

.crew_txt {
  font-size: 1.125rem;
  margin-top: 1.875rem; }


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