@charset "UTF-8";
/***==================================================================== Table Css style ====================================================================***/
table {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #ddd;
}
.table-responsive table{
  margin-bottom: 0;
}
.table-responsive{
  margin-bottom: 30px;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #ddd;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
  line-height: 26px;
}



table tr td {
  background: #fff;
  color: #444;
}



table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 0.875rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 30%;
  display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px;
}
.pcTable-list {
  border: none;
  margin: 30px 0;
}
.pcTable-list th {
  color: var(--Green-color);
  background: #fbf7f2;
}
.pcTable-list tr {
  border: none;
}
.pcTable-list td {
  border: none;
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}
.pcTable-list td:first-child {
  font-weight: bold;
}

/*******************************************breadcrumb***************************************************/
.breadcrumb {
  list-style: none;
  margin-top: 10px;
  bottom: 30px;
}

@media screen and (max-width: 1080px) {
  .breadcrumb {
    padding: 2px 0;
  }
}
@media screen and (min-width: 1081px) {
  .breadcrumb {
    padding: 8px 0;
    margin-top: 100px;
  }
}
.breadcrumb > li {
  display: inline-block;
  position: relative;
}

.breadcrumb > li:first-child {
  padding-left: 20px;
}

.breadcrumb > li:first-child::before {
  position: absolute;
  content: "\e907";
  font-family: "icomoon";
  left: 0;
  color: var(--black-color);
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: var(--black-color);
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #3d3d3d;
}

.breadcrumb > li > a {
  color: var(--black-color) !important;
}

.breadcrumb > li > a:hover {
  color: #ebb84e !important;
}

.breadcrumb > li:last-child {
  color: var(--black-color);
}

/*******************************************breadcrumb***************************************************/
/**********************************************nomain***************************************************/
.nomain-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  min-height: 600px;
  background: url("../images/nomain-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1080px) {
  .nomain-banner {
    height: 50vh;
    min-height: 40vh;
    padding: 20px;
  }
  .nomain-banner .banner-img {
    display: none;
  }
}
.nomain-banner-img {
  position: relative;
  width: 100%;
}

.nomain-banner-img > img {
  vertical-align: top;
}

.nomain-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}
.nomain-banner h2,
.nomain-banner h1 {
  font-weight: bold;
  line-height: 1.1em;
}

@media screen and (min-width: 1081px) {
  .nomain-banner {
    height: 90vh;
  }
  .nomain-banner > img {
    width: 100%;
  }
  .nomain-banner h2,
  .nomain-banner h1 {
    font-size: 2.6em;
  }
  .nomain-banner p {
    font-size: 1.2em;
  }
  .nomain-banner .container {
    padding-top: 100px;
    bottom: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
    align-items: center;
  }
  .nomain-banner .container .banner-img {
    position: relative;
    align-self: center;
    display: flex;
    justify-content: center;
  }
  .nomain-banner .container .banner-img .imgItem {
    position: relative;
    display: flex;
    justify-content: center;
    transform: translateY(100px);
  }
  .nomain-banner .container .banner-img .imgItem div {
    position: relative;
    width: 55vh;
    height: 55vh;
    display: flex;
    max-width: 600px;
    max-height: 600px;
    justify-content: center;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    z-index: 2;
  }
  .nomain-banner .container .banner-img .imgItem div img {
    height: 100%;
    max-width: unset;
    width: auto;
  }
  .nomain-banner .container .banner-img .imgItem::before,
  .nomain-banner .container .banner-img .imgItem::after {
    position: absolute;
    content: "";
    width: 30vh;
    height: 30vh;
    max-width: 300px;
    max-height: 300px;
    top: -16vh;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    background: var(--light-blue-color);
    z-index: 1;
  }
  .nomain-banner .container .banner-img .imgItem::after {
    background: var(--yellow-color);
    top: -6vh !important;
    right: 6vh;
  }
  .nomain-banner .container .banner-img .messItem {
    display: none;
    position: absolute;
    padding: 20px;
    z-index: 2;
    bottom: 0;
    background: var(--white-color);
    border-radius: 4px;
    width: 90%;
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transform: translateY(100px);
  }
  .nomain-banner .container .banner-img .messItem span {
    font-size: 4rem;
    margin-right: 20px;
    color: var(--light-blue-color);
  }
}
@media screen and (max-width: 1080px) {
  .nomain-banner h2,
  .nomain-banner h1 {
    font-size: 1.8em;
    width: 90%;
  }
}
.nomain-content {
  position: relative;
  margin: 80px auto;
}

@media screen and (min-width: 1081px) {
  .nomain-content h2 {
    font-size: 2rem;
  }
}
/*******************************************************contact************************************************************/
/****************************************inquiryForm*******************************************/
.inquiry-form {
  position: relative;
  width: 100%;
}
.inquiry-form .row > div {
  margin-bottom: 10px;
}

.inquiry-form > div {
  position: relative;
}

.inquiry-form img {
  height: 50px;
  width: 130px;
  border: 1px solid #ddd;
}
.inquiry-form .checkright,.inquiry-form .checkerror{
  position: absolute;
  right: 50px;
  bottom: 10px;
}

