/***==================================================================== Table Css style ====================================================================***/
table {
  border-collapse: collapse;
  margin: 0.6em 0;
  width: 100%;
  border: 1px solid #ddd;
}

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 th {
  background: var(--main-color);
  color: #fff;
}
table th a {
  color: #f49e2c;
}
table th a[href]:hover {
  color: var(--white-color);
}
table tr td {
  background: #fff;
  color: #444;
}

table tr td a {
  text-decoration: none;
}

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;
}
.border-table td {
  border: 1px solid rgba(21, 21, 21, 0.1) !important;
}
/*******************************************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;
  }
}
.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: -10px;
  color: var(--main-dark-color);
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: var(--main-dark-color);
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #3d3d3d;
}

.breadcrumb > li > a {
  color: var(--main-dark-color) !important;
}

.breadcrumb > li > a:hover {
  color: var(--orange-color) !important;
}

.breadcrumb > li:last-child {
  color: var(--main-dark-color);
}

/*******************************************breadcrumb***************************************************/
/**********************************************nomain***************************************************/
.nomain-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 42vh;
  min-height: 280px;
  max-height: 350px;

  background-image: url(../images/serbg.jpg);
  background: -webkit-image-set(url(../images/serbg.webp) 1x, url(../images/serbg-min.webp) 2x, url(../images/serbg-min.webp) 3x);
  background: image-set(url(../images/serbg.webp) 1x, url(../images/serbg-min.webp) 2x, url(../images/serbg-min.webp) 3x);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

@media screen and (max-width: 1080px) {
  .nomain-banner {
    height: 50vh;
  }
  .nomain-banner > img {
    height: 100%;
    max-width: initial;
  }
  .nomain-banner .nomain-back {
    padding: 20px;
  }
}
.nomain-banner-img {
  position: relative;
  width: 100%;
}

.nomain-banner-img > img {
  vertical-align: top;
}

.nomain-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--main-dark-color);
}
.nomain-back .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  align-items: center;
}
.nomain-back .container .breadcrumb {
  width: 100%;
}
.nomain-back .banner-title {
  color: var(--main-dark-color);
  font-family: "arial";
  font-weight: bold;
  word-break: break-word;
}

@media screen and (min-width: 1081px) {
  .nomain-banner > img {
    width: 100%;
  }
  .nomain-back .banner-title {
    display: block;
    font-size: 2em;
    line-height: 1.2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
  }

  /*  .nomain-back p {
    font-size: 1.2em; }*/
  .nomain-back .container {
    bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1080px) {
  .nomain-back .banner-title {
    font-size: 1.5em;
    width: 90%;
  }
}
.nomain-content {
  position: relative;
  margin: 50px auto;
}

@media screen and (min-width: 1081px) {
  .nomain-content h1 {
    line-height: 1.3em;
    font-size: 2rem;
    padding-right: 185px;
  }
}
/*******************************************************contact************************************************************/
/****************************************inquiryForm*******************************************/
.inquiry-form {
  position: relative;
  width: 100%;
}

.inquiry-form > div {
  position: relative;
}

.inquiry-form img {
  height: 42px;
  position: absolute;
  right: 0;
  top: 35px;
  border: 1px solid #ddd;
  width: 120px;
}

.inquiry-form .checkright {
  position: absolute;
  right: 170px;
  bottom: 22%;
}
.inquiry-form .checkerror {
  position: absolute;
  right: 170px;
  bottom: 22%;
}
@media screen and (max-width: 1080px) {
  .inquiry-form .verifycoderefresh {
    left: auto !important;
    right: 10px !important;
    height: 40px !important;
    bottom: 3px !important;
  }
  .inquiry-form .checkright {
    right: 180px;
  }
  .inquiry-form .checkerror {
    right: 180px;
  }
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
  position: relative;
  padding: 10px 15px;
  outline: none;
  border: 1px solid rgba(18, 18, 18, 0.2);
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "SOURCESANSPROREGULAR_0";
  font-size: 1em;
}
.inquiry-form label {
  display: inline-block;
  margin-bottom: 8px;
  padding-left: 10px;
}
.inquiry-form button {
  position: relative;
  width: max-content;
  height: auto;
  cursor: pointer;
  padding: 13px 80px;
  border: none;
  color: var(--white-color) !important;
  background: linear-gradient(to right, #afc080, #c1cb7a);
  margin-top: 10px;
}
.inquiry-form button::before {
  background-color: var(--main-dark-color);
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "SOURCESANSPROREGULAR_0";
}

.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "SOURCESANSPROREGULAR_0";
}

.inquiry-form input::-ms-input-placeholder,
.inquiry-form textarea::-ms-input-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "SOURCESANSPROREGULAR_0";
}

/****************************************inquiryForm*******************************************/

.contactForm .inquiry-form {
  margin: 20px 0;
}
.contactForm .centerTitle {
  font-size: 1.6em;
}

@media screen and (min-width: 1081px) {
  .contactForm .centerTitle {
    font-size: 2em;
  }
}
.nomain-contact {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.contact-list {
  position: relative;
  width: 100%;
}
.contact-list li {
  position: relative;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-list li:nth-child(1) {
  border: 1px solid rgba(233, 233, 233, 0);
}

.left.contact-list li {
  border-left: 1px solid rgba(21, 21, 21, 0);
}
.left.contact-list li:last-child {
  border-right: 1px solid rgba(233, 233, 233, 0);
}

.right.contact-list li {
  border-left: 1px solid rgba(21, 21, 21, 0);
  border-right: 1px solid rgba(21, 21, 21, 0);
}

@media screen and (min-width: 1081px) {
  .nomain-contact {
    display: grid;
    grid-template-columns: repeat(auto-fill, 50%);
  }
}
.contact-address,
.contact-phone,
.contact-email,
.contact-fax {
  padding-left: 60px !important;
}
.contact-address::before,
.contact-phone::before,
.contact-email::before,
.contact-fax::before {
  position: absolute;
  content: "\e9c4";
  font-family: icomoon !important;
  left: 15px;
  font-size: 2rem;
  color: #8c8c8c;
}

.contact-phone::before {
  content: "\e9cd";
}

.contact-email::before {
  content: "\e9c7";
}

.contact-fax::before {
  content: "\e9c9";
}

/*******************************************************contact************************************************************/
.centerTitle {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "EUROSANSPROBOLD";

  position: relative;
  width: max-content;
  padding-top: 20px;
}
.centerTitle::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--orange-color);
  top: 0;
}

.pc-first {
  position: relative;
  --box: rgba(160, 160, 160, 0);
}
.pc-first li {
  border: 1px solid #e9e9e9;
  box-shadow: 1px 0 20px var(--box);
  -webkit-border-radius: 0 40px 0 40px;
  -moz-border-radius: 0 40px 0 40px;
  border-radius: 0 40px 0 40px;
  margin: 20px 0;
  -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;
  overflow: hidden;
}
.pc-first li a {
  padding: 20px;
  display: block;
  color: #444;
}
.pc-first li a img {
  border-radius: 8px;
}
.pc-first li a div {
  margin-right: 10px;
}
.pc-first li:hover {
  --box: rgba(160, 160, 160, 1);
  box-shadow: 1px 0 20px var(--box);
}
.pc-first li p {
  color: #787878;
  font-weight: bold;
}

@media screen and (min-width: 1081px) {
  .pc-first {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .pc-first h4 {
    font-size: 1.3rem;
    margin: 1rem 0;
  }
  .pc-first li a {
    display: flex;
    align-items: center;
  }
  .pc-first li {
    width: 48%;
  }
}
.pc-second {
  position: relative;
  background: #f5f8ff;
  padding: 40px;
  margin: 60px auto;
}

@media screen and (min-width: 1081px) {
  .pc-second {
    display: grid;
    grid-template-columns: 65% 30%;
    justify-content: space-between;
    align-items: center;
  }
}
.gridrow-layout {
  position: relative;
}

@media screen and (min-width: 1081px) {
  .gridrow-layout {
    display: grid;
    grid-template-columns: 68% 28%;
    place-content: space-between;
  }
}
@media screen and (min-width: 1441px) {
  .gridrow-layout {
    grid-template-columns: 68% 25%;
    place-content: space-between;
  }
}
/**************************************************************side-navi*******************************************************************/
.side-navi-block {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(200, 200, 200, 0.3);
  overflow: hidden;
}

.title-side {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "EUROSANSPROBOLD";

  position: relative;
  padding-top: 0;
  font-weight: 100;
  margin-top: 0;
  padding: 15px 20px;
}
.title-side::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--main-color);
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 1081px) {
  .title-side {
    font-size: 1.4em;
  }
}
.side-navi {
  position: relative;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.side-navi > li {
  position: relative;
  margin: 10px 0;
}
.side-navi > li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

.side-navi > li > a {
  position: relative;
  padding: 5px 10px;
  padding-right: 30px;
  color: var(--black-color);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* line-height: 20px;*/
  width: 100%;
}

.side-navi > li span {
  position: absolute;
  color: #7d7b7b;
  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(--main-color);
}

.side-navi > li > ul li a {
  position: relative;
  color: #3d3d3d;
  padding: 10px;
  /*background:rgba(212,212,212,1);*/
  display: block;
  line-height: 24px;
  padding-right: 20px;
}

.side-navi > li > ul li a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  left: 0;
  top: 20%;
  background: var(--borderLeft);
}

