/*
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}



.mfp-with-fade.mfp-bg,
.mfp-with-fade .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/* preview styles */
.page_content > * {
  opacity: 0;
}

.page_title {
  margin-bottom: 110px;
  font-weight: 700;
  font-size: 24px;
}

.job_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 60px;
  padding-bottom: 75px;
  border-bottom: 1px solid #c4c4c4;
  opacity: 0;
}

.job_title {
  min-width: 19%;
  width: 19%;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.job_li {
  -webkit-box-flex: 1;
  -ms-flex: 1 2 auto;
  flex: 1 2 auto;
  min-width: 300px;
  color: #515151;
  font-size: 15px;
  line-height: 1.6em;
}

.formnote {
  margin-top: 35px;
  color: #404040;
  font-weight: 400;
  font-size: 15px;
}

.linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 5;
  -ms-flex: 5 1 auto;
  flex: 5 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hrefbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  max-width: 305px;
  width: 100%;
  height: 66px;
  background: #af5797;
  background: -moz-linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -webkit-linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -webkit-linear-gradient(340deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: -o-linear-gradient(340deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  background: linear-gradient(110deg, #af5797 0%, #2765a9 37%, #ecb831 72%, #15957c 92%);
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.hrefbox span {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.jobform .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.jobform .lettering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jobform .line_t {
  position: relative;
  margin-right: 2px;
  padding-right: 12px;
  padding-bottom: 20px;
  width: 125px;
  border-bottom: 2px solid #454545;
  letter-spacing: 0.05em;
}

.jobform .line_t.stuff::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  color: #b39033;
  content: '*';
}

.jobform .codeimg {
  padding-left: 15px;
  border-bottom: 2px solid #bfbfbf;
}

.jobform input,
.jobform textarea {
  -webkit-box-flex: 2;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  padding-bottom: 20px;
  padding-left: 15px;
  outline: 0;
  border: 0;
  border-bottom: 2px solid #bfbfbf;
  font-size: 15px;
  transition: all 1s ease;
}

.jobform input.error,
.jobform textarea.error {
  border-bottom: 2px solid #F00;
}

.jobform textarea {
  min-height: 80px;
}

.jobform input[type="checkbox"] {
  width: 25px;
  height: 25px;
}

.jobform .checkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.jobform .checkarea.error p {
  color: red;
}

.jobform .checkarea input {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 18px;
}

.jobform .checkarea p {
  max-width: 590px;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 15px;
}

.jobform .checkarea .lightbox {
  color: inherit;
  text-decoration: underline;
  font-weight: 700;
}

.jobform .submitarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jobform .submitarea .hrefbox {
  margin-right: 10px;
}

.jobform .submitarea .hrefbox:last-child {
  margin-right: 0;
}

.backlist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 45px auto 150px;
  border: 2px solid #000;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  width: 305px;
  height: 64px;
}

.backlist span {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.backlist:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8e488f;
  background: -moz-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #8e488f), color-stop(34%, #2c519f), color-stop(71%, #ecb731), color-stop(100%, #15957b));
  background: -webkit-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -o-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -ms-linear-gradient(left, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#8e488f), color-stop(34%, #2c519f), color-stop(71%, #ecb731), to(#15957b));
  background: linear-gradient(to right, #8e488f 0%, #2c519f 34%, #ecb731 71%, #15957b 100%);
  content: '';
  opacity: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#contact_ok,.lightbox_area {
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  DISPLAY: FLEX;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mfp-inline-holder .mfp-content{
  width: auto !important;
}


#contact_ok .button {
  position: relative;
  overflow: hidden;
  width: 190PX;
  height: 46PX;
  cursor: pointer;
  FONT-SIZE: 14PX;
  MARGIN: 50px AUTO;
}

#contact_ok .button .send {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  text-align: center;
  font-family: Myriad Pro,Microsoft JhengHei, Myriad, Aria, sans-serif;
  line-height: 46PX;
  WIDTH: 100%;
  BACKGROUND-COLOR: TRANSPARENT;
  FONT-WEIGHT: BOLD;
  LETTER-SPACING: 2PX;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contact_ok .button .send:BEFORE {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid white;
  content: '';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contact_form_ok {
  position: relative;
  display: block;
  padding: 80px 80px 80px;
  color: white;
  font-family: Microsoft JhengHei, Myriad Pro, Myriad, Aria, sans-serif;
}

.consent_content{
  position: relative;
  width: 100%;
  height: 100%;
}


.lightbox_content {
  position: relative;
  display: block;
  padding: 80px 80px 80px;
  color: white;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  max-height: 70vh;
  max-width: 800px;
  font-family: Microsoft JhengHei, Myriad Pro, Myriad, Aria, sans-serif;
  overflow:auto;
}

#contact_form_ok .send {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  text-align: center;
  font-family: Myriad Pro,Microsoft JhengHei, Myriad, Aria, sans-serif;
  line-height: 46PX;
  WIDTH: 100%;
  BACKGROUND-COLOR: TRANSPARENT;
  FONT-WEIGHT: BOLD;
  LETTER-SPACING: 2PX;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contact_form_ok .send:BEFORE {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid white;
  content: '';
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#contact_form_ok .name,.lightbox_area .name{
  text-align: center;
  font-size: 30px;
  line-height: 1.4em;
}

.form_close {
  position: absolute;
  top: 24px;
  right: 26px;
  z-index: 10;
  overflow: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.form_close:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #585858;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form_close:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 1px;
  background-color: #585858;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form_close span {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .hrefbox:hover span {
    background-color: transparent;
    color: #fff;
  }
  .backlist:hover:before {
    opacity: 1;
  }
  .form_close:hover:before {
    top: 12px;
    left: -14px;
    background-color: white;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 70% 70%;
    -ms-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
  }
  .form_close:hover:after {
    top: 30px;
    right: -8px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 70% 70%;
    -ms-transform-origin: 70% 70%;
    transform-origin: 70% 70%;
  }
}

@media only screen and (max-width: 1150px) {
  .page_content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .job_title {
    width: 25%;
  }

  .lightbox_area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .lightbox_content{
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (max-width: 650px) {
  .page_content {
    padding-right: 33px;
    padding-left: 33px;
  }
  .page_title {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .lightbox_area{
    /* padding-bottom: 30px; */
  }

  .lightbox_content{
    padding-left: 35px;
    padding-right: 35px;
  }

  .form_close{
    width: 25px;
  }

  .job_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
  .job_title {
    margin-bottom: 25px;
    width: 100%;
    font-size: 18px;
  }
  .job_li {
    min-width: inherit;
    font-size: 14px;
  }
  .linkarea {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }
  .hrefbox {
    width: 80%;
    height: 54px;
  }
  .formnote {
    margin-top: 10px;
  }
  .jobform .line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jobform .line_t {
    min-width: 100px;
    width: 100px;
  }
  .jobform input,
  .jobform textarea {
    width: 50%;
  }
  .jobform .codeimg {
    margin-top: 10px;
    width: 100%;
    border-bottom: 0;
    background-color: #eee;
    text-align: center;
  }
  .jobform .codeimg img {
    margin-bottom: -5px;
  }
  .jobform input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  .jobform .checkarea p {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    width: 50%;
  }
  .jobform .submitarea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .jobform .submitarea .hrefbox {
    margin-right: 0;
  }
  .backlist {
    margin-top: 60px;
    margin-bottom: 50px;
    width: 195px;
    height: 53px;
  }
}

/*# sourceMappingURL=web_career_recruit_show.css.map */