@media screen and (max-width: 1080px) {
  .inquiry-form .verifycoderefresh {
    left: auto !important;
    right: 10px !important;
    height: 50px !important;
    bottom: 0 !important;
  }
  .inquiry-form .checkright {
    right: 160px;
  }
  .inquiry-form .checkerror {
    right: 160px;
  }
}
.inquiry-form input,
.inquiry-form textarea {
  position: relative;
  padding: 15px;
  outline: none;
  border: 1px solid rgba(18, 18, 18, 0.1);
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "OpenSans";
}

.inquiry-form button {
  position: relative;
  width: max-content;
  height: auto;
  cursor: pointer;
  padding: 10px 80px;
  border-radius: 0;
  border: 1px solid var(--yellow-color);
  background: var(--light-blue-color);
  font-size: 1.1em;
}
.inquiry-form button::before {
  background: var(--yellow-color);
}
.inquiry-form button:hover {
  border: 1px solid var(--light-blue-color);
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
  position: relative;
  padding: 15px;
  outline: none;
  border: 1px solid rgba(18, 18, 18, 0.1);
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "OpenSans";
}

.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "OpenSans";
}

.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "OpenSans";
}

.inquiry-form input::-ms-input-placeholder,
.inquiry-form textarea::-ms-input-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "OpenSans";
}

