/*---員工專區-開始---*/

.employee-photo-list {
  text-align: left;
}

.edbox-video .edbox-body {
  width: 100%;
  max-width: 1000px;
}

.edbox-video .edbox-content {
  padding: 40px 40px 0 40px;
  background-color: #fff;
}

.edbox-video iframe {
  width: 100%;
}

.product-block-hover.product-block-hover-video img {
  width: 130px;
}

.employee-issue-first {
  padding: 120px 60px 100px 60px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.employee-issue-first-pic {
  width: 50%;
  display: inline-block;
  margin: 0 -2px;
  vertical-align: bottom;
}

.employee-issue-first-pic img {
  width: 100%;
  border: 1px solid #898989;
  margin-bottom: -7px;
}

.employee-issue-first-info {
  width: 50%;
  display: inline-block;
  margin: 0 -2px;
  text-align: left;
  vertical-align: bottom;
  padding-left: 40px;
}

.emplyee-issue-first-btn {
  background-color: #898989;
  color: #fff;
  letter-spacing: 1pt;
  padding: 15px 20px;
  display: inline-block;
  font-size: 16pt;
  font-weight: 300;
  margin-top: 40px;
  transition: .5s;
}

.emplyee-issue-first-btn:hover {
  background-color: #3E3A39;
}

.employee-issue-slider-box {
  background-color: #C9CACA;
  padding: 60px 60px;
}

.employee-issue-slider {
  max-width: 1340px;
  margin: 0 auto;
  padding: 30px 0 0 0;
}

.employee-issue-slider-item {
  padding: 0 30px;
  vertical-align: top;
}

.employee-issue-slider-link {
  width: 100%;
  display: inline-block;
}

.employee-issue-slider-link img {
  width: 100%;
  border: 1px solid #898989;
  opacity: 1;
  transition: .5s;
}

.employee-issue-slider-link:hover img {
  opacity: 0.6;
}

.employee-issue-slider-title {
  color: #000;
  font-size: 14.5pt;
  line-height: 28pt;
  font-weight: 300;
  margin-top: 10px;
  transition: .5s;
}

.employee-issue-slider-link:hover .employee-issue-slider-title {
  color: #E15514;
}

.issue-slider-prev,
.issue-slider-next {
  font-size: 0;
  line-height: 0;
  width: 40px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 20;
  transition: .5s;
}

.issue-slider-prev {
  background-image: url(../../img/tw/issue-slider-prev.png);
  left: -40px;
}

.issue-slider-next {
  background-image: url(../../img/tw/issue-slider-next.png);
  right: -40px;
}

.employee-issue-box {
  min-height: 100vh;
  position: relative;
  background-color: #cecece;
}

#mybook{
  max-width: 1100px;
  margin:0 auto;
  padding-bottom: 60px;
}

.employee-issue-logo {
  text-align: center;
  position: absolute;
  width: 100%;
  background-color: #e4e4e4;
  z-index: 10;
}

.employee-issue-logo img {
  height: 100%;
  max-height: 40px;
  margin-bottom: -4px;
}

.employee-issue-box iframe {
  margin-bottom: -7px;
  height: 100%;
  padding-top: 40px;
  box-sizing: border-box;
}

.header-controls {
  display: none;
}

@media(max-width: 1279px) {

  .employee-issue-slider-item {
    padding: 0 10px;
  }

  .employee-issue-first {
    padding: 60px 20px 40px 20px;
  }

  .employee-issue-first-info {
    padding-left: 20px;
  }
}

@media(max-width: 767px) {

  .employee-issue-first {
    padding: 20px 20px 40px 20px;
  }

  .employee-issue-first-pic {
    width: 100%;
    margin: 0;
  }

  .employee-issue-first-info {
    width: 100%;
    margin: 0;
    padding-left: 0;
  }

  .emplyee-issue-first-btn {
    margin-top: 20px;
  }

  .employee-issue-slider-box {
    padding: 20px 20px 40px 20px;
  }

  .employee-issue-slider {
    padding: 10px 0 0 0;
  }

  .issue-slider-prev,
  .issue-slider-next {
    width: 20px;
    height: 30px;
  }

  .issue-slider-prev {
    background-image: url(../../img/tw/issue-slider-prev.png);
    left: -15px;
  }

  .issue-slider-next {
    background-image: url(../../img/tw/issue-slider-next.png);
    right: -15px;
  }
  #mybook{
  top: 60px;
  position: relative;
}
}

@media(max-width: 568px) {

  .edbox-video .edbox-content {
    padding: 20px 20px 0 20px;
    background-color: #fff;
  }
}

/*---員工專區-結束---*/