@charset "UTF-8";
/***!  /templates/bevel/css/invest-zone.css  !***/


.partner__container.container {
  transition: 0.3s;
  width: auto;
}

@scope (.partner__body) {
  .nav-list {
    gap: 12px;
  }
  .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
:root {
  --c-primary900: #202b41;
  --c-primary700: #004f95;
  --c-primary800: #263774;
  --c-primary500: #3082d4;
  --c-primary100: #ecf4ff;
  --c-yellow900: #f9a554;
  --c-yellow800: #ea9442;
  --c-yellow700: #ffd60d;
  --c-yellow600: #ffd200;
  --h-header-height: 58px;
  --h-header-top-height: 30px;
  --h-header-total: calc(var(--h-header-height) + var(--h-header-top-height));
  --w-search-width: 60px;
}
@media only screen and (max-width: 678px) {
  :root {
    --h-header-height: 46px;
    --h-header-top-height: 0px;
    --w-search-width: 46px;
  }
}

.partner__breadcrumbs .breadcrumb {
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 65px;
  padding: 0 40px;
  background: #fff;
}
.eis-catalog__wrapper .partner__breadcrumbs .breadcrumb {
  border-bottom: 1px solid #e0e0e0;
}
.partner__breadcrumbs .breadcrumb li {
  display: inline-block;
  padding-left: 16px;
}
.partner__breadcrumbs .breadcrumb li:first-child {
  display: none;
}
.partner__breadcrumbs .breadcrumb li.active span {
  color: #444;
}
.partner__breadcrumbs .breadcrumb li span {
  color: #aaa;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: 12px;
}
.partner__breadcrumbs .breadcrumb li a {
  color: #999;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: 12px;
  transition: 0.3s;
}
.partner__breadcrumbs .breadcrumb li a:hover span {
  color: #444;
}
@media only screen and (max-width: 834px) {
  .type-alias-EIS .partner__breadcrumbs .breadcrumb li a:hover span {
    color: #fff;
  }
}
.partner__breadcrumbs .breadcrumb li .divider {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  margin-left: 16px;
}
@media only screen and (max-width: 834px) {
  .partner__breadcrumbs .breadcrumb li:nth-child(n+4) {
    display: none;
  }
  .partner__breadcrumbs .breadcrumb li:nth-child(3) .divider {
    display: none;
  }
}

.partner__hero {
  position: relative;
  padding: 35px 88px 60px;
  min-height: auto;
}
.partner__hero__bg {
  background-image: url(https://www.gss.com.tw/templates/bevel/images/invest/invest-hero-bg01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.partner__hero__bgcolor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(28, 93, 149, 0.8), rgba(68, 116, 158, 0.5));
}
.partner__hero h2,
.partner__hero h4 {
  width: 1110px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.partner__hero h2 {
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  opacity: 0.6;
  font-family: ‘Roboto’, sans-serif;
}
.partner__hero h4 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  padding: 16px 0 0;
}
@media only screen and (max-width: 1024px) {
  .partner__hero {
    padding: 40px 20px 32px;
    min-height: auto;
  }
  .partner__hero h2 {
    font-size: 36px;
  }
  .partner__hero h4 {
    font-size: 20px;
  }
}

.partner__body {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  width: min(100%, 1280px);
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .partner__body {
    display: block;
  }
}
.partner__side {
  flex: 0 1 340px;
  text-align: right;
}
.partner__side:not(:has(.nav-list)) {
  pointer-events: none;
}
.partner__side:not(:has(.nav-list)) svg {
  display: none;
}
.partner__sidebar {
  position: relative;
  display: inline-block;
  top: -25px;
  max-width: 250px;
  width: 100%;
  min-height: 430px;
  padding: 50px 30px 72px;
  background: url(https://www.gss.com.tw/templates/bevel/images/invest/partner-side01.png) no-repeat center/cover;
  box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  z-index: 6;
}
.partner__sidebar__title {
  display: none;
}
.partner__sidebar li {
  padding: 20px 0 0;
}
.partner__sidebar li:first-child {
  padding: 0;
}
.partner__sidebar li > a {
  font-size: 18px;
  font-weight: 600;
}
.partner__sidebar li > a.outurl::after {
  content: "\f08e";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  color: #b7b7b7;
  padding: 0 4px;
  font-size: 0.8888888889em;
  vertical-align: 1px;
}
.partner__sidebar li .nav-item__txt {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
.partner__sidebar li.current .nav-item__txt::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -3px;
  height: 2px;
  background: #004f95;
}
@media only screen and (max-width: 1280px) {
  .partner__sidebar li {
    padding: 0 20px;
  }
  .partner__sidebar li:first-child {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .partner__sidebar {
    top: auto;
    min-height: auto;
    max-width: 100%;
    padding: 10px 20px;
    background: #fff;
    top: auto;
    min-height: auto;
    max-width: 100%;
    padding: 10px 20px;
    background: #fff;
  }
  .partner__sidebar.fix-nav {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
  }
  .partner__sidebar__title {
    display: flex;
    justify-content: space-between;
  }
  .partner__sidebar > ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15);
    padding: 12px 0;
  }
  .is-open .partner__sidebar > ul {
    opacity: 1;
    pointer-events: auto;
  }
  .partner__sidebar__title {
    display: block;
  }
  .partner__sidebar > ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
  }
  .partner__sidebar > ul.fix-nav {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
  }
  .partner__sidebar > ul__title {
    display: flex;
    justify-content: space-between;
  }
  .partner__sidebar > ul > ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15);
  }
  .is-open .partner__sidebar > ul > ul {
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .partner__sidebar {
    top: auto;
    min-height: auto;
    max-width: 100%;
    padding: 10px 20px;
    background: #fff;
    top: auto;
    min-height: auto;
    max-width: 100%;
    padding: 10px 20px;
    background: #fff;
  }
  .partner__sidebar.fix-nav {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
  }
  .partner__sidebar__title {
    display: flex;
    justify-content: space-between;
  }
  .partner__sidebar > ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15);
  }
  .is-open .partner__sidebar > ul {
    opacity: 1;
    pointer-events: auto;
  }
  .partner__sidebar__title {
    display: block;
  }
  .partner__sidebar > ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
  }
  .partner__sidebar > ul.fix-nav {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
  }
  .partner__sidebar > ul__title {
    display: flex;
    justify-content: space-between;
  }
  .partner__sidebar > ul > ul {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 16px 25px 0 rgba(0, 0, 0, 0.15);
  }
  .is-open .partner__sidebar > ul > ul {
    opacity: 1;
    pointer-events: auto;
  }
}
.partner__content {
  flex: 1 1 940px;
  padding: 30px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  /* Grouping content
         ========================================================================== */
  /**
       * 1. Add the correct box sizing in Firefox.
       * 2. Show the overflow in Edge and IE.
       */
  /**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
  /* Text-level semantics
         ========================================================================== */
  /**
       * Remove the gray background on active links in IE 10.
       */
  /**
       * 1. Remove the bottom border in Chrome 57-
       * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
       */
  /**
       * Add the correct font weight in Chrome, Edge, and Safari.
       */
  /**
       * 1. Correct the inheritance and scaling of font size in all browsers.
       * 2. Correct the odd `em` font sizing in all browsers.
       */
  /**
       * Add the correct font size in all browsers.
       */
  /**
       * Prevent `sub` and `sup` elements from affecting the line height in
       * all browsers.
       */
  /* Embedded content
         ========================================================================== */
  /**
       * Remove the border on images inside links in IE 10.
       */
  /* Forms
         ========================================================================== */
  /**
       * 1. Change the font styles in all browsers.
       * 2. Remove the margin in Firefox and Safari.
       */
  /**
       * Show the overflow in IE.
       * 1. Show the overflow in Edge.
       */
  /**
       * Remove the inheritance of text transform in Edge, Firefox, and IE.
       * 1. Remove the inheritance of text transform in Firefox.
       */
  /**
       * Correct the inability to style clickable types in iOS and Safari.
       */
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
  /**
       * Correct the padding in Firefox.
       */
  /**
       * 1. Correct the text wrapping in Edge and IE.
       * 2. Correct the color inheritance from `fieldset` elements in IE.
       * 3. Remove the padding so developers are not caught out when they zero out
       *    `fieldset` elements in all browsers.
       */
  /**
       * Add the correct vertical alignment in Chrome, Firefox, and Opera.
       */
  /**
       * Remove the default vertical scrollbar in IE 10+.
       */
  /**
       * 1. Add the correct box sizing in IE 10.
       * 2. Remove the padding in IE 10.
       */
  /**
       * Correct the cursor style of increment and decrement buttons in Chrome.
       */
  /**
       * 1. Correct the odd appearance in Chrome and Safari.
       * 2. Correct the outline style in Safari.
       */
  /**
       * Remove the inner padding in Chrome and Safari on macOS.
       */
  /**
       * 1. Correct the inability to style clickable types in iOS and Safari.
       * 2. Change font properties to `inherit` in Safari.
       */
  /* Interactive
         ========================================================================== */
  /*
       * Add the correct display in Edge, IE 10+, and Firefox.
       */
  /*
       * Add the correct display in all browsers.
       */
  /* Misc
         ========================================================================== */
  /**
       * Add the correct display in IE 10+.
       */
  /**
       * Add the correct display in IE 10.
       */
}
.partner__content p {
  margin: 1em 0 1em;
  line-height: 1.8;
}
.partner__content h1 {
  line-height: normal;
  font-size: 33px;
  margin-top: 18px;
  margin-bottom: 9px;
  font-weight: bold;
  color: #004f95;
}
.partner__content h2 {
  font-size: 27px;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.partner__content h3 {
  font-size: 23px;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.partner__content h4 {
  font-size: 17px;
  margin-top: 18px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.partner__content h5 {
  font-size: 13px;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.partner__content h6 {
  font-size: 12px;
  margin-top: 9px;
  margin-bottom: 9px;
  line-height: normal;
  font-weight: bold;
  color: #004f95;
}
.partner__content table,
.partner__content img {
  max-width: 100%;
}
.partner__content a {
  color: #004f95;
}
.partner__content ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 1.5rem;
}
.partner__content ul {
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 1.5rem;
}
.partner__content li {
  margin-bottom: 0.8em;
}
.partner__content iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.partner__content hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
.partner__content pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.partner__content a {
  background-color: transparent;
}
.partner__content abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
.partner__content b,
.partner__content strong {
  font-weight: bolder;
}
.partner__content code,
.partner__content kbd,
.partner__content samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
.partner__content small {
  font-size: 80%;
}
.partner__content sub,
.partner__content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.partner__content sub {
  bottom: -0.25em;
}
.partner__content sup {
  top: -0.5em;
}
.partner__content img {
  border-style: none;
}
.partner__content button,
.partner__content input,
.partner__content optgroup,
.partner__content select,
.partner__content textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
.partner__content button,
.partner__content input {
  /* 1 */
  overflow: visible;
}
.partner__content button,
.partner__content select {
  /* 1 */
  text-transform: none;
}
.partner__content button,
.partner__content [type=button],
.partner__content [type=reset],
.partner__content [type=submit] {
  appearance: button;
  -webkit-appearance: button;
}
.partner__content button::-moz-focus-inner,
.partner__content [type=button]::-moz-focus-inner,
.partner__content [type=reset]::-moz-focus-inner,
.partner__content [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.partner__content button:-moz-focusring,
.partner__content [type=button]:-moz-focusring,
.partner__content [type=reset]:-moz-focusring,
.partner__content [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.partner__content fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.partner__content legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
.partner__content progress {
  vertical-align: baseline;
}
.partner__content textarea {
  overflow: auto;
}
.partner__content [type=checkbox],
.partner__content [type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
.partner__content [type=number]::-webkit-inner-spin-button,
.partner__content [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.partner__content [type=search] {
  appearance: textfield;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
.partner__content [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.partner__content ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.partner__content details {
  display: block;
}
.partner__content summary {
  display: list-item;
}
.partner__content template {
  display: none;
}
.partner__content [hidden] {
  display: none;
}
@media (max-width: 480px) {
  .partner__content img {
    float: none !important;
    height: auto;
  }
}
@media (max-width: 480px) {
  .partner__content {
    font-size: 16px;
  }
}
.partner__content td {
  border: unset;
}
.partner__content h1 {
  font-size: 26px;
  font-weight: 700;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .partner__content {
    padding: 64px 6%;
  }
}
@media only screen and (max-width: 551px) {
  .partner__content {
    padding: 32px 20px;
  }
}
.partner__summary {
  clear: both;
  padding: 16px 0;
  color: #888;
  line-height: 1.5;
}
.partner__desc {
  clear: both;
  padding: 20px 0 0;
}
.partner__table {
  position: relative;
  border-collapse: collapse;
  left: -70px;
  z-index: 5;
  width: calc(100% + 80px);
  padding: 0 0 0 30px;
  font-size: 18px;
}
.partner__table tr::before {
  content: "";
  display: block;
  width: 30px;
}
@media only screen and (max-width: 1280px) {
  .partner__table {
    left: auto;
    width: 100%;
  }
  .partner__table tr::before {
    content: "";
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .partner__table {
    display: block;
    padding: 0;
  }
  .partner__table tbody {
    display: block;
  }
}
.partner__table__unit {
  display: block;
  text-align: right;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 18px 0;
}
@media only screen and (max-width: 1024px) {
  .partner__table__unit {
    display: none;
  }
}
.partner__table .partner__table__unit {
  display: block;
}

.row--head {
  border-top: 20px solid var(--c-primary700);
  border-bottom: 20px solid var(--c-primary700);
  background: var(--c-primary700);
}
.row--head th {
  text-align: center;
  padding: 3px 14px;
  color: #fff;
  border-left: 1px solid #fff;
  white-space: nowrap;
}
.row--head th:first-child {
  border-left: none;
}
@media only screen and (max-width: 1024px) {
  .row--head {
    display: none;
  }
}
.row--desc td {
  text-align: center;
  padding: 8px 0 0;
  color: #9d9d9d;
}
@media only screen and (max-width: 1024px) {
  .row--desc {
    display: none;
  }
}
.row--normal td {
  text-align: center;
  padding: 28px 8px;
  color: #333;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
}
.row--normal td > b {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .row--normal {
    display: table;
    border-collapse: separate;
    margin-bottom: 40px;
  }
  .row--normal td {
    display: table-row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border-bottom: none;
  }
  .row--normal td > b {
    display: table-cell;
    vertical-align: middle;
    padding: 18px 15px;
    background: var(--c-primary700);
    color: #fff;
    white-space: nowrap;
    box-shadow: 0 8px 20px 0 rgba(var(--c-primary700), 0.3);
  }
  .row--normal td > b::before {
    content: attr(data-value);
    position: absolute;
    left: calc(100% + 8px);
    top: 50%;
    transform: translate3d(0, -50%, 0);
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 300;
  }
  .conf__table .row--normal td > b {
    min-width: 100px;
  }
  .row--normal td > span {
    display: table-cell;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
    vertical-align: middle;
  }
}

.tab-content {
  view-transition-name: tab-content;
}

.tab-panel .nav-tabs {
  margin-left: 15px;
}

::view-transition-old(tab-content) {
  animation: 0.2s ease-out both fade-out;
}

::view-transition-new(tab-content) {
  animation: 0.3s 0.2s ease-in both fade-in;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
    transform: translateY(5px) scale(0.95);
  }
}
#invest-rel .container {
  width: 100%;
  margin: 100px 0 0;
}
#invest-rel .section__title {
  display: none;
}

.invest__rel {
  display: flex;
  background: url(https://www.gss.com.tw/templates/bevel/images/invest/invest-relbg.png) no-repeat center/cover;
}
@media only screen and (max-width: 1024px) {
  .invest__rel {
    display: block;
  }
}
.invest__rel__head {
  flex: 0 1 25%;
  text-align: right;
  padding: 56px 8px 0;
}
.invest__rel__head--title {
  display: inline-block;
  text-align: left;
  color: #fff;
}
.invest__rel__head--title h4 {
  font-size: 14px;
}
.invest__rel__head--title h2 {
  font-size: 36px;
  font-weight: 700;
  padding: 12px 0 0;
}
.invest__rel__body {
  flex: 1;
  padding: 64px 100px;
}
.invest__rel__box {
  position: relative;
  display: inline-block;
  width: 200px;
  border: 1px solid #fff;
  margin: 5px 20px;
  transition: 0.3s;
}
.invest__rel__box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.invest__rel__box:hover {
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}
.invest__rel__box:hover .invest__rel__icon svg {
  fill: #004f95;
}
.invest__rel__box:hover .invest__rel__icon svg * {
  fill: #004f95;
}
.invest__rel__box:hover .invest__rel__link {
  color: #004f95;
}
.invest__rel__box__content {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
  text-align: center;
}
.invest__rel__icon {
  width: 100%;
  height: 36px;
  text-align: center;
  transition: 0.3s;
}
.invest__rel__icon svg {
  width: auto !important;
  height: 100%;
  fill: #fff;
}
.invest__rel__icon svg * {
  fill: #fff;
}
.invest__rel__link {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 24px 0 0;
  transition: 0.3s;
}
.invest__rel__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.invest__rel__note {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0 0;
}
.invest__rel__note:empty {
  display: none;
}

/*# sourceMappingURL=invest-zone.css.map */

