@charset "UTF-8";
/* CSS Document */
.mainArea {
  padding-bottom: 0;
}
.bannerBox li {
  position: relative;
}
.bannerBox img {
    opacity: 0;
    pointer-events: none;
}
.bannerArea .Txt {
  position: absolute;
  width: 1160px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
}

.bannerArea .Txt .inner {
  float: right;
  text-align: center;
  margin-top: 190px;
  max-width: 460px;
}

.bannerArea .Txt h2 {
  position: relative;
  font-size: 30px;
  color: #0c120c;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.bannerArea .Txt h2:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background: rgba(46, 54, 58, 0.7);
}

.bannerArea .Txt p {
  color: #0c120c;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 28px;
}

.bannerArea .Txt p:nth-of-type(2) {
  font-size: 15px;
}

.bannerArea .Txt .btn {
  display: inline-block;
  margin-top: 30px;
  font-size: 14px;
  color: #000;
  letter-spacing: .2em;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 13px 60px;
  box-sizing: border-box;
}

.bannerArea .Txt .btn:hover {
  background: #000;
  color: #fff;
}

.bannerArea .Txt .btn:hover path {
  fill: #fff !important;
}

.bannerArea .Txt .btn i {
  display: inline-block;
  width: 20px;
  margin-left: 10px;
}

.bannerArea .Txt .btn svg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 18px;
}

.bannerArea .Txt .btn path {
  fill: #000 !important;
  transition: all .5s;
}

/*--banner small-*/
.bannerArea.small .Img{
    height: 400px;
    overflow: hidden;
}
 
.bannerArea.small li img{
    display: block;
    width: 100%;
}

.bannerArea.small .Txt .inner {
  margin-top: 120px;
}

.bannerArea.small .Txt h2 {
  font-size: 26px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.bannerArea.small .Txt .btn {
  margin-top: 28px;
  padding: 12px 50px;
}

.careers01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.careers01 .box {
  position: relative;
  width: calc(50% - 5px);
  margin-bottom: 10px;
  box-sizing: border-box;
}

.careers01 .box img {
  display: block;
  width: 100%;
}

.careers01 .TxtBox h4 {
  /*text-transform: uppercase;*/
}

.careers01 .TxtBox + .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.TxtBox {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px;
  box-sizing: border-box;
}

.TxtBox:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #cfb094;
  box-sizing: border-box;
}

.TxtBox h4 {
  position: relative;
  text-align: center;
  /*font-family: "Montserrat", sans-serif;*/
  font-size: 24px;
  transition: all .5s;
}

.TxtBox h4 br {
  display: none;
}

.TxtBox .line {
  position: relative;
  width: 100%;
  height: 12px;
  margin: 20px 0;
}

.TxtBox .line:before, .TxtBox .line:after {
  content: '';
  position: absolute;
  top: 11.5px;
  width: calc(50% - 13px);
  height: 1px;
  background: #cfb094;
  transition: all .5s;
}

.TxtBox .line:before {
  left: 0;
}

.TxtBox .line:after {
  right: 0;
}

.TxtBox .line i {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.TxtBox .line svg {
  width: 12px;
  height: 12px;
}

.TxtBox .line circle {
  stroke: #cfb094 !important;
  transition: all .5s;
}

.TxtBox p {
  font-size: 15px;
  line-height: 25px;
  transition: all .5s;
}

.TxtBox .btn {
  display: inline-block;
  margin-top: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #cfb094;
}

.TxtBox .btn:hover {
  text-decoration: underline;
}

.careersContact {
  padding: 65px 0;
  box-sizing: border-box;
  background: #0cb4ce;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif, "微軟正黑體";
  letter-spacing: .1em;
}

.careersContact h4 {
  font-size: 25px;
  font-weight: normal;
}

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

.careersContact p a {
  color: #fff;
}

.careersContact p a:hover {
  text-decoration: underline;
}

.careersContact .iconList {
  width: 520px;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.careersContact .iconList a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border: 1px solid #fff;
  color: #2e363a;
  font-size: 25px;
  box-sizing: border-box;
}

.careersContact .iconList a:hover {
  background: none;
  color: #fff;
}

.careersContact .iconList a:hover path {
  fill: #fff !important;
}

.careersContact .iconList i {
  width: 100%;
}

.careersContact .iconList svg {
  width: 100%;
  height: 20px;
}

.careersContact .iconList path {
  fill: #2e363a !important;
  transition: all .5s;
}

.careersMap {
  position: relative;
}
.careersMap iframe{
	float: left;
	width: 50%;
}
.careersMap:before {
  content: '';
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #b3b3b3;
}

.careersMap .map {
  float: left;
  width: 50%;
  height: 400px;
  background: #000;
}

.careersMap .map:first-child:before {
  content: '';
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: #fff;
}

.careersContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.careersContent .Img {
  width: 670px;
}

.careersContent .Img img {
  display: block;
  width: 100%;
}

.careersContent .TxtBox {
  position: relative;
  width: calc(100% - 680px);
  padding: 20px 65px;
}

.careersContent .TxtBox:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  width: 9px;
  height: 100%;
  transition: all .5s;
}

