/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./assets/css/mission.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.ck_editor {
  font-size: 1.125rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.9; }
  .ck_editor h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h3 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: 0.9375rem; }
  .ck_editor h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 0.3125rem; }
  .ck_editor h5 {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.9; }
  .ck_editor p {
    margin-bottom: 1.25rem; }
  .ck_editor img {
    width: auto;
    max-width: 100%;
    display: inline-block; }
  .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 {
    font-size: 16;
    border: 2px solid #666;
    margin: 0 auto 1.875rem; }
  .ck_editor th,
  .ck_editor td {
    border: 1px solid #666;
    padding: 0.3125rem 0.9375rem; }
  .ck_editor th {
    color: #fff;
    background: #444; }
  .ck_editor a {
    display: inline; }
    .ck_editor a::before {
      content: '';
      width: 100%;
      height: 1px;
      background: #222;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: opacity .2s ease-out;
      -o-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out; }
    .ck_editor a:hover::before {
      opacity: 0; }
  .ck_editor iframe {
    width: 100%;
    height: 31.25rem;
    margin-bottom: 1.5625rem; }
    @media screen and (max-width: 480px) {
      .ck_editor iframe {
        height: 65vw; } }

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
  @media screen and (max-width: 950px) {
    .form_row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -0.5625rem;
      margin-right: -0.5625rem; } }
  @media screen and (max-width: 480px) {
    .form_row {
      margin-left: 0;
      margin-right: 0; } }
  .form_row .button {
    line-height: 4.0625rem; }

