@charset "UTF-8";
@import url(../css/splitting.css);
:root {
  --header-h: 61px;
  --title: 1.75rem + 1vw;
  --h3: 1.88rem + 1vw;
  --txt: 1.0625rem + 1vw;
  --ease: cubic-bezier(0.585, 0.040, 0.345, 1.015);
}

@media only screen and (max-width: 991px) {
  :root {
    --title: 1.55rem + 1vw;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --title: 1.35rem;
    --txt: 1rem;
    --h3: 1.0625rem;
  }
}
/* color */
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Regular.woff2") format("woff2"), url("../fonts/NotoSansTC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Bold.woff2") format("woff2"), url("../fonts/NotoSansTC-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Reset*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.disabled,
.disabled:hover {
  cursor: not-allowed;
}

html {
  font-size: 16px;
}

body {
  width: 100%;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  color: #000;
  font-family: "Ubuntu", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "Arial", sans-serif;
}

html,
body {
  margin: 0;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

img, a img {
  border: none;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

section, article, aside, footer, header, nav, main {
  display: block;
}

p {
  line-height: inherit;
}

ol.reset, ul.reset, li.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

label {
  font-weight: inherit;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input, textarea, select, input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:hover, input:active, input:hover, textarea:hover, textarea:active, textarea:hover, button:hover, button:active, button:hover, select:hover, select:active, select:hover, a:hover, a:active, a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:not([type=button]), input:not([type=submit]), input:not([type=reset]) {
  font-size: 16px !important;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
}

:-ms-input-placeholder, :-moz-placeholder {
  color: #888;
  font-size: 15px;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

.input-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.input-style:read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:read-only:focus {
  border: 1px solid #ddd;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

input:read-only {
  background: #eee;
  color: #666;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #ccc;
  font-size: 15px;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected, select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: #ededed !important;
  border: 1px solid #eee;
}

img,
input[type=image],
video,
embed,
iframe,
marquee,
object,
table {
  aspect-ratio: attr(width)/attr(height);
}

@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/* Button */
@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flashing {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.-loading .o-loading {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.-loading .o-loading__main {
  opacity: 1;
}

.o-loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  place-items: center;
  opacity: 0;
  z-index: 100;
  -webkit-transition: opacity 0.6s 0.5s;
  -o-transition: opacity 0.6s 0.5s;
  transition: opacity 0.6s 0.5s;
  pointer-events: none;
  background: #c40452;
}
.o-loading__main {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  color: #fff;
}
.o-loading__main p {
  text-align: center;
  -webkit-animation: flashing 0.5s infinite steps(1, start);
          animation: flashing 0.5s infinite steps(1, start);
  font-size: 16px;
  margin: 10px 0;
}
.o-loading__main svg {
  position: absolute;
  opacity: 0;
}
.o-loading__logo-block {
  width: 110px;
  height: 110px;
  position: relative;
  -webkit-clip-path: url("#logo-clip");
          clip-path: url("#logo-clip");
}
.o-loading__logo-block span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* Header */
#header {
  padding: 0 calc((100% - 1400px) / 2);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  z-index: 99;
}
#header h2 {
  display: none;
}
#header .logo {
  width: 148px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15% 0 0;
  gap: 10px;
  -webkit-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
#header .logo a {
  font-size: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#header .logo .logo-img {
  width: 30px;
  height: 30px;
  background-image: url(../images/logo_img.svg);
}
#header .logo .logo-txt {
  width: 116px;
  height: 20px;
  background-image: url(../images/logo_txt.svg);
}
#header .menu-wrap {
  margin-left: 8%;
}
#header .menu > ul > li {
  position: relative;
}
#header .menu > ul > li > a {
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}
#header .menu ul li a {
  display: block;
  position: relative;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
  color: #000;
}
#header.is-scroll {
  background: #666;
}
#header.is-scroll .logo .logo-txt {
  background-image: url(../images/logo_txt_w.svg);
}
#header.is-scroll .menu > ul > li > a {
  color: #fff;
}

.main::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  z-index: 1;
  -webkit-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