.careersContent .TxtBox h4 {
  font-size: 35px;
}

.careersContent .TxtBox:hover:after {
  width: 100%;
}

.careersContent .box {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100vw - (100vw - 1150px)/2);
  height: 400px;
}

.careersLife .Img {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.careersLife .TxtBox {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 10px;
}

.careersLife .TxtBox:after {
  right: 0;
  background: #ffde00;
}

.careersLife .TxtBox:hover .btn {
  color: #2e363a;
}

.careersLife .TxtBox:hover .line:before, .careersLife .TxtBox:hover .line:after {
  background: #2e363a;
}

.careersLife .TxtBox:hover .line circle {
  stroke: #2e363a !important;
}

.careersAbout:before {
  content: '';
  display: inline-block;
  width: calc((100vw - 1175px)/2);
  height: 400px;
  background: #fff;
}

.careersAbout .Img {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.careersAbout .TxtBox {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 10px;
}

.careersAbout .TxtBox:after {
  left: 0;
  background: #ff8a00;
}

.careersAbout .TxtBox:hover h4 {
  color: #fff;
}

.careersAbout .TxtBox:hover .line:before, .careersAbout .TxtBox:hover .line:after {
  background: #fff;
}

.careersAbout .TxtBox:hover .line circle {
  stroke: #fff !important;
}

.careersAbout .TxtBox:hover p {
  color: #fff;
}

.careersAbout .TxtBox:hover .btn {
  color: #fff;
}



.policyBox {
  float: left;
  margin-top: 20px;
}

/*--工作在神基--*/
.careersTopTxt {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .05em;
  color: #555;
  margin-bottom: 100px;
}

.careersTopTxt a {
  font-family: "Montserrat", sans-serif;
  color: #cfb094;
}

ul.careersWorkImg {
  padding-left: 0;
}

ul.careersWorkImg li {
  list-style-type: none;
  width: 100%;
  margin-bottom: 50px;
}

ul.careersWorkImg .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
}

ul.careersWorkImg .Img {
  -webkit-flex: 960px;
      -ms-flex: 960px;
          flex: 960px;
}

ul.careersWorkImg .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.careersWorkImg .Txt {
  -webkit-flex: 960px;
      -ms-flex: 960px;
          flex: 960px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-left: 60px;
  padding-right: calc(50% - 580px);
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
  letter-spacing: .05em;
}

ul.careersWorkImg .Txt span.en {
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  color: #9a9a9a;
}

ul.careersWorkImg h4 {
  line-height: 30px;
  margin-bottom: 18px;
}

ul.careersWorkImg h4 b {
  display: block;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: .1em;
  color: #2e363a;
}

ul.careersWorkImg h4 b span {
  color: #ac4188;
  font-family: "Open Sans", sans-serif;
}

ul.careersWorkImg h4 em {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #cfb094;
  letter-spacing: .02em;
}

ul.careersWorkList {
  float: left;
  position: relative;
  padding-left: 0;
  margin: 0 -35px;
  border-top: 1px solid #e8e8e8;
}

ul.careersWorkList:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 120px;
  height: 2px;
  background: #cfb094;
}

ul.careersWorkList li {
  position: relative;
  float: left;
  width: 33.333%;
  list-style-type: none;
  padding: 60px 35px 100px;
  box-sizing: border-box;
  background: #fff;
}

ul.careersWorkList li:nth-of-type(even) {
  background: #f8f8f8;
}

