@charset "UTF-8";
.oth-head {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--white-color);
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
}

/***==================================================================== 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 tr td {
  background: #fff;
  color: #444;
}
table tr p {
  margin: 0;
  padding: 0;
}
table tr td a {
  color: #001f5f;
  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;
}

/*******************************************breadcrumb***************************************************/

.breadcrumb {
  list-style: none;
  line-height: 1.45em;
  padding: 18px 0;
  border-bottom: 1px dashed #ecede5;
  color: #666;
}

.breadcrumb > li {
  display: inline-block;
  position: relative;
}

.breadcrumb > li:first-child {
  padding-left: 20px;
}

.breadcrumb > li:first-child::before {
  position: absolute;
  content: "\e907";
  font-family: "icomoon";
  left: 0;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  content: "/\00a0";
}
.breadcrumb .active {
  color: #999;
}

.breadcrumb > li > a {
  color: #666;
}

.breadcrumb > li > a:hover {
  color: var(--orange-color) !important;
}

/*******************************************breadcrumb***************************************************/
/**********************************************nomain***************************************************/
.nomain-content {
  position: relative;
  margin: 40px auto 60px auto;
}
.nomain-content h3 label {
  color: var(--main-color);
}
.nomain-content h1 {
  margin: 0 0 30px 0;
}

@media screen and (min-width: 1081px) {
  .nomain-content h1 {
    font-size: 2.2rem;
    padding-right: 200px;
  }
  .nomain-content h1.product-title {
    padding-right: 0;
  }
  .nomain-content h2 {
    font-size: 1.65rem;
  }
  .nomain-content h3 {
    font-size: 1.3rem;
  }
  #insideBtn {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  #right-inquiryBtn {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#insideBtn {
  padding-bottom: 10px;
}

/*******************************************************contact************************************************************/
/****************************************inquiryForm*******************************************/
.inquiry-form {
  position: relative;
  width: 100%;
}
.inquiry-form .row > div {
  margin-bottom: 10px;
}

.inquiry-form > div {
  position: relative;
}

.inquiry-form img {
  height: 49px;
  width: 130px;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
  position: relative;
  padding: 15px;
  outline: none;
  border: 1px solid rgba(18, 18, 18, 0.1);
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: "HelveticaNeue";
  font-size: 1rem;
}

.inquiry-form button {
  position: relative;
  width: max-content;
  height: auto;
  cursor: pointer;
  padding: 10px 80px;
  border: 1px solid var(--yellow-color);
  background: var(--main-color);
  font-size: 1.1em;
}
.inquiry-form button:hover {
  border: 1px solid var(--main-color);
}

.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "HelveticaNeue";
}

.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "HelveticaNeue";
}

.inquiry-form input::-ms-input-placeholder,
.inquiry-form textarea::-ms-input-placeholder {
  color: #bebebe;
  font-size: 1em;
  font-family: "HelveticaNeue";
}

