body {
  overflow-x: hidden;
  font-size: 20px;
  font-family: Microsoft JhengHei, Arial, sans-serif;
  line-height: 1.6;
}

a {
  text-decoration: none;
}

.adtxt {
  font-size: 18px;
  font-weight: bold;
}

.bkTitle {
  margin-bottom: 50px;
  text-align: center;
}

.bkTitle img {
  display: block;
  margin: 0 auto 15px auto;
}

.bkTitle b {
  display: block;
  margin: 0 auto 15px auto;
  max-width: 600px;
  height: 5px;
  background-color: #e71a0f;
}

.bkTitle p {
  font-size: 28px;
  text-align: center;
  line-height: 1.4;
}

.bkTitle .place {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
  width: 90%;
  font-size: 20px;
  text-align: left;
}

.bkTitle .tag {
  position: relative;
  margin-right: 40px;
  padding: 0 0 0 20px;
  max-height: 64px;
  font-size: 36px;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
  background-color: #e71a0f;
  line-height: 64px;
}

.bkTitle .tag::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 20px;
  border-color: transparent transparent transparent #e71a0f;
}

.bkTitle .place span {
  display: block;
}

.bkTitle p.title {
  font-size: 32px;
  font-weight: bold;
  color: #e71a0f;
}

.bkTitle .city span {
  display: block;
}

.recruit {
  margin-top: 30px;
}

.joinnow {
  position: fixed;
  bottom: 100px;
  right: 20px;
  display: block;
  width: 168px;
  height: 160px;
  opacity: 0;
  z-index: 50;
  transition: all .5s;
}

.joinnow:hover {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .5));
}

/*--------------- Top ---------------*/
.top {
  position: relative;
  height: 80px;
  background-color: #e71a0f;
  z-index: 1;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
}

.topMain {
  margin: 0 auto;
  width: 1200px;
}

.topMain img {
  float: left;
  margin-top: 20px;
  margin-left: 30px;
}

.topMain ul {
  float: right;
  margin-right: 30px;
}

.topMain li {
  float: left;
}

.topMain li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 77px;
  text-align: center;
  color: #fff;
  line-height: 1.3em;
}

.topMain li a:hover {
  border-bottom: 3px solid #fff;
  color: #ffff3c;
}

.topMain li a:hover::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 7px solid #fff;
  border-color: transparent transparent #fff transparent;
  content: '';
}

.mobileMenu {
  display: none;
  padding-top: 30px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
}

.mobileMenu b {
  display: block;
  margin-bottom: 5px;
  width: 24px;
  height: 3px;
  background-color: #fff;
}

/*--------------- Main ---------------*/
.mv {
  background-image: url('img/main_bg.jpg');
  background-position: center top;
  background-size: cover;
}

.mvMain {
  position: relative;
  margin: -70px auto 0;
  max-width: 1200px;
  height: 787px;
}

.kv_title {
  position: absolute;
  top: 17%;
  left: 50%;
  width: 820px;
  height: 74.3%;
  transform: translateX(-50%);
}

.kv_title > div {
  position: absolute;
}

.kv_title img {
  max-width: 100%;
}

.kv_man {
  top: 0;
  left: -3%;
  width: 32.3%;
  z-index: 1;
}

.kv_girl {
  top: 10%;
  right: -7%;
  width: 31.8%;
  z-index: 1;
}

.subTitle {
  top: 2%;
  right: 0;
  left: 3%;
  margin: 0 auto;
  width: 60.6%;
}

.mainBtn {
  position: absolute;
  bottom: -2.4%;
  right: 0;
  left: -12%;
  display: block;
  margin: 0 auto;
  width: 126%;
  height: 109px;
  cursor: pointer;
}

.mainBtn img {
  max-width: 100%;
  transition: all .5s;
}

.mainBtn:hover img {
  filter: brightness(150%);
}