ul.careersWorkList li h4 {
  position: relative;
  margin-bottom: 35px;
  box-sizing: border-box;
  padding-right: 60px;
}

ul.careersWorkList li h4 span {
  float: left;
  margin-right: 3px;
  line-height: inherit;
  font-size: 95px;
  line-height: 95px;
  font-family: "EB Garamond", serif;
  color: #cfb094;
  font-weight: normal;
}

ul.careersWorkList li h4 b {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #cfb094;
  letter-spacing: .05em;
  padding-top: 30px;
}

ul.careersWorkList li h4 b:before {
  content: attr(data-en);
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  font-size: 95px;
  line-height: 95px;
  font-family: "EB Garamond", serif;
  display: none;
}

ul.careersWorkList li h4 em {
  font-size: 18px;
  color: #2e363a;
  font-weight: normal;
  letter-spacing: .1em;
}

ul.careersWorkList li .icon {
  position: absolute;
  right: 0;
  top: 80px;
}

ul.careersWorkList li p {
  font-size: 14px;
  color: #555;
  letter-spacing: .05em;
  line-height: 25px;
}

.careersWorkPc {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -12px;
}

/*--福利與生活--*/
ul.careersLifeList {
  padding-left: 0;
  margin: 0 -5px 50px;
}

ul.careersLifeList li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  width: 33.333%;
  padding: 0 5px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

ul.careersLifeList .item {
  position: relative;
}

ul.careersLifeList .item:hover .Img:before {
  color: rgba(255, 255, 255, 0.1);
}

ul.careersLifeList .item:hover .Img img {
  opacity: .1;
}

ul.careersLifeList .item:hover .Txt {
  opacity: 1;
}