.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);
}

.side-navi-block .inquiry-form {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 20px;
  overflow: hidden;
}

/**************************************************************side-navi*******************************************************************/
.side-content {
  background: url("../images/side-bg1.jpg") bottom no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--main-dark-color);
  padding: 40px 20px;
  text-align: center;
  position: relative;
  margin: 60px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
}
.side-content:before,
.side-content2:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
  border-radius: 10px;
  transition: all ease 0.4s;
  backdrop-filter: blur(2px);
}
.side-content:hover:before,
.side-content2:hover:before {
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.7);
}
.side-content:hover,
.side-content2:hover {
  color: var(--main-dark-color);
}
.side-content h4 {
  font-size: 1.2rem;
  margin: 10px 0;
}
.side-content .new-nuka-btn {
  margin-top: 10px;
  border: 1px solid var(--orange-color);
  color: var(--white-color);
  background: var(--orange-color);
  margin-bottom: 15px;
}
.side-content .new-nuka-btn:hover {
  color: var(--orange-color);
}

.side-content img {
  height: auto;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: 15px;
}

.side-content2 {
  background: url(../images/side-bg2.jpg) no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--main-dark-color);
  padding: 20px 10px 60px 10px;
  text-align: center;
  position: relative;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
}
.side-content2 .titleh3 {
  display: block;
  font-size: 1.2em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "EUROSANSPROBOLD";
  margin-top: 20px;
  padding-top: 0;
  margin-bottom: 15px;
}
.side-content2 .title {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;

  font-family: "EUROSANSPROBOLD";
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.side-content2 .side-content2Text {
  width: 80%;
  background: #fff;
  color: var(--orange-color);
  margin: 5px 0;
  padding: 5px !important;
}
.side-content2 .new-nuka-btn {
  margin-top: 20px;
  border: 1px solid var(--yellow-color);
  color: var(--white-color);
  background: var(--yellow-color);
}
.side-content2 .new-nuka-btn:hover {
  color: var(--yellow-color);
}

.list-prc {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 0 20px;
  line-height: 1.45em;
}
.list-prc li {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  --colorborder: rgba(100, 100, 100, 0.5);
  --color: var(--main-dark-color);
  --top: translate3d(20px, -65px, 0);
  --after: translateX(60px);
  border: 1px solid var(--colorborder);
  margin: 10px 0;
  overflow: hidden;
  display: flex;
  align-items: 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;
}
.list-prc li a {
  color: var(--color) !important;
  -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;
  display: block;
  padding: 10px 15px;
  width: 100%;
  line-height: 1.45em;
}
.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 #4a870d;
  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(--main-color);
  --color: var(--white-color) !important;
  --top: translate3d(20px, -25px, 0);
  --after: translateX(25px);
  background: var(--main-color);
}

.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;
}

.ServiceShowrightPic {
  float: right;
  margin-left: 20px !important;
  padding-bottom: 5px !important;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.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-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (min-width: 769px) and (max-width: 1279px) {
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .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 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .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;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ollist {
  padding: 0px 0px 10px 19px;
  margin: 0px;
}

.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;
  }
}
.related-layout {
  position: relative;
  display: none;
}
.relatedTitle {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "EUROSANSPROBOLD";
  font-size: 1.4rem;
  position: relative;

  padding-left: 10px;
}
.relatedTitle::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--orange-color);
}

.related-list {
  position: relative;
}
.related-list li {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  --bg: rgba(21, 21, 21, 0.4);
  margin-bottom: 20px;
}
.related-list li a {
  color: var(--white-color) !important;
}
.related-list li img {
  vertical-align: top;
  width: 100%;
  display: block;
}
.related-list li p {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--bg);
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  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;
}
.related-list li:hover {
  --bg: rgba(21, 21, 21, 0.2);
}

@media screen and (min-width: 1081px) {
  .related-list {
    display: flex;
    flex-flow: wrap;
  }
  .related-list li {
    width: 31%;
    margin-right: 20px;
  }
}
.pcDetail-title {
  display: flex;
  align-items: center;
}
.pcDetail-title h1 {
  margin-bottom: 0;
  margin-top: 0;
}
.pcDetail-title p {
  margin-left: 10px;
  font-size: 1.2em;
}

.inquiry-notic {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
  color: #ef2727;
  margin: 20px 0 !important;
}

.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(--main-color);
  background: var(--main-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(--main-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-bottom: 20px;
  display: flex;
}

.cpDetail-table {
  margin: 30px 0 30px 0;
}
.cpDetail-table tbody td {
  border: 1px solid #eaeaea;
  word-break: break-word;
}
.cpDetail-table tbody td:first-child {
  white-space: nowrap;
  background: #f3f6f8;
  /*    background: #189DB8!important;*/
  /* color:#fff;*/
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cpDetail-table tbody td {
    display: block;
    border: none;
  }
}
/*****************************************************slideHorizontal**************************************************************/
.slideHorizontal {
  position: relative;
  margin: 30px -50px;
  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;
  cursor: pointer;
}

.slideHorizontal .operateLeft {
  left: 20px;
}

.slideHorizontal .operateRight {
  right: 20px;
}

.slideHorizontal .border_ {
  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(--main-color);
  --hcolor: var(--main-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 p {
  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;
  word-break: break-word;
}
.categoriesDeatil li:hover {
  --borderBack: var(--main-color);
  --shadow: rgba(233, 233, 233, 1);
  --hcolor: var(--main-color);
}
.categoriesDeatil li .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@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(--main-color);
  border-bottom: 2px solid var(--main-color);
  background: none;
  white-space: nowrap;
  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;
}

@media screen and (min-width: 1081px) {
  .cp-table td:nth-child(4) {
    text-align: center;
  }
}
.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;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid var(--main-color);
  color: var(--main-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(--main-color);
  color: var(--white-color);
}

.side-feature {
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 0 20px rgba(120, 120, 120, 0.2);
  padding: 20px;
  margin: 30px 0;
}
.side-feature h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.icon-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.icon-list li {
  position: relative;
  width: 45%;
  margin: 8px 0;
}
.icon-list li img {
  width: 100%;
}
.main-five .icon-list li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .icon-list li {
    width: 100%;
  }
  .main-five .icon-list li {
    width: 100%;
  }
}
.resource-first {
  position: relative;
}
.resource-first img {
  transition: all ease-in-out 0.4s;
}
.resource-first .left {
  position: relative;
  /*    background-image: url(../images/resource-firstBg.jpg);
      background: -webkit-image-set(url(../images/resource-firstBg.webp) 1x);
      background: image-set(url(../images/resource-firstBg.webp) 1x);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.resource-first .left img {
  vertical-align: top;
  height: 100%;
  max-width: initial;
}
.resource-first .left div {
  left: 0;
  top: 0;
  background: rgba(250, 250, 250, 0.5);
  padding: 20px;
  height: 100%;
}
.resource-first .right {
  background: rgba(222, 222, 222, 0.5);
  overflow: hidden;
}
.resource-first .right div {
  padding: 20px;
  z-index: -1;
}
.resource-first a {
  color: var(--black-color);
}
.resource-first a:hover h3 {
  color: var(--orange-color);
}
.resource-first a:hover img {
  transform: scale3d(1.02, 1.01, 1);
}

@media screen and (min-width: 1081px) {
  .resource-first {
    display: grid;
    grid-template-columns: 60% 36%;
    justify-content: space-between;
  }
  .resource-first .left div {
    position: absolute;
    width: 100%;
    height: calc(100% - 173px);
    top: 173px;
  }
}
.resource-list {
  position: relative;
  margin: 60px 0;
}
.resource-list li {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -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;
  --scal: scale3d(1, 1, 1);
}
.resource-list li .resource-listImg {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 180px;
}
.resource-list li .resource-listImg 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: var(--scal);
  -moz-transform: var(--scal);
  -ms-transform: var(--scal);
  -o-transform: var(--scal);
  transform: var(--scal);
}
.resource-list li:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  --scal: scale3d(1.1, 1.1, 1);
}
.resource-list li a {
  display: block;
  height: 100%;
  -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;
  background: rgba(250, 250, 250, 0.9);
  color: var(--black-color);
  padding-bottom: 40px;
}
.resource-list li a .resource-listMes {
  padding: 10px;
}
.resource-list li h4 {
  margin: 5px 0;
  font-size: 1.2rem;
  height: 60px;
}
.resource-list li .btn {
  position: absolute;
  bottom: 20px;
  color: var(--main-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;
  font-weight: bold;
}
.resource-list li .btn:hover {
  color: var(--orange-color);
}

@media screen and (min-width: 1081px) {
  .resource-list {
    display: flex;
    justify-content: space-between;
  }
  .resource-list li {
    width: 24%;
  }
}
.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));
  border-radius: 8px;
  aspect-ratio: 1.544;
  object-fit: cover;
}
.resource-detailList li:hover {
  --ml: -4px;
  --color: var(--orange-color);
}

@media screen and (min-width: 1081px) {
  .resource-detailList {
    display: grid;
    grid-template-columns: repeat(auto-fill, 23%);
    /*    flex-flow: wrap;*/
    justify-content: space-between;
  }
  /*    .resource-detailList li {
      width: 23%; }*/
  .resource-detailList li p {
    font-size: 1.1rem;
    font-weight: bold;
  }
}
.pcList {
  position: relative;
  margin: 30px 0;
}
.pcList li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pcList li span {
  font-size: 3.4rem;
  color: var(--yellow-color);
}
.pcList li .title,
.pcList2 li .title,
.pcLayout1 .pc-title {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "SOURCESANSPROBOLD_0";
  margin: 5px 0;
}