@keyframes animate-mvb {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.mainMan {
  bottom: 0;
  left: -10px;
}

/*--------------- Block 1 ---------------*/
.bk1 {
  background-image: url('img/ar13_bg.png');
}

.bk1Main {
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 15px;
  padding-bottom: 50px;
  padding-left: 15px;
  max-width: 1080px;
}

.bk1Left {
  position: relative;
  margin-left: 0px;
}

.bk1Left img {
  position: absolute;
}

.bk1Man {
  top: 75px;
  left: 0;
}

.bk1Talk {
  top: 0px;
  left: 90px;
  opacity: 0;
  animation: animate-bk1t .5s forwards;
}

@keyframes animate-bk1t {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.bk1Right {
  float: right;
  margin-right: 0px;
  margin-bottom: 110px;
}

.bk1rHeader {
  border-bottom: 5px solid #e71a0f;
  position: relative;
}

.bk1rHeader img {
  position: absolute;
  top: -18px;
  left: -57px;
  z-index: 1;
}

.bk1rHeader span {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 40px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background-color: #e71a0f;
}

.bk1rHeader span::after {
  position: absolute;
  top: 0;
  right: -40px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 20px;
  border-color: transparent transparent #e71a0f #e71a0f;
  content: '';
}

.bk1rHeader p {
  display: inline-block;
  padding-left: 30px;
  font-size: 33px;
  font-weight: bold;
  color: #e71a0f;
}

.bk1Text {
  display: flex;
  align-items: flex-start;
  padding: 20px 0 30px 40px;
  max-width: 600px;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 5px solid #e71a0f;
  flex-wrap: wrap;
}

.bk1Text ul:nth-of-type(1) {
  margin-bottom: 50px;
}

.bk1Text img:nth-of-type(1) {
  margin-left: 40px;
}

.bk1Text ul:nth-of-type(2){}

.bk1Text img:nth-of-type(2) {
  margin-right: 20px;
  margin-left: -20px;
}

.bk1Text li{}

.bk1Text li:first-child {
  font-size: 30px;
  font-weight: bold;
  color: #e71a0f;
}

.bk1Text li ~ li {
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 18px;
  background-repeat: no-repeat;
  background-image: url('img/check_icon.png');
}

.bk1Btn {
  position: relative;
  top: 40px;
  display: block;
  clear: both;
  margin: 0 auto;
  padding-top: 7px;
  width: 325px;
  height: 90px;
  text-align: center;
  color: #fff;
  transition: all .5s;
  background-image: url('img/ar1_btn.png');
  line-height: 1.4;
  box-sizing: border-box;
  animation: animate-linkBtn 1s steps(2, end) infinite;
}

@keyframes animate-linkBtn {
  0% {
    background-position: left 0;
  }

  100% {
    background-position: left 180px;
  }
}

.job_group {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

.job_group .job {
  position: relative;
  margin: 0 12px;
  width: 33.33%;
  max-width: 267px;
  background: #fff;
  border: 5px solid #e71a0f;
  border-radius: 10px;
}

.job .area {
  position: absolute;
  top: -80px;
  left: 50%;
  display: flex;
  justify-content: center;
  padding-top: 11%;
  width: 124px;
  height: 149px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  background: url('img/area_bg.png') center top no-repeat;
  transform: translateX(-50%);
  line-height: 1.2em;
}

.job .content {
  display: flex;
  padding: 80px 15px 20px;
  height: 100%;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #000;
  flex-direction: column;
}

.job .content.txt-center {
  align-items: center;
}

.job .content > div {
  flex: 1 0 0;
}

.txt-center {
  text-align: center;
}

.job a {
  display: block;
  padding: 4px 0;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #e71a0f;
  border-radius: 10px;
}

.job a:hover {
  background: #b5251d;
}

.job a span {
  display: block;
  font-size: 18px;
  line-height: 1.4em;
}

.bk1List {
  margin: 30px auto 0 auto;
  padding: 0 60px 0 15px;
  max-width: 1040px;
}

.bk1List h3 {
  font-size: 30px;
  font-weight: bold;
  color: #e71a0f;
}

.bk1List ul {
  display: flex;
  margin-top: 20px;
  max-width: 1000px;
  color: #fff;
}

.bk1List li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  flex-grow: 1;
  flex-direction: column;
  padding-left: 40px;
  font-size: 21px;
}

.bk1List li::after {
  position: absolute;
  top: -15px;
  right: -90px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 45px;
  border-color: transparent transparent transparent #000;
  content: '';
}

.bk1List li:nth-child(1) {
  background-color: #f38252;
  z-index: 5;
}

.bk1List li:nth-child(1)::after {
  border-color: transparent transparent transparent #f38252;
}

.bk1List li:nth-child(2) {
  background-color: #f6b52a;
  z-index: 4;
}

.bk1List li:nth-child(2)::after {
  border-color: transparent transparent transparent #f6b52a;
}

.bk1List li:nth-child(3) {
  background-color: #1eb6c6;
  z-index: 3;
}

.bk1List li:nth-child(3)::after {
  border-color: transparent transparent transparent #1eb6c6;
}

.bk1List li:nth-child(4) {
  background-color: #90c33e;
  z-index: 2;
}

.bk1List li:nth-child(4)::after {
  border-color: transparent transparent transparent #90c33e;
}

.bk1List li:nth-child(5) {
  background-color: #c1272d;
  z-index: 1;
}

.bk1List li:nth-child(5)::after {
  border-color: transparent transparent transparent #c1272d;
}

.bk1List img {
  display: block;
  margin: 0 auto;
}

.bk1List p {
  font-size: 30px;
  border-bottom: 1px solid #fff;
}

.bk1List b {
  font-size: 24px;
}

/*--------------- Block 2 ---------------*/
.bk2 {
  background-image: url('img/ar2_bg.png');
}

.bk2Main {
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  max-width: 1200px;
}

.bk2Title{}

.bk2Title div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.bk2Title span {
  display: block;
  margin-right: 20px;
  width: 331px;
  min-width: 331px;
  height: 85px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  background-image: url('img/subTitle_bg.png');
  line-height: 70px;
}

.bk2Title p {
  width: 66%;
  text-align: left;
}
/* 多元的Star舞台，下方圖表 */
.stage_group {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  width: 84%;
}

.stage_group .stage_left {
  position: relative;
  display: flex;
  width: 50%;
  z-index: 1;
}

.stage_left > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  width: 25%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(87, 87, 87, .5);
}

.stage_left > div::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
}