ul.careersLifeList .item:hover .Txt h3, ul.careersLifeList .item:hover .Txt p {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

ul.careersLifeList .Img {
  position: relative;
  background: #2e363a;
}

ul.careersLifeList .Img:before {
  content: attr(data-text);
  position: absolute;
  z-index: 1;
  bottom: -3px;
  left: 16px;
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  transition: all .5s;
}

ul.careersLifeList .Img img {
  display: block;
  width: 100%;
  transition: all .5s;
}

ul.careersLifeList .Txt {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 60px 35px;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: .05em;
  opacity: 0;
  transition: all .5s ease-in-out;
}

ul.careersLifeList .Txt h3 {
  font-size: 20px;
  margin-bottom: 12px;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  transition: all .5s;
}

ul.careersLifeList .Txt p {
  line-height: 24px;
  font-size: 14px;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  transition: all .5s;
}

@media (max-width: 1500px) {
  .careersWorkPc {
    display: none;
  }
}

@media (max-width: 1366px) {
  .bannerArea {
    position: relative;
  }
   .bannerArea, .bannerArea .bannerBox, .bannerArea .bx-wrapper, .bannerArea ul, .bannerArea li, .bannerArea .Img {
      height: 530px;
  }
  .bannerArea .bx-viewport {
      height: 100% !important;
  }
  .bannerArea .Txt .inner {
    margin-top: 130px;
  }
  /*.bannerArea img {*/
  /*  position: absolute;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  object-fit: cover;*/
  /*}*/
  .careersContent .TxtBox {
    padding: 20px 35px;
  }
  .careersContent .TxtBox h4 {
    font-size: 30px;
  }
  .careersContent .TxtBox .line {
    margin: 10px 0 20px;
  }


  .bannerArea.small {
    height: auto;
  }
  .bannerArea.small .Txt .inner {
    margin-top: 120px;
  }
  


}

@media (max-width: 1180px) {
  .bannerArea .Txt {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .careersContact, .careersMap {
    left: -20px;
    width: calc(100vw - 15px);
  }
  .careersContent .TxtBox h4 {
    font-size: 26px;
  }
  .careersContent .TxtBox h4 br {
    display: block;
  }
  .careersContent .box {
    width: 100%;
    height: auto;
  }
  .careersAbout:before {
    display: none;
  }
  ul.careersWorkImg .Txt {
    padding: 50px;
  }
  ul.careersWorkList {
    margin: 0;
  }
  ul.careersWorkList li {
    padding: 60px 20px;
  }
  ul.careersLifeList {
    padding-left: 0;
    margin: 0 -5px 50px;
  }
  ul.careersLifeList .item {
    position: relative;
  }
  ul.careersLifeList .item:hover .Img:before {
    color: white;
  }
  ul.careersLifeList .item:hover .Img img {
    opacity: 1;
  }
  ul.careersLifeList .item:hover .Txt {
    opacity: 1;
  }
  ul.careersLifeList .Txt {
    position: static;
    opacity: 1;
    background: #2e363a;
    padding: 30px;
  }
  ul.careersLifeList .Txt h3, ul.careersLifeList .Txt p {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}

/*-1180--*/
@media (max-width: 1024px) {
  .careersContent .Img {
    position: relative;
    width: 50%;
  }
  .careersContent .Img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careersContent .TxtBox {
    width: 50%;
  }
  ul.careersWorkList {
    margin: 0 -20px;
  }
  ul.careersWorkList li {
    width: 100%;
    padding: 60px 20px;
  }
}

/*--1024--*/
@media (max-width: 960px) {
  ul.careersLifeList {
    margin: 0 -5px 50px;
  }
  ul.careersLifeList li {
    width: 50%;
  }
  .careersMap:before {
    content: '';
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background: #b3b3b3;
  }
}

@media (max-width: 900px) {
  ul.careersWorkImg .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/*--900--*/
@media (max-width: 767px) {
  .careers01 {
    display: block;
  }
  .careers01 .box {
    width: 100%;
  }
  .careers01 .TxtBox + .box img {
    position: static;
  }
  .careersContent {
    display: block;
  }
  .careersContent .box {
    display: block;
  }
  .careersContent .Img {
    width: 100%;
  }
  .careersContent .Img img {
    position: static;
  }
  .careersContent .TxtBox {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .careersContent .TxtBox h4 br {
    display: none;
  }
  .careersMap:before {
    content: '';
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    width: 100%;
    height: 1px;
    background: #b3b3b3;
  }
  .careersMap .map {
    width: 100%;
  }
  .careersMap .map:first-child:before {
    display: none;
  }
  .careersContact .iconList {
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .careersContact .iconList a {
    margin: 5px;
  }
}

@media (max-width: 640px) {
  .bannerArea .Txt .inner {
    margin-top: 130px;
    float: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .bannerArea.small .Txt .inner {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  /*.bannerArea .Txt h2 {*/
  /*  color: #fff;*/
  /*}*/
  /*.bannerArea .Txt h2:after {*/
  /*  background: #fff;*/
  /*}*/
  /*.bannerArea .Txt p {*/
  /*  color: #fff;*/
  /*}*/
  /*.bannerArea .Txt .btn {*/
  /*  color: #fff;*/
  /*  border-color: #fff;*/
  /*}*/
  /*.bannerArea .Txt .btn path {*/
  /*  fill: #fff !important;*/
  /*}*/
  /*.bannerArea .Txt .btn:hover {*/
  /*  border-color: #000;*/
  /*}*/
  .careersContact {
    padding: 65px 0;
    box-sizing: border-box;
    background: #0cb4ce;
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif, "微軟正黑體";
    letter-spacing: .1em;
  }
  .careersContact h4 {
    font-size: 25px;
    font-weight: normal;
    font-size: 22px;
  }
  .careersContact p {
    font-size: 15px;
  }
  .careersContact p a {
    color: #fff;
  }
  .careersContact p a:hover {
    text-decoration: underline;
  }
  ul.careersWorkImg .Txt {
    padding: 35px;
  }
}

@media (max-width: 520px) {
  ul.careersWorkList li .icon {
    display: none;
  }
}

@media (max-width: 480px) {
  .careersContent .TxtBox {
    padding: 20px;
  }
  .careersContent .TxtBox h4 {
    font-size: 24px;
  }
  .careersContent .TxtBox h4 br {
    display: block;
  }
    .bannerArea .Txt h2, .bannerArea.small .Txt h2 {
      font-size: 28px;
  }
  .bannerArea .Txt p, .bannerArea .Txt p:nth-of-type(2) {
      font-size: 14px;
  }
  ul.careersWorkImg .Txt {
    padding: 20px;
  }
  ul.careersLifeList {
    margin: 0 0 50px;
  }
  ul.careersLifeList li {
    width: 100%;
    padding: 0;
  }
  ul.careersWorkList li {
    padding: 20px;
  }
  ul.careersWorkList li h4 {
    padding-right: 0;
  }
}