.form_col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.75rem; }
  @media screen and (max-width: 950px) {
    .form_col {
      padding: 0.4375rem 0.5625rem; } }
  @media screen and (max-width: 480px) {
    .form_col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0.3125rem 0; } }
  .form_col.short {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%; }
    @media screen and (max-width: 950px) {
      .form_col.short {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  .form_col.auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media screen and (max-width: 480px) {
      .form_col.auto {
        padding: 0.3125rem 0.5625rem; } }

.form_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.375rem;
          flex: 0 0 5.375rem;
  font-weight: bold;
  text-align: right;
  padding: 0.75rem;
  padding-top: 1.6875rem; }
  @media screen and (max-width: 950px) {
    .form_title {
      padding: 0.5625rem;
      padding-top: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .form_title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0.9375rem 0rem 0.125rem;
      text-align: left; } }

.search_select {
  width: 100%;
  font-size: 1.375rem;
  color: #222;
  padding: 1.25rem 1.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 0.125rem;
  background-image: url(../../assets/img/icon_arrow_select.png);
  background-size: 0.75rem auto;
  background-position: calc(100% - 21px) center;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .search_select:focus {
    outline: 0.125rem solid #222; }
  .search_select option {
    color: #222; }

.search_input {
  width: 100%;
  font-size: 1.375rem;
  color: #222;
  padding: 1.25rem 1.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 0.125rem; }
  .search_input:focus {
    outline: 0.125rem solid #222; }
  .search_input::-webkit-input-placeholder {
    font-size: 1.375rem;
    color: #222; }
  .search_input::-moz-placeholder {
    font-size: 1.375rem;
    color: #222; }
  .search_input:-ms-input-placeholder {
    font-size: 1.375rem;
    color: #222; }

.ind_works {
  padding-top: 15rem;
  padding-bottom: 9.375rem; }
  .ind_works .maintitle_row {
    padding-left: 3.4375rem; }
    @media screen and (max-width: 950px) {
      .ind_works .maintitle_row {
        padding-left: 0; } }
  .ind_works .maintitle_tw {
    text-align: center;
    padding: 0 0 0 1.125rem; }
    @media screen and (max-width: 950px) {
      .ind_works .maintitle_tw {
        padding: 0.3125rem 0 0; } }
  .ind_works .btn_row {
    padding-right: 1.875rem; }

@media screen and (max-width: 950px) {
  .index .ind_works {
    display: none; } }

.works_box {
  width: 90%;
  margin: 0 auto 2.22222rem;
  position: relative; }
  @media screen and (max-width: 950px) {
    .works_box {
      width: 96%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.lens {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.works {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (max-width: 950px) {
    .works {
      padding-top: 0 !important; } }

.works_title_row {
  margin-bottom: 0.16667rem; }

.works_title {
  font-size: 2.66667rem;
  font-weight: 700;
  font-family: "DM Serif Display", "Noto Serif TC";
  line-height: 1;
  margin-bottom: 0.27778rem; }
  @media screen and (max-width: 950px) {
    .works_title {
      font-size: 1.33333rem !important; } }

.works_title_en {
  font-size: 1rem;
  font-weight: lighter;
  font-style: italic;
  font-family: "DM Serif Display", "Noto Serif TC";
  line-height: 1;
  letter-spacing: 0; }
  @media screen and (max-width: 950px) {
    .works_title_en {
      font-size: 1rem !important; } }

.works_number {
  font-size: 5.77778rem;
  font-family: "DM Serif Display", "Noto Serif TC";
  line-height: 1; }
  @media screen and (max-width: 950px) {
    .works_number {
      font-size: 3.11111rem !important; } }

.works_item {
  border-radius: 27.77778rem;
  background: #ebe6dd;
  position: absolute; }
  @media screen and (max-width: 950px) {
    .works_item {
      width: 30vw !important;
      height: 30vw !important;
      left: auto !important;
      top: auto !important; }
    .works_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30vw;
              flex: 0 0 30vw;
      position: relative;
      margin: 1.5vw; } }
  @media screen and (max-width: 480px) {
    .works_item {
      width: 45vw !important;
      height: 45vw !important; }
    .works_item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45vw;
              flex: 0 0 45vw;
      margin: 1vw; } }

.works_1 {
  width: 38.33333rem;
  margin: 1.11111rem auto 0;
  position: relative;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .works_1 {
      width: 100%; } }
  .works_1 .works_title_row {
    margin-bottom: 0.16667rem; }
  .works_1 .works_title {
    margin-bottom: 0.66667rem; }

.works_2 {
  width: 15.27778rem;
  height: 15.27778rem;
  top: 12.5%;
  left: 13%; }
  .works_2 .works {
    padding-top: 1.38889rem; }
  .works_2 .works_title {
    font-size: 1.55556rem; }
  .works_2 .works_title_en {
    font-size: 0.88889rem; }
  .works_2 .works_number {
    font-size: 5rem; }

.works_3 {
  width: 8.33333rem;
  height: 8.33333rem;
  top: 39%;
  left: 3%; }
  .works_3 .works_title {
    font-size: 1.22222rem; }
  .works_3 .works_title_en {
    font-size: 0.88889rem; }
  .works_3 .works_number {
    font-size: 2.22222rem; }

.works_4 {
  width: 11.11111rem;
  height: 11.11111rem;
  left: 19.5%;
  top: 56.5%; }
  .works_4 .works_title {
    font-size: 1.22222rem; }
  .works_4 .works_title_en {
    font-size: 0.88889rem; }
  .works_4 .works_number {
    font-size: 3.11111rem; }

.works_5 {
  width: 8.33333rem;
  height: 8.33333rem;
  left: 9%;
  top: 74.5%; }
  .works_5 .works_title {
    font-size: 1.22222rem; }
  .works_5 .works_title_en {
    font-size: 0.88889rem; }
  .works_5 .works_number {
    font-size: 2.22222rem; }

.works_6 {
  width: 11.11111rem;
  height: 11.11111rem;
  left: 75.4%;
  top: 14.5%; }
  .works_6 .works_title {
    font-size: 1.22222rem; }
  .works_6 .works_title_en {
    font-size: 0.88889rem; }
  .works_6 .works_number {
    font-size: 3.05556rem; }

.works_7 {
  width: 8.33333rem;
  height: 8.33333rem;
  left: 88.7%;
  top: 28%; }
  .works_7 .works_title {
    font-size: 1.22222rem; }
  .works_7 .works_title_en {
    font-size: 0.88889rem; }
  .works_7 .works_number {
    font-size: 2.22222rem; }

.works_8 {
  width: 15.27778rem;
  height: 15.27778rem;
  left: 70%;
  top: 48%; }
  .works_8 .works {
    padding-top: 1.55556rem; }
  .works_8 .works_title {
    font-size: 1.55556rem; }
  .works_8 .works_title_en {
    font-size: 0.88889rem; }
  .works_8 .works_number {
    font-size: 5rem; }

.works_9 {
  width: 8.33333rem;
  height: 8.33333rem;
  left: 86.7%;
  top: 74.8%; }
  .works_9 .works_title {
    font-size: 1.22222rem; }
  .works_9 .works_title_en {
    font-size: 0.88889rem; }
  .works_9 .works_number {
    font-size: 2.22222rem; }

@media screen and (max-width: 950px) {
  .style_2 .maintitle_en {
    font-size: 7.5rem; } }

@media screen and (max-width: 480px) {
  .style_2 .maintitle_en {
    font-size: 6.25rem; } }

@media screen and (max-width: 950px) {
  .style_3 .maintitle_en {
    font-size: 7.5rem; } }

@media screen and (max-width: 480px) {
  .style_3 .maintitle_en {
    font-size: 5.125rem; } }

.sec_mission,
.sec_expand,
.sec_director {
  padding: 6.25rem 0 1.25rem; }

.sec_mission {
  padding: 5rem 0 1.25rem; }
  .sec_mission .breadcrumbs {
    margin-bottom: 1.25rem; }

.sec_expand {
  padding-bottom: 9.375rem; }

.mission_txt {
  max-width: 73.75rem;
  margin: 3.125rem auto;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2.4; }
  @media screen and (max-width: 950px) {
    .mission_txt {
      line-height: 2; } }

.signum_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.signum {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.75rem;
          flex: 0 0 18.75rem; }