.stage_left > div:nth-of-type(1) {
  background: linear-gradient(to right, #8b9eb1 0%, #607a93 100%);
}

.stage_left > div:nth-of-type(2) {
  background: linear-gradient(to right, #2a6d94 0%, #053e65 100%);
}

.stage_left > div:nth-of-type(3) {
  background: linear-gradient(to right, #00c6d3 0%, #018ebf 100%);
}

.stage_left > div:nth-of-type(4) {
  background: linear-gradient(135deg, #ffa806 0%, #ff8201 100%);
}

.stage_left > div:nth-of-type(1)::after {
  border-color: transparent transparent transparent #607a93;
}

.stage_left > div:nth-of-type(2)::after {
  border-color: transparent transparent transparent #053e65;
}

.stage_left > div:nth-of-type(3)::after {
  border-color: transparent transparent transparent #018ebf;
}

.stage_left > div:nth-of-type(4)::after {
  display: none;
}

.stage_left > div p {
  width: 1em;
  line-height: 1.2em;
}

.stage_left > span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 80px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background: #003e65;
  z-index: 2;
  line-height: 1.2em;
}

.stage_left > span::after {
  position: absolute;
  top: -10px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 20px;
  border-color: transparent transparent transparent #003e65;
  content: '';
}

.staff_arrow {
  top: 85px;
  right: -65px;
}

.adm_arrow {
  bottom: 85px;
  right: -65px;
}

.stage_group .stage_right {
  position: relative;
  width: 45%;
  z-index: 0;
}

.stage_right > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 4px 4px 0 rgba(87, 87, 87, .5);
}

.stage_right > div:nth-of-type(2) {
  margin-top: 15px;
}

.stage_right > div > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  width: 15%;
  height: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  line-height: 1.2em;
}

.stage_right > div > div ~ div::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 16px;
  border-color: transparent transparent transparent #ffffff;
}

.staff {
  height: 240px;
  background: linear-gradient(135deg, rgba(239, 103, 95, 1) 0%, rgba(226, 73, 63, 1) 100%);
}

.staff > div > p {
  display: block;
  padding: 8px;
  width: 1em;
}

.adm {
  height: 240px;
  background: linear-gradient(135deg, rgba(249, 139, 55, 1) 0%, rgba(241, 112, 11, 1) 100%);
}

.adm > div > p {
  display: block;
  padding: 8px;
  width: 1em;
}

.adm > div span {
  display: block;
  margin: 8px 0;
  width: 1em;
  height: 2px;
  background-color: #fff;
  transform: rotate(-20deg);
}

/* Step */
.bk2Step {
  display: block;
  margin: -20px auto 0 auto;
  max-width: 90%;
  opacity: 0;
  animation: animate-bk2s .5s .5s forwards;
  animation-play-state: paused;
}