.pc #header .menu > ul > li > a:hover {
  color: #c40452;
}
.pc #header .menu > ul > li > a + ul > li > a:hover {
  background-color: #c40452;
  background-image: -o-linear-gradient(135deg, rgba(196, 4, 82, 0.2), rgba(102, 102, 102, 0.74));
  background-image: linear-gradient(675deg, rgba(196, 4, 82, 0.2), rgba(102, 102, 102, 0.74));
  background-size: 100% 100%;
  background-position: 1 0;
  background-repeat: no-repeat;
  position: relative;
  border: 0;
  color: #fff;
}

@media (min-width: 768px) {
  #header .menu-button {
    display: none;
  }
  #header .menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
  #header .menu > ul > li > a {
    line-height: 58px;
    padding: 0 10px;
    font-size: 1.0625rem;
  }
  #header .menu > ul > li > a:hover {
    color: #c40452;
  }
  #header .menu > ul > li.current > a {
    border-bottom: 3px solid #c40452;
  }
  #header .menu > ul > li > ul {
    width: 180px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
        -ms-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.3s var(--ease) 0.1s;
    -o-transition: opacity 0.3s var(--ease) 0.1s;
    transition: opacity 0.3s var(--ease) 0.1s;
    overflow: hidden;
  }
  #header .menu > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  #header .menu > ul > li > ul > li > a {
    font-size: 1.0625rem;
    text-align: center;
    padding: 15px 10px;
    font-weight: normal;
  }
  #header .menu > ul > li:hover > ul {
    -webkit-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  #header .menu > ul > li:hover > ul a:hover {
    color: #fff;
    background: #c40452;
  }
  #header .cover {
    display: none !important;
  }
}
@media (max-width: 1480px) {
  #header {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  #header #header .menu > ul {
    gap: 2rem;
  }
  #header .menu-wrap {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  #header {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 2rem;
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: var(--header-h);
  }
  #header .menu-button {
    position: fixed;
    right: 2rem;
    top: 1rem;
    width: 32px;
    height: 32px;
    display: block;
    font-size: 0;
    border: 0;
    cursor: pointer;
    z-index: 102;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: transparent;
  }
  #header .menu-button span {
    position: relative;
    display: block;
    width: 28px;
    height: 2px;
    background: #000;
  }
  #header .menu-button span:before, #header .menu-button span:after {
    content: "";
    position: absolute;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32px;
    height: 2px;
    right: 0;
    padding: 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    background: #000;
    -webkit-transition: 0.3s var(--ease);
    -o-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
  }
  #header .menu-button span::before {
    top: -10px;
  }
  #header .menu-button span::after {
    bottom: -10px;
  }
  #header .menu-button.on > span {
    height: 0;
  }
  #header .menu-button.on > span:before {
    top: 0px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .menu-button.on > span:after {
    top: 0px;
    bottom: unset;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .menu-wrap {
    position: fixed;
    top: var(--header-h);
    width: 300px;
    padding: 10% 0;
    left: -300px;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
  }
  #header .menu > ul {
    gap: 0;
  }
  #header .menu > ul > li {
    width: 100%;
  }
  #header .menu > ul > li > a {
    color: #fff;
    margin: 0;
    padding: 1rem;
    font-size: 1.25rem;
  }
  #header .menu > ul > li > ul {
    display: none;
    background: #666;
    padding: 5% 0;
  }
  #header .menu > ul > li > ul > li > a {
    padding: 10px 2rem;
    color: #fff;
    border-bottom: rgba(255, 255, 255, 0.1);
  }
  #header .menu > ul > li.has-child {
    position: relative;
  }
  #header .menu > ul > li.has-child::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    position: absolute;
    color: #fff;
    right: 3rem;
    top: 27px;
    z-index: -1;
    -webkit-transform-origin: left cemter;
        -ms-transform-origin: left cemter;
            transform-origin: left cemter;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #header .menu > ul > li.has-child:not(:last-child) {
    border-bottom: rgba(255, 255, 255, 0.1);
  }
  #header .menu > ul > li.has-child.on::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #header .menu > ul > li.current > a {
    color: #f6f6f6;
  }
  #header.is-scroll .menu-button span {
    background: #fff;
  }
  #header.is-scroll .menu-button span:before, #header.is-scroll .menu-button span:after {
    background: #fff;
  }
  .show-menu #header .menu-wrap {
    width: 300px;
    left: 0;
    background: rgb(0, 0, 0);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .show-menu #header .menu > ul > li {
    opacity: 1;
  }
}
.main {
  position: relative;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.show-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.show-menu .main {
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
  max-width: 100vw;
}
.show-menu .cover {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: #c40452;
}

/* Footer */
#footer {
  padding: 2rem 0 3rem;
  position: relative;
  background: #000;
  color: #a7a9ac;
}
#footer .flex-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .logo {
  margin-left: 5%;
  display: block;
  width: 110px;
  height: 89px;
}
#footer .right-wrap {
  width: calc(100% - 110px - 5%);
  padding-left: 3%;
}
#footer .right-wrap .info {
  width: 100%;
  border-bottom: 1px solid #6d6e71;
  padding: 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .right-wrap .info a {
  position: relative;
  line-height: 1;
  display: inline-block;
  margin: 0 1rem 0 0;
  padding-right: 1rem;
  color: #a7a9ac;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .right-wrap .info a::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #a7a9ac;
  position: absolute;
  right: 0;
  top: 0;
}
#footer .right-wrap .copyright {
  padding: 1rem;
  width: 100%;
  color: #666666;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .right-wrap .copyright > a {
  color: #a7a9ac;
}
#footer .right-wrap .copyright .grnet {
  margin: 0 0 0 auto;
  color: #666666;
}
#footer .right-wrap .copyright .grnet a {
  color: #666666;
}