/****************************************inquiryForm*******************************************/
.contactForm {
  background: rgba(250, 250, 250, 0.9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 20px;
  padding-bottom: 30px;
}
.contactForm .inquiry-form {
  margin: 20px 0;
}
.contactForm h3 {
  font-size: 1.6em;
  color: var(--main-color);
}

.nomain-contactMap iframe {
  height: 100%;
}

@media screen and (min-width: 1081px) {
  .contactForm {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contactForm h3 {
    font-size: 1.8rem;
  }
}
.nomain-contact {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nomain-contact .contactMess {
  position: relative;
}
.nomain-contact .contactMess li {
  position: relative;
  background: #f2f7fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 8px 8px 8px 4px rgba(200, 200, 200, 0.5);
  padding: 30px 20px;
  text-align: center;
}
.nomain-contact .contactMess li span {
  display: block;
  font-size: 2.6rem;
  color: var(--main-color);
}

@media screen and (min-width: 1081px) {
  .nomain-contact .contactMess {
    display: flex;
    justify-content: space-between;
  }
  .nomain-contact .contactMess li {
    width: 240px;
    margin: 30px;
  }
}
.contact-row {
  position: relative;
}

@media screen and (min-width: 1081px) {
  .contact-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
  }

  .inquiryLayout h2 {
    font-size: 3rem;
  }
}
.inquiryLayout {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*******************************************************contact************************************************************/
.gridrow-layout {
  position: relative;
}

@media screen and (min-width: 1081px) {
  .gridrow-layout {
    display: flex;
    place-content: space-between;
  }
  .gridrow-layout .layout-left {
    width: 25%;
  }
  .gridrow-layout .layout-right {
    position: relative;
    width: 72%;
  }
}
/**************************************************************side-navi*******************************************************************/
.side-navi-block {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid rgba(21, 21, 21, 0.1);
}
.side-navi-block .footer-contact {
  margin: 20px 20px 30px 20px;
}
.side-navi-block .btnWord {
  background: var(--orange-color);
  border: none;
  margin: 20px auto 40px 20px;
  padding-bottom: 10px;
}
.side-navi-block .btnWord span {
  color: var(--white-color) !important;
}

.title-side {
  position: relative;
  font-weight: 100;
  margin-top: 0;
  padding: 10px 20px;
  background: linear-gradient(to right, #aac078, #bfcc6e);
  font-family: "SourceSansProBold";
  color: var(--white-color);
}

@media screen and (min-width: 1081px) {
  .title-side {
    font-size: 1.3em;
    margin-top: 0 !important;
  }
}
.side-navi {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.side-navi > li {
  position: relative;
  padding: 5px 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;
  /* 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;
  top: 13px;
  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;
}

.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 > .row > div[class*="col-md"] {
  width: 100% !important;
}
.quantityForm > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.quantityForm > .row > div[class*="col-md"] {
  padding-left: 10px;
  padding-right: 10px;
}
.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;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
}

/**************************************************************side-navi*******************************************************************/
.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;
}

.serviceshowpic,
ServiceShowPic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}

.serviceshowpic img {
  margin: auto;
}

.ServiceShowPic img {
  margin: auto;
}

.serviceshowleftpic,
ServiceShowleftPic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.serviceshowrightpic,
ServiceShowrightPic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.serviceshowpic,
.serviceshowrightpic,
.serviceshowleftpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
  font-size: 0.85em;
  text-align: center !important;
  line-height: 1.7em !important;
}

.serviceshowpic img,
.serviceshowrightpic img,
.serviceshowleftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.ServiceShowPic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666666;
  display: block;
}

.ServiceShowPic img {
  margin: auto;
}

.ServiceShowLeftpic {
  float: left;
  margin-right: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowRightpic {
  float: right;
  margin-left: 15px;
  text-align: center;
  color: #666666;
  display: inline-block;
}

.ServiceShowPic,
.ServiceShowRightpic,
.ServiceShowLeftpic {
  font-size: 1em;
  text-align: center;
  line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowRightpic img,
.ServiceShowLeftpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .serviceshowleftpic,
  .serviceshowrightpic,
  .ServiceShowLeftpic,
  .ServiceShowRightpic,
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .serviceshowleftpic img,
  .serviceshowrightpic img,
  .ServiceShowLeftpic img,
  .ServiceShowRightpic img,
  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media (max-width: 768px) {
  .serviceshowleftpic,
  .serviceshowrightpic,
  .ServiceShowLeftpic,
  .ServiceShowRightpic,
  .ServiceShowleftPic,
  .ServiceShowrightPic {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .serviceshowleftpic img,
  .serviceshowrightpic img,
  .ServiceShowLeftpic img,
  .ServiceShowRightpic img,
  .ServiceShowleftPic img,
  .ServiceShowrightPic img {
    margin-bottom: 15px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive .tableimgshow tr,
  .table-responsive .tableimgshow th,
  .table-responsive .tableimgshow td {
    padding: 5px 0;
    text-align: left;
    background: #fff;
  }
}
.textcenter {
  text-align: center;
}

.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;
  }
}
.inquiry-notic {
  padding: 12px 0;
  color: #ef2727;
  margin: 20px 0 !important;
}

.pc-notic {
  color: var(--orange-color);
  background: #eff3f6;
  padding: 15px 10px;
  margin: 30px 0;
  font-size: 1.05rem;
}

.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);
}

.cpDetail-table {
  border: none;
}
.cpDetail-table tr,
.cpDetail-table td {
  border: none;
}

.cpDetail-table td {
  border-bottom: 1px solid rgba(21, 21, 21, 0.1);
  background: none;
}
.cpDetail-table td a {
  -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;
  color: var(--Green-color);
}
.cpDetail-table td a:hover {
  color: var(--yellow-color);
}
.cpDetail-table tr > td:first-child {
  white-space: nowrap;
  border-right: 10px solid #f7f7f7;
}
.cpDetail-table tr > td:not(:first-child) {
  word-break: break-word;
}
.cpDetail-table tr:nth-of-type(2n + 2) td {
  background: none;
}
@media screen and (max-width: 768px) {
  .cpDetail-table td {
    display: block;
  }
  .cpDetail-table tr > td:first-child {
    font-weight: bold;
  }
}
.pcRelated {
  display: grid;
  grid-gap: 0 20px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  margin-bottom: 30px;
}
.pcRelated li {
  position: relative;
  padding-left: 20px;
}
.pcRelated a {
  display: block;
  padding: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pcRelated li:before {
  position: absolute;
  content: "\e9b1";
  font-family: icomoon;
  left: 0;
  top: 4px;
  color: rgba(21, 21, 21, 0.4);
}

/*****************************************************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**************************************************************/
.nomain-card {
  margin: 60px 0;
}

.nomain-card-header {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .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: 10px 20px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #b4b4b4;
  margin-right: 10px;
  color: #b4b4b4;
  font-weight: bold;
  width: max-content;
  font-size: 1.2em;
}

.nomain-card-current {
  color: var(--Green-color) !important;
  border-bottom: 2px solid var(--Green-color) !important;
}

.nomain-card h3 {
  font-size: 18px;
}

.nomain-card-cont {
  margin-top: 30px;
}

.nomain-card-cont table,
.nomain-card-cont table tr {
  border: none;
}

.nomain-card-cont table td {
  /* width: 50%;*/
  border: none;
  background: none;
}
.nomain-card-cont table td a {
  -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;
  color: var(--Green-color);
}
.nomain-card-cont table td a:hover {
  color: var(--yellow-color);
}

.nomain-card-cont table tr > td:first-child {
  white-space: nowrap;
  border-right: 10px solid var(--white-color);
}

.nomain-card-cont table tr > td:not(:first-child) {
  word-break: break-word;
}

.nomain-card-cont table tr:nth-of-type(2n + 2) td {
  background: none;
}

.pcList-cart {
  position: relative;
  margin-bottom: 30px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.pcList-cart li {
  position: relative;
  border: 1px solid rgba(21, 21, 21, 0.1);
  padding: 15px 12px;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
  transition: all ease-in-out 0.4s;
  border-radius: 6px;
}
.pcList-cart li:hover {
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.2);
}
.pcList-cart li div {
  margin-top: 10px;
}
.pcList-cart li div a {
  font-size: 2.4em;
  color: #9a9f83;
  transition: all ease-in-out 0.4s;
}
.pcList-cart li div a:hover {
  color: var(--main-color);
}
.pcList-cart li div button {
  font-size: 1.6rem;
  background: none;
  border: none;
  color: var(--black-color);
  transition: all ease-in-out 0.4s;
}
.pcList-cart li div button:hover {
  color: var(--main-color);
}

.list-related {
  position: relative;
}
.list-related li {
  position: relative;
}
.list-related li a {
  display: block;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0);
  text-align: center;
  color: var(--black-color);
  transition: all ease-in-out 0.4s;
  font-size: 1.3rem;
  padding-bottom: 10px;
}
.list-related li a div {
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.list-related li a div img {
  vertical-align: top;
  width: 100%;
}
.list-related li a p {
  margin: 20px 0;
}
.list-related li a:hover {
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
}

@media screen and (min-width: 1081px) {
  .list-related {
    display: flex;
    flex-flow: wrap;
  }
  .list-related li {
    width: 20%;
    padding-right: 20px;
  }
}
.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 h4 {
  position: relative;
  height: 70px;
  color: var(--hcolor);
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  margin: 10px 0;
  text-align: center;
}
.categoriesDeatil li:hover {
  --borderBack: var(--main-color);
  --shadow: rgba(233, 233, 233, 1);
  --hcolor: var(--main-color);
}

@media screen and (min-width: 1081px) {
  .categoriesDeatil {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 21%);
  }
}
.aboutRow {
  position: relative;
}
.aboutRow .mess .row-layout {
  margin: 20px 0;
}
.aboutRow .mess h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

@media screen and (min-width: 1081px) {
  .aboutRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .aboutRow .img {
    width: 50%;
  }
  .aboutRow .img img {
    width: 100%;
  }
  .aboutRow .mess {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .aboutRow p {
    font-size: 1.3rem;
    width: 80%;
  }
}
.about-first,
.about-second,
.about-third {
  position: relative;
}

.about-first {
  position: relative;
  background-image: url("../images/insideAbout-first-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white-color);
  padding: 30px;
  margin-top: 60px;
}
.about-first div {
  background: rgba(21, 21, 21, 0.5);
  padding: 20px;
}

@media screen and (min-width: 1081px) {
  .about-first {
    display: grid;
    grid-template-columns: repeat(auto-fill, 50%);
  }
  .about-first p {
    font-size: 1.2rem;
  }
}
.about-second {
  background: #2e3748;
  color: var(--white-color);
  padding: 60px 30px;
}
.about-second a {
  position: relative;
  padding: 10px 30px;
  background: var(--white-color);
  display: block;
  margin: 30px 0;
}
.about-second > div {
  align-items: flex-start !important;
}

@media screen and (min-width: 1081px) {
  .about-second > div {
    padding: 0 60px;
  }
  .about-second > div:last-child {
    border-left: 1px solid #dedede;
  }
}
.about-third {
  position: relative;
  margin: 120px 0 30px 0;
}

.about-list {
  position: relative;
  width: 100%;
}
.about-list li {
  position: relative;
  transition: all ease-in-out 0.4s;
}
.about-list li a {
  position: relative;
  display: block;
  color: var(--black-color) !important;
}
.about-list li img {
  vertical-align: top;
  width: 100%;
  max-width: none;
}
.about-list li p {
  position: relative;
  width: 100%;
  padding: 8px 10px;
}
.about-list li:hover {
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.2);
}

@media screen and (min-width: 1081px) {
  .about-third h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    line-height: 1em;
  }

  .about-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
  }
  .about-list p {
    font-size: 1.2rem;
  }
}
.solution-list {
  position: relative;
  margin: 30px 0 80px 0;
}
.solution-list li {
  position: relative;
}
.solution-list li a {
  border: 1px solid rgba(57, 84, 165, 0);
  box-shadow: 1px 0 20px rgba(121, 121, 121, 0.1);
  padding: 30px 15px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  border-radius: 6px;
  font-size: 1.1rem;
  height: 100%;
  color: var(--black-color);
  transition: all ease-in-out 0.4s;
}
.solution-list li a p {
  transition: all ease-in-out 0.4s;
}
.solution-list li a:hover {
  border: 1px solid var(--main-color);
  box-shadow: 1px 0 20px rgba(121, 121, 121, 0);
}
.solution-list li a:hover p {
  color: var(--main-color);
}
.solution-list li a:hover span {
  color: var(--orange-color);
}
.solution-list li span {
  font-size: 4em;
  display: inline-block;
  margin-right: 20px;
  transition: all ease-in-out 0.4s;
}

@media screen and (min-width: 1081px) {
  .solution-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
    grid-gap: 20px;
  }
}
.solution-list1 {
  position: relative;
}
.solution-list1 li {
  position: relative;
  margin: 20px 0;
}
.solution-list1 li a {
  position: relative;
  display: block;
}
.solution-list1 li a div {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.solution-list1 li a div img {
  vertical-align: top;
  /* height: 100%;*/
  transition: all ease-in-out 0.4s;
  transform: rotateZ(0) scale3d(1, 1, 1);
  /* max-width: initial;*/
  width: 100%;
}
.solution-list1 li a p {
  text-align: center;
}
.solution-list1 li a:hover img {
  transform: rotateZ(4deg) scale3d(1.1, 1.1, 1);
}

@media screen and (min-width: 1081px) {
  .solution-list1 {
    display: grid;
    grid-template-columns: repeat(auto-fill, 31%);
    justify-content: space-between;
  }
}
.service-first {
  position: relative;
}
.service-first .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.table-responsive {
  margin: 20px 0;
}
@media screen and (min-width: 1081px) {
  .service-first h2 {
    font-size: 2.4rem;
    margin: 3rem 0;
  }
}
.pc-first {
  position: relative;
  background: var(--main-color);
  padding: 60px 30px;
}

.pc-list {
  position: relative;
  margin: 60px 0;
}
.pc-list li {
  position: relative;
  margin: 30px 0;
}
.pc-list li a {
  position: relative;
  color: var(--black-color);
  border: 1px solid rgba(21, 21, 21, 0.2);
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: 1px 0 20px rgba(21, 21, 21, 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;
  -webkit-transform: var(--scal);
  -moz-transform: var(--scal);
  -ms-transform: var(--scal);
  -o-transform: var(--scal);
  transform: var(--scal);
  display: block;
}
.pc-list li a span {
  font-size: 6rem;
}
.pc-list li a P {
  width: 100%;
  padding: 10px;
}
.pc-list li a h4 {
  margin: 10px;
}
.pc-list li a:hover {
  box-shadow: 1px 0 20px rgba(21, 21, 21, 0.2);
}

@media screen and (min-width: 1081px) {
  .pc-list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .pc-list li {
    width: 31%;
  }
  .pc-list li a {
    display: grid;
    grid-template-columns: 25% 73%;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .pc-list li a h4 {
    font-size: 2rem;
  }
}
.pc-second {
  position: relative;
  padding: 120px 0;
}
.pc-second p {
  font-size: 2rem;
  line-height: 1.4em;
}
.pc-second div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-second div a {
  position: relative;
  border-radius: 4px;
  color: var(--white-color);
  margin: 20px;
  padding: 10px 30px;
  transition: all ease-in-out 0.4s;
}
.pc-second div .pcBtn1 {
  background: #3e4ff7;
  border: 1px solid #3e4ff7;
}
.pc-second div .pcBtn1:hover {
  background: none;
  color: #3e4ff7;
}
.pc-second div .pcBtn2 {
  background: #2b3a7d;
  border: 1px solid #2b3a7d;
}
.pc-second div .pcBtn2:hover {
  background: none;
  color: #2b3a7d;
}

@media screen and (min-width: 1081px) {
  .pc-second {
    display: grid;
    grid-template-columns: repeat(auto-fill, 48%);
    justify-content: space-between;
  }
}
/*.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 5px 0;
}*/
.pagination .page-first:before,
.pagination .page-last:before,
.pagination .page-prev:before,
.pagination .page-next:before {
  position: relative;
  font-family: FontAwesome;
}

.pagination .page-first:before {
  content: "\f049";
}

.pagination .page-last:before {
  content: "\f050";
}

.pagination .page-prev:before {
  content: "\f04a";
}

.pagination .page-next:before {
  content: "\f04e";
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
  margin-left: 0;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--main-color);
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.tableLayout {
  position: relative;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 60px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: var(--main-color);
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}
.nav-tabs::after {
  height: 0;
  visibility: hidden;
  clear: both;
  content: "";
  display: block;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.careers-box .nav-tabs > li.active > a,
.careers-box .nav-tabs > li.active > a:focus,
.careers-box .nav-tabs > li.active > a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: transparent;
}

.careers-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.careers-form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tabToggle {
  position: relative;
  margin: 20px 0;
}

.tabToggle .tabList {
  position: relative;
  padding-left: 0;
}

.tabToggle .tabList li {
  position: relative;
  width: 100%;
  font-size: 1.1em;
  list-style-type: none;
  cursor: pointer;
  padding: 6px 0;
  transition: all ease-in-out 0.4s;
  margin-right: 10px;
  padding-left: 20px;
  color: #797979;
  /*  border-bottom: 1px solid rgba(128,142,166,0.1);*/
}
.tabToggle .tabList li::before {
  position: absolute;
  content: "■";
  left: 0;
  color: #a19f9e;
}
.tabToggle .tabList li:hover {
  transform: translateX(3px);
}

.tabToggle .tabList li.active {
  cursor: default;
  color: #151515;
}
.tabToggle .tabList li.active::before {
  color: #f6b81b !important;
}

.tabToggle .panelList > div {
  position: relative;
}

.resourceCard {
  position: relative;
}
.resourceCard h3 {
  margin-top: 0;
  color: var(--main-color);
}
.resourceCard .resourceCard-side {
  background: #f1e3dc;
  padding: 20px;
}

.newsTable1 {
  position: relative;
  margin-top: 0;
}
.newsTable1 th {
  background: var(--main-color);
  color: #f6b81b;
}
.newsTable1 td {
  background: #f1e3dc;
  border: 1px solid rgba(197, 193, 195, 0.4);
}
.newsTable1 td a {
  color: var(--main-color);
  transition: all ease-in-out 0.4s;
  display: block;
  padding-bottom: 5px;
  position: relative;
  width: max-content;
}
.newsTable1 td a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: rgba(111, 159, 16, 0.5);
  bottom: 0;
  transition: all ease-in-out 0.4s;
}
.newsTable1 td a:hover {
  text-decoration-color: var(--main-color) !important;
}
.newsTable1 td a:hover::before {
  width: 100%;
}

@media screen and (min-width: 1081px) {
  .resourceCard {
    display: grid;
    grid-template-columns: 25% 72%;
    justify-content: space-between;
  }

  .tabToggle .panelList > div {
    display: none;
  }
  .tabToggle .panelList > div:first-child {
    display: block;
  }
}

.table-order th,
#basketTable th {
  background: var(--main-color);
}

.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;
}
.info-box {
  margin-bottom: 30px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.table-order {
  position: relative;
}
.table-order th {
  background: #eff3f6;
  color: var(--backColor);
}

.table-order select {
  padding: 0.4em 1em;
}
.new-title {
  position: relative;
  padding-left: 0.5em;
}
.new-title::before {
  position: absolute;
  height: calc(100% - 0.2em);
  content: "";
  background-color: var(--main-color);
  width: 8px;
  display: block;
  left: 0;
  top: 0.1em;
}

.grid {
  --rate: 70% 25%;
}

@media screen and (min-width: 768px) {
  .grid {
    display: grid;
    grid-template-columns: var(--rate);
    justify-content: space-between;
  }
}

.bg-orange {
  background-color: var(--orange-color);
}

.text-white {
  color: var(--white-color);
}

.btnWord.text-white > span {
  color: var(--white-color);
}

.mt-2 {
  margin-top: 2em;
}

.text-lg {
  font-size: 1.125rem;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section h2 {
  font-size: 1.8rem;
  line-height: 1.6em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.new-title2 {
  position: relative;
  color: var(--main-color);
}
@media screen and (min-width: 1081px) {
  .new-title2 {
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .new-title2::before,
  .new-title2::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 2em;
    background-color: var(--main-color);
    top: calc(50% - 1px);
  }
  .new-title2::before {
    right: 110%;
  }
  .new-title2::after {
    left: 110%;
  }
}

.new-style1 {
  position: relative;
  position: relative;
  background-color: rgba(121, 121, 121, 0.1);
  padding: 1em 2em;
}
.new-style1 .title {
  color: var(--Green-color);
  font-size: 1.1em;
  font-weight: bold;
}
.new-style1::after {
  position: absolute;
  content: "\e986";
  font-family: "icomoon";
  right: -0.4em;
  top: 1em;
  color: var(--main-color);
  transform: rotateZ(-90deg);
  font-size: 1.4em;
}

.cover-bg {
  position: relative;
  background-image: url("/upload/image/products-pic-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.new-style2 {
  position: relative;
}
.new-style2 > dt {
  position: relative;
  --scale: 1;
  overflow: hidden;
  cursor: pointer;
}
.new-style2 > dt .bg-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 1.25em;
  padding: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(/upload/image/products-pic-3.jpg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.new-style2 > dt .bg-text.beforeNormal::before {
  display: none;
}
.new-style2 > dt .bg-text a {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.45em;
  backdrop-filter: blur(4px);
  color: var(--main-color);
  z-index: 10;
  font-weight: bold;
  border-radius: 5px;
  transition: all ease 0.4s;
}
.new-style2 > dt .bg-text .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1em 1.5em;
  color: #111;
  font-size: 1.2rem;
  text-decoration: none;
  backdrop-filter: blur(4px);
}
.new-style2 > dt .content {
  position: relative;
  transform: scale3d(var(--scale), var(--scale), 1);
  transition: all ease-in-out 0.3s;
  z-index: 10;
  opacity: 0;
  padding: 2em 3em;
  display: block;
  color: #444;
  height: 100%;
}
.new-style2 > dt .content .title {
  font-size: 1.4em;
  color: var(--main-color);
  padding-left: 3em;
}
.new-style2 > dt .content .title::before {
  position: absolute;
  content: "";
  background-image: url(/upload/image/search-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.8em;
  height: 1.8em;
  display: block;
  left: 2em;
}
.new-style2 > dt .content::before {
  position: absolute;
  border-radius: 6px;
  content: "";
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(4px);
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  left: 1em;
  top: 1em;
  z-index: -1;
}
.new-style2 > dt:hover .content {
  animation: fadeInDown 0.9s 0.2s ease both;
}
.new-style2 > dt:hover .bg-text a {
  opacity: 0;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.new-style3 {
  position: relative;
  box-shadow: 1px 0 1em rgba(21, 21, 21, 0.1);
  padding: 1em;
}
.new-style3 .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-style3 .img img {
  position: relative;
  aspect-ratio: 1;
}
.new-style3 .title {
  font-size: 1.4em;
  text-align: center;
  width: 100%;
  display: block;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: from-font;
  text-underline-position: from-font;
}
.new-style3 a.title {
  color: var(--Green-color);
  position: relative;
  margin-bottom: 1em;
  font-weight: bold;
}
.new-style3 a.title:hover {
  color: var(--main-color);
}
.new-style3 a.title::after {
  position: absolute;
  bottom: -10px;
  content: "";
  width: 2em;
  height: 4px;
  left: calc(50% - 1em);
  background-color: var(--Green-color);
}
.new-style3 .content {
  padding: 1em;
}
/* a.text-white {
  color: #fff !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%;
}

.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.new-style4 {
  position: relative;
  box-shadow: 1px 0 1em rgba(21, 21, 21, 0.1);
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new-style4 .btnWord {
  border: none;
}
.new-style4 .title {
  font-size: 1.4em;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.new-style4 .title::before {
  position: absolute;
  content: "";
  background-color: var(--main-color);
  height: 3px;
  width: 2em;
  bottom: -10px;
  left: calc(50% - 1em);
}
.new-style4 a.title:hover {
  color: var(--Green-color);
}
.text-main {
  color: var(--main-color);
}

.text-main.btnWord span {
  color: var(--main-color) !important;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.new-style5 {
  position: relative;
  height: 100%;
  margin: 0;
}
.new-style5 > dt {
  position: relative;
  background-color: #f2f2f2;
  padding: 1em;
  border-radius: 4px;
}
.new-style5 > dt .title {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--Green-color);
}

.new-style6 {
  position: relative;
  height: 100%;
  width: 100%;
}
.new-style6::before,
.new-style6::after {
  position: absolute;
  content: "";
  width: 4em;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  z-index: 10;
}
.new-style6::before {
  content: "01";
  background-color: #5b9bd5;
  color: var(--white-color);
  right: 0;
  transform: translate3d(-34%, 34%, 0);
}
.new-style6::after {
  content: "03";
  background-color: #d5e3f0;
  left: 0;
  bottom: 0;
  transform: translate3d(33%, -33%, 0);
}
.new-style6 .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.new-style6 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.new-style6 .img::before,
.new-style6 .img::after {
  position: absolute;
  content: "";
  width: 4em;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  z-index: 10;
}
.new-style6 .img::before {
  content: "04";
  background-color: #cceffc;
  left: 0;
  top: 0;
  transform: translate3d(33%, 33%, 0);
}
.new-style6 .img::after {
  content: "02";
  background-color: #deebf7;
  right: 0;
  bottom: 0;
  transform: translate3d(-33%, -33%, 0);
}

.faq-list {
  position: relative;
  padding-bottom: 1em;
  /* padding: 0 1em 1em 0; */
  border-radius: 4px;
}

.faq-list h3 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 1.1rem;
  padding-left: 2em;
}

.faq-list .title {
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  padding-right: 1em;
  background-color: #ecefea;
  color: #454741;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.faq-list .content {
  padding: 10px 15px;
}
.faq-list .title:hover {
  color: var(--orange-color);
}

.faq-list .title::after {
  position: absolute;
  content: "\e985";
  font-family: "icomoon";
  left: 0.8em;
  transition: all ease-in-out 0.3s;
  color: #b8bdb0;
}

.faq-list .title.active::after {
  content: "\e978";
}

.faq-list .content {
  display: none;
}
.border-main {
  border: 1px solid var(--main-color);
}
.border-none {
  border: none;
}
.new-style8 {
  position: relative;
}
.new-style8 > dt {
  position: relative;
  --bg-img: url(/upload/image/resources-section-2-icon-1.png);
}
.new-style8 > dt .item {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  --scal: 1;
  --translateY: 0;
  transition: all ease-in-out 0.3s;
  transform: translateY(var(--translateY));
}
.new-style8 > dt .item .img {
  position: relative;
  width: 100%;
  aspect-ratio: 2;
  overflow: hidden;
}
.new-style8 > dt .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all ease-in-out 0.3s;
  transform: scale3d(var(--scal), var(--scal), 1);
}
.new-style8 > dt .item .content {
  background-color: #f2f7e8;
  padding: 1em;
}
.new-style8 > dt .item .title {
  font-size: 1.3em;
  padding-left: 2em;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.new-style8 > dt .item .title::before {
  position: absolute;
  content: "";
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 2em;
  left: 0;
}
.new-style8 > dt .item:hover {
  --scal: 1.05;
  --translateY: -8px;
}

.tabs {
  position: relative;
  margin: 1em 0;
}
.tabs .tab {
  position: relative;
  background-color: #f3f8fe;
}
section .tabs .tab {
  display: flex;
}
.tabs.tabs2 .tab {
  background: linear-gradient(to right, #aac078, #bfcc6e);
  display: flex;
}
.tabs .tab > li {
  position: relative;
  padding: 0.4em 1em;
  color: #222;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  font-size: 1.1em;
}
.tabs.tabs2 .tab > li {
  color: #fff !important;
}
.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: linear-gradient(to right, #aac078, #bfcc6e);
}
.tabs.tabs2 .tab > li.tab-bg {
  background: var(--orange-color);
}
.tabs .tabs-content {
  position: relative;
  display: none;
  padding-top: 1em;
}

@media screen and (min-width: 1081px) {
  .tabs .tab {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1080px) {
  section .tabs .tab {
    display: flex;
  }
  .tabs[data-tab-mobile="true"] .tab {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .tabs[data-tab-mobile="true"] .tab > li {
    background-color: var(--main-color);
    color: #fff !important;
    text-align: center !important;
  }
  .tabs[data-tab-mobile="true"] .tab > li.active {
    background-color: var(--main-dark-color);
    color: #fff !important;
  }
}
.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;
  padding-left: 25px;
}
.new-style-list a {
  display: block;
  padding: 6px 0 10px 0;
  color: #333 !important;
  transition: all ease 0.4s;
}
.new-style-list > li::before {
  content: "✦";
  margin-right: 0.5em;
  position: absolute;
  left: 0;
  top: 4px;
  color: #cd8a25;
}
.new-style-list > li a:hover {
  transform: scale(1.03);
  color: var(--main-color) !important;
  font-weight: bold;
}

@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-title4 {
  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;
}

.related-list2 {
  position: relative;
}
.related-list2 > li {
  position: relative;
  padding-left: 2em;
  border: 1px solid #ddd;
  transition: all ease 0.4s;
}
.related-list2 > li:hover {
  padding-left: 0;
}
.related-list2 > li a {
  display: block;
  height: 100%;
}
.related-cover {
  height: 220px;
  background: #f9f9f9;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.related-cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
}
.related-cover + .related-title {
  font-weight: bold;
  font-size: 1.15em;
  padding: 8px 0 15px 0;
}
.related-title {
  color: #222;
  padding: 8px 0;
  line-height: 1.45em;
  transition: all ease 0.4s;
}
.pcList-cart > li > strong a {
  display: block;
  font-weight: bold;
  font-size: 1.15em;
  line-height: 1.45em;
}
.related-list2 > li:hover .related-title {
  padding-left: 25px;
  color: var(--main-color);
}
.related-list2 > li:before {
  content: "\e923";
  font-family: "icomoon";
  position: absolute;
  left: 0.8em;
  top: 6px;
  width: 6px;
  height: 6px;
  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;
  }
}

.underline {
  text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: from-font;
  text-underline-position: from-font;
}

.underline-white {
  text-decoration-color: white;
}
*[animate-type] {
  opacity: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fadeInUp {
  animation: fadeInUp 0.8s ease-in-out forwards;
}
.img-styl1 {
  position: relative;
}
.img-styl1::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border: 2px solid rgba(122, 122, 122, 0.5);
  top: 0;
  left: 0;
  transform: translate3d(2em, 2em, 0);
}

.link-style1 > a {
  position: relative;
  transition: all ease-in-out 0.3s;
  color: var(--black-color) !important;
  padding: 0.5em 1em 0.6em 2em;
  line-height: 1.45em;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
}
.link-style1 > a::before {
  position: absolute;
  content: "➤";
  color: #dde1cb;
  left: 8px;
}
.link-style1 > a:hover {
  color: var(--orange-color) !important;
  transform: scale(1.05);
}
.link-style1 > a:hover:before {
  color: var(--main-color);
}

.title-icon-right {
  position: relative;
  text-align: right;
  --icon-url: url("/upload/image/solution-section-4-1.png");
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.2em;
  margin: 1em 0;
}
.title-icon-right::after {
  position: relative;
  content: "";
  background-image: var(--icon-url);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  aspect-ratio: 1;
  display: block;
  margin-left: 1em;
}

.title-icon-left {
  position: relative;
  text-align: right;
  --icon-url: url("/upload/image/solution-section-4-2.png");
  display: flex;
  align-items: center;
  font-size: 1.2em;
  margin: 1em 0;
}
.title-icon-left::before {
  position: relative;
  content: "";
  background-image: var(--icon-url);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  aspect-ratio: 1;
  display: block;
  margin-right: 1em;
}

.img-style {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.new-style12 {
  position: relative;
}
.new-style12 > dd {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--main-color);
  border-radius: 1rem;
  padding: 1em;
  text-align: center;
  margin: 0;
}
.new-style12 > dd a {
  color: var(--Green-color);
  transition: all ease-in-out 0.3s;
}
.new-style12 > dd img {
  border: 1px solid var(--main-color);
  padding: 0.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}
.new-style12 > dd:hover img {
  transform: scale3d(1.02, 1.02, 1);
}
.new-style12 > dd:hover a {
  color: var(--orange-color);
}
.new-style12 > dd a {
  margin-top: 1em;
  font-weight: bold;
}

.new-style13 {
  position: relative;
}
.new-style13 > dt {
  position: relative;
  display: block;
  --scal: 1;
  --color: #444;
  --bg: rgba(21, 21, 21, 0.5);
}
.new-style13 > dt .item {
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(to bottom, rgb(221, 239, 180), rgba(221, 239, 180, 0));
}
.new-style13 > dt .item .img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  top: 0;
  left: 0;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.new-style13 > dt .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale3d(var(--scal), var(--scal), 1);
  transition: all ease-in-out 0.3s;
  z-index: 1;
}
.new-style13 > dt .item .title {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  color: var(--Green-color);
}
.new-style13 > dt .item a.title:hover {
  color: var(--orange-color);
}
.new-style13 > dt .item .content {
  padding: 1em 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color);
  transition: all ease-in-out 0.3s;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  z-index: 10;
}
.new-style13 > dt .item:hover {
  --scal: 1.05;
  --bg: rgba(218, 191, 120, 0.5);
}

.new-style14 {
  position: relative;
}
.new-style14 dt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.new-style14 dt a {
  color: var(--Green-color);
}
.new-style14 dt img {
  vertical-align: top;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 200px;
}

.new-tab2 .tab {
  display: inline-block;
  background: none;
}
.new-tab2 .tab > li {
  text-align: right;
  font-size: 1.1rem;
  padding-right: 0;
  font-weight: 100;
  border-bottom: 1px solid rgba(121, 121, 121, 0.2);
  --height: 0;
}
.new-tab2 .tab > li::after {
  position: absolute;
  content: "";
  background-color: var(--Green-color);
  height: var(--height);
  width: 2em;
  right: 0;
  bottom: 0;
}
.new-tab2 .tab > li:hover {
  color: var(--Green-color) !important;
}
.new-tab2 .tab > li.active {
  color: var(--Green-color) !important;
  --height: 2px;
  font-weight: bold;
}

.new-style15 {
  position: relative;
  counter-reset: dt;
}
.new-style15 > dt {
  position: relative;
  background-color: rgba(252, 252, 252, 0.7);
  padding: 1em 1.5em;
  --color: 95, 165, 48;
  counter-increment: dt;
  backdrop-filter: blur(6px);
}
.new-style15 > dt * {
  color: var(--black-color) !important;
}
.new-style15 > dt .title {
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 0.5em;
  background: linear-gradient(to right, rgba(var(--color), 0.5), rgba(142, 248, 183, 0));
}
.new-style15 > dt .title a[href]:hover {
  color: var(--main-dark-color) !important;
}
.new-style15 > dt .title::after {
  position: absolute;
  right: 1em;
  content: "0" counter(dt);
  font-size: 1.6em;
  font-weight: bold;
  color: rgba(var(--color), 1);
  font-style: italic;
}
.new-style15.hidden-counter > dt .title::after {
  display: none;
}
.new-style15 > dt:nth-child(2) {
  --color: 226, 110, 31;
}
.new-style15 > dt:nth-child(3) {
  --color: 111, 108, 108;
}
.new-style15 > dt:nth-child(4) {
  --color: 255, 192, 0;
}
.new-style15 > dt:nth-child(5) {
  --color: 91, 155, 213;
}
.new-style15 > dt:nth-child(6) {
  --color: 112, 48, 160;
}
.new-style16 {
  position: relative;
}
.new-style16 > dt {
  position: relative;
  background-color: #f6f6f6;
  --bg: #9bbf79;
}
.new-style16 > dt .title {
  font-size: 1.1em;
  font-weight: bold;
  padding: 1rem;
  display: block;
  background-color: var(--bg);
  color: var(--white-color);
}
.new-style16 > dt a[href] {
  transition: all ease-in-out 0.3s;
  display: block;
}

.new-style16 > dt > a[href]:hover {
  background: linear-gradient(to right, #aac078, #bfcc6e);
  color: #fff;
}
.new-style16 > dt .content {
  padding: 1em;
}
.new-style16 > dt:nth-child(2) {
  --bg: #82bcb0;
}
.new-style16 > dt:nth-child(3) {
  --bg: #dac97b;
}
.new-style16 > dt:nth-child(4) {
  --bg: #82bcb0;
}
.new-style16 > dt:nth-child(5) {
  --bg: #2aaca6;
}
.new-style16 > dt:nth-child(6) {
  --bg: #2a8fac;
}
.new-title5 {
  position: relative;
  color: var(--Green-color);
  font-weight: bold;
}
.new-title5::after {
  position: relative;
  content: "»";
  font-size: 1.2em;
  margin-left: 0.2em;
}

.title-h3 {
  font-size: 1.4rem;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.2em;
  font-weight: bold;
}
.toggle-list h3 {
  margin-top: 0;
  margin-bottom: 0.2em;
  font-size: 1.1rem;
  padding-left: 2em;
}
.toggle-list .title {
  position: relative;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  padding-right: 1em;
  background-color: #e2f0d9;
  color: var(--main-color);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.toggle-list .title:hover {
  color: var(--orange-color);
}
.toggle-list .title::after {
  position: absolute;
  content: "\e985";
  font-family: "icomoon";
  left: 0.8em;
  transition: all ease-in-out 0.3s;
  top: 0.5em;
}
.toggle-list .title.active::after {
  content: "\e978";
}
.toggle-list > dt {
  padding-bottom: 1em;
}
.toggle-list .content {
  position: relative;
  display: none;
  padding: 0.6em 0.8em;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  position: relative;
  margin-top: 1.5em;
}
.toggle-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);
}

@media (min-width: 992px) {
  ul[anchorListTop] {
    position: sticky;
    grid-template-columns: repeat(auto-fill, var(--child-width));
  }
}
@media (max-width: 992px) {
  ul[anchorListTop] {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 10px;
    line-height: 1.4em;
  }
}
ul[anchorListTop] {
  top: 90px;
  background: linear-gradient(to right, rgba(210, 223, 242, 0.8), rgba(210, 223, 242, 0.5));
  border-radius: 5px;
  padding: 8px;
  z-index: 10;
  width: 100%;
  display: none;
  --child-width: 16%;
  --other-width: 12px;
  line-height: 1.4em;
  margin-bottom: 2em;
}

ul[anchorListTop].active {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

ul[anchorListTop] > li {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 8px 7px;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.4s;
  border-radius: 5px;
  border-bottom: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  color: #45562e;
  margin-right: 5px;
}
ul[anchorListTop] > li:hover {
  background: linear-gradient(to right, #fff, #f7efdb);
}
ul[anchorListTop] > li > label {
  cursor: pointer;
}

ul[anchorListTop] > li.active {
  color: var(--yellow-color);
  font-weight: bold;
  background: linear-gradient(to right, #fff, #f7efdb);
}

ul[anchorListTop] > li.anchor-inquiry,
ul[anchorListTop] > li.anchor-inquiry:hover {
  background-color: var(--yellow-color) !important;
  color: var(--white-color);
}
.anchor-inquiry a[href] {
  color: var(--white-color) !important;
  display: block;
}
ul[anchorListTop] > li.anchor-inquiry:hover a[href] {
  color: var(--yellow-color) !important;
}

.new-title6 {
  position: relative;
}

@media screen and (min-width: 1081px) {
  .new-title6 {
    padding-left: 1.4em;
  }
  .new-title6::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: var(--yellow-color);
    height: 100%;
    aspect-ratio: 0.6;
    display: inline-block;
    -webkit-clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0% 100%);
    clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0% 100%);
  }
}
.side-inquiry {
  position: relative;
  text-align: center;
}
.side-inquiry .title {
  padding: 0.8em 2em;
  background-color: #fdea9f;
  font-size: 1.1em;
  font-weight: bold;
}
.side-inquiry .content {
  position: relative;
  background-color: var(--white-color);
  padding: 0.8em 2em;
}
.side-inquiry .btn {
  border: none;
  background: var(--yellow-color);
  display: inline-block;
  padding: 0.2em 2em;
  border-radius: 3em;
  margin: 1em 0;
  color: var(--white-color);
  transition: all ease-in-out 0.3s;
}
.side-inquiry .btn:hover {
  background-color: #f3b941;
}

.new-title7 {
  position: relative;
  /*   margin-left: auto; */
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  background-color: #ecf2e9;
  padding: 0.2em 2em;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}

.list-style4 {
  position: relative;
  margin-left: 0.5em;
}
.list-style4 > dt {
  position: relative;
  padding-left: 0.8em;
}
.list-style4 > dt h3 {
  margin-top: 0;
}
.list-style4 > dt::before {
  position: absolute;
  content: "";
  left: -0.4em;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #fbe8be;
}
.list-style4 > dt::after {
  position: absolute;
  left: -0.9em;
  content: "●";
  color: var(--yellow-color);
  font-size: 0.9em;
  top: 0;
  display: inline-block;
}

.list-style5 {
  position: relative;
}
.list-style5 > li {
  position: relative;
  padding: 0.2em 0.5em;
}
.list-style5 > li::marker {
  content: "✔";
  color: var(--yellow-color);
}

.new-style18 {
  position: relative;
  counter-reset: dt;
}
.new-style18 > dt {
  position: relative;
  counter-increment: dt;
  padding: 1em;
  padding-left: 4rem;
  border-radius: 1em;
  border: 1px solid rgba(21, 21, 21, 0.1);
  overflow: hidden;
  margin: 1em 0;
}
.new-style18 > dt h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.new-style18 > dt::before {
  position: absolute;
  content: "0" counter(dt);
  font-size: 1.2em;
  font-weight: bold;
  left: 0;
  background-color: var(--light-yellow);
  height: 100%;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.new-style9 {
  position: relative;
  border: 1px solid rgba(21, 21, 21, 0.1);

  border-radius: 2em;
  margin: 3em 0 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-style9 .title {
  /*   margin-left: auto; */
  margin-right: auto;

  background-color: #ecf2e9;
  padding: 0.2em 2em;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
  top: -1.9em;
}
.new-style9 .content {
  width: 100%;
}
@media screen and (min-width: 1081px) {
  .new-style9 {
    padding: 2em;
  }
  .new-style9 .title {
    position: absolute;
    width: -moz-max-content;
    width: max-content;
  }
}
.nomain-banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3em 0;
  color: var(--main-color);
  text-align: center;
}
.nomain-banner .title {
  padding: 0.1em 0.5em;
  background-color: var(--white-color);
  box-shadow: 1px 4px 10px rgba(21, 21, 21, 0.1);
  font-size: 2rem !important;
  font-family: "SourceSansProBold";
  border-radius: 4px;
  line-height: 1.4em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-weight: bold;
}

.tag-list {
  position: relative;
}
.tag-list > * {
  position: relative;
  background-color: #e3eaf6;
  padding: 0.2em 1em;
  border-radius: 4px;
  transition: all ease-in-out 0.3s;
  color: #444;
}
.tag-list > *:hover {
  background-color: #cad6e9;
}
.tag-list > .col-md-4 {
  float: none;
  display: inline-block;
  margin-right: 1em;
  width: max-content;
}
.tag-list > .col-md-4 a {
  color: var(--main-color);
}
.tag-list.pdf-icon > .col-md-4::before {
  content: "\e94a";
  font-family: "icomoon";
  color: var(--main-color);
  margin-right: 0.5em;
}

.related-list {
  position: relative;
}
.related-list > 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-list > li:hover {
  background: linear-gradient(to right, #cce9bf, #acee8f);
  --color: var(--main-dark-color);
}
.related-list > li a[href] {
  color: var(--color);
  display: block;
}
.btn-simple {
  border: none;
  background: var(--yellow-color);
  display: block;
  padding: 0.2em 2em;
  border-radius: 3em;
  color: var(--white-color) !important;
  transition: all ease-in-out 0.3s;
  max-width: max-content;
}
.btn-simple:hover {
  background-color: #f3b941;
}
.new-style19 .title {
  position: relative;
  color: #072437;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.new-style19 .new-btn {
  padding: 0.3em 1em;
}
.new-style19 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-style20 {
  position: relative;
}
.new-style20 > dt {
  position: relative;
  padding: 1.8em 1em 0.5em 1em;
  border: 1px solid var(--main-400-color);
}
.new-style20 > dt::before {
  position: absolute;
  content: "";
  height: 1em;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #e8f3cf, #c5e4c2);
}
.new-style20 > dt .title {
  position: relative;
  font-size: 1.2em;
}
.new-style20 h3 {
  margin: 0;
  padding: 0;
  font-size: unset;
}

.related-list {
  position: relative;
}
.related-list > 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-list > li:hover {
  background: linear-gradient(to right, #cce9bf, #acee8f);
  --color: var(--main-dark-color);
}
.related-list > li a[href] {
  color: var(--color);
  display: block;
}
.new-style21 {
  position: relative;
}
.new-style21 > dt {
  position: relative;
  display: block;
  --scal: 1;
  --color: #444;
}
.new-style21 > dt .item {
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(to bottom, rgb(171, 194, 118), rgb(255, 255, 255));
}
.new-style21 > dt .item .img {
  position: relative;
  width: 100%;
  aspect-ratio: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.new-style21 > dt .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale3d(var(--scal), var(--scal), 1);
  transition: all ease-in-out 0.3s;
  z-index: 1;
}
.new-style21 > dt .item .title {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
.new-style21 > dt .item .content {
  padding: 0.5em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color);
  transition: all ease-in-out 0.3s;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  z-index: 10;
}
.new-style21 > dt .item:hover {
  --scal: 1.05;
}
.table-bordered a[href] {
  color: var(--main-color);
}
@media screen and (max-width: 768px) {
  .table-bordered .firstRow {
    display: none;
  }
  .table-bordered thead {
    display: none;
  }
  .table-bordered tr {
    margin-bottom: 1em;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .table-bordered td {
    border: none;
    display: block;
    line-height: 2;
  }
  .table-bordered td::before {
    content: attr(min-tag);
    display: block;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.1em;
    color: var(--main-dark-color);
  }
}