@keyframes animate-bk2s {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animate-tgl1 {
  0% {
    transform: translate(50%, 50%);
    opacity: 0;
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes animate-tgl2 {
  0% {
    transform: translate(50%, 40%);
    opacity: 0;
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes animate-tgl3 {
  0% {
    transform: translate(50%, 30%);
    opacity: 0;
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes animate-tgl4 {
  0% {
    transform: translate(50%, 20%);
    opacity: 0;
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes animate-tgl5 {
  0% {
    transform: translate(50%, 10%);
    opacity: 0;
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}

.bk2Tag2 li:nth-child(1) {
  animation: animate-tgr1 .5s .7s forwards;
  animation-play-state: paused;
}

.bk2Tag2 li:nth-child(2) {
  animation: animate-tgr2 .5s .6s forwards;
  animation-play-state: paused;
}

.bk2Tag2 li:nth-child(3) {
  animation: animate-tgr3 .5s .5s forwards;
  animation-play-state: paused;
}

.bk2Tag2 li:nth-child(4) {
  animation: animate-tgr4 .5s .4s forwards;
  animation-play-state: paused;
}

@keyframes animate-tgr1 {
  0% {
    transform: translate(-50%, 50%);
    opacity: 0;
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes animate-tgr2 {
  0% {
    transform: translate(-50%, 40%);
    opacity: 0;
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes animate-tgr3 {
  0% {
    transform: translate(-50%, 30%);
    opacity: 0;
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes animate-tgr4 {
  0% {
    transform: translate(-50%, 20%);
    opacity: 0;
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes animate-tgr5 {
  0% {
    transform: translate(-50%, 10%);
    opacity: 0;
  }

  100% {
    transform: translate(0);
    opacity: 1;
  }
}

/*--------------- Block 3 ---------------*/
.bk3 {
  background-image: url('img/ar13_bg.png');
}

.bk3Main {
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 15px;
  padding-bottom: 50px;
  padding-left: 15px;
  max-width: 1200px;
}

.bk3Sel {
  display: flex;
  align-items: center;
  float: left;
  padding-top: 130px;
  width: 340px;
  height: 589px;
  background-image: url('img/rank_bg.png');
  flex-direction: column;
  box-sizing: border-box;
}

.bk3Main h4 {
  display: none;
}

.bk3Sel li {
  margin-bottom: 5px;
}

.bk3Sel a {
  display: block;
  padding-top: 22px;
  padding-left: 80px;
  width: 202px;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  line-height: 1.4;
  cursor: pointer;
}

.bk3Sel b {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.bk3Man1 {
  background-image: url('img/man1_b.png');
  height: 81px;
}

.bk3Man2 {
  background-image: url('img/man2_b.png');
  height: 82px;
}

.bk3Man3 {
  background-image: url('img/man3_b.png');
  height: 86px;
}

.bk3Man4 {
  background-image: url('img/man4_b.png');
  height: 82px;
}

.bk3Man5 {
  background-image: url('img/man5_b.png');
  height: 82px;
}

.bk3Sel a:hover {
  background-position: right top;
}

.bk3Sel a:hover b {
  color: #ffff3c;
}

.bk3Sel .sel {
  background-position: right top;
}

.bk3Sel .sel b {
  color: #ffff3c;
}

.bk3Right {
  position: relative;
  float: right;
  padding-top: 80px;
  width: 100%;
  max-width: 730px;
  min-height: 554px;
  pointer-events: none;
}
/* Talk Area */
.bk3Talk {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  transition: all .5s;
  pointer-events: none;
}

.bk3Talk img {
  vertical-align: top;
  margin-top: 70px;
  pointer-events: none;
}

.bk3Talk div {
  vertical-align: top;
}

.bk3Talk h2 {
  margin-bottom: 20px;
  margin-left: -68px;
  padding-top: 80px;
  padding-left: 50px;
  width: 500px;
  height: 251px;
  letter-spacing: -1px;
  font-size: 29px;
  font-weight: bold;
  color: #e71a0f;
  background-image: url('img/mantalk_bg.png');
  box-sizing: border-box;
  line-height: 1.5;
}

.bk3Talk p {
  padding-right: 20px;
  padding-left: 14px;
  font-size: 20px;
  white-space: normal;
  line-height: 2;
  box-sizing: border-box;
  letter-spacing: -1.5px;
}

.bk3Bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  border-bottom: 5px solid #e71a0f;
}

.bk3Bottom-name {
  display: inline-block;
  margin-right: -20px;
  width: 279px;
  height: 50px;
  text-align: center;
  color: #fff;
  background-color: #333;
  line-height: 50px;
  transform: skewX(-20deg);
  vertical-align: bottom;
}

.bk3Bottom-name b {
  display: inline-block;
  margin-right: 10px;
  transform: skewX(20deg);
}

.bk3Bottom-name span {
  display: inline-block;
  font-size: 24px;
  transform: skewX(20deg);
}

.bk3Bottom-title {
  display: inline-block;
  padding: 0 20px 0 59px;
  height: 50px;
  font-size: 28px;
  color: #fff;
  background-color: #e71a0f;
  line-height: 50px;
}

.man2,
.man3,
.man4,
.man5 {
  opacity: 0;
}

.man1 h2 {
  margin-left: -20px;
}

.man2 img {
  margin-left: -30px;
}

.man2 h2 {
  margin-left: -100px;
}

.man3 h2 {
  padding-left: 30px;
}

.man4 h2 {
  margin-left: -60px;
}

.man4 img {
  margin-left: 40px;
}

/*--------------- Block 4 ---------------*/
.bk4 {
  background-image: url('img/ar4_bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bk4Main {
  margin: 0 auto;
  padding-top: 50px;
  padding-right: 15px;
  padding-bottom: 60px;
  padding-left: 15px;
  max-width: 1110px;
}

.bk4Title {
  color: #fff;
}

.b4tit {
  display: inline-block;
  border-bottom: 5px solid #ffff00;
  padding: 0 40px;
}

.welfare_group {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.welfare {
  position: relative;
  width: 31%;
  background-color: #fff;
}

.welfare::before {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 90%;
  height: 180px;
  background: #ffcd00;
  z-index: 0;
  content: '';
}

.welfare img {
  position: relative;
  max-width: 100%;
  z-index: 1;
}

.welfare .content {
  padding: 10px;
  text-align: center;
}

.welfare h3 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.welfare h4 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #e71a0f;
}

.welfare ul {
  display: inline-block;
}

.welfare ul.complete {
  width: 90%;
}

.welfare li {
  overflow: hidden;
  padding-left: 25px;
  text-align: left;
  background: url('img/star_red.png') left 4px no-repeat;
}

.welfare li.w-50 {
  float: left;
  width: 50%;
}

.bk4Text1 h2::before,
.bk4Text3 h3::before {
  left: 0;
}

.bk4Text2 h2::before {
  right: 0;
}

.bk4Text1 {
  top: 25px;
  left: 50px;
  transform-origin: left center;
  transform: scaleX(0);
  animation: bk4t1 .5s forwards;
  animation-play-state: paused;
}

.bk4Text2 {
  top: 270px;
  right: 100px;
  transform-origin: right center;
  transform: scaleX(0);
  animation: bk4t1 .5s .3s forwards;
  animation-play-state: paused;
}

.bk4Text2 h2 {
  padding-left: 350px;
}

.bk4Text2 h3 {
  padding-left: 350px;
}

.bk4Text2 ul {
  padding-left: 350px;
}

.bk4Text3 {
  top: 520px;
  left: 150px;
  transform-origin: left center;
  transform: scaleX(0);
  animation: animate-bk4t3 .5s .6s forwards;
  animation-play-state: paused;
}

.footer {
  font-size: 12px;
  line-height: 1.8em;
  color: #333;
}

@keyframes animate-bk4t1 {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}
@keyframes animate-bk4t2 {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}
@keyframes animate-bk4t3 {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

/*=================================================== Responsive =======================================================*/
@media (max-width: 960px) {
  .mvMain {
    height: 400px;
  }

  .kv_title {
    top: 18%;
    width: 420px;
  }

  .mainBtn {
    bottom: 0%;
    height: auto;
  }
}
/*------------------------------ 770 ------------------------------*/
@media screen and (max-width: 770px) {

  /*------------ Top -----------*/
  .top {
    position: relative;
    z-index: 100;
  }

  .topMain {
    position: relative;
    width: 100%;
  }

  .topMain li {
    float: none;
  }

  .topMain li:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    float: right;
    padding-top: 30px;
    padding-right: 20px;
  }

  .topMain ul {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
  }

  .topMain li ~ li {
    display: none;
    clear: both;
    width: 100vw;
    background-color: #e71a0f;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }

  .topMain li:last-child {
    border-bottom: 0;
  }

  /*------------ MV -----------*/
  .mv {
    background-size: cover;
  }

  .mvMain {
    width: 100%;
    height: 400px;
  }

  .mainMan {
    left: 0;
    width: 300px;
  }

  .bigTitle {
    top: 20px;
    left: 250px;
    width: 430px;
    z-index: 1;
  }

  .mainBtn {
    bottom: 0%;
    height: auto;
  }

  .mainBtn img {
    transform: scale(1);
  }

  /*------------ Block 1 -----------*/
  .bk1Main {
    width: 100%;
  }

  .bkTitle {
    margin-bottom: 20px;
  }

  .bkTitle p {
    font-size: 20px;
    text-align: center;
  }

  .bk1Left {
    float: none;
    margin-left: 0;
  }

  .bk1Left img {
    position: relative;
    margin: 0 auto;
  }

  .bkTitle .place {
    align-items: flex-start;
    width: 100%;
    max-width: 600px;
  }

  .bkTitle .tag {
    margin-right: 30px;
    font-size: 20px;
    line-height: 40px;
  }

  .bkTitle .tag::after {
    right: -10px;
    border-width: 20px 0 20px 10px;
  }

  .bkTitle .place span {
    display: inline;
  }

  .bk1Man {
    top: -60px;
    display: block;
  }

  .bk1Right {
    float: none;
    margin: 0 30px;
  }

  .bk1rHeader img {
    left: -30px;
  }

  .bk1rHeader span {
    left: 10px;
    padding-left: 60px;
  }

  .bk1rHeader p {
    padding-left: 50px;
  }

  .bk1Text {
    max-width: 100%;
  }

  .bk1Text ul:nth-of-type(1) {
    margin-left: 0px;
  }

  .bk1Text img:nth-of-type(1) {
    margin-left: 20px;
  }

  .bk1Text img:nth-of-type(2) {
    margin-right: 50px;
    margin-left: 50px;
  }

  .bk1List {
    width: 100%;
  }

  .bk1List ul {
    margin: 0 60px 0 30px;
    width: auto;
  }

  .bk1List li::after {
    right: -60px;
    border-width: 74px 30px;
  }

  .bk1List img {
    transform: scale(.8);
  }

  .bk1List p {
    font-size: 22px;
  }

  .bk1List b {
    font-size: 18px;
  }

  .job_group {
    flex-wrap: wrap;
    width: 90%;
  }

  .job_group .job {
    margin-top: 90px;
    width: 40%;
  }

  .job .content > div {
    flex: none;
  }

  .job a {
    margin-top: 10px;
  }

  .stage_group {
    flex-direction: column;
    width: 95%;
  }

  .stage_group .stage_left {
    flex-direction: column;
    width: 100%;
  }

  .stage_left > div {
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
    font-size: 5vw;
  }

  .stage_left > div:nth-of-type(1) {
    background: linear-gradient(to bottom, #8b9eb1 0%, #607a93 100%);
  }

  .stage_left > div:nth-of-type(2) {
    background: linear-gradient(to bottom, #2a6d94 0%, #053e65 100%);
  }

  .stage_left > div:nth-of-type(3) {
    background: linear-gradient(to bottom, #00c6d3 0%, #018ebf 100%);
  }

  .stage_left > div::after {
    top: unset;
    bottom: -32px;
    right: unset;
    left: 50%;
    transform: rotate(90deg);
  }

  .stage_left > div p {
    width: auto;
  }

  .stage_group .stage_right {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .stage_right {
    margin-top: 8vw;
  }

  .stage_right > div {
    padding: 15px 0;
    width: 47%;
  }

  .stage_right > div:nth-of-type(2) {
    margin-top: 0;
  }

  .stage_right > div > div {
    margin: 0 5%;
    width: 18%;
    font-size: 3vw;
  }

  .staff,
  .adm {
    height: auto;
  }

  .stage_right > div > div ~ div::before {
    left: -38%;
    border-width: 9px 0 9px 8px;
  }

  .stage_left > span {
    padding: 2vw 2.5vw;
    width: unset;
    height: unset;
    font-size: 3.5vw;
  }

  .stage_left > span::after {
    top: unset;
    bottom: -11.5vw;
    right: unset;
    border-width: 10vw 0 10vw 4vw;
    transform: rotate(90deg);
  }

  .staff_arrow {
    top: unset;
    bottom: -6vw;
    right: unset;
    left: 15%;
  }

  .adm_arrow {
    bottom: -6vw;
    right: 15%;
  }

  /*------------ Block 2 -----------*/
  .bk2Main {
    width: 100%;
  }

  .bk2Title div {
    align-items: center;
    margin: 0 0px;
    flex-direction: column;
  }

  .bk2Title span {
    margin: 20px 0 10px 0;
    height: 70px;
    background-image: none;
    background-color: #e71a0f;
  }

  /*------------ Block 3 -----------*/
  .bk3Main {
    width: 100%;
  }

  .bk3Main h4 {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #e71a0f;
    flex-basis: 100%;
    line-height: 2;
  }

  .bk3Main h4::before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fdd802;
    content: '';
  }

  .bk3Main h4::after {
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fdd802;
    content: '';
  }

  .bk3Sel {
    align-items: flex-start;
    justify-content: center;
    float: none;
    margin: 0 30px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0;
    width: auto;
    height: 211px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    background-image: none;
  }

  .bk3Sel li {
    margin: 0 5px;
  }

  .bk3Right {
    float: none;
    margin-top: -30px;
    width: auto;
    transform: scale(.9);
  }

  .bk3Bottom {
    white-space: nowrap;
  }

  .bk3Bottom-name {
    width: 270px;
  }

  /*------------ Block 4 -----------*/
  .bk4Main {
    width: 100%;
  }

  .bk4Main img {
    display: block;
  }

  .bk4Text2 h2,
  .bk4Text2 h3,
  .bk4Text2 ul {
    padding-left: 0;
  }

  .bkTitle img {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .joinnow {
    bottom: 20px;
  }

  .welfare {
    margin-bottom: 40px;
    width: 100%;
  }

  .welfare li.w-50 {
    width: 100%;
  }

  .welfare li.clear {
    clear: both;
    width: 90%;
  }

  .b4tit {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 90%;
  }
}

/*------------------------------ 450 ------------------------------*/
@media screen and (max-width: 450px) {
  .bkTitle b {
    max-width: 90%;
    background: none;
  }

  .bkTitle p {
    font-size: 15px;
  }

  .joinnow {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background-image: linear-gradient(180deg, #d9a214 0%, #d9a214 10%, #f1a812 10%, #9b5c0b 100%);
  }

  .joinnow img {
    display: none;
  }

  .joinnow::before {
    display: block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    content: '立即應徵';
    line-height: 50px;
  }

  /*------------ Top -----------*/
  .top {
    height: 60px;
  }

  .topMain img {
    margin-top: 18px;
    margin-left: 20px;
    height: 30px;
  }

  .mobileMenu {
    padding-top: 20px;
    padding-right: 10px;
    width: 60px;
    height: 60px;
  }

  .topMain li:first-child {
    padding-top: 20px;
    padding-right: 20px;
  }

  /*------------ MV -----------*/
  .mvMain {
    margin-top: -60px;
    height: 40vh;
  }

  .kv_title {
    top: 22%;
    left: 45%;
    width: 81%;
    transform: translateX(-45%);
  }

  .kv_man {
    left: -7%;
  }

  .kv_girl {
    right: -11%;
  }

  .mainMan {
    width: 40%;
  }

  .bigTitle {
    right: 5%;
    left: auto;
    width: 70%;
  }

  .subTitle {
    width: 70%;
  }

  .mainBtn {
    bottom: 0%;
  }

  .mainBtn img {
    transform: scale(1);
  }

  /*------------ Block 1 -----------*/
  .bk1Left img {
    position: relative;
  }

  .bk1Talk {
    top: -30px;
    left: 64;
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }

  .bkTitle .place {
    margin-bottom: 40px;
    width: 95%;
    font-size: 16px;
  }

  .bk1Man {
    left: 0;
    margin: -30px auto 0 auto;
    max-width: 60%;
  }

  .bk1Right {
    margin: -50px 10px 0 10px;
  }

  .bk1rHeader img {
    top: -17px;
    left: 0;
    width: 60px;
  }

  .bk1rHeader span {
    left: 0;
    height: 42px;
    font-size: 26px;
  }

  .bk1rHeader span::after {
    border-width: 21px 20px;
  }

  .bk1rHeader p {
    display: block;
    padding-left: 0;
    font-size: 28px;
    text-align: center;
  }

  .bk1Text {
    padding: 20px 10px 30px 10px;
  }

  .bk1Text li ~ li {
    font-size: 16px;
    background-size: 18px;
  }

  .bk1Text ul:nth-of-type(1) {
    order: 2;
    margin: 0 0 30px 0;
  }

  .bk1Text img:nth-of-type(1) {
    order: 1;
    margin: 0 auto 20px auto;
  }

  .bk1Text img:nth-of-type(2) {
    order: 3;
    margin: 0 auto 20px auto;
  }

  .bk1Text ul:nth-of-type(2) {
    order: 4;
  }

  .bk1List {
    padding-top: 30px;
  }

  .bk1List ul {
    flex-direction: column;
    margin: 0 30px;
  }

  .bk1List li {
    padding: 10px 0;
  }

  .bk1List li::after {
    top: 100%;
    bottom: 0px;
    left: 10%;
    margin-bottom: -50px;
    border-width: 30px;
    transform: rotate(90deg);
  }

  .bk1List li:last-child::after {
    display: none;
  }

  .job_group .job {
    width: 100%;
  }

  /*------------ Block 2 -----------*/
  .bk2Title span {
    width: 80%;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
  }

  /*------------ Block 3 -----------*/
  .bk3Main {
    position: relative;
  }

  .bk3Sel {
    top: 300px;
    left: 10px;
    margin: 0;
    z-index: 1;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .bk3Sel li {
    margin-bottom: 5px;
  }

  .bk3Sel a {
    padding-top: 10px;
    padding-left: 45px;
    width: 120px;
    height: 48px;
    background-size: 240px 48px;
  }

  .bk3Sel b {
    font-size: 12px;
  }

  .bk3Sel p {
    font-size: 14px;
  }

  .bk3Right {
    margin-top: -50px;
    padding-top: 0;
  }

  .bk3Talk {
    flex-direction: column;
    align-items: center;
  }

  .bk3Talk img {
    margin-top: 0;
    margin-left: 100px;
    transform-origin: center bottom;
    transform: scale(.9);
  }

  .bk3Bottom {
    top: 440px;
    bottom: auto;
    display: flex;
    border-bottom: 0;
  }

  .bk3Bottom-name {
    padding-top: 7px;
    height: 60px;
    line-height: 1.4;
    box-sizing: border-box;
  }

  .bk3Bottom-name b {
    display: block;
    margin-right: 0;
    padding: 0 5px;
    font-size: 15px;
  }

  .bk3Bottom-name span {
    display: block;
    font-size: 18px;
  }

  .bk3Bottom-title {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }

  .bk3Talk div {
    margin-top: 10px;
  }

  .bk3Talk h2 {
    margin: 0;
    margin-bottom: 10px;
    padding: 20px 0 10px;
    width: auto;
    height: auto;
    font-size: 24px;
    background-image: none;
    border-bottom: 1px solid #e71a0f;
  }

  .man2 img {
    margin-left: 70px;
  }

  .man2 p {
    margin-right: 50px;
  }

  .man4 img {
    margin-left: 130px;
  }

  .man4 p {
    margin-right: 10px;
  }

  .bk3Talk p {
    padding-left: 0;
  }

  /*------------ Block 4 -----------*/
  .bkTitle img {
    margin-top: 0;
    max-width: 90%;
  }

  .job .area {
    padding-top: 8%;
  }

  .b4tit {
    border-bottom: none;
  }
}

/*------------------------------ 380 ------------------------------*/
@media screen and (max-width: 380px) {
  .job .area {
    padding-top: 10%;
  }

  .mvMain {
    height: 320px;
  }

  .bkTitle p {
    font-size: 13px;
  }

  .bk1Main {
    padding-top: 30px;
  }

  .bk1Talk {
    max-width: 50%;
  }

  .bk1Man {
    max-width: 60%;
  }

  .bk1Text img ~ ul li:last-child {
    font-size: 15px;
  }

  .bk2Main {
    padding-top: 30px;
  }

  .bk3Main {
    padding-top: 30px;
  }

  .bk3Sel {
    margin-top: -50px;
  }

  .bk3Right {
    pointer-events: none;
    margin-top: -100px;
  }

  .bk3Talk img {
    transform-origin: center bottom;
    transform: scale(.8);
  }

  .bk3Talk h2 {
    font-size: 22px;
  }

  .bk3Talk p {
    font-size: 18px;
  }

  .man1 img {
    margin-left: 80px;
  }

  .man2 img {
    margin-left: 30px;
  }

  .man3 img {
    margin-left: 110px;
  }

  .man4 img {
    margin-left: 90px;
  }

  .man1 p,
  .man2 p,
  .man4 p {
    margin-right: 50px;
  }

  .bk3Bottom-title {
    font-size: 15px;
  }

  .bk4Main {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .welfare ul {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .kv_title {
    width: 240px;
  }
}
