/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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_list.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; }

.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; }

.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; } }

.col_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.875rem;
  margin-right: -1.875rem; }
  @media screen and (max-width: 950px) {
    .col_list {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  @media screen and (max-width: 480px) {
    .col_list {
      margin: 0; } }
  .col_list.col_3 .col_li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    padding: 1.5625rem 2.75rem; }
    @media screen and (max-width: 950px) {
      .col_list.col_3 .col_li {
        padding: 1.25rem; } }
    @media screen and (max-width: 480px) {
      .col_list.col_3 .col_li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 1.25rem 0; } }

.col_li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 950px) {
    .col_li {
      padding: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .col_li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 1.25rem 0; } }

.col_pic {
  border: 1px solid #fff; }

.col_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.0625rem;
  position: relative;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  @media screen and (max-width: 950px) {
    .col_caption {
      padding-top: 0.9375rem; } }

.col_title {
  font-size: 1.5rem;
  font-family: "Mastia", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.5;
  position: relative;
  padding: 0 0.3125rem; }

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

.cate_txt {
  max-width: 69.375rem;
  font-size: 1.25rem;
  margin: 0 auto;
  margin-bottom: 40px; }

.list_sec {
  padding-top: 1.875rem;
  padding-bottom: 9.375rem; }
  .list_sec .container {
    margin-top: -3.125rem; }

.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);
  line-height: 1.15; }
  @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; }

.col_item {
  position: relative; }

.col_caption {
  padding: 0;
  position: absolute;
  bottom: 1.875rem;
  right: -1.875rem; }

.col_txt {
  padding-left: 0.3125rem; }

.col_name {
  font-size: 2.5rem;
  font-family: "Mastia", "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.5; }

#kv_scene {
  width: 100%;
  height: 100vh;
  position: absolute; }

.kv_rock_1,
.kv_rock_2,
.kv_rock_3 {
  position: absolute; }

.kv_rock_1 {
  width: 23.9375rem;
  left: 2%;
  top: 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.kv_rock_2 {
  width: 16.8125rem;
  left: 66%;
  top: -3%; }

.kv_rock_3 {
  width: 42rem;
  left: 75%;
  top: 73%; }


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