main {
  background-color: #fff;
}
main .title-box {
  margin: 40px 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
main .title-box h2 {
  font-size: 36px;
}
main .title-box a {
  color: #3c3c3c;
}
main .title-box a .bi {
  font-size: 24px;
}
main .tab-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
main .tab-list .tab-item {
  padding: 0 15px 20px;
  width: 25%;
}
@media screen and (max-width: 992px) {
  main .tab-list .tab-item {
    width: 50%;
  }
}
main .tab-list .tab-item .tab-text {
  border-radius: 5px;
  padding: 14px 20px;
  background-color: #cec2ab;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.35s ease-in-out;
  height: 100%;
}
main .tab-list .tab-item .tab-text:hover,
main .tab-list .tab-item .tab-text.active {
  background-color: #a99e8a;
}
main .tab-list.company-target .tab-item .tab-text {
  background-color: #ACC082;
}
main .tab-list.company-target .tab-item .tab-text:hover,
main .tab-list.company-target .tab-item .tab-text.active {
  background-color: #34611A;
}
main .video-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin: 20px -15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
@media screen and (max-width: 992px) {
  main .video-list {
    margin: 20px 0;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
main .video-list .video-item {
  padding: 0 15px;
  width: 16.6667%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  main .video-list .video-item {
    padding: 0;
    width: 100%;
  }
  main .video-list .video-item:first-child {
    padding-bottom: 20px;
  }
}
main .tab-panel-list {
  position: relative;
  overflow: hidden;
}
main .tab-panel-list .tab-panel {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
main .tab-panel-list .tab-panel.active {
  opacity: 1;
  position: static;
}
main .tab-panel-list .tab-panel h3 {
  margin: 10px 0;
  font-size: 24px;
}
main .tab-panel-list .tab-panel table {
  margin: 10px 0 20px;
  color: #51575b;
  font-size: 16px;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  width: 50%;
}
@media screen and (max-width: 992px) {
  main .tab-panel-list .tab-panel table {
    width: 100%;
  }
}
main .tab-panel-list .tab-panel table tr:first-child td {
  border-bottom: 1px solid #000;
  font-size: 16px;
}
main .tab-panel-list .tab-panel .pic {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
main .tab-panel-list .tab-panel .pic .ele {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
main .tab-panel-list .tab-panel .pic::after {
  content: '';
  width: 100%;
  display: block;
  padding-top: 56.36%;
}
main .tab-panel-list .tab-panel .pic-list {
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .tab-panel-list .tab-panel .pic-list > .video {
  width: 100%;
}
main .tab-panel-list .tab-panel .pic-list.company-target .video {
  padding: 50px;
  background: no-repeat center center / cover;
}
@media screen and (max-width: 576px) {
  main .tab-panel-list .tab-panel .pic-list.company-target .video {
    padding: 30px;
  }
}
main .tab-panel-list .tab-panel .pic-list.company-target .video .pic .ele {
  position: static;
  transform: none;
}
main .tab-panel-list .tab-panel .pic-list.company-target .video .pic::after {
  content: none;
}
main .tab-panel-list .tab-panel .pic-list .pic-item {
  width: 33.33%;
  position: relative;
  display: block;
}
@media screen and (max-width: 992px) {
  main .tab-panel-list .tab-panel .pic-list .pic-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  main .tab-panel-list .tab-panel .pic-list .pic-item {
    width: 100%;
  }
}
main .tab-panel-list .tab-panel .pic-list .pic-item .pic {
  margin-bottom: 0;
}
main .tab-panel-list .tab-panel .pic-list .pic-item .mask-box {
  padding: 12px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .tab-panel-list .tab-panel .pic-list .pic-item .mask-box h4 {
  margin: 12px 0;
  color: #fff;
  font-size: 18px;
}
main .tab-panel-list .tab-panel .pic-list .pic-item .mask-box p {
  margin-bottom: 12px;
  color: #fff;
  font-size: 14px;
}
main .tab-panel-list .tab-panel .pic-list .pic-item:hover .mask-box {
  opacity: 1;
}
main .tab-panel-list .tab-panel .price-table {
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
main .tab-panel-list .tab-panel .price-table .price-td {
  padding: 20px 15px;
  width: 33.33%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #e6e6e6;
}
@media screen and (max-width: 992px) {
  main .tab-panel-list .tab-panel .price-table .price-td {
    margin-bottom: 20px;
    border-right: none;
    width: 100%;
  }
}
main .tab-panel-list .tab-panel .price-table .price-td:last-child {
  border-right: none;
}
main .tab-panel-list .tab-panel .price-table .price-tr {
  padding: 20px 15px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #e6e6e6;
}
@media screen and (max-width: 992px) {
  main .tab-panel-list .tab-panel .price-table .price-tr {
    border-top: none;
  }
}
main .tab-panel-list .tab-panel .price-table h3 {
  font-size: 18px;
}
main .tab-panel-list .tab-panel .price-table ol {
  padding-left: 40px;
  list-style-type: decimal;
}
main .tab-panel-list .tab-panel .price-table ol li {
  list-style-type: decimal;
  font-size: 16px;
  color: #51575b;
}
main .tab-panel-list .tab-panel .price-table ul {
  padding-left: 40px;
  list-style-type: disc;
}
main .tab-panel-list .tab-panel .price-table ul li {
  list-style-type: disc;
  font-size: 16px;
  color: #51575b;
}
main .tab-panel-list .tab-panel .price-table table {
  width: 100%;
}
main .tab-panel-list .tab-panel .price-table table tr td {
  border: none;
  font-size: 16px;
  color: #51575b;
}
main .tab-panel-list .tab-panel .price-table p {
  margin-top: 20px;
  color: #51575b;
  font-size: 16px;
}