@media screen and (min-width: 1081px) {
  .pcList {
    display: flex;
    justify-content: space-between;
  }
  .pcList li {
    width: 23%;
  }
}
.pcLayout1 {
  margin: 60px 0;
  background: rgba(240, 240, 240, 0.5);
  padding: 20px 10px;
}
.pcLayout1 .pc-title {
  margin: 10px 0 0 0;
}

.pcList1 {
  position: relative;
  padding: 10px;
}
.pcList1 li {
  position: relative;
  margin: 20px 0;
  box-shadow: 1px 0 20px rgba(121, 121, 121, 0.2);
  padding: 10px;
  text-align: center;
}
.pcList1 li a {
  display: block;
}

@media screen and (min-width: 1081px) {
  .pcList1 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .pcList1 li {
    width: 32%;
  }
}
.pcList2 {
  position: relative;
  width: 100%;
}
.pcList2 li {
  position: relative;
  margin: 10px 0;
}
.pcList2 li .title {
  font-weight: 100;
}
.pcList2 li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--black-color);
}

@media screen and (min-width: 1081px) {
  .pcList2 {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 31%);
  }
  .pcList2 li .title {
    font-size: 1.1rem;
    margin: 10px 0;
  }
  .pcList2 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;
  }
  .pcList2 li:hover img {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.pcLayout2 {
  position: relative;
  margin: 60px 0;
}

.nomain-card {
  margin: 60px 0;
}

.nomain-card-header {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(121, 121, 121, 0.5);
}

@media screen and (max-width: 1080px) {
  .nomain-card-header {
    display: none;
  }
  .nomain-card-header > li {
    width: 100%;
  }
}
@media screen and (min-width: 1081px) {
  .nomain-card-header > li {
    width: 30%;
  }
}
.nomain-card-header > li {
  position: relative;
  padding: 6px 20px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  color: gainsboro;
  width: max-content;
  font-size: 1.2em;
  border: 1px solid rgba(121, 121, 121, 0.5);
  border-bottom: none;
  background: rgba(121, 121, 121, 0.8);
}

.nomain-card-current {
  color: var(--main-color) !important;
  background: var(--white-color) !important;
  font-weight: bold;
}
.nomain-card-current::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--white-color);
}

.nomain-card h3 {
  font-size: 18px;
}
@media screen and (min-width: 1081px) {
  .nomain-card-cont {
    display: none;
  }
  .nomain-card-cont h4 {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
.nomain-card-cont {
  margin-top: 30px;
}
.nomain-card-cont .icon-star {
  color: var(--yellow-color);
}

.nomain-card-cont .new-nuka-btn {
  margin-top: 20px;
}

.pcinquiry {
  position: relative;
  font-size: 3rem;
}

.pc-title {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "EUROSANSPROBOLD";

  margin-top: 80px;
  text-align: center;
}

@media screen and (min-width: 1081px) {
  .pc-title {
    font-size: 2rem;
  }
}
.pcinquiryList {
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.pcinquiryList li {
  width: 60px;
}
.pcinquiryList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.pcinquiryList li span {
  font-size: 3rem;
}

.Reviews {
  position: relative;
  width: 100%;
}
.Reviews input {
  border: none;
  background: lightgray;
  padding: 10px 20px;
  outline: none;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.Reviews button {
  position: relative;
  cursor: pointer;
}

/****************************************card*******************************************/
/*.careers-box {
  position: relative;
  margin: 20px 0; }

.nav-tabs {
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(21, 21, 21, 0.2); }

.liCurrent {
  position: absolute !important;
  content: '';
  height: 4px;
  background: var(--main-color);
  left: 0;
  padding: 0 !important;
  z-index: -1 !important;
  bottom: -2px; }

.nav-tabs > li {
  position: relative;
  padding: 5px 10px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  --borderColor:rgba(222,222,222,1);
  cursor: pointer;
  font-size: 1.2rem;
  font-family: "SegoeProSemibold";
  text-align: center;
  color: rgba(21, 21, 21, 0.5);
  z-index: 1; }

.nav-tabs > li:first-child {
  padding-left: 0; }

.nav-tabs > li.active {
  color: var(--black-color); }

.tab-pane {
  position: relative;
  display: none; }

.tab-pane.active {
  display: block; }*/

/****************************************card*******************************************/

.table-title {
  font-size: 1.2em;
  width: max-content;
  padding: 5px 10px;
  color: var(--main-color);
}
@media screen and (min-width: 1081px) {
  .table-title {
    display: none;
  }
}

.rowImg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.rowImg img {
  margin-top: 10px;
}
.rowImg p a[href] {
  color: var(--yellow-color);
  transition: all ease-in-out 0.4s;
}

.rowImg h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.rowImg h4 a[href] {
  color: var(--main-color);
  transition: all ease-in-out 0.4s;
}
.rowImg h4 a[href]:hover {
  color: var(--yellow-color);
}

.title-h3-disc,
.title-h3 {
  position: relative;
  display: block;
  font-size: 1.27em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  font-family: "EUROSANSPROBOLD";
}

.title-h3-disc {
  padding-left: 1em;
  padding-bottom: 0.1em;
  margin-bottom: 0.1em;
}

.title-h3-disc::before {
  position: absolute;
  content: "●";
  left: 0;
  font-size: 0.8rem;
}

.layout-left {
  position: relative;
}

.pcDetail-row {
  position: relative;
}
.pcDetail-row > div {
  position: relative;
}
.pcDetail-row > div:last-child {
  border: 1px solid rgba(21, 21, 21, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pcDetail-row > div:last-child img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  max-width: max-content;
  max-height: max-content;
}
.pcDetail-row > div .cpDetail-table {
  margin: 0;
}

@media screen and (min-width: 1081px) {
  .pcDetail-row {
    display: grid;
    grid-template-columns: 55% 42%;
    justify-content: space-between;
  }
}

.cpDetail-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, 48%);
  justify-content: space-between;
  padding-bottom: 1em;
  row-gap: 1em;
}
@media screen and (min-width: 769px) {
  .cpDetail-list {
    grid-template-columns: repeat(auto-fill, 23%);
  }
}
.cpDetail-list > li {
  position: relative;
  padding-left: 3em;
  --icon: url(../images/product-detail-icon1.png);
}
.cpDetail-list > li::before {
  position: absolute;
  left: 0;
  content: "";
  width: 2em;
  aspect-ratio: 1;
  background-color: var(--main-color);
  background-image: var(--icon);
  background-size: 60%;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 0.1em;
}

.cpDetail-title {
  position: relative;
  color: var(--main-color);
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}

#search-table select.form-control {
  height: auto;
}
.addCart-btn[disabled] {
  cursor: not-allowed;
}

.row-list {
  position: relative;
  --child-width: 32%;
}

@media screen and (min-width: 768px) {
  .row-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--child-width));
    justify-content: space-between;
  }
}

