/* Products List ============================================================== */
.product-list {padding: 0 0 20px 0;}
.product-list figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
  height: 0;
  padding-bottom: 100%;
}
.product-list figure .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-list figure img {
  max-height: 100%;
  opacity: 1;
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0px, 0, 0);
}
.product-list figure:before, .product-list figure:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s ease 0s;
}
.product-list figure:before {
  bottom: 5%;
  left: 5%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.product-list figure:after {
  top: 5%;
  right: 5%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.product-list figure:hover img {
  opacity: 0.75;
  transform: scale(1.1);
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
}
.product-list figure:hover:before, .product-list figure:hover:after {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.product-list figcaption h3 {
  padding: 10px;
  word-spacing: -0.15em;
  font-size: 1.15rem;
  font-weight: 500;
  color: #222; text-align: center; transition: all 0.5s ease 0s;
}
.product-list a:hover h3 {color: #2e96cd!important;}

/* Product Detail ============================================================ */
.product-wrap {
  margin: 30px 0;
}
.product-wrap h1 {
  width: 100%;
  margin: 0 0 2% 0;
  font-size: 2rem;
  color: #323d47;
  font-weight: 400;
  line-height: 1.25em;
}
.product-wrap h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px 0;
  background-image: linear-gradient(to right, #2e96cd 0%, #fff 100%);
}

.product-wrap-left {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-wrap-left > ul {
  padding-left: 0;
}

.pro-detail-pic {
  position: relative;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 100%;
}
.pro-detail-pic img {
  max-height: 100%;
}
.pro-detail-pic .img-center a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.product-info {
  padding: 1em 0.5em;
  border-bottom: 1px solid #d6d6d6;
}
.product-info a:hover {
  color: #007bff;
}
.product-button {
  padding-left: 0;
}
.product-info p {font-size: inherit;}

.upload-file-zone {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.upload-file {
  margin: 0 30px 10px 0;
}

ol.product-button li {
  width: auto;
  display: inline-block;
  list-style-type: none;
  margin: 5% 3px 0 0;
  font-size: inherit;
}
ol.product-button li img {
  width: 20px;
}

.btn-inquiry {
  color: #fff !important;
  font-weight: 400;
  background-color: #2a4d9c;
  background: linear-gradient(#2a4d9c, #2e96cd);
  border: solid 1px #2a4d9c;
  padding: 3px 7px;
}
.btn-inquiry:hover {
  color: #fff;
  background: linear-gradient(#2a4d9c, #2a4d9c);
  box-shadow: 0px 1px 6px #2a4d9c;
}

.btn-border {
  background-color: transparent;
  border: 2px solid #999;
  color: #999;
  font-weight: 500;
  padding: 3px 7px;
}
.btn-border:hover {
  color: #2a4d9c;
  background-color: transparent;
  box-shadow: 0px 1px 6px #2a4d9c;
  border: 2px solid #2a4d9c;
}

.social-icons img {
  width: auto;
}

.resp-tab-content p, .resp-tab-content li {
  font-size: 1rem;
  line-height: 2rem;
}
.resp-tab-content a:hover {
  color: #007bff;
}
.resp-tab-content ul, .resp-tab-content ol {
  padding-left: 20px;
}


.tab-list {
  text-align: center;
  background: #2a4d9c;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  padding-left: 0;
  position: sticky; top: 70px; z-index: 100; overflow-x: auto; display: flex; flex-flow: row; justify-content: center;
}
.tab-list li {
  display: inline-block;
  padding: 3px 2rem;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  list-style: none;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  white-space:nowrap;
}
@media (max-width: 1024px) {
  .product-wrap-left {margin-top: 10px!important;}
  .product-wrap h1 {margin: 10px 0 2% 0;}
}
@media (max-width: 991px) {
  .product-wrap-left {max-width: 800px;}
  .tab-list {justify-content: flex-start;}
  .tab-list li {padding: 3px 20px;}
}
@media (max-width: 760px) {
  .tab-list li {
    /*display: block;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);*/
  }
}
.tab-list li:last-child {
  border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.tab-list li a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab-list li a:hover {
  font-weight: bold;
}

.tab-list-content {
  padding: 10px 0;
  width: 100%;
  max-width: 1360px;
  margin: 2% auto;
}
.tab-list-content .product-detail-title {
  text-align: center;
  margin: 2% 0;
  font-size: 2rem;
}
@media (max-width: 414px) {
  .tab-list-content .product-detail-title {
    font-size: 1.5rem;
  }
}
.tab-list-content .product-detail-title span {
  color: #2e96cd;
}
.tab-list-content li b {
  color: #000;
}
.tab-list-content a:hover {
  color: #91cded;
}


.related-product-title {
  /*margin-top: 20px;*/
  font-size: 1.5rem;
  font-weight: 700;
}
.related-product-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px 0;
  background-image: linear-gradient(to right, #2e96cd 0%, #fff 100%);
}

.related-product-wrap {
  margin: 30px auto 0 auto;
  padding: 0;
  max-width: 1300px;
}

.related-list {
  padding-left: 0;
}
.related-list figure {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 30px 30px 0 0; transition: all 0.45s ease; background: #eee;
}
.related-list li:hover figure {border-radius: 0;}
.related-list figure .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.related-list figure .img-center img {transform: scale(1.0); transition: all 0.45s ease;}
.related-list li:hover figure .img-center img {transform: scale(1.1);}

.related-list li {
  /*width: calc(100%/4 - 19px);
  margin-right: 5px;
  margin-bottom: 5%;*/
  padding: 2px;
  display: inline-block;
  text-align: center;
  position: relative; z-index: 1;
}
.related-list li a {position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 10; font-size: 0; line-height: 0;}

.related-list li h3 {
  padding: 20px 10px;
  margin: 0;
  word-spacing: -0.15em;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  background: #eee;
  border-radius: 0 0 30px 30px; transition: all 0.45s ease;
}
.related-list li:hover h3 {border-radius: 0;}

.related-list li img {
  max-height: 100%;
}
.related-list .slick-prev {left: -50px; top: calc(50% - 50px); width: 100px;}
.related-list .slick-prev::before {content: ""; position: absolute; left: 15px; top:2px; width: 25px; height: 25px; border-width: 0 0 1px 1px;border-style: solid; border-color: #2a4d9c; transform: rotate(45deg); opacity: 1; transition: all 0.5s ease 0s;}
.related-list .slick-prev:hover::before {left: 10px;}
.related-list .slick-prev::after {content: ''; height: 1px; width: 0; background: #2a4d9c; position: absolute; top: 50%; right: 10px; opacity: 0; transition: all 0.25s ease 0s;}
.related-list .slick-prev:hover::after {opacity: 1; width: 60px;}
.related-list .slick-next {right: -50px; top: calc(50% - 50px); width: 100px;}
.related-list .slick-next::before {content: ""; position: absolute; right: 15px; top:2px; width: 25px; height: 25px; border-width: 1px 1px 0 0;border-style: solid; border-color: #2a4d9c; transform: rotate(45deg); opacity: 1; transition: all 0.5s ease 0s;}
.related-list .slick-next:hover::before {right: 10px;}
.related-list .slick-next::after {content: ''; height: 1px; width: 0; background: #2a4d9c; position: absolute; top: 50%; left: 10px; opacity: 0; transition: all 0.25s ease 0s;}
.related-list .slick-next:hover::after {opacity: 1; width: 60px;}

@media (max-width: 1400px) {
    .related-list .slick-prev {left: -15px;}
    .related-list .slick-next {right: -15px;}
}
@media (max-width: 1200px) {
    .related-product-wrap {margin: 20px auto 0 auto;}
    .related-list .slick-list {padding: 0 0 40px 0 !important;}
    .related-list .slick-prev::after, .related-list .slick-next::after {width: 60px; opacity: 1;}
    .related-list .slick-prev {top: auto; bottom: -10px;}
    .related-list .slick-next {top: auto; bottom: -10px;}
}
@media (max-width: 1024px) {
    .product-list {padding: 20px 0;}
}
@media (max-width: 430px) {
    .related-list .slick-prev::after {width: 40px; right: 32px;}
    .related-list .slick-next::after {width: 40px; left: 32px;}
}