.fontfix {
  font-family: "Noto Sans TC", sans-serif;
}

/* Container DIV - automatically generated */
.simply-scroll-container {
  position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.simply-scroll-list li img {
  border: none;
  display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */
/* Container DIV */
/* Clip DIV */
/* Explicitly set height/width of each list item */
.top-menu-ul {
  position: relative;
  z-index: 5;
}
.top-menu-ul .item_menu_Box {
  position: relative;
  margin: 0 auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-menu-ul .item_menu_Box::-webkit-scrollbar {
  display: none;
}
.top-menu-ul ul.slides {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.top-menu-ul li {
  position: relative;
  display: inline-block;
  margin-right: 1.6em;
  font-size: 20px;
}
.top-menu-ul li::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #0069B2;
  position: absolute;
  bottom: 0em;
  left: 0em;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.top-menu-ul li.active a {
  color: #0069B2;
}
.top-menu-ul li.active:after {
  width: 100%;
}
.top-menu-ul li a {
  color: #666;
  font-weight: 500;
  line-height: 1.8;
  display: inline-block;
  padding: 0.5em 0.65em;
  min-width: 5em;
  text-align: center;
}
.top-menu-ul .flex-direction-nav {
  display: none;
}
.top-menu-ul.open_flexslider .flex-direction-nav {
  display: block;
}
@media all and (max-width: 768px) {
  .top-menu-ul {
    height: 40px;
  }
  .top-menu-ul .item_menu_Box {
    overflow-y: hidden;
  }
  .top-menu-ul li {
    margin-right: 1em;
  }
  .top-menu-ul li a {
    padding: 0px;
    min-width: 4em;
  }
}
@media all and (min-width: 769px) {
  .top-menu-ul {
    height: 60px;
  }
  .top-menu-ul li:hover:after {
    width: 100%;
  }
  .top-menu-ul li:hover a {
    color: #0069B2;
  }
}

.bg-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-28.58%, #F0F3F5), color-stop(59.76%, #FFFFFF));
  background: linear-gradient(180deg, #F0F3F5 -28.58%, #FFFFFF 59.76%);
  overflow: hidden;
}
.bg-gradient .imgcover {
  width: 100%;
  aspect-ratio: 1/0.427;
  position: absolute;
  bottom: 0;
  background: no-repeat url(../images/life/culture-bg-pc.png) center bottom/cover;
}
@media all and (max-width: 768px) {
  .bg-gradient .imgcover {
    bottom: 9vw;
    aspect-ratio: 1/1.763;
    background-image: url(../images/life/culture-bg-mb.png);
  }
}

.top-menu-ul {
  margin: 40px 0 55px;
}
@media all and (max-width: 768px) {
  .top-menu-ul {
    margin: 20px 0 30px;
  }
}

main.life {
  padding-top: 0;
}
main.life .p1 {
  padding-top: 175px;
  padding-bottom: 90px;
}
@media all and (max-width: 575px) {
  main.life .slogn {
    font-size: 22px;
  }
}
@media all and (min-width: 576px) {
  main.life .slogn {
    font-size: 30px;
  }
}
main.life .slogn {
  font-weight: 500;
  color: #004B8F;
  margin-top: 72px;
  margin-bottom: 1em;
}
@media all and (max-width: 768px) {
  main.life .p1 {
    padding-top: 130px;
    padding-bottom: 80px;
  }
}

.core {
  margin: 30px auto 0px;
  max-width: 576px;
  position: relative;
}
.core .caption {
  margin-bottom: 30px;
}
@media all and (max-width: 575px) {
  .core .title {
    font-size: 22px;
  }
}
@media all and (min-width: 576px) {
  .core .title {
    font-size: 26px;
  }
}
.core .title {
  line-height: 1;
}
.core .color1 .title {
  color: #0069B2;
}
.core .color2 .title {
  color: #4DD4EF;
}
.core .color3 .title {
  color: #818BD7;
}
@media all and (max-width: 990px) {
  .core {
    text-align: center;
  }
  .core .img {
    max-width: 85%;
    margin: 0 auto 40px;
    display: block;
  }
  .core .caption {
    margin-top: 30px;
  }
  .core .stext {
    text-align: center;
  }
}
@media all and (min-width: 991px) {
  .core .img {
    width: 40vw;
    margin: 0 auto;
    display: block;
  }
  .core .caption {
    position: absolute;
    overflow: hidden;
  }
  .core .title {
    line-height: 1.75;
  }
  .core .color1 {
    left: -33.5%;
    top: 21%;
  }
  .core .color1 > div {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s 0.3s;
    transition: -webkit-transform 0.5s 0.3s;
    transition: transform 0.5s 0.3s;
    transition: transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  }
  .core .color2 {
    left: -57%;
    top: 62%;
  }
  .core .color2 > div {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s 0.8s;
    transition: -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
  }
  .core .color3 {
    right: -56.5%;
    top: 62%;
    text-align: right;
  }
  .core .color3 > div {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s 1.3s;
    transition: -webkit-transform 0.5s 1.3s;
    transition: transform 0.5s 1.3s;
    transition: transform 0.5s 1.3s, -webkit-transform 0.5s 1.3s;
  }
  .core.asj.animated .caption > div {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media all and (min-width: 991px) and (max-width: 1439px) {
  .core .caption {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .core .color1 {
    left: -12vw;
  }
  .core .color2 {
    left: -19vw;
  }
  .core .color3 {
    right: -21vw;
  }
}

.space {
  padding: 130px 0 90px;
  background: no-repeat url(../images/life/04_culture_bg3.jpg) center/cover;
}
.space .blue-title-36 {
  color: #fff;
}
.space .simply-scroll {
  width: 100%;
  margin: 70px 0;
}
.space .simply-scroll .simply-scroll-list li {
  float: left;
  width: 580px;
  aspect-ratio: 1/0.638;
  margin: 0 24px;
}
@media all and (max-width: 768px) {
  .space {
    padding: 70px 0 70px;
    background-image: url(../images/life/04_culture_bg2_mb.jpg);
  }
  .space .simply-scroll {
    margin: 40px 0;
    pointer-events: none;
  }
  .space .simply-scroll .simply-scroll-list li {
    width: 75.52vw;
    max-width: 580px;
    margin: 0 12px;
  }
}

@media all and (min-width: 991px) {
  .lang_en .core .title {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .lang_en .core .stext {
    font-size: 17px;
  }
  .lang_en .color1 {
    top: 11%;
    left: -38.5%;
  }
  .lang_en .color2 {
    left: -62%;
  }
  .lang_en .color3 {
    text-align: left;
  }
}
@media all and (max-width: 990px) {
  .lang_en .core .stext {
    line-height: 1.5;
  }
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .lang_en .color1 {
    top: 11%;
    left: -30%;
  }
  .lang_en .color2 {
    left: -52%;
  }
}
@media all and (min-width: 991px) and (max-width: 1200px) {
  .lang_en .color1 {
    top: 11%;
    left: -25%;
  }
  .lang_en .color2 {
    top: 90%;
    left: -35%;
  }
}