.table-bordered {
  position: relative;
}
.table-bordered th {
  background-color: var(--main-color);
  color: var(--white-color);
  text-align: center;
  white-space: nowrap;
}
.table-bordered tbody td {
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.table-bordered tr {
  --white-space: unset;
}
.table-bordered tr td {
  white-space: var(--white-space);
}
table tr.sticky {
  position: sticky;
  top: 0;
}

.overflow-y {
  overflow-y: auto !important;
}

.newStyle-title {
  position: relative;
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 0.3em 0.5em;
  border-radius: 4px;
}

.table-order {
  margin: 30px 0;
}

.table-order th,
#basketTable th {
  background: none;
}
.table-order > thead,
#basketTable > thead {
  background: linear-gradient(to right, rgba(168, 183, 82, 1), rgba(130, 171, 40, 0.94));
}
.product-box .addtobasket {
  clear: both;
  color: #fff !important;
  background-color: var(--main-color);
  border: var(--main-color) solid 2px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.05s;
  padding: 5px 20px 5px 40px;
  /*    justify-content: center;
      align-items: center;*/
  border-radius: 40px;
  line-height: 24px;
  margin-top: 30px;
}

.product-box .addtobasket::before {
  position: absolute;
  left: 20px;
  content: "\f07a";
  font-family: FontAwesome;
}

.product-box .addtobasket:hover {
  background-color: var(--white-color);
  color: var(--main-color) !important;
}

.basket-table {
  position: relative;
}

.Checkout-box input[type="text"],
.Checkout-box input[type="email"] {
  outline: none;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
}
.info-box .row > div {
  margin-top: 1em;
}

.related_title {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.text-right {
  text-align: right;
}

.table-order {
  position: relative;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .table-order {
    border: none;
  }
  .table-order thead,
  table[adaptive] thead {
    display: none;
  }
  .table-order tbody tr > td:first-child {
    display: none;
  }
  .table-order tbody tr td,
  table[adaptive] tbody tr td {
    display: flex;
    justify-content: space-between;
    border: none;
    gap: 1em;
    text-align: right;
  }
  .table-order tbody tr td:last-child,
  table[adaptive] tbody tr td:last-child {
    padding-bottom: 1em;
  }
  .table-order tbody tr td::before,
  table[adaptive] tbody tr td::before {
    content: attr(min-tag);
    font-weight: bold;
    display: inline-block;
  }
  table[adaptive] tbody tr {
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  }
  .table-order tbody tr td .selectCount {
    display: inline-flex;
  }
}
.tabs {
  position: relative;
  margin: 1em 0;
}
.tabs .tab {
  position: relative;
  background-color: #f3f8fe;
}
.tabs .tab > li {
  position: relative;
  padding: 0.5em 1em;
  color: #222;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.tabs .tab > li.active {
  color: #fff !important;
}
.tabs .tab > li:hover {
  color: var(--main-color);
}
.tabs .tab > li.tab-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  background-color: var(--main-color) !important;
}
.tabs .tabs-content {
  position: relative;
  display: none;
  padding-top: 1em;
}

@media screen and (min-width: 1081px) {
  .tabs .tab {
    display: flex;
    justify-content: space-between;
  }
}
.new-title {
  border-left: 6px solid var(--main-color);
  padding-left: 1em;
  color: var(--main-color);
  background-color: rgba(21, 21, 21, 0.1);
  font-size: 1.1em;
  font-weight: bold;
  margin: 2em 0 1em 0;
}
.new-title::after {
  position: absolute;
  content: "\e986";
  right: 0.5em;
  font-family: "icomoon";
  color: #f49e2c;
  transform: rotateZ(180deg);
  font-size: 1.3em;
}

ul[anchorListNew] {
  position: sticky;
  width: 100%;
  top: 61px;
  z-index: 10;
  margin: 2em 0 2em 0;
  width: 100%;
  border-radius: 2px;
  --child-width: 19.8%;
  background-color: var(--white-color);
}
ul[anchorListNew] > li {
  position: relative;
  padding: 0.5em 1em;
  color: var(--white-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.4s;
  background-color: var(--main-color);
  cursor: pointer;
}
ul[anchorListNew] > li:hover {
  color: #e5c22c;
}

@media screen and (min-width: 1151px) {
  ul[anchorListNew] {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--child-width));
    justify-content: space-between;
  }
}
.new-style-list {
  position: relative;
  --child-width: 49%;
  margin-bottom: 1em;
}
.new-style-list > li {
  position: relative;
  border-bottom: 1px dashed rgba(21, 21, 21, 0.2);
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-style-list > li::before {
  position: relative;
  content: "✦";
  margin-right: 0.5em;
  color: #cd8a25;
}

@media screen and (min-width: 1151px) {
  .new-style-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--child-width));
    justify-content: space-between;
  }
}

.new-title2 {
  color: #cd8a25;
  font-weight: bold;
}

.new-title3 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.2em;
}
.new-title3::before {
  position: absolute;
  content: "";
  background-color: var(--main-color);
  height: 2px;
  width: 2em;
  bottom: 0;
  left: calc(50% - 1em);
}

.text-main {
  color: var(--main-color);
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.font-bold {
  font-weight: bold !important;
}

.text-white {
  color: var(--white-color) !important;
}

.new-style1 {
  position: relative;
  --color: #74ba99;
  --arrow-color: initial;
  color: var(--white-color);
  background-color: var(--color);
  padding: 1em;
}
.new-style1::after {
  position: absolute;
  left: calc(100% - 1px);
  content: "\e9b1";
  font-family: "icomoon";
  top: 42%;
  -webkit-clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0 100%, 0 0);
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0 100%, 0 0);
  background-color: var(--color);
  color: var(--arrow-color);
  padding: 0.5em 0.5em 0.5em 0.2em;
}

.p-1 {
  padding: 1em !important;
}