/****************************************inquiryForm*******************************************/
.contactForm {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 10px 20px;
  padding-bottom: 30px;
  margin-top: 30px;
  background: rgba(221, 221, 221, 0.2);
}
.contactForm .inquiry-form {
  margin: 10px 0 20px 0;
}
.contactForm .inquiry-form label {
  display: block;
  margin-bottom: 10px;
}
.contactMap {
  position: relative;
  padding-top: 35px;
}
.contactMap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1081px) {
  .contactForm {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contactForm h3 {
    font-size: 1.8rem;
  }
}
.nomain-contact {
  position: relative;
  width: 100%;
  margin: 80px auto;
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: cover;
}

.contact-row {
  position: relative;
  margin: 60px auto;
}

.contact-text {
  line-height: 1.2em;
}

@media screen and (min-width: 1081px) {
  .nomain-contact h2 {
    font-size: 2.6rem;
  }

  .contact-row {
    display: grid;
    grid-template-columns: 52% 46%;
    justify-content: space-between;
  }

  .inquiryLayout h2 {
    font-size: 3rem;
  }
}
.inquiryLayout {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*******************************************************contact************************************************************/
.gridrow-layout {
  position: relative;
  display: grid;
}
.gridrow-layout.productView h2 {
  font-weight: 100;
  font-family: "OpenSans";
  color: rgba(21, 21, 21, 0.5);
  font-size: 1.8rem;
  line-height: 1.1em;
  margin-top: 0;
}
@media screen and (min-width: 1081px) {
  .gridrow-layout {
    grid-template-columns: 68% 28%;
    place-content: space-between;
  }
  .productView.gridrow-layout {
    grid-template-columns: 28% 68%;
  }
  .gridrow-layout.productView h2 {
    font-size: 2.8rem;
  }
}
/**************************************************************side-navi*******************************************************************/
.side-navi-block {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /*  border: 1px solid var(--light-blue-color);*/
  overflow: hidden;
}

.title-side {
  position: relative;
  padding-top: 0;
  font-weight: 100;
  margin: 0;
  padding: 10px 20px;
  background: url("../images/sideTitle-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
  text-transform: uppercase;
  background-position-y: center;
  text-align: center;
}
.title-side::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
.title-side a {
  color: var(--white-color) !important;
  transition: all ease-in-out 0.4s;
}

.contactBlock {
  position: relative;
  background: linear-gradient(to bottom, rgba(229, 246, 228, 0.7), rgba(24, 247, 253, .15));
  padding: 20px 20px 10px 20px;
}


@media screen and (min-width: 1081px) {
  .title-side {
    font-size: 1.4em;
  }
}
.side-navi {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.side-navi > li {
  position: relative;
  margin: 10px 0;
}
.side-navi > li:not(:last-child) {
  border-bottom: 1px solid #d9e3b7;
}

.side-navi > li > a {
  position: relative;
  padding: 5px 10px;
  padding-right: 30px;
  color: var(--black-color);
  display: block;
  /* line-height: 20px;*/
  width: 100%;
}

.side-navi > li span {
  position: absolute;
  color: var(--black-color);
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 4px;
  right: 0;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.side-navi > li > span {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  right: 5px;
  width: 28px;
  height: 28px;
}

.side-navi > li > ul {
  padding-left: 40px;
}

.side-navi > li ul {
  position: relative;
  display: none;
  padding-left: 20px;
}

.side-navi > li > ul li {
  position: relative;
  /*   border-bottom: 1px solid var(--white-color);
     border-left: 2px solid rgba(234, 234, 234,1);
     background:rgba(234, 234, 234,1);*/
  --borderLeft: rgba(236, 245, 249, 1);
}

.side-navi > li > ul li:hover {
  --borderLeft: var(--blue-color);
}

.side-navi > li > ul li a {
  position: relative;
  color: var(--black-color);
  padding: 10px;
  /*background:rgba(212,212,212,1);*/
  display: block;
  line-height: 24px;
  padding-right: 20px;
}

.side-navi-block .inquiry-form .col-md-4,
.side-navi-block .inquiry-form .col-md-6,
.side-navi-block .inquiry-form .col-lg-4,
.side-navi-block .inquiry-form .col-lg-6 {
  width: 100% !important;
}
.side-navi-block .inquiry-form .verify.col-md-4,
.side-navi-block .inquiry-form .verify.col-lg-4 {
  width: 60% !important;
}

.rotate_angle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.rotate_angle180 {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.side-navi-block .inquiry-form {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 20px;
  overflow: hidden;
}

/**************************************************************side-navi*******************************************************************/
.list-prc {
  position: relative;
}
.list-prc li {
  position: relative;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  --colorborder: rgba(100, 100, 100, 0.5);
  --color: var(--blue-color);
  --top: translate3d(20px, -65px, 0);
  --after: translateX(60px);
  border: 1px solid var(--colorborder);
  margin: 10px 0;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.list-prc li a {
  color: var(--color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.list-prc li::before,
.list-prc li::after {
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid #0d86d6;
  right: 0;
  top: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.list-prc li::before {
  transform: var(--top);
}
.list-prc li::after {
  transform: var(--after);
}
.list-prc li:hover {
  --colorborder: var(--blue-color);
  --color: var(--white-color);
  --top: translate3d(20px, -25px, 0);
  --after: translateX(25px);
  background: var(--blue-color);
}

@media screen and (min-width: 1081px) {
  .list-prc {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .list-prc li {
    width: 31%;
  }
}
.ServiceShowPic {
  font-size: 0.85em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
}

.ServiceShowPic img {
  margin: auto;
}

.ServiceShowleftPic {
  float: left;
  margin-right: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}
.ServiceShowleftPic img {
  margin-top: 20px;
}

.ServiceShowrightPic {
  float: right;
  margin-left: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}
.ServiceShowrightPic img {
  margin-top: 20px;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.85em;
  text-align: center !important;
  line-height: 1.7em !important;
}
.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  margin-top: 20px;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.serviceshowpic,
ServiceShowPic {
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}

.serviceshowpic img {
  margin: auto;
}

.ServiceShowPic img {
  margin: auto;
}

.serviceshowleftpic,
ServiceShowleftPic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.serviceshowrightpic,
ServiceShowrightPic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
  text-align: center;
  line-height: 1.7em !important;
}
.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
  margin-top: 20px;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.85em;
  text-align: center !important;
  line-height: 1.7em !important;
}

.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.ServiceShowPic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}

.ServiceShowPic img {
  margin: auto;
}

.ServiceShowLeftpic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowRightpic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowPic,
.ServiceShowRightpic,
.ServiceShowLeftpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowRightpic img,
.ServiceShowLeftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .serviceshowleftpic,
  .serviceshowrightpic,
  .ServiceShowLeftpic,
  .ServiceShowRightpic,
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .serviceshowleftpic img,
  .serviceshowrightpic img,
  .ServiceShowLeftpic img,
  .ServiceShowRightpic img,
  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 768px) {
  .serviceshowleftpic,
  .serviceshowrightpic,
  .ServiceShowLeftpic,
  .ServiceShowRightpic,
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .serviceshowleftpic img,
  .serviceshowrightpic img,
  .ServiceShowLeftpic img,
  .ServiceShowRightpic img,
  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive table {
    width: 690px;
  }

  .table-responsive .tableimgshow tr,
  .table-responsive .tableimgshow th,
  .table-responsive .tableimgshow td {
    padding: 5px 0;
    text-align: left;
    background: #fff;
  }
}
.textcenter {
  text-align: center;
}

.ullist {
  padding: 0px 0px 0 19px;
}

.ollist {
  padding: 0px 0px 10px 19px;
}

.ullist > li {
  list-style: disc !important;
}

.ullist > .ullist {
  padding-left: 0;
}

.ullist > .ullist > li {
  list-style: none !important;
  padding-left: 16px;
  position: relative;
}

.ullist > .ullist > li::before {
  position: absolute;
  content: "○";
  font-size: 0.1em;
  left: 0;
}

.ollist > li {
  list-style: decimal !important;
}

.ollist > li,
.ullist > li {
  /*	line-height: 28px;*/
  text-align: left;
}

.Reference {
  padding-bottom: 0px;
  color: #888888 !important;
}

.ollist.reference-ol li {
  list-style: decimal;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #888888 !important;
  padding-bottom: 4px !important;
}

/*--------------404 page begin--------------*/
.E404 img {
  display: block;
  max-width: 100%;
  height: auto;
}

.E404 {
  width: 510px;
  margin: 70px auto auto auto;
  border: 0px solid #ff0000;
}

.E404 .Etit {
  font-size: 25px;
  line-height: 35px;
  color: #525151;
}

.E404 .content {
  color: #767676;
}

.E404 a {
  color: #525151;
  text-decoration: none;
}

.E404 .btn {
  border: 1px solid #dddddd;
  padding: 5px 10px 5px 10px;
  /* border-radius: 5px; */
  margin-right: 10px;
  background-color: #efefef;
}

.E404 .btn:hover {
  background-color: #001f5f;
  color: #444;
}

@media only screen and (max-width: 1024px) {
  .E404 {
    width: 90%;
    margin: 0px auto auto auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/***************************************************pagination****************************************************************/
.pagination .page-first:before,
.pagination .page-last:before,
.pagination .page-prev:before,
.pagination .page-next:before {
  position: relative;
  font-family: FontAwesome;
}
.pagination .page-first:before {
  content: "\f049";
}
.pagination .page-last:before {
  content: "\f050";
}
.pagination .page-prev:before {
  content: "\f04a";
}
.pagination .page-next:before {
  content: "\f04e";
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
  margin-left: 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: var(--light-blue-color);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--light-blue-color);
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: var(--light-blue-color);
  border-color: var(--light-blue-color);
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
/***************************************************pagination****************************************************************/

.relatedTitle {
  position: relative;
  padding-left: 10px;
}
.relatedTitle::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--orange-color);
}

.pcDetail-title {
  display: flex;
  align-items: center;
}
.pcDetail-title h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.pcDetail-title p {
  margin-left: 10px;
  font-size: 1.2em;
}

.inquiry-notic {
  position: relative;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  color: #ef2727;
  margin: 40px 0 !important;
  padding-left: 30px;
}
.inquiry-notic::before {
  position: absolute;
  content: "※";
  left: 0;
}

.detail-table td:first-child {
  background: #f3f6f8;
  white-space: nowrap;
  font-weight: bold;
}

.pc-inquiry,
.pc-cart {
  position: relative;
  display: block;
  margin-right: 20px;
  padding: 5px 30px;
  padding-left: 50px;
  border: 1px solid var(--blue-color);
  background: var(--blue-color);
  color: var(--white-color);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  white-space: nowrap;
}
.pc-inquiry::before,
.pc-cart::before {
  position: absolute;
  content: "\e9c6";
  left: 20px;
  font-family: icomoon;
  font-size: 1.2rem;
}
.pc-inquiry:hover,
.pc-cart:hover {
  background: var(--white-color);
  color: var(--blue-color);
}

.pc-cart {
  border: 1px solid var(--orange-color);
  background: var(--orange-color);
}
.pc-cart::before {
  position: absolute;
  content: "\e98f";
  font-family: icomoon;
}
.pc-cart:hover {
  color: var(--orange-color);
}

.cartLayout {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
}

.cpDetail-table {
  margin: 30px 0 60px 0;
}
.cpDetail-table tbody td {
  border: 1px solid #eaeaea;
}
.cpDetail-table tbody td:first-child {
  white-space: nowrap;
  background: #f3f6f8;
  /*    background: #189DB8!important;*/
  /* color:#fff;*/
  font-weight: bold;
}

/*****************************************************slideHorizontal**************************************************************/
.slideHorizontal {
  position: relative;
  margin: 0 -60px;
  display: flex;
  align-items: center;
}

.slideHorizontal .operateLeft,
.slideHorizontal .operateRight {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-size: 2em;
  color: var(--blue-color);
  cursor: pointer;
}

.slideHorizontal .operateLeft {
  left: 20px;
}

.slideHorizontal .operateRight {
  right: 20px;
}

.slideHorizontal .border_ {
  padding: 20px 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.slideHorizontal .border_ .moveCurrent {
  transition: all linear 0.4s;
}

.slideHorizontal .border_ > ul {
  position: relative;
  display: flex;
  width: 9000px;
}

.slideHorizontal .border_ > ul li {
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 1080px) {
  .slideHorizontal {
    margin: 30px 0;
  }
  .slideHorizontal li {
    margin: 20px 0;
  }
}
/*****************************************************slideHorizontal**************************************************************/
.categoriesDeatil {
  position: relative;
}
.categoriesDeatil li {
  position: relative;
  padding: 20px;
  box-shadow: 1px 1px 6px 4px var(--shadow);
  border: 1px solid rgba(200, 200, 200, 0.4);
  --borderBack: rgba(160, 160, 160, 1);
  --shadow: rgba(233, 233, 233, 0);
  --color: var(--blue-color);
  --hcolor: var(--blue-color);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.categoriesDeatil li a {
  position: relative;
  display: block;
  color: var(--backColor);
  padding: 10px;
}
.categoriesDeatil li a > div {
  position: relative;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
.categoriesDeatil li a h4 {
  position: relative;
  height: 70px;
  color: var(--hcolor);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  margin: 10px 0;
  text-align: center;
}
.categoriesDeatil li:hover {
  --borderBack: var(--blue-color);
  --shadow: rgba(233, 233, 233, 1);
  --hcolor: var(--blue-color);
}

@media screen and (min-width: 1081px) {
  .categoriesDeatil {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 21%);
  }
}
.cp-table {
  position: relative;
  margin: 30px 0;
  border: none;
}
.cp-table tr,
.cp-table th,
.cp-table td {
  border: none;
}
.cp-table th {
  border: none;
  border-top: 2px solid var(--blue-color);
  border-bottom: 2px solid var(--blue-color);
  background: none;
  color: #444;
}
.cp-table th:nth-child(3) {
  text-align: center;
}
.cp-table td {
  border-bottom: 1px solid rgba(120, 120, 120, 0.2);
}
.cp-table td:nth-child(3) {
  text-align: center;
}
.cp-table td:nth-child(4) {
  display: flex;
  justify-content: space-between;
}
.cp-table .btn-cart {
  position: relative;
  padding: 2px 10px;
  border: 1px solid var(--orange-color);
  color: var(--orange-color);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin: 0 10px;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.cp-table .btn-cart::before {
  position: absolute;
  content: "\e98f";
  font-family: icomoon;
}
.cp-table .btn-cart:hover {
  background: var(--orange-color);
  color: var(--white-color);
}
.cp-table .btn-inquiry {
  position: relative;
  padding: 2px 10px;
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 100px;
  text-align: center;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.cp-table .btn-inquiry:hover {
  background: var(--blue-color);
  color: var(--white-color);
}

.resource-detailList {
  position: relative;
}
.resource-detailList li {
  position: relative;
  margin: 20px 0;
  --ml: 0;
  --color: var(--black-color);
}
.resource-detailList li a {
  color: var(--color);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.resource-detailList li p {
  padding: 5px 10px;
}
.resource-detailList li img {
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transform: translateY(var(--ml));
  -moz-transform: translateY(var(--ml));
  -ms-transform: translateY(var(--ml));
  -o-transform: translateY(var(--ml));
  transform: translateY(var(--ml));
}
.resource-detailList li:hover {
  --ml: -4px;
  --color: var(--orange-color);
}

@media screen and (min-width: 1081px) {
  .resource-detailList {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .resource-detailList li {
    width: 23%;
  }
  .resource-detailList li p {
    font-size: 1.1rem;
    font-weight: bold;
  }
}
.about-first {
  position: relative;
  margin: 120px 0;
}

.about-first .mess {
  bottom: 0;
  left: 0;
  background: rgba(241, 136, 27, 0.9);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 20px;
  color: var(--white-color);
}

@media screen and (min-width: 1081px) {
  .about-first {
    display: flex;
    justify-content: flex-end;
  }
  .about-first .mess {
    position: absolute;
    bottom: -30px;
    width: 90%;
    justify-content: space-between;
  }
  .about-first .mess p {
    width: 49%;
  }
}
.platform-first {
  position: relative;
  background-image: url("../images/nomain-platform-firstgb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 120px auto;
  color: var(--white-color);
}
.platform-first h3 {
  padding: 20px;
  background: #002945;
  text-align: center;
}
.platform-first p {
  background: var(--orange-color);
  padding: 10px;
}

@media screen and (min-width: 1081px) {
  .platform-first {
    padding: 50px;
  }
  .platform-first h3 {
    width: 70%;
    margin-top: 30px;
    margin-bottom: 0;
    z-index: 2;
  }
  .platform-first p {
    padding: 30px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 1;
  }
}
.platform-second {
  position: relative;
  margin: 120px auto;
}
.platform-second h3 {
  font-size: 1.6rem;
}

.platform-list {
  position: relative;
  margin: 30px 0;
}
.platform-list li {
  position: relative;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.2);
  padding: 20px;
  padding-left: 60px;
  margin: 20px 0;
}
.platform-list li h4 {
  font-family: GALANOGROTESQUEDEMOBOLD;
  margin-top: 0;
}
.platform-list li img {
  position: absolute;
  left: 10px;
  top: 20px;
}

@media screen and (min-width: 1081px) {
  .platform-second h3 {
    font-size: 2.2rem;
    margin-top: 5px;
  }
  .platform-second .row-layout {
    justify-content: space-between;
    align-items: flex-start;
  }
  .platform-second .row-layout p {
    width: 70%;
  }

  .platform-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
  }
}
.analysis-first {
  position: relative;
  background-image: url("../images/analysis-thirdbg.png");
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 80px;
}
.analysis-first h3 {
  font-size: 1.6rem;
  line-height: 1.2em;
}

@media screen and (min-width: 1081px) {
  .analysis-first .container {
    display: grid;
    grid-template-columns: 32% 66%;
    justify-content: space-between;
  }
  .analysis-first h3 {
    font-size: 2rem;
  }

  .analysis-second .container div {
    padding: 20px 40px;
  }
  .analysis-second .container img {
    height: 96%;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1140px) {
  .analysis-second .container img {
    height: 96%;
    -webkit-transform: translateX(45%);
    -moz-transform: translateX(45%);
    -ms-transform: translateX(45%);
    -o-transform: translateX(45%);
    transform: translateX(45%);
  }
}
@media screen and (min-width: 1141px) and (max-width: 1280px) {
  .analysis-second .container img {
    height: 100%;
    -webkit-transform: translateX(35%);
    -moz-transform: translateX(35%);
    -ms-transform: translateX(35%);
    -o-transform: translateX(35%);
    transform: translateX(35%);
  }
}
.layout-left h3 {
  position: relative;
}

.serviceStyle-layout {
  position: relative;
  margin: 60px auto;
}
.serviceStyle-layout h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.serviceStyle-layout h4 {
  margin: 0;
}
.serviceStyle-layout h4 a {
  color: var(--black-color);
}
.serviceStyle-layout h4 a:hover {
  color: var(--yellow-color);
}
.serviceStyle-layout .serviceMess {
  position: relative;
  margin: 60px 0;
}
.serviceStyle-layout .serviceMess li {
  position: relative;
  border-radius: 6px;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.2);
  padding: 30px;
  margin: 30px 0;
  padding-left: 60px;
}
.serviceStyle-layout .serviceMess li::before {
  position: absolute;
  content: "\e9e1";
  font-family: icomoon;
  color: var(--yellow-color);
  left: 10px;
  top: 35px;
  font-size: 2rem;
}
.serviceStyle-layout .serviceMess li:nth-child(2)::before {
  content: "\e9e2";
  font-family: icomoon;
}
.serviceStyle-layout .serviceMess li:nth-child(3)::before {
  content: "\e9e0";
  font-family: icomoon;
}
.serviceStyle-layout .serviceMess li:nth-child(4)::before {
  content: "\e9e3";
  font-family: icomoon;
}
.serviceStyle-layout .serviceMess li span {
  position: absolute;
  right: 30px;
  top: 30px;
  border: 1px solid rgba(21, 21, 21, 0.5);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
}
.serviceStyle-layout .serviceMess li span:hover {
  border: 1px solid var(--yellow-color);
  color: var(--yellow-color);
}
.serviceStyle-layout .serviceMess li .serviceMess-data {
  position: relative;
  display: none;
}

@media screen and (min-width: 1081px) {
  .serviceStyle-layout {
    display: grid;
    grid-template-columns: 40% 58%;
    justify-content: space-between;
  }
  .serviceStyle-layout h3 {
    font-size: 2rem;
  }
  .serviceStyle-layout .imgItem {
    position: relative;
  }
  .serviceStyle-layout .imgItem > div {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: 2;
  }
  .serviceStyle-layout .imgItem > div img {
    height: 100%;
    max-width: unset;
    width: auto;
    z-index: 2;
  }
  .serviceStyle-layout .imgItem::before,
  .serviceStyle-layout .imgItem::after {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    top: 80%;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    background: url("../images/wedo-pic2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .serviceStyle-layout .imgItem::after {
    width: 600px;
    height: 600px;
    background: var(--yellow-color);
    top: -60px !important;
    right: 50%;
    z-index: 0;
  }
}
@media screen and (max-width: 1280px) {
  .serviceStyle-layout .imgItem > div {
    width: 400px;
    height: 400px;
  }
}
.serviceStyle1-layout {
  position: relative;
  padding: 30px;
  background-image: url("../images/nomain-platform-firstgb.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 120px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
}
.serviceStyle1-layout h3 {
  width: 60%;
  text-align: center;
  background: #799a06;
  padding: 16px 10px;
  color: var(--white-color);
  transform: translateY(60px);
  z-index: 2;
}
.serviceStyle1-layout > div {
  position: relative;
  background: #fcb34dcc;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 60px;
}
.serviceStyle1-layout > div p {
  color: var(--white-color);
}
.serviceStyle1-layout > div form {
  width: 95%;
  margin: 20px 0;
  padding-bottom: 20px;
}
.serviceStyle1-layout > div form input {
  position: relative;
  padding: 10px;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  font-family: "OpenSans";
}
.serviceStyle1-layout > div form input::-webkit-input-placeholder {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  font-family: "OpenSans";
}
.serviceStyle1-layout > div form input::-moz-placeholder {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  font-family: "OpenSans";
}
.serviceStyle1-layout > div form input::-ms-input-placeholder {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  font-family: "OpenSans";
}
.serviceStyle1-layout > div form button {
  position: absolute;
  bottom: -20px;
  border-radius: 30px;
  padding: 10px 40px;
  color: #ef900c;
  background: var(--white-color);
  border: none;
  left: 46%;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.serviceStyle1-layout > div form button:hover {
  background: var(--light-blue-color);
  color: var(--white-color);
}
.serviceStyle1-layout > div form button:hover > a {
  color: var(--white-color);
}
.aboutStyle-layout {
  position: relative;
  margin: 60px auto;
}
.aboutStyle-layout h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.aboutStyle-layout ul {
  position: relative;
}
.aboutStyle-layout ul li {
  position: relative;
  padding-left: 20px;
}
.aboutStyle-layout ul li h4 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.aboutStyle-layout ul li p {
  margin: 0;
}
.aboutStyle-layout ul li::before {
  position: absolute;
  content: "●";
  left: 0;
  color: var(--yellow-color);
}
.aboutStyle-layout .bannerBtn {
  margin: 20px 0;
  display: block;
  color: #111 !important;
}
.aboutStyle-layout .bannerBtn::before {
  background: var(--yellow-color);
}

@media screen and (min-width: 1081px) {
  .aboutStyle-layout .container {
    display: grid;
    grid-template-columns: 40% 58%;
    justify-content: space-between;
  }
  .aboutStyle-layout h3 {
    font-size: 2rem;
  }
  .aboutStyle-layout .imgItem {
    position: relative;
  }
  .aboutStyle-layout .imgItem > div {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: 2;
  }
  .aboutStyle-layout .imgItem > div img {
    height: 100%;
    max-width: unset;
    width: auto;
    z-index: 2;
  }
}
@media screen and (max-width: 1280px) {
  .aboutStyle-layout .imgItem > div {
    width: 400px;
    height: 400px;
  }
}
.aboutStyle1-layout {
  position: relative;
  background-image: url("../images/aboutStyle1bg.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: top;
  padding-top: 80px;
  padding-bottom: 60px;
  color: #111;
}
.aboutStyle1-layout h3 {
  text-transform: uppercase;
  font-size: 1.4rem;
}
.aboutStyle1-layout ul {
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.aboutStyle1-layout ul li {
  position: relative;
  padding-left: 100px;
  margin: 20px 20px 20px 0;
  width: 40%;
}
.aboutStyle1-layout ul li strong {
  font-family: "AILERONBOLD";
  font-size: 1.4em;
}
.aboutStyle1-layout ul li::before {
  position: absolute;
  content: "\e9e1";
  font-family: icomoon;
  left: 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 2.2rem;
  color: #111;
  border: 1px solid var(--black-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutStyle1-layout ul li:nth-child(2)::before {
  content: "\e9e2";
}
.aboutStyle1-layout ul li:nth-child(3)::before {
  content: "\e9e0";
}
.aboutStyle1-layout ul li:nth-child(4)::before {
  content: "\e9e3";
}

@media screen and (min-width: 1081px) {
  .aboutStyle1-layout h3 {
    font-size: 2.4rem;
  }
}

.newsBg:before {
  position: absolute;
  transform: translateY(50%);
  width: 100%;
  height: 100%;
  content: "";
  background: url("../../upload/image/weare-pic2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.arrow-title {
  position: relative;
  padding-left: 30px;
}
.arrow-title::before {
  position: absolute;
  content: "";
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/arrow1.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 5px;
}

.productStyle-layout {
  position: relative;
}

.tagList {
  position: relative;
}
.tagList li {
  position: relative;
  float: left;
  padding: 6px 20px;
  border-radius: 6px;
  background: rgba(200, 200, 200, 0.6);
  margin-right: 10px;
  transition: all ease-in-out 0.4s;
}
.tagList li a {
  position: relative;
  color: var(--black-color) !important;
}
.tagList li:hover {
  background: var(--yellow-color);
}
.tagList:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.product-style1 {
  position: relative;
  margin: 40px auto;
}
.product-style1 li {
  position: relative;
  background: #ffc107;
  margin: 20px 0;
}
.product-style1 li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px 120px 30px;
  color: var(--black-color) !important;
  height: 100%;
}
.product-style1 li h4 {
  position: relative;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  background: #1a5b0d;
  color: var(--white-color);
  padding: 25px 20px;
  margin-top: 0;
  box-shadow: 10px 6px 4px 4px #151515;
}
.product-style1 li:nth-child(1) h4 {
  background: url("../images/product-pic1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.product-style1 li:nth-child(2) h4 {
  background: url("../images/product-pic2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.product-style1 li:nth-child(3) h4 {
  background: url("../images/product-pic3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.product-style1 li:nth-child(4) h4 {
  background: url("../images/product-pic4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
}
.product-style1 li .bannerBtn {
  position: absolute !important;
  bottom: 20px;
  right: 30px;
}
.product-style1 li .bannerBtn::before {
  background: var(--orange-color);
}
.product-style1 li:nth-child(2) {
  background: #f6a5a0;
}
.product-style1 li:nth-child(3) {
  background: #00bcd4;
}
.product-style1 li:nth-child(4) {
  background: #ffeb3b;
}

@media screen and (min-width: 1081px) {
  .product-style1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
  }
}
.quick-list {
  position: relative;
}
.quick-list li {
  position: relative;
}
.quick-list li a {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  transition: all ease-in-out 0.4s;
}
.quick-list li a span {
  margin-right: 6px;
}

.side-search {
  position: relative;
  border: 1px solid var(--light-blue-color);
  border-radius: 4px;
  display: flex;
}
.side-search input {
  border: none;
  outline: none;
  background: none;
  border-radius: 4px;
  padding: 16px 20px;
  width: 100%;
}
.side-search input:-internal-autofill-selected {
  background: none;
}
.side-search button {
  border: none;
  width: 30px;
  background: none;
  color: var(--light-blue-color);
}

.pcTable-detail {
  position: relative;
}
.pcTable-detail tr td:first-child {
  font-weight: bold;
  white-space: nowrap;
  color: var(--Green-color);
  width: 220px;
  background: #f9f9f9;
}
.pcTable-detail tr td:last-child {
  word-break: break-word;
}

.side-inquiry {
  position: relative;
  margin-top: 30px;
  border-radius: 4px;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white-color);
  background: url("../images/sideBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.side-inquiry span {
  font-size: 4rem;
  color: var(--white-color);
}

.side-inquiryBtn {
  position: relative;
  display: block;
  padding: 10px 30px;
  background: var(--yellow-color);
  color: var(--white-color);
  border-radius: 4px;
  margin-top: 20px;
}
.side-inquiryBtn:hover{
  color: var(--white-color);
  background: var(--light-green-color);
}

.related-list {
  position: relative;
  margin-bottom: 0;
}
.related-list li {
  position: relative;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0);
  transition: all ease-in-out 0.4s;
  align-content: center;
}
.related-list li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  color: var(--Green-color);
  justify-content: center;
}
.related-list li a:hover{
  color: #222;
}
.related-list li p{
  width: 100%;
  margin-bottom: 10px;
}
.related-list li p:first-child{
  font-size: 18px;
  font-weight: bold;
  word-break: break-word;
}
.related-list li .new-nuka-btn {
  background: var(--yellow-color);
  border-radius: 4px;
  border: none;
  width: 120px;
  padding: 4px 5px;
  height: auto;
  font-size: .92em;

}

.related-list li:hover {
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
}

.inquiry-title {
  position: relative;
  font-size: 1.8rem;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--light-blue-color);
}

@media screen and (min-width: 1081px) {
  .related-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 32%);
    justify-content: space-between;
  }

  .inquiry-title {
    font-size: 2.8rem;
  }
}

.newBtn4 {
  position: relative;
  padding: 5px 15px;
  font-size: .95em;
  border-radius: 40px;
  background: var(--yellow-color);
  border: 1px solid var(--yellow-color);
  color: var(--white-color);
  transition: all ease-in-out 0.4s;
}
.newBtn4:hover {
  background: transparent;
  color: var(--light-green-color);
  border: 1px solid var(--light-green-color);
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal.modal-show {
  display: flex;
}
.modal .modal-close {
  position: absolute;
  right: 1em;
  top: 0.5em;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.modal .modal-close:hover {
  color: #ef2727;
}
.modal .modal-content {
  position: relative;
  width: 60%;
  min-width: 600px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em;
  animation: flipInY 1s 0.2s ease both;
}

@keyframes flipInY {
  0% {
    transform: perspective(1500px) rotateY(1deg);
    opacity: 0;
  }
  40% {
    transform: perspective(1500px) rotateY(-1deg);
  }
  70% {
    transform: perspective(1500px) rotateY(1deg);
  }
  100% {
    transform: perspective(1500px) rotateY(0deg);
    opacity: 1;
  }
}

.qc-data a {
  display: block;
  margin-bottom: 15px;
  padding: 8px 10px;
  background: #e4edf5;
  border-radius: 5px;
  text-align: center;
  position: relative;
  transition: all ease .4s;
  border: 1px solid transparent;
  font-weight: bold;
}

.qc-data a:hover,.qc-data a:focus {
  border: 1px solid #a9c3db;
  background: none;
  color: #428bca;
  cursor: pointer;
}

.qc-data a:before {
  content: "\e97a";
  font-family: 'icomoon';
  font-weight: normal;
  font-size: 1.2em;
  vertical-align: middle;
  margin-right: 5px;
}

.search-list{
  margin-bottom: 25px;
}

@media(min-width: 992px) {
  .search-list{
    grid-gap: 4px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media(max-width: 992px){
  .search-list a{
    margin-bottom: 10px;
  }
}
.search-list a,.search-list span{
  display: block;
  align-content: center;
  padding: 5px 10px;
  background: linear-gradient(to right, #edf6f7, #f9f9f9);
  transition: all ease .4s;
  min-height: 50px;
  line-height: 1.35em;
  font-weight: bold;
}

.search-list a:hover{
  transform: scale(1.03);
  background: linear-gradient(to right, rgba(248, 227, 201, 0.9), rgba(229, 246, 228, 0.5));
}

@media(min-width: 768px) {
  .contact-box {
    grid-gap: 0;
  }

  .contact-box>div {
    border-right: 1px solid #ddd;
  }

  .contact-box>div:nth-child(3n+3) {
    border-right: none;
  }
}
.contact-box .small-title {
  border-bottom: 1px solid #ddd;
  padding-left: 10px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
}

.contact-box ul>li>strong {
  display: block;
  margin-bottom: 10px;
  font-weight: 700
}

.contact-box ul>li {
  position: relative;
  padding: 0 15px 15px 10px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px
}