.pc #footer a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  #footer .logo {
    margin: 0;
  }
  #footer .right-wrap {
    width: calc(100% - 110px);
  }
}
@media only screen and (max-width: 991px) {
  #footer {
    padding: 2rem 0;
  }
  #footer .right-wrap .copyright {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .right-wrap .copyright .grnet {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 2rem 0 1rem;
  }
  #footer .flex-wrap {
    -ms-flex-wrap: wrpa;
        flex-wrap: wrpa;
  }
  #footer .logo {
    margin: 0 auto 1.5rem;
  }
  #footer .right-wrap {
    width: 100%;
    padding: 0;
  }
  #footer .right-wrap .info,
  #footer .right-wrap .copyright {
    padding: 10px;
    font-size: 0.9375rem;
  }
  #footer .right-wrap .info {
    gap: 12px;
  }
  #footer .right-wrap .info a::after {
    display: none;
  }
}
/*Top */
.go-top {
  position: fixed;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  width: 39px;
  height: 72px;
  bottom: -80px;
  border-radius: 20px;
  padding-top: 35px;
  right: 2%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: bottom 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: bottom 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  -o-transition: bottom 0.5s, transform 0.5s, background-color 0.5s;
  transition: bottom 0.5s, transform 0.5s, background-color 0.5s;
  transition: bottom 0.5s, transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: #c40452;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.go-top.is-scroll {
  bottom: 7%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.pc .go-top:hover {
  background: #000;
}

@media only screen and (max-width: 767px) {
  .go-top {
    right: 10px;
    width: 30px;
    height: 50px;
    padding-top: 25px;
    font-size: 7px;
  }
  .go-top::before {
    height: 20px;
  }
  .go-top.is-scroll {
    bottom: 20px;
  }
}
/* Container */
.g-wrap {
  max-width: 100vw;
  overflow-x: hidden;
  padding-top: var(--header-h);
}

.container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-1200 {
  width: 100%;
  max-width: calc(1200px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.container-1300 {
  width: 100%;
  max-width: calc(1300px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.container-1400 {
  width: 100%;
  max-width: calc(1400px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.container-1500 {
  width: 100%;
  max-width: calc(1500px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.page-wrap {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.page-wrap .container-1500.flex-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.white-wrap {
  padding: 5%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1.3px rgba(0, 0, 0, 0.01), 0px 0px 3.1px rgba(0, 0, 0, 0.02), 0px 0px 5.9px rgba(0, 0, 0, 0.03), 0px 0px 10.5px rgba(0, 0, 0, 0.03), 0px 0px 19.6px rgba(0, 0, 0, 0.03), 0px 0px 47px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 1.3px rgba(0, 0, 0, 0.01), 0px 0px 3.1px rgba(0, 0, 0, 0.02), 0px 0px 5.9px rgba(0, 0, 0, 0.03), 0px 0px 10.5px rgba(0, 0, 0, 0.03), 0px 0px 19.6px rgba(0, 0, 0, 0.03), 0px 0px 47px rgba(0, 0, 0, 0.04);
}

@media (max-width: 1480px) {
  .container-1200,
  .container-1300,
  .container-1500,
  .container-1400 {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .page-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .white-wrap {
    padding: 3rem;
  }
  .page-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .white-wrap {
    padding: 1.5rem;
  }
  .white-wrap .page-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list .pic-box {
  width: 100%;
  display: block;
  overflow: hidden;
}
.list .pic-box img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.1s;
  -o-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}

.txt-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
.txt-box .btn-link,
.txt-box .btn-buy {
  font-size: 0;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
  background-size: 100% auto;
}
.txt-box .btn-link {
  background-image: url(../images/icon_link.png);
}
.txt-box .btn-buy {
  position: relative;
  background-image: url(../images/icon_cart.png);
}
.txt-box .gap {
  width: 2px;
  height: 36px;
  background: #e6e6e6;
  display: none;
}
.txt-box.has-link.has-buy .gap {
  display: block;
}

.pc .btn-link:hover,
.pc .btn-buy:hover {
  background-position: center 100%;
}

@media (max-width: 1199px) {
  .txt-box .btn-link,
  .txt-box .btn-buy {
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }
  .txt-box .gap {
    height: 25px;
  }
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.box .pic-box {
  border-bottom: 4px solid #c40452;
}
.box .pic-box img {
  width: 100%;
}
.box .txt-box {
  padding: 1rem 1rem 2rem;
  background: #fff;
}
.box .txt-box .h3 {
  width: 100%;
  font-size: clamp(1rem, var(--h3), 1.0625rem);
}
.box .txt-box .cat {
  color: #c40452;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .box .txt-box {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .box .txt-box .cat {
    font-size: 0.875rem;
  }
}
.brand-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  color: #000;
  padding: 3.5rem 2rem;
  border: 1px solid #ddd;
  border-radius: 100px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.brand-box .h3 {
  width: 100%;
  font-size: clamp(1rem, var(--h3), 1.0625rem);
  color: #c40452;
}
.brand-box .des {
  width: 100%;
  line-height: 1.5rem;
  height: 3rem;
  font-size: 0.9375rem;
  color: #666;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.brand-box.current {
  border: 1px solid #c40452;
}

.pc .brand-box:hover {
  border: 1px solid #c40452;
  -webkit-box-shadow: 0px 0px 1.3px rgba(0, 0, 0, 0.01), 0px 0px 3.1px rgba(0, 0, 0, 0.02), 0px 0px 5.9px rgba(0, 0, 0, 0.03), 0px 0px 10.5px rgba(0, 0, 0, 0.03), 0px 0px 19.6px rgba(0, 0, 0, 0.03), 0px 0px 47px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 1.3px rgba(0, 0, 0, 0.01), 0px 0px 3.1px rgba(0, 0, 0, 0.02), 0px 0px 5.9px rgba(0, 0, 0, 0.03), 0px 0px 10.5px rgba(0, 0, 0, 0.03), 0px 0px 19.6px rgba(0, 0, 0, 0.03), 0px 0px 47px rgba(0, 0, 0, 0.04);
}

@media (max-width: 1366px) {
  .brand-box {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .brand-box {
    padding: 2.5rem 1rem;
  }
  .brand-box .des {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .brand-box {
    padding: 2.5rem 1.5rem;
  }
  .brand-box .des {
    -webkit-line-clamp: 3;
    height: 4.5rem;
  }
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-box,
.right-box {
  width: 50%;
}

@media (max-width: 768px) {
  .left-box,
  .right-box {
    width: 100%;
  }
}
:root {
  --transition-speed: 0;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

[data-scroll=in] {
  opacity: 1;
}

.g-title .char {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0.5s;
  -o-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
}

[data-scroll=out] .g-title .char {
  opacity: 0;
}

[data-scroll=in] .g-title .char {
  opacity: 1;
}
[data-scroll=in] .g-title .char:after {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: #333;
}
[data-scroll=in] .g-title::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-animation: blocks 1s 0.5s;
          animation: blocks 1s 0.5s;
  visibility: visible;
}

@-webkit-keyframes blocks {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: #c40452;
    width: 10px;
  }
  45%, 55% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: #c40452;
    width: 100%;
  }
  90% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
    background: #e6e6e6;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}

@keyframes blocks {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: #c40452;
    width: 10px;
  }
  45%, 55% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background: #c40452;
    width: 100%;
  }
  90% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
    background: #e6e6e6;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
/* Title */
.g-title {
  position: relative;
  font-size: clamp(1.25rem, var(--title), 1.75rem);
  display: inline-block;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 2rem;
  gap: 10px;
  margin-bottom: 1.5rem;
}
.g-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 37px;
  background: #c40452;
}
.g-title .en {
  color: #c40452;
  font-size: 1.0625rem;
  font-family: "Noto Sans TC";
}
.g-title .ch {
  font-weight: bold;
  display: inline-block;
  margin-right: 1rem;
}

.g-h3 {
  text-align: center;
  font-weight: bold;
  display: inline-block;
  font-size: 1.25rem;
}
.g-h3::before, .g-h3:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 49px;
  height: 1px;
  background: #6d6e71;
}

@media only screen and (max-width: 1480px) {
  .g-h3::before, .g-h3:after {
    width: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .g-h3::before, .g-h3:after {
    width: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .g-title {
    margin-bottom: 1.5rem;
  }
  .g-title::before {
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .g-title {
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
  .g-title::before {
    height: 25px;
  }
}
.btn-main {
  display: inline-block;
  color: #fff;
  background-color: #c40452;
  width: 245px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  border: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 25px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  overflow: hidden;
  -webkit-transition: 0.3s var(--ease);
  -o-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
}

.btn-second {
  display: inline-block;
  color: #fff;
  background-color: #666;
  width: 245px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  border: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 25px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  overflow: hidden;
  -webkit-transition: 0.3s var(--ease);
  -o-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
}

.btn-third {
  display: inline-block;
  color: #666;
  background-color: #e6e6e6;
  width: 245px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  border: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 25px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  overflow: hidden;
  -webkit-transition: 0.3s var(--ease);
  -o-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
}

.pc .btn-main:hover {
  background: #000;
  color: #fff;
}
.pc .btn-second:hover {
  background: #000;
  color: #fff;
}
.pc .btn-third:hover {
  color: #fff;
  background: #c40452;
}

/* Button Wrap*/
.btn-wrap {
  margin: 2rem auto;
}

.btn-wrap-center {
  margin: 2rem auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

.btn-wrap-right {
  text-align: right;
  margin: 2rem auto;
}

@media screen and (max-width: 767px) {
  .btn-wrap,
  .btn-wrap-center,
  .btn-wrap-right {
    margin: 1rem auto;
  }
  .btn-wrap-center {
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btn-main {
    display: inline-block;
    color: #fff;
    background-color: #c40452;
    width: 185px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    border: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 25px;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    overflow: hidden;
    -webkit-transition: 0.3s var(--ease);
    -o-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
  }
  .btn-third {
    display: inline-block;
    color: #666;
    background-color: #e6e6e6;
    width: 185px;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    border: 0;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 25px;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    overflow: hidden;
    -webkit-transition: 0.3s var(--ease);
    -o-transition: 0.3s var(--ease);
    transition: 0.3s var(--ease);
  }
}
.btn-back,
.btn-back *,
.btn-back:after,
.btn-back:before {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-back:disabled {
  cursor: default;
}

.btn-back:-moz-focusring {
  outline: auto;
}

.btn-back {
  background-color: #c40452;
  color: #fff;
  -webkit-mask-image: -webkit-radial-gradient(#000, #fff);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  border-radius: 27px;
  text-align: center;
  width: 245px;
  height: 54px;
  line-height: 54px;
  position: relative;
}
.btn-back span {
  -webkit-transition: color 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: color 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: color 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.btn-back:after,
.btn-back:before {
  background: #e6e6e6;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  width: 100%;
  will-change: transform;
}

.btn-back:after {
  background: #666;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.btn-back:hover:after,
.btn-back:hover:before {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.btn-back:hover span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.system-info {
  text-align: center;
  margin: 0 auto;
  padding: 5vh 0;
  line-height: 2;
  letter-spacing: 2px;
  padding: 8vh 0;
  color: #000;
}

.system-info i {
  font-size: 3rem;
  display: block;
  margin: 0 auto 10px;
  color: #eef4dd;
}

.system-info .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto 2rem;
  border-radius: 90px;
  text-align: center;
  border: 1px solid #666;
  font-size: 4rem;
  font-weight: bold;
  color: #666;
}

/* Aside Nav */
.aside-nav {
  margin-bottom: 4%;
}
.aside-nav .cate-wrap {
  -webkit-transition: -webkit-transform 1s 0.2s;
  transition: -webkit-transform 1s 0.2s;
  -o-transition: transform 1s 0.2s;
  transition: transform 1s 0.2s;
  transition: transform 1s 0.2s, -webkit-transform 1s 0.2s;
}
.aside-nav .cate-wrap .ul-list {
  text-align: center;
}
.aside-nav .cate-wrap .ul-list li {
  display: inline-block;
  margin: 0 5px;
}
.aside-nav .cate-wrap .ul-list li a {
  display: inline-block;
  color: #c40452;
  background-color: #fff;
  width: 185px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  border: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 25px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  overflow: hidden;
  -webkit-transition: 0.3s var(--ease);
  -o-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
  border: 1px solid #c40452;
}
.aside-nav .cate-wrap .ul-list li.current a {
  display: inline-block;
  color: #fff;
  background-color: #c40452;
  width: 185px;
  height: 54px;
  line-height: 54px;
  border-radius: 27px;
  border: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 25px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  overflow: hidden;
  -webkit-transition: 0.3s var(--ease);
  -o-transition: 0.3s var(--ease);
  transition: 0.3s var(--ease);
}
.aside-nav.fixed {
  z-index: 100;
  width: 100%;
  position: fixed;
  left: 0;
  padding: 1rem;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  top: var(--header-h);
  margin: 0;
}

.flex-wrap .aside-nav {
  width: 250px;
}
.flex-wrap .main-content {
  width: calc(100% - 250px);
  padding-left: 4%;
}

@media only screen and (min-width: 768px) {
  .toggle {
    display: none;
  }
  .aside-nav .cate-wrap .ul-list {
    display: block !important;
  }
  .aside-nav .cate-wrap .ul-list li:not(.current) a:hover {
    color: #000;
  }
  .aside-nav.fixed .ul-list li a {
    height: 50px;
    line-height: 50px;
  }
  .aside-nav.fixed .ul-list li.current a {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .aside-nav {
    margin-bottom: 2rem;
  }
  .aside-nav.fixed {
    left: 0;
  }
  .aside-nav .cate-wrap > .ul-list {
    display: none;
    border: 1px solid #efefef;
    font-size: 0;
  }
  .aside-nav .cate-wrap > .ul-list > li {
    width: 100%;
    margin: 0;
  }
  .aside-nav .cate-wrap > .ul-list > li:not(:last-child) {
    border-bottom: 1px solid #efefef;
  }
  .aside-nav .cate-wrap > .ul-list > li a {
    width: 100%;
    border: 0;
    color: #000;
    border-radius: 0;
  }
  .aside-nav .cate-wrap > .ul-list > li.current a {
    color: #c40452;
    width: 100%;
    border: 0;
    background: #fff;
    border-radius: 0;
  }
  .toggle {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    -webkit-transition: border-radius 0.3s;
    -o-transition: border-radius 0.3s;
    transition: border-radius 0.3s;
    background: #000;
    text-align: center;
  }
  .toggle:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    width: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    color: #fff;
    font-size: 0.8rem;
  }
  .toggle.on {
    background: #c40452;
  }
  .toggle.on:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
  }
}
/*Page Banner */
.p-banner {
  position: relative;
  overflow: hidden;
  z-index: 0;
  line-height: 1;
  padding: 0;
  aspect-ratio: 1920/550;
  background: #f5f5f5;
}
.p-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3);
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  overflow: hidden;
}
.p-banner .banner-txt .g-title {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.p-banner .banner-txt .g-title::before {
  display: none;
}
.p-banner .banner-txt .en {
  display: block;
  color: #c40452;
  font-size: 1.0625rem;
  font-family: "Noto Sans TC";
}

@media only screen and (max-width: 991px) {
  .p-banner {
    aspect-ratio: 1000/500;
  }
}
@media only screen and (max-width: 767px) {
  .p-banner .banner-txt {
    width: 150px;
    height: 150px;
    gap: 5px;
  }
}
.basicScrollboxcontainer {
  position: relative;
  z-index: 1;
}

.basicScrollbox {
  will-change: transform;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: absolute;
  left: 0;
  right: 0;
}

.easeBox {
  -webkit-transform: translateY(var(--ty));
      -ms-transform: translateY(var(--ty));
          transform: translateY(var(--ty));
}

@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Regular.woff2") format("woff2"), url("../fonts/NotoSansTC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Bold.woff2") format("woff2"), url("../fonts/NotoSansTC-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* --- EDITOR DEFAULT --- */
.theme-wrap {
  position: relative;
  padding: 0 9%;
  font-size: 1.0625rem;
  color: #333333;
  line-height: 1;
}
.theme-wrap img {
  height: auto !important;
  max-width: 100% !important;
}

.theme-title {
  line-height: 1.6;
  position: relative;
  font-size: 1.38rem;
  font-weight: normal;
  margin-bottom: 1rem;
  padding-left: 2rem;
  color: #000;
  font-family: "Ubuntu", "Noto Sans TC";
}
.theme-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 23px;
  background: #c40452;
}

.theme-ti {
  line-height: 1.6;
  position: relative;
  font-size: 1.56rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #000;
}
.theme-ti .en {
  display: block;
  font-size: 1.125rem;
  color: #c40452;
  font-family: "Ubuntu";
}

.theme-style-title {
  position: relative;
  z-index: 10;
  margin-bottom: -7%;
  margin-left: -10%;
  font-size: 70px;
  font-weight: normal;
  line-height: 1;
  font-weight: normal;
  font-family: "Ubuntu";
}
.theme-style-title::first-letter {
  color: #c40452;
}

.theme-p {
  margin-top: 1rem;
  margin-bottom: 3rem;
  line-height: 2.5rem;
}

/* 樣版1️⃣ - 左圖右文 */
.theme-r-word-l-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 0 5%;
  position: relative;
  z-index: 1;
}
.theme-r-word-l-pic .theme-p {
  margin-top: 5px;
  margin-bottom: 1rem;
}
.theme-r-word-l-pic .pic {
  width: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.theme-r-word-l-pic .pic img {
  width: 100%;
}
.theme-r-word-l-pic .word {
  position: relative;
  padding: 0 0 0 7%;
  width: 50%;
  line-height: 2;
}

/* 樣版2️⃣ - 右圖左文 */
.theme-r-pic-l-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  margin: 0 0 5%;
  position: relative;
  z-index: 1;
}
.theme-r-pic-l-word .theme-p {
  margin-top: 5px;
  margin-bottom: 1rem;
}
.theme-r-pic-l-word .pic {
  width: 50%;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.theme-r-pic-l-word .pic img {
  width: 100%;
}
.theme-r-pic-l-word .word {
  position: relative;
  padding: 0 7% 0 0;
  width: 50%;
  line-height: 2;
}

/* 樣版3️⃣ - 單圖單文 */
.theme-full {
  margin: 0 0 20px;
}
.theme-full .pic {
  line-height: 0;
  overflow: hidden;
  padding-bottom: 40px;
}
.theme-full .pic img {
  display: block;
}
.theme-full .word {
  position: relative;
}

.theme-full-center {
  text-align: center;
  width: 100%;
  line-height: 2;
  margin: 0 0 5%;
}
.theme-full-center .theme-p {
  width: 60%;
  margin: 2rem auto 4rem;
}
.theme-full-center .pic {
  margin: 1rem 0;
}
.theme-full-center .pic img {
  margin: 0 auto;
}

/* 樣版4️⃣ - 三欄圖文 */
.theme-mutiple-columns {
  margin: 0 0 5%;
  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;
  gap: 3rem;
  overflow: hidden;
}
.theme-mutiple-columns > * {
  width: calc((100% - 6rem) / 3);
}
.theme-mutiple-columns .pic-box img {
  width: 100%;
}
.theme-mutiple-columns .txt-box {
  padding: 2rem 0 0 0;
}
.theme-mutiple-columns .txt-box .theme-h3 {
  margin: 1rem 0;
  font-size: 20px;
}
.theme-mutiple-columns .txt-box .theme-des {
  color: #555555;
  line-height: 2.4;
  font-size: 1.0625rem;
}
.theme-mutiple-columns.original-style {
  text-align: center;
}
.theme-mutiple-columns.original-style .pic-box img {
  width: auto;
  margin: 0 auto;
}
.theme-mutiple-columns.original-style .txt-box .theme-h3 {
  font-size: 1.75rem;
  font-family: "Jost";
  margin-bottom: 1.5rem;
}
.theme-mutiple-columns.original-style .txt-box::first-letter {
  font-weight: bold;
  color: #c40452;
}

.theme-mutiple-columns-5 {
  margin: 0 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c40452;
  text-align: center;
  overflow: hidden;
}
.theme-mutiple-columns-5 img {
  display: block;
  margin-bottom: 1rem;
}

.theme-ul {
  color: #444444;
  line-height: 2.5rem;
  margin: 0 0 5%;
  padding: 0;
  list-style: none;
}
.theme-ul > li {
  position: relative;
  margin: 5px 0;
  padding-left: 20px;
}
.theme-ul > li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 15px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c40452;
}

.theme-ol {
  color: #444444;
  line-height: 2.5rem;
  margin: 0 0 5%;
}
.theme-ol > li {
  position: relative;
  margin: 10px 0;
}

@media (max-width: 991px) {
  .theme-wrap {
    padding: 0;
    margin: 0 0 5%;
  }
  .theme-style-title {
    margin-left: -20px;
    font-size: 3rem;
  }
  .theme-title {
    font-size: 1.35rem;
    padding-left: 1rem;
  }
  .theme-ti {
    font-size: 1.35rem;
  }
  .theme-p {
    margin-bottom: 1.5rem;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    margin: 0 0 20px;
  }
  .theme-r-word-l-pic .pic,
  .theme-r-pic-l-word .pic {
    width: 45%;
  }
  .theme-r-word-l-pic .word,
  .theme-r-pic-l-word .word {
    width: 55%;
  }
  .theme-mutiple-columns {
    gap: 1.5rem;
    margin: 0 0 20px;
  }
  .theme-mutiple-columns > * {
    width: calc((100% - 3rem) / 3);
  }
  .theme-mutiple-columns .txt-box {
    padding-top: 1rem;
  }
  .theme-mutiple-columns .txt-box .s-ti {
    font-size: 1.125rem;
  }
  .theme-mutiple-columns .txt-box .theme-des {
    font-size: 1rem;
  }
  .theme-mutiple-columns-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px;
    gap: 1rem;
  }
  .theme-mutiple-columns-5 > div {
    width: calc((100% - 2rem) / 3);
  }
  .theme-full .pic {
    padding-bottom: 10px;
  }
  .theme-full-center .theme-p {
    width: 100%;
    margin: 20px 0;
  }
  .theme-ul {
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .theme-title {
    font-size: 1.25rem;
  }
  .theme-title::before {
    height: 20px;
  }
  .theme-ti {
    font-size: 1.25rem;
  }
  .theme-style-title {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .theme-p {
    margin: 0 0 1rem;
  }
  .theme-r-word-l-pic,
  .theme-r-pic-l-word {
    display: block;
    margin: 0 0 1rem;
  }
  .theme-r-word-l-pic .pic,
  .theme-r-word-l-pic .word,
  .theme-r-pic-l-word .pic,
  .theme-r-pic-l-word .word {
    width: 100%;
    padding: 0 0 1rem 0;
    display: block;
  }
  .theme-mutiple-columns {
    margin: 0 0 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .theme-mutiple-columns > div {
    width: 100%;
  }
  .theme-mutiple-columns-5 {
    margin: 0 0 1rem;
  }
  .theme-mutiple-columns-5 > div {
    width: calc((100% - 1rem) / 2);
    font-size: 0.9375rem;
  }
  .theme-full .pic {
    padding-bottom: 30px;
  }
  .theme-ul > li::before {
    top: 7px;
  }
  .theme-ol {
    padding: 0 0 0 20px;
  }
}
#ceo {
  position: relative;
}
#ceo .page-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 10%;
  bottom: 0;
  top: 500px;
  background: #f7f7f7;
  z-index: -1;
}

@media (max-width: 1199px) {
  #ceo .page-wrap::before {
    top: 300px;
    right: 4rem;
  }
}
@media (max-width: 991px) {
  #ceo .page-wrap::before {
    right: 30%;
  }
}
@media (max-width: 767px) {
  #ceo .page-wrap::before {
    top: 150px;
    right: 20%;
  }
}