.p-2 {
  padding: 2em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.px-4 {
  padding-left: 4em !important;
  padding-right: 4em !important;
}
.mt-1 {
  margin-top: 1em !important;
}

.border {
  border: 1px solid rgba(21, 21, 21, 0.1);
}

.new-title4 {
  position: relative;
  padding: 0.5em 1.5em;
  background: linear-gradient(to right, #f7d6ae, rgba(21, 21, 21, 0));
  color: #065806;
}

.new-title4 a:hover {
  color: #c0701a !important;
}

.img-cover,
.img-contain {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-cover img,
.img-contain img {
  position: absolute;
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.new-style2 {
  position: relative;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.new-style2 .title {
  background-color: var(--yellow-color);
  color: var(--white-color);
  padding: 0.5em 1em;
  text-align: center;
}
.new-style2 .content {
  padding: 1em;
}

.new-list1 {
  position: relative;
}
.new-list1 > li {
  position: relative;
  padding-left: 1.5em;
}
.new-list1 > li::before {
  position: absolute;
  content: "❄";
  left: 0;
  color: var(--main-color);
}

.bg-bg {
  background-color: #f9fcf7;
}

.my-3 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.new-title5 {
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
  color: var(--main-color);
}
.new-title5::before {
  position: absolute;
  content: "➤";
  left: 0;
}

.new-style3 {
  position: relative;
  border: 2px solid var(--main-color);
  border-radius: 3em;
  overflow: hidden;
  padding: 1em 1.5em;
}
.new-style3 .title {
  color: var(--main-color);
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
.new-style3 .content {
  padding: 1em;
}

.bg-img {
  background-size: cover !important;
  background-position: center !important;
}

.p-2 {
  padding: 2em !important;
}

.bg-spe .title {
  color: #065806;
}
.bg-spe .title a {
  color: #fff;
}
.bg-spe .title a:hover {
  color: #c0701a;
}
.bg-spe .container {
  padding-left: 20%;
}
.underline {
  text-decoration: underline;
  color: var(--main-color);
}

.new-style4 {
  position: relative;
  grid-gap: 1em;
}
.new-style4 > dt {
  position: relative;
  padding-left: 5em;
}
.new-style4 > dt::before {
  position: absolute;
  content: "";
  width: 4em;
  background-image: url(/upload/image/lipid-icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(100% + 0.4em);
  left: 0;
  top: -0.2em;
  z-index: 10;
}
.new-style4 > dt::after {
  position: absolute;
  content: "";
  height: 100%;
  background-color: #f1f1f1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(calc(100% - 1.5em) 0, 100% 50%, calc(100% - 1.5em) 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 1.5em) 0, 100% 50%, calc(100% - 1.5em) 100%, 0 100%, 0 0);
  z-index: -1;
}
.new-style4 > dt a {
  color: var(--main-color);
  padding: 0.5em;
  display: block;
  transition: all ease-in-out 0.3s;
}
.new-style4 > dt a:hover {
  color: var(--orange-color);
}

.new-title6 {
  position: relative;
  color: var(--yellow-color);
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}
.new-title6::before {
  position: absolute;
  content: "•";
  left: 0;
  bottom: 0;
  font-size: 1.8em;
  transform: translateY(-2px);
}
.new-title6::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0.7em;
  width: 10em;
  height: 1px;
  background-color: var(--yellow-color);
}

.bg-white {
  background-color: var(--white-color);
}

.new-style5 {
  position: relative;
  padding: 0.8em 1em;
  color: var(--main-color);
  text-align: center;
}
.new-style5::before,
.new-style5::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 20%;
  top: 0;
}
.new-style5::before {
  left: 0;
  border-left: 1px solid var(--main-color);
  border-top: 1px solid var(--main-color);
}
.new-style5::after {
  right: 0;
  border-right: 1px solid var(--main-color);
  border-top: 1px solid var(--main-color);
}
.new-style5 img {
  position: absolute;
  top: -15px;
  right: -15px;
}

.p-2 {
  padding: 2em !important;
}

.new-style6 {
  position: relative;
  padding-left: 2em;
  background: linear-gradient(to right, var(--main-color), rgba(21, 21, 21, 0));
  color: var(--white-color);
  margin-bottom: 1em;
}
.new-style6::before {
  position: absolute;
  content: "\e916";
  font-family: "icomoon";
  left: 1em;
}

.p-4 {
  padding: 4em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.bg-light-green {
  background-color: #e2f0d9;
}

.new-title7 {
  position: relative;
  padding: 0.5em 1.5em;
  background: linear-gradient(to left, #f7d6ae, rgba(21, 21, 21, 0));
  color: #065806;
  text-align: right;
}

.new-title7 a:hover {
  color: #c0701a !important;
}

.table-style1 {
  position: relative;
}
.table-style1 tbody td {
  border: 1px solid #cfeebc;
}
.table-style1 tbody td:first-child strong {
  color: var(--main-color);
}
.table-style1 tbody td p {
  margin: 0;
  padding: 0;
}
.table-style1 tbody td a {
  color: #065806 !important;
}
.table-style1 tbody td a:hover {
  color: #c0701a !important;
}

.position-list {
  /*  position: sticky;
  top: 150px; */
  z-index: 10;
  margin: 1em 0 2em 0;
  width: 100%;
  /* background: linear-gradient(to right, #1a8ba9, #01cba3); */
  background-color: var(--main-color);
  border-radius: 2px;
  --child-width: 16%;
}
.position-list > li {
  position: relative;
  padding: 0.5em 1em;
  color: var(--white-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.position-list > li:hover {
  color: #ed5e0b;
}
.position-list > li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--white-color);
  top: 0;
  left: 100%;
}

@media screen and (min-width: 1151px) {
  .position-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, var(--child-width));
    justify-content: space-between;
  }
}
.sticky {
  position: sticky;
  z-index: 100;
}

@media screen and (min-width: 1081px) {
  .top-title {
    line-height: 1.3em;
    font-size: 2rem;
    padding-right: 180px;
  }
}

h2 > a {
  text-decoration: none;
}

.bg-style1 {
  background: linear-gradient(#f8fafa 0, rgba(229, 246, 228, 0.7) 100%);
}
.position-style1 p {
  position: relative;
  transition: all ease-in-out 0.3s;
  color: var(--yellow-color);
  margin: 0.5em 0;
  padding: 0.5em 1em;
  padding-left: 2.5em;
  cursor: pointer;
  border: 1px solid #a4bb88;
}
.position-style1 p::before {
  position: absolute;
  content: "➤";
  left: 1em;
}
.position-style1 p:hover {
  color: var(--white-color);
  background-color: var(--main-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;
  max-height: 70vh;
  overflow-y: auto;
}

@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;
  }
}

.new-style7 {
  position: relative;
}
.new-style7 > li {
  position: absolute;
  background-color: var(--main-color);
  padding: 0.5em;
  border-radius: 30em;
  aspect-ratio: 1;
  width: 6em;
  font-size: 0.9em;
}
.new-style7 > li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  text-align: center;
  line-height: 1.4em;
  height: 100%;
  width: 100%;
}
.new-style7 > li .item:hover {
  color: #ecc12a;
}
.new-style7 > li:nth-child(1) {
  width: 7em;
  transform: translate3d(1em, 0, 0);
}
.new-style7 > li:nth-child(2) {
  width: 6.5em;
  transform: translate3d(14em, 0, 0);
}
.new-style7 > li:nth-child(3) {
  width: 6.5em;
  transform: translate3d(8em, 4em, 0);
}
.new-style7 > li:nth-child(4) {
  transform: translate3d(1em, 8em, 0);
}
.new-style7 > li:nth-child(5) {
  transform: translate3d(8em, 11em, 0);
}
.new-style7 > li:nth-child(6) {
  width: 6.5em;
  transform: translate3d(15em, 8em, 0);
}

.tag-list {
  position: relative;
  --width-child: 19%;
}
.tag-list > * {
  position: relative;
  transition: all ease-in-out 0.3s;
  color: var(--yellow-color);
  margin: 0.5em 0;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 1px solid #a4bb88;
  display: inline-block;
}
.tag-list > *:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}
.fixed-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.new-style8 {
  position: relative;
}
.new-style8 > li {
  position: relative;
  background-color: #74ba99;
  color: var(--white-color);
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.new-style8 > li img {
  margin: 1em;
}

.disc-title {
  position: relative;
  list-style: disc;
}

.new-style9 {
  position: relative;
}
.new-style9 > li {
  position: absolute;
  background-color: #5bbf7f;
  padding: 0.5em;
  border-radius: 30em;
  aspect-ratio: 1;
  width: 6em;
  font-size: 0.9em;
}
.new-style9 > li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  text-align: center;
  line-height: 1.4em;
  height: 100%;
  width: 100%;
}
.new-style9 > li .item:hover {
  color: #f9df40;
}
.new-style9 > li:nth-child(1) {
  width: 7em;
  transform: translate3d(5em, -3em, 0);
}
.new-style9 > li:nth-child(2) {
  width: 6.5em;
  transform: translate3d(16em, 0, 0);
}
.new-style9 > li:nth-child(3) {
  width: 6.5em;
  transform: translate3d(8em, 4em, 0);
}
.new-style9 > li:nth-child(4) {
  transform: translate3d(0em, 7em, 0);
}
.new-style9 > li:nth-child(5) {
  transform: translate3d(2em, 16em, 0);
}
.new-style9 > li:nth-child(6) {
  width: 6.5em;
  transform: translate3d(16em, 10em, 0);
}
.new-style9 > li:nth-child(7) {
  width: 1.5em;
  height: 1.5em;
  transform: translate3d(1em, -4em, 0);
}
.new-style9 > li:nth-child(8) {
  width: 2.5em;
  height: 2.5em;
  transform: translate3d(15em, -5em, 0);
}
.new-style9 > li:nth-child(9) {
  width: 2.5em;
  height: 2.5em;
  transform: translate3d(-1em, 2em, 0);
}
.new-style9 > li:nth-child(10) {
  width: 1.5em;
  height: 1.5em;
  transform: translate3d(14em, -1em, 0);
}
.new-style9 > li:nth-child(11) {
  width: 2.5em;
  height: 2.5em;
  transform: translate3d(9em, 14em, 0);
}
.new-style9 > li:nth-child(12) {
  width: 1.5em;
  height: 1.5em;
  transform: translate3d(13em, 19em, 0);
}
.new-style9 > li:nth-child(13) {
  width: 1.2em;
  height: 1.2em;
  transform: translate3d(20em, 20em, 0);
}
.new-style9 > li:nth-child(14) {
  width: 0.5em;
  height: 0.5em;
  transform: translate3d(23em, 16em, 0);
}
.new-style9 > li:nth-child(15) {
  width: 2em;
  height: 2em;
  transform: translate3d(23em, 8em, 0);
}

.position-style2 li {
  position: relative;
  transition: all ease-in-out 0.3s;
  color: var(--yellow-color);
  margin: 0.5em 0;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 1px solid #a4bb88;
}
.position-style2 li:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.new-title8 {
  position: relative;
  padding: 0.5em 1.5em;
  background: linear-gradient(to right, #96b341, rgba(21, 21, 21, 0));
  color: var(--white-color);
  margin: 0;
}
.new-title8 a {
  color: var(--white-color) !important;
}
.new-title8:hover a {
  color: #ed830d !important;
}

section h3 {
  font-size: 1.2rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.new-style10 {
  position: relative;
}
.new-style10 > li {
  position: relative;
  --bg-color: var(--main-dark-color);
  --bg-img: url(../image/pegylation-services-3-1.png);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 4em 0 2em;
}
.new-style10 > li::before {
  position: absolute;
  content: "";
  transform: translate3d(0, -2.5em, 0);
  width: 5em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--main-color);
  background-image: var(--bg-img);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 10;
}
.new-style10 > li > div {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* color: var(--white-color); */
  width: 100%;
  padding: 3em 1em 2em;
  border-radius: 2px;
  background: linear-gradient(to bottom, var(--main-color), var(--bg-color));
}
.new-style10 > li > div > * {
  position: relative;
  z-index: 2;
}
.new-style10 > li > div::before {
  position: absolute;
  content: "";
  border-radius: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: var(--white-color);
  left: 2px;
  top: 2px;
  z-index: 1;
}

.new-style11 {
  position: relative;
  margin: 1em 0;
}
.new-style11 > dt {
  position: relative;
  background-color: var(--white-color);
  color: var(--black-color);
}
.new-style11 > dt .img {
  position: relative;
  padding: 2em 1em 1em;
}
.new-style11 > dt .img img {
  width: 88px;
  aspect-ratio: 1;
  border-radius: 4em;
}
.new-style11 > dt .content {
  position: relative;
  padding: 0 1em 2em;
}
.new-style11 > dt .content .title {
  font-size: 1.2em;
  margin: 0;
}

.new-style12 {
  position: relative;
}
.new-style12 > dt {
  position: relative;
  display: flex;
  flex-direction: column;
}
.new-style12 > dt .title {
  font-size: 1.3rem;
  border-bottom: 1px solid var(--main-color);
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.new-style12 > dt a {
  color: var(--main-color);
}
.new-style12 > dt a:hover {
  color: var(--yellow-color);
}
.new-style12 > dt .content {
  position: relative;
  padding: 1em;
  background: rgb(229, 246, 228);
  height: 100%;
}

.faq-style {
  position: relative;
  border-top: 1px solid rgba(21, 21, 21, 0.2);
}
.faq-style .left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
}
.faq-style .left .title {
  font-size: 1.2em;
  margin: 0.5em 0;
}
.faq-style .right {
  position: relative;
  border-left: 1px solid rgba(21, 21, 21, 0.2);
  padding: 2em 0 1em 1em;
}

.faq-list {
  position: relative;
  padding-bottom: 1em;
  /* padding: 0 1em 1em 0; */
  border-radius: 4px;
  counter-reset: li 0;
}
.faq-list > li {
  position: relative;
  margin: 1em 0;
  counter-increment: li;
}
.faq-list .title {
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  padding-right: 1em;
  padding-left: 1em;
  background-color: #f5f5f5;
  color: var(--main-color);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: bold;
  font-size: 1em;
}
.faq-list .title:hover {
  color: var(--orange-color);
}
.faq-list .title::before {
  position: absolute;
  right: calc(100% + 2em);
  content: counter(li);
}
.faq-list .title::after {
  position: absolute;
  content: "\e985";
  font-family: "icomoon";
  right: 0.8em;
  transition: all ease-in-out 0.3s;
}
.faq-list .title.active::after {
  content: "\e978";
}
.faq-list .content {
  display: none;
  padding: 0.6em 0.8em;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  position: relative;
  margin-top: 1.5em;
}
.faq-list .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1em;
  aspect-ratio: 1;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  border: 1px solid #ccc;
  transform: rotateZ(45deg) translate3d(1em, -1.7em, 0);
}

.new-style13 {
  position: relative;
}
.new-style13 > li {
  position: relative;
  padding: 4em 2em 3em;
  background: var(--white-color);
  border-radius: 2px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-weight: bold;
  max-width: 30rem;
  width: 30rem;
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .new-style13 > li {
    min-width: 32rem !important;
  }
}
.new-style13 > li img {
  aspect-ratio: 1;
  border-radius: 4em;
  margin-bottom: 1em;
}
.new-style13 > li > * {
  position: relative;
  z-index: 10;
}
.new-style13 > li::before {
  position: absolute;
  content: "";
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  left: 1em;
  top: 1em;
  border: 1px dashed rgba(21, 21, 21, 0.2);
  border-radius: 2px;
  z-index: 1;
}

@media screen and (min-width: 1081px) {
  ul[anchorListTop] {
    position: sticky;
    top: 69px;
    background: linear-gradient(to right, rgb(210, 223, 242), rgba(210, 223, 242, 0.5));
    z-index: 80;
    width: 100%;
    display: none;
    --child-width: 16%;
    --other-width: 12px;
    margin-bottom: 1em;
    padding: 0.5em;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  ul[anchorListTop].active {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
  }
  ul[anchorListTop] > li {
    position: relative;
    padding: 0.2em 1em;
    color: #45562e;
    text-align: center;
    transition: all ease-in-out 0.4s;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    background-color: var(--white-color);
    cursor: pointer;
    border-radius: 4px;
  }
  ul[anchorListTop] > li:hover {
    background: linear-gradient(to right, #fff, #f7efdb);
    color: #ec9e40;
  }
  ul[anchorListTop] > li * {
    cursor: pointer;
  }
  ul[anchorListTop] > li.active {
    background: linear-gradient(to right, #fff, #f7efdb);
    color: #ec9e40;
  }
}
.title-icon {
  position: relative;
  font-weight: bold;
  --icon: url(../images/title-icon.png);
  --width: 30px;
}
.title-icon::before {
  position: relative;
  content: "";
  background-image: var(--icon);
  width: var(--width);
  height: var(--width);
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

.check-list2 {
  position: relative;
  --icon: "✦";
  --color: #7c7c7c;
  --width: 1em;
  --top: 0;
}
.check-list2 h3 {
  margin: 0;
  padding: 0;
}
.check-list2 > li {
  position: relative;
  padding-left: calc(1.3 * var(--width));
}
.check-list2 > li::before {
  position: absolute;
  top: var(--top);
  content: var(--icon);
  width: var(--width);
  left: 0;
  color: var(--color);
}

.btn-simple {
  border: none;
  background: var(--yellow-color);
  display: inline-block;
  padding: 0.2em 2em;
  border-radius: 3em;
  margin: 1em 0;
  color: var(--white-color) !important;
  transition: all ease-in-out 0.3s;
}

.btn-simple:hover {
  background-color: #f3b941;
}

.new-style14 {
  position: relative;
}
.new-style14 > dt {
  position: relative;
  padding: 1.8em 1em 0.5em 1em;
  border: 1px solid var(--main-400-color);
}
.new-style14 > dt::before {
  position: absolute;
  content: "";
  height: 1em;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #e8f3cf, #c5e4c2);
}
.new-style14 > dt .title {
  position: relative;
  font-size: 1.2em;
}
.new-style14 h3 {
  margin: 0;
  padding: 0;
}

.new-btn2 {
  position: relative;
  border-radius: 2em;
  padding: 0.3em 2em;
  background: linear-gradient(to right, var(--main-color), var(--main-dark-color));
  color: var(--white-color) !important;
  margin: 2em auto;
  display: block;
  transition: all 0.3s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.new-btn2:hover {
  background: linear-gradient(to right, var(--main-dark-color), var(--main-dark-color));
}

.new-style15 {
  position: relative;
  counter-reset: dt;
}
.new-style15 > dt {
  position: relative;
  background-color: var(--white-color);
  border-radius: 0.5em;
  counter-increment: dt;
  padding-left: 7em;
  --img: "";
  --saturate: 0.1;
  --arrow: url(../upload/image/rna-technology-arrow.png);
}

.new-style15 > dt .title {
  position: relative;
  font-size: 1.2em;
  background-color: #ecf2e9;
  padding: 0.2em 1em;
  color: var(--main-dark-color);
  padding-left: 3em;
}
.new-style15 > dt .title::before {
  position: absolute;
  content: counter(dt);
  left: 0;
  top: 0;
  background-color: var(--main-color);
  color: var(--white-color);
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-style15 > dt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: var(--img);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.8em;
  aspect-ratio: 1;
  transition: all ease-in-out 0.3s;
  filter: saturate(var(--saturate));
}
.new-style15 > dt:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 1.1em;
  top: 5em;
  background-image: var(--arrow);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  aspect-ratio: 1;
}
.new-style15 > dt:hover {
  --saturate: 1;
}
@media screen and (max-width: 769px) {
  .new-style15 > dt {
    padding-left: 4em;
  }
  .new-style15 > dt .title {
    padding-left: 0.5em;
    padding-right: 0;
    display: flex;
    align-items: center;
    gap: 0.5em;
  }
  .new-style15 > dt .title::before {
    position: relative;
    min-width: 1.8em;
    height: auto;
  }
}
.new-style15 h3 {
  margin: 0.5em 0;
  padding: 0;
}

.new-style16 {
  position: relative;
}
.new-style16 > dt {
  position: relative;
  padding: 1em 2em;
  border-radius: 1em;
  border: 1px solid var(--main-color);
  margin: 1em 0;
}
.new-style16 h3 {
  margin: 0;
}

.tabs.new-tab1 {
  position: relative;
}
.tabs.new-tab1 .tab {
  position: relative;
  top: 0;
  padding: 0.3em 0;
  background: transparent;
}
.tabs.new-tab1 .tab::before {
  position: absolute;
  content: "";
  left: -0.2em;
  top: 0;
  width: calc(100% + 0.4em);
  height: 100%;
  z-index: -1;
  background-color: rgb(244, 244, 244);
  border-radius: 4px;
}
.tabs.new-tab1 .tab > li {
  font-size: 1em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  background: none;
  color: rgba(144, 144, 144, 0.9);
}
.tabs.new-tab1 .tab > li > * {
  font-size: 1em;
  pointer-events: none;
  margin: 0;
}
.tabs.new-tab1 .tab > li.active {
  color: var(--main-dark-color) !important;
}
.tabs.new-tab1 .tab > li.tab-bg {
  border-radius: 4px;
  height: calc(100% - 0.6em);
  top: 0.3em;
  background-color: #fff !important;
  box-shadow: 1px 0px 2px rgba(21, 21, 21, 0.1);
}
.tabs.new-tab1 .tabs-content {
  border: 1px solid rgba(21, 21, 21, 0.2);
  padding: 1em;
  border-radius: 1em;
  margin: 1em 0;
}
.horizontal-scrolling {
  position: relative;
}
.horizontal-scrolling .operate {
  position: absolute;
  top: 48%;
  cursor: pointer;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  aspect-ratio: 1;
  transition: all ease-in-out 0.3s;
}
.horizontal-scrolling .operate::before {
  position: absolute;
  width: 2.5em;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.horizontal-scrolling .operate:hover {
  background-color: rgb(255, 255, 255);
}
.horizontal-scrolling .operate.left {
  left: 0;
}
.horizontal-scrolling .operate.right {
  right: 0;
}
.horizontal-scrolling .scrolling-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.horizontal-scrolling .scrolling-content > div {
  position: relative;
  display: flex;
}
.horizontal-scrolling .scrolling-content > div > .case-style {
  position: relative;
  min-width: 100%;
}

.new-style17 {
  position: relative;
}
.new-style17 > dt {
  position: relative;
  padding: 1em 2em;
  border-radius: 1em;
  border: 1px solid rgba(21, 21, 21, 0.2);
  background-color: rgba(221, 221, 221, 0.2);
  margin: 1em 0;
}
.new-style17 > dt::before {
  position: absolute;
  content: "";
  background-image: url(../upload/image/quote.svg);
  width: 1em;
  aspect-ratio: 1;
  top: 10px;
  left: 10px;
}

.scrolling-style1 .operate {
  position: relative;
  top: auto;
  height: 2.5em;
  background-color: var(--main-dark-color);
  color: var(--white-color);
  border-radius: 50%;
  z-index: 10;
}
.scrolling-style1 .operate:hover {
  background-color: #024602;
}

.related-list2 {
  position: relative;
}
.related-list2 > li {
  position: relative;
  padding: 0.3em 1em;
  background: linear-gradient(to right, #e7f0dd, #e5f3d4);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  --color: var(--main-color);
}
.related-list2 > li:hover {
  background: linear-gradient(to right, #cce9bf, #acee8f);
  --color: var(--main-dark-color);
}
.related-list2 > li a[href] {
  color: var(--color);
}

.new-style18 {
  background: linear-gradient(to right, #e5f3df, #d7f3ca);
  padding: 0.5em;
  row-gap: 0.5em;
}
.new-style18 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  box-shadow: 1px 0 6px rgba(21, 21, 21, 0.2);
}

.new-style19 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  --width-cild: 33.3%;
  margin: 1rem 0;
  transform-style: preserve-3d;
  perspective: 1000px;
  justify-content: center;
}
.new-style19 > * {
  position: relative;
  flex: 1 1 var(--width-cild);
  padding: 1.5em 1em;
  border: 1px solid rgba(255, 255, 255, 0.9);
  text-align: center;
  width: var(--width-cild);
  min-width: 300px;
  --saturate: 0.1;
  --color: var(--main-color);
  --scale: 1;
  --shadow: 0;
  --bg: transparent;
  transform: scale3d(var(--scale), var(--scale), 1);
  transform-style: preserve-3d;
  transition: all ease-in-out 0.3s;
  box-shadow: 1px 0 10px rgba(21, 21, 21, var(--shadow));
  background-color: var(--bg);
}
.new-style19 > * .img {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 0.5em;
}
.new-style19 > * .img img {
  vertical-align: top;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  width: 50px;
  filter: saturate(var(--saturate));
}
.new-style19 > * .title {
  font-size: 1.1em;
  margin: 0;
  font-weight: bold;
}
.new-style19 > * .title a[href] {
  color: var(--color);
}
.new-style19 > *:hover {
  --saturate: 1;
  --color: var(--main-dark-color);
  --scale: 1.01;
  --shadow: 0.1;
  --bg: rgba(245, 245, 245, 1);
  z-index: 1;
}

.related-list3,
.related-list4 {
  position: relative;
}
.related-list3 > li,
.related-list4 > li {
  position: relative;
  padding: 0.3em 1em;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  --color: var(--main-color);
  --width: 4px;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.related-list3 > li > *,
.related-list4 > li > * {
  position: relative;
  z-index: 2;
}
.related-list3 > li::before,
.related-list4 > li::before {
  position: absolute;
  content: "";
  width: var(--width);
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #e7f0dd, #e5f3d4);
  transition: all ease-in-out 0.3s;
  z-index: 1;
}
.related-list3 > li:hover,
.related-list4 > li:hover {
  --color: var(--main-dark-color);
  --width: 100%;
}
.related-list3 > li a[href],
.related-list4 > li a[href] {
  color: var(--color);
}

.related-list4 > li {
  color: white;
  letter-spacing: 0.05rem;
  background-size: 200%;
  background-position: 200%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transition-property: background-position, border, color;
  background: linear-gradient(to right, var(--main-color), var(--main-dark-color));
  position: relative;
  border: none;
  z-index: 1;
  --color: var(--white-color);
}
.related-list4 > li::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  top: -0.3em;
  border: 1px solid var(--main-800-color);
  border-bottom: 0px;
  background: none;
  /* opacity: 0.3; */
}
.related-list4 > li::after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  bottom: -0.3em;
  border: 1px solid var(--main-800-color);
  border-top: 0px;
  /* opacity: 0.3; */
  z-index: 0;
}
.new-style20 {
  position: relative;
}
.new-style20 > dt {
  position: relative;
  padding: 1em;
  background-color: var(--white-color);
  border-radius: 0.5em;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
}
.new-style20 > dt .title {
  position: relative;
  font-size: 1.2em;
}
.new-style20 h3 {
  margin: 0.5em 0;
  padding: 0;
}
.new-title9 {
  position: relative;
  padding: 0.5em;
  width: 100%;
  font-size: 1.4rem;
}
.new-title9::after {
  position: absolute;
  content: attr(data-text);
  background: linear-gradient(to right, #afc080, #c1cb7a);
  color: #fff;
  left: 0;
  top: 0;
  padding: 0.5em 1em;
  border-radius: 0.2em;
  box-shadow: 2px 0 0 4px var(--white-color);
}
.new-title9::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  top: 49%;
  left: 0;
}
.new-style21 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.new-style21 > li {
  position: relative;
  display: inline-block;
  width: 0.7em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--main-color);
  margin-left: 0.5em;
}
.new-style21 > li:nth-child(2) {
  background-color: #a7be74;
}
.new-style21 > li:nth-child(3) {
  background-color: #e9efdd;
}
.contactForm {
  margin-bottom: 3em;
}

.new-title10 {
  position: relative;
  color: var(--white-color);
  background: linear-gradient(to right, var(--main-color), var(--main-dark-color));
  width: 100%;
  text-align: center;
  padding: 0.3em 1em;
}
.check-list {
  position: relative;
  --icon: "📌";
  --color: unset;
}
.check-list h3 {
  margin: 0;
  padding: 0;
}
.check-list > li {
  position: relative;
  padding-left: 1.8em;
}
.check-list > li::before {
  position: absolute;
  content: var(--icon);
  width: 1em;
  left: 0;
  color: var(--color);
}

.tank-table {
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.tank-table thead tr {
  background: linear-gradient(to right, var(--main-color), var(--main-dark-color));
}
.tank-table thead tr th {
  background: none;
}
.tank-table tr,
.tank-table td {
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.tank-table p {
  margin: 0;
  padding: 0;
}
.tank-table tbody tr:nth-child(even) {
  background: linear-gradient(to right, rgba(229, 246, 228, 0.2), rgba(133, 235, 164, 0.05));
}
.tank-table tbody td {
  background: none !important;
}

.new-style22 {
  position: relative;
}
.new-style22 > dt {
  position: relative;
  --translateY: 0;
  --width: 20%;
  box-shadow: 5px 5px 5px rgba(58, 58, 58, 0.1);
  padding: 1em 2em;
  margin: 1em 0;
  border-radius: 6px;
  background: linear-gradient(to right, var(--white-color), #f3f0d4);
  transform: translateY(var(--translateY));
  transition: all ease-in-out 0.3s;
}
.new-style22 > dt .title {
  margin: 0;
  position: relative;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.new-style22 > dt .title::after {
  position: absolute;
  content: "";
  width: var(--width);
  height: 1px;
  background: linear-gradient(to right, var(--main-color), var(--main-400-color));
  left: 0;
  bottom: -0.5em;
  transition: all 0.3s ease-in-out;
}
.new-style22 > dt:hover {
  --translateY: -5px;
  --width: 100%;
}
@media screen and (max-width: 768px) {
  #priceTable thead {
    display: none;
  }
  #priceTable tr {
    margin-bottom: 1em;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #priceTable td {
    border: none;
  }
  #priceTable td::before {
    content: attr(min-tag);
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
  }
}

#cart-icon {
  position: fixed;
  z-index: 300;
  opacity: 0;
}
.select-count {
  position: relative;
  display: flex;
  border: 1px solid rgba(21, 21, 21, 0.1);
  height: 30px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 2px;
  font-size: 1rem;
}
.select-count span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}
.select-count span:hover {
  color: var(--yellow-color);
}
.select-count span.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.select-count input {
  padding: 5px 10px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  border-top: none;
  border-bottom: none;
  outline: none;
  width: 60px;
  text-align: center;
  border-radius: unset;
  margin: 0;
}

.new-select2 {
  position: relative;
  width: auto;
}
.new-select2 * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.new-select2 .tag {
  position: relative;
  padding: 0.2em 1.5em 0.2em 1em;
  display: block;
  cursor: pointer;
  z-index: 10;
  font-size: 0.85rem;
  transition: all ease-in-out 0.2s;
  border-radius: 4px;
  width: 12em;
  max-width: 20em;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  /*   text-overflow: ellipsis; */
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.new-select2 .tag > * {
  pointer-events: none;
  display: inline-block;
  padding: 0;
}
.new-select2 .tag:hover {
  background-color: rgb(97 241 116 / 10%);
}
.new-select2 .tag::after {
  position: absolute;
  content: "\e9af";
  right: 0.5em;
  font-family: "icomoon";
}
.new-select2 .tag[disabled] {
  pointer-events: none;
}
.new-select2 .tag[disabled]::after {
  content: none;
}
.new-select2 .view {
  padding: 0.2em;
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  background: none;
  box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, 0.2);
  min-width: 100%;
  font-size: 0.85rem;
}
.new-select2 .view > li {
  transition: all ease-in-out 0.3s;
  padding: 0.2em 1em;
  white-space: nowrap;
  cursor: pointer;
  max-width: 20em;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.new-select2 .view > li > * {
  pointer-events: none;
}
.new-select2 .view > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.new-select2.active .view {
  display: block;
}
select.new-select2[loading="true"] {
  display: block;
  content: "";
  padding: 0.6em 1.5em 0.6em 1em;
  background-image: linear-gradient(90deg, #f0f2f5 25%, #e6e8eb 37%, #f0f2f5 63%) !important;
  background-size: 400% 100% !important;
  animation: skeleton-loading 1.4s infinite ease !important;
  border: none !important;
  z-index: 10;
  color: aliceblue;
  max-width: unset;
  width: unset;
}
.switch {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  width: 3.5em;
  border-radius: 3em;
  overflow: hidden;
}
.switch .slider {
  position: absolute;
  aspect-ratio: 1;
  background-color: rgba(21, 21, 21, 0.2);
  border-radius: 3em;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all ease-in-out 0.4s;
  --translateX: 0;
}
.switch .slider::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 7%;
  aspect-ratio: 1;
  height: 80%;
  border-radius: 3em;
  background-color: var(--white-color);
  transform: translateX(var(--translateX));
  transition: all ease-in-out 0.3s;
}
.switch input[type="checkbox"] {
  position: relative;
  width: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.switch input[type="checkbox"]:checked + .slider {
  --translateX: 135%;
  background-color: var(--main-color);
}

.newcheckbox {
  display: inline-flex !important;
  align-items: center;
  transform: scale(1);
  padding-left: 0 !important;
  font-size: 1rem;
  cursor: pointer;
}

.newcheckbox input[type="checkbox"],
.newcheckbox input[type="radio"] {
  height: 1.3em;
  width: 1.3em;
  min-width: 1.3em;
  margin: 0;
  display: inline-block;
  appearance: none;
  position: relative;
  background-color: var(--white-color);
  border-radius: 15%;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
}
.newcheckbox input[type="radio"] {
  border-radius: 50%;
  height: 1.2em;
  width: 1.2em;
  min-width: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newcheckbox input[type="checkbox"] ~ *,
.newcheckbox input[type="radio"] ~ * {
  margin-left: 0.5em;
}
.newcheckbox input[type="radio"]:checked {
  border: 1px solid var(--main-dark-color);
}
.newcheckbox input[type="checkbox"]::after,
.newcheckbox input[type="radio"]::after {
  content: "";
  display: block;
  height: 0.6em;
  width: 0.3em;
  border-bottom: 0.18em solid var(--white-color);
  border-right: 0.18em solid var(--white-color);
  opacity: 0;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 25%;
  transition: 0.25s ease;
}
.newcheckbox input[type="radio"]::after {
  background-color: var(--main-dark-color);
  border: none;
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
  top: unset;
  left: unset;
  transform: none;
}

.newcheckbox input[type="checkbox"]::before,
.newcheckbox input[type="radio"]::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  background-color: var(--main-dark-color);
  border-radius: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}
.newcheckbox input[type="radio"]::before {
  border-radius: 50%;
  background: none;
}
.newcheckbox input[type="checkbox"]:checked::before,
.newcheckbox input[type="radio"]:checked::before {
  height: 130%;
  width: 130%;
  opacity: 100%;
}
.newcheckbox input[type="checkbox"]:checked::after,
.newcheckbox input[type="radio"]:checked::after {
  opacity: 100%;
}

.tablecontentshow .firstRow {
  background: linear-gradient(to right, var(--main-color), var(--main-dark-color));
  border-radius: 1em;
}
.tablecontentshow .firstRow th {
  background: none;
}
.tablecontentshow td {
  border: 1px solid rgba(21, 21, 21, 0.1);
}
