header {
  position: sticky !important;
}

/* for service */

.services-container img {
  max-width: 100%;
}

.services-container img:not([class]) {
  height: revert-layer;
}

.services-container h1:not([class]) {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
  font-weight: 550;
}

.services-container p {
  line-height: 1.7;
  margin: 10px 0;
  font-size: 1rem;
}

.services-container .References {
  color: #888;
  /* font-size: 90%; */
}

.services-container a:not([class]) {
  color: rgb(var(--secondary));
  text-decoration: none;
}

.services-container a.btn {
  color: #fff;
  text-decoration: none;
}

.services-container a:not([class]):hover {
  color: rgb(var(--primary));
  text-decoration: underline;
}

.services-container a.btn:hover {
  color: #fff;
  text-decoration: none;
}

.services-container table {
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
  border: 1px solid #ddd;
}

.services-container table td,
.services-container table th,
.services-container table tr {
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 0.95rem;
}

.services-container table th a {
  color: #f36425;
  text-decoration: none;
}

.services-container table td,
.services-container table th {
  padding: 7px 12px;
  line-height: 1.7;
}

.services-container table th {
  background: rgb(var(--primary));
  color: #fff;
  text-transform: capitalize;
  font-weight: 550;
}

.services-container table tr td {
  background: #fff;
  color: #333;
}

.services-container table tr td a {
  color: rgb(var(--primary));
  text-decoration: none;
}

.services-container table tr:nth-of-type(2n + 2) td {
  background: #f9f9f9;
}

/* .services-container table tr:nth-of-type(1) td {
  background: #f36425;
  color: #fff;
} */

table.bt tbody td,
table.bt tfoot td,
table.bt tfoot th {
  font-size: 0.95rem;
  padding: 0;
}

table.bt tbody td:before,
table.bt tfoot td:before,
table.bt tfoot th:before {
  padding: 10px;
}

table.bt tbody td .bt-content,
table.bt tfoot td .bt-content,
table.bt tfoot th .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tbody td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot th:first-of-type:before {
  padding-top: 10px;
}

table.bt tbody td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot th:last-of-type:before {
  padding-bottom: 10px;
}

table.bt tbody th,
table.bt thead {
  display: none;
}

table.bt tbody td,
table.bt tfoot td,
table.bt tfoot th {
  border: none;
  display: block;
  vertical-align: top;
}

table.bt tbody td:before,
table.bt tfoot td:before,
table.bt tfoot th:before {
  content: attr(data-th) ": ";
  font-weight: 700;
  width: 30%;
  display: inline-block;
}

table.bt tbody td.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tfoot th.bt-hide {
  display: none;
}

table.bt tbody td .bt-content,
table.bt tfoot td .bt-content,
table.bt tfoot th .bt-content {
  vertical-align: top;
  width: 55%;
  display: inline-block;
  padding-top: 10px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.ServiceShowPic,
.serviceshowpic,
.serviceNote {
  font-size: 0.75em;
  text-align: center;
  line-height: 1.7em !important;
  color: #666;
  display: block;
}

.ServiceShowPic img,
.serviceshowpic img,
.serviceNote img {
  margin: auto;
}

.ServiceShowleftPic,
.serviceshowleftpic {
  float: left;
  margin-right: 15px !important;
  text-align: center !important;
  color: #666;
  display: inline-block;
}

.ServiceShowrightPic,
.serviceshowrightpic {
  float: right;
  margin-left: 15px !important;
  text-align: center !important;
  color: #666;
  display: inline-block;
}

.ServiceShowPic,
.serviceNote,
.ServiceShowleftPic,
.ServiceShowrightPic,
.serviceshowpic,
.serviceshowleftpic,
.serviceshowrightpic {
  font-size: 0.8em !important;
  text-align: center;
  line-height: 1.7em !important;
  margin-bottom: 15px;
}

.ServiceShowPic img,
.serviceNote img,
.ServiceShowleftPic img,
.ServiceShowrightPic img,
.serviceshowpic img,
.serviceshowleftpic img,
.serviceshowrightpic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.ServiceShowPic strong,
.serviceNote strong,
.ServiceShowleftPic strong,
.ServiceShowrightPic strong,
.serviceshowpic strong,
.serviceshowleftpic strong,
.serviceshowrightpic strong {
  font-weight: normal !important;
}

.ullist,
.services-container ul:not([class]) {
  padding: 0 0 10px 19px;
  margin: 0;
}

.ollist,
.services-container ol {
  padding: 0 0 10px 19px;
  margin: 0;
}

.ollist li,
.ullist li,
.services-container ul:not([class]) li {
  line-height: 1.7;
  font-size: 1rem;
}

.services-container .leftnavli ul li {
  list-style: none !important;
}

.ollist li a,
.ullist li a {
  color: rgb(var(--secondary));
}

.ollist li a:hover,
.ullist li a:hover {
  text-decoration: underline;
  color: rgb(var(--primary));
  transition: color 0.3s;
}

.ullist,
.services-container ul:not([class]) li {
  list-style: disc !important;
}

.ullist.short-line {
  text-indent: -8px;
}

.ullist.short-line li {
  list-style: none !important;
}

.ullist.short-line li:before {
  content: "-";
}

.ulforlist > li {
  list-style-type: lower-roman !important;
}

.ulforlist > li > ul > li {
  list-style-type: decimal-leading-zero;
}

.ulforlist > li > ul > li > ul > li {
  list-style-type: lower-latin;
}

.ulforlist,
.ulforlist ul {
  padding-left: 20px;
  margin: 10px 0;
}

.ulforlist ul li {
  line-height: 1.7;
}

.disc li {
  list-style: disc !important;
}

.roman li {
  list-style: lower-roman !important;
}

.greek li {
  list-style: lower-greek !important;
}

.latin li {
  list-style: lower-latin !important;
}

.upper-latin li {
  list-style: upper-latin !important;
}

.ullist .ullist {
  padding: 0 0 0 19px;
}

.ullist .ullist li {
  list-style: circle !important;
}

.ollist,
.services-container ol li {
  list-style: decimal !important;
}

.ollist .ullist li {
  list-style: circle !important;
}

.Reference,
.reference,
.reference-ol {
  padding-bottom: 0;
  font-size: 0.875 !important;
  line-height: 1.3 !important;
  color: #888 !important;
}

.Referencemargin,
.referencemargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.Referencemargin strong {
  font-size: 0.875 !important;
}

.Referencemargin li {
  padding-bottom: 8px !important;
}

.tablecontentshow {
  margin: auto auto 15px auto;
}

.tablecontentshow td {
  padding: 8px;
}

.tablecontentshow .servicetheadbg {
  background-color: rgb(var(--primary));
  color: #fff;
}

.tableimgshow {
  margin: 0 0 15px;
  border: 0;
}

.tableimgshow td,
.tableimgshow th,
.tableimgshow tr {
  padding: 5px 12px;
  border-bottom: none;
  text-align: center;
  background: #fff;
}

@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 td,
  .table-responsive .tableimgshow th,
  .table-responsive .tableimgshow tr {
    padding: 5px 0;
    text-align: left;
    background: #fff;
  }
  .bread-crumb {
    display: none;
  }
}

.services-container h2:not([class]) {
  font-size: 1.375rem;
  margin: 0;
  padding: 15px 0 10px 0;
  font-weight: 600;
}

.services-container h3:not([class]),
.services-container h4:not([class]),
.services-container h5:not([class]),
.services-container h6:not([class]) {
  font-size: 1.05rem;
  margin: 0;
  padding: 15px 0 10px 0;
  font-weight: 600;
}

.related-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.related-li span {
  opacity: 0.75;
}

.product-sort.in-sort {
  margin-bottom: 25px;
  max-height: 175px;
  overflow-y: auto;
}

.realtedinfotit {
  margin-bottom: 25px;
  font-size: 1.375rem;
}

.product-sort.in-sort a {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: #eee solid 1px;
  border-radius: 4px;
  padding: 2px 10px;
  display: block;
  margin-bottom: 5px;
}

.product-sort a {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: #eee solid 1px;
  border-radius: 4px;
  padding: 2px 10px;
  margin-bottom: 5px;
  display: inline-block;
  max-width: 100%;
}

.virus-searchbox {
  background: #fefefe;
  border: 1px solid #ccc;
  padding: 0 20px 20px;
  margin: 10px 0;
  border-radius: 10px;
}

.RecombinantAntibodiesSearch {
  margin-top: 10px;
}

.RecombinantAntibodiesSearch .row .col-md-12 {
  margin-bottom: 0;
}

.RecombinantAntibodiesSearch .row .col-md-3 {
  margin-bottom: 10px;
}

.GeneNum {
  margin-top: 15px;
  margin-bottom: 10px;
}

.GeneNum .Nofontweight {
  display: block;
  margin-bottom: 5px;
}

.GeneNum .charidentity {
  cursor: pointer;
  display: inline-block;
  padding: 2px 9px 0;
  background: #f5f5f5;
  border-radius: 2px;
  margin-bottom: 2px;
}

.GeneNum .charidentity:hover {
  transition: all 0.3s;
  color: #fff !important;
  background: rgb(var(--secondary));
}

.virus-searchbox .product-sort {
  max-height: 300px;
  overflow-y: auto;
  /* border: 1px solid #ccc; */
  padding: 0 5px;
  border-radius: 10px;
}

.virus-searchbox .product-sort a {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* ---- */

.product-listshow .row .catnum {
  font-size: 1rem;
  color: #727272;
}

.inquiry-btnbox .btn {
  padding: 0 10px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  margin-top: 0;
  background: rgb(var(--primary));
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  font-weight: normal;
  word-spacing: 0.2px;
  letter-spacing: 0.5px;
  border-radius: 50px;
  cursor: pointer;
}

.inquiry-btnbox .btn:hover {
  background: rgb(var(--secondary));
  color: #fff;
}

.product-searchbox {
  padding: 20px 30px;
  margin-bottom: 20px;
}

.product-searchbox .selectedtype {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 1px 15px;
  color: #fff;
  background: rgb(var(--secondary));
  border-radius: 50px;
  font-size: 1rem;
}

.product-select select {
  width: 100%;
  color: #727272;
  border: 1px solid #ccc;
  padding: 8px 10px;
  border-radius: 5px;
}

.product-searchinput {
  position: relative;
  margin-bottom: 10px;
}

.product-searchinput input {
  width: 100%;
  color: #727272;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 50px;
}

.product-searchinput button {
  font-family: "poppins", Arial, sans-serif;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 2rem;
  border-radius: 0 50px 50px 0;
  margin-bottom: 25px;
  clear: both;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  font-size: 1.25rem;
  line-height: 36px;
  background: rgb(var(--secondary));
  font-weight: normal;
  word-spacing: 0.2px;
  letter-spacing: 0.5px;
}

.product-searchinput button:hover {
  background: #45aabc;
  color: #fff;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .product-searchinput button {
    font-size: 1rem;
    padding: 0 10px;
  }
}

.btn-f {
  color: #fff !important;
  text-decoration: none !important;
}

.product-listshow {
  padding: 12px 0 8px 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.product-listshow .row .proname {
  width: 100%;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 550;
  margin-bottom: 10px;
}

.product-listshow .row .catnum {
  font-size: 1rem;
  color: #727272;
}

.pro_type {
  width: auto;
  height: auto;
  overflow: hidden;
  display: inline-block;
  font-size: 1.1rem;
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.pro_type span {
  background: rgb(var(--secondary));
  border-radius: 50px;
  padding: 2px 15px;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.pro_type span i {
  font-size: 0.85rem;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.pro_type span i:hover {
  opacity: 0.75;
  text-decoration: none;
}

.filter-shell {
  position: relative;
  padding: 0 0 10px;
}

.filter-shell ul,
.filter-shell li {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

.filter-shell > ul {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter-shell > ul::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.filter-shell > ul > li {
  float: left;
  padding: 5px 10px;
  font-size: 1rem;
  cursor: pointer;
  border: 1px #ccc solid;
  margin-top: 6px;
  margin-bottom: 6px;
}

.filter-shell > ul > li:hover > a {
  color: #45aabc;
}

.filter-shell > ul > li > a::after {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid rgba(1, 1, 1, 1);
  border-right: 2px solid rgba(1, 1, 1, 1);
  content: "";
  -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;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(-45deg);
}

.filter-shell > ul > li:hover > a::after {
  border-bottom: 2px solid #45aabc;
  border-right: 2px solid #45aabc;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.filter-shell > ul > li > ul {
  position: absolute;
  -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;
  top: 42px;
  left: 0;
  background: rgba(252, 252, 252, 1);
  width: 100%;
  z-index: 999;
  display: none;
  border-left: 1px #45aabc solid;
  border-right: 1px #45aabc solid;
  border-bottom: 1px #45aabc solid;
  font-size: 1.1rem;
  max-height: 200px;
  overflow-y: auto;
}

.filter-shell > ul > li:hover > ul {
  display: block;
}

.filter-shell > ul > li > ul > li {
  position: relative;
  padding: 5px 8px;
  -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;
  font-size: 0.85rem;
}

.filter-shell > ul > li > ul > li:hover {
  background: rgba(236, 236, 236, 1);
  color: #45aabc;
}

.filter-shell > ul > li > ul > li label {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 24px;
}

.filter-shell > ul > li > ul > li label input {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
  margin: 0;
}

.filter-shell ul,
.filter-shell li {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

.filter-shell > ul > li:hover {
  border: 1px #45aabc solid;
}

.filter-shell > ul,
.filter-shell > ul > li > ul,
.filter-shell > ul > li > ul > li {
  list-style: none;
}

.wow {
  visibility: hidden;
}

.filter-shell:after {
  display: table;
  content: " ";
}

.filter-shell:after {
  clear: both;
}

.select2-container--bootstrap {
  display: inline-block !important;
  width: 31% !important;
  margin-right: 1% !important;
  margin-bottom: 10px !important;
}

.select2-container--bootstrap .select2-results__option {
  font-size: 0.9rem;
  line-height: 24px;
}

.pagenav {
  text-align: right;
  font-size: 1rem;
  text-decoration: none;
  margin: 10px 0 0;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}

.pagenav .pagination li {
  display: inline-block;
}

.pagenav .pagination li.active a {
  color: #fff !important;
  text-decoration: none;
  background: rgb(var(--secondary));
}

.pagenav a {
  margin-left: 5px;
  color: #000000;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 5px;
}

.pagenav a:hover {
  color: #fff !important;
  text-decoration: none;
  background: rgb(var(--secondary));
}

/* pages */

.pagenav {
  margin: 20px 0;
}

.pagination {
  justify-content: flex-end;
  gap: 3px;
}

.pagenav a {
  margin: 0;
  border-radius: 2px;
  background: #fff;
  border: #eee solid 1px;
}

.pagination li a {
  padding: 3px 5px;
  color: #333;
  transition: all 0.3s ease;
  min-width: 30px;
  display: block;
  text-align: center;
}

/* .pagination li:nth-child(1) a {
    border-radius: 4px 0 0 4px;
}

.pagination li:nth-last-child(1) a {
    border-radius: 0 4px 4px 0;
    border-right: #eee solid 1px;
} */

@media (max-width: 768px) {
  .post-holder {
    width: 100%;
  }
  .product-listshow {
    border: none;
    border-radius: 0;
    padding: 15px 0;
    border-bottom: #eee solid 1px;
  }
  .pagination {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.services-container .list-box a p {
  text-align: center;
  font-weight: 550;
  font-size: 1rem;
}

.services-container .list-box a .img-box {
  width: 100%;
  height: 160px;
  overflow: hidden;
  max-width: 260px;
  margin: 0 auto;
}

.services-container .list-box a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1, 1);
  transition: 0.3s ease all;
}

.services-container .list-box a:hover .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1, 1.1);
}

.row-specific .img-responsive {
  margin: 0 auto 10px;
  display: block;
}

.get-more a:hover {
  background: #45aabc;
  color: #fff !important;
  transition: background-color 0.3s;
}

.tab-btns {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 550;
  padding: 15px 12px -1px 12px;
  letter-spacing: 1px;
  border-bottom: 1px solid #ddd;
  list-style: none;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
}

.tab-btns li.tab-btn {
  border: 1px solid #ddd;
  border-bottom: none;
  padding: 5px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  margin-right: 5px;
}

.tab-btns li.tab-btn:hover {
  background: #f9f9f9;
}

.tab-btns li.tab-btn.active-btn {
  background: rgb(var(--primary));
  border-color: rgb(var(--primary));
  color: #fff;
}

/* tab style2 */
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.tab-btns.tabstyle2 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  border: none;
  gap: 15px;
}

.tab-btns.tabstyle2 li.tab-btn {
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
  border: #eee solid 1px;
  width: calc(16% - 15px);
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .tab-btns.tabstyle2 {
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-color: #30c1d9 #ffffff;
    gap: 5px;
  }
  .tab-btns.tabstyle2 li.tab-btn {
    width: auto !important;
  }
  .services-container .tab-btns.tabstyle2 li.tab-btn h3 {
    padding: 0;
    white-space: nowrap;
    font-size: 12px;
  }
}

/* tab style2 */

.li-num {
  margin-top: 20px;
  padding-left: 0px;
}

.li-num li {
  line-height: 1.3;
  list-style-type: none;
  padding: 10px 5px;
  border-bottom: #eee solid 1px;
  background: #f5f5f5;
  list-style-position: outside;
  color: #333;
}

.dp-none {
  display: none;
}

.li-num li:nth-child(2n + 1) {
  background: #fff;
  color: #000;
}

.li-num li:nth-last-child(1) {
  border: none;
}

.get-more {
  text-align: center;
  display: block !important;
  background: none !important;
}

.get-more a {
  clear: both;
  color: #fff !important;
  background: rgb(var(--primary));
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  font-weight: normal;
  border-radius: 50px;
  cursor: pointer;
  margin: 15px auto;
  line-height: 35px;
  height: 35px;
  width: 125px;
  text-align: center;
}

.promotion-unit {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promotion-unit img {
  display: inline-block;
  width: 100%;
}

.promotion-unit p {
  max-height: 170px;
  font-size: 13px;
  line-height: 22px;
  overflow: hidden;
  color: #666;
  padding: 0;
  margin: 5px 0 12px;
}

.promotion-unit:hover {
  background-color: #fafafa;
}

.promotion-unit .samllTag {
  font-size: 14px;
  color: #888888;
  margin-bottom: 10px;
  display: none;
}

.promotion-unit .promotionspan {
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 550;
}

.promotion-unit .promotionspan a {
  color: #000000;
}

.promotion-unit:hover a {
  color: #f26235;
}

.promotion-unit .promotionmore {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #f2f2f2;
  margin-top: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  margin-top: auto;
}

.promotion-unit .promotionmore a {
  display: block;
}

.promotion-unit:hover .promotionmore {
  background-color: #f26235;
  color: #ffffff;
  border: 1px solid #f26235;
}

.promotion-unit:hover .promotionmore a {
  color: #ffffff !important;
}

.promotion-row {
  font-size: 17px;
  line-height: 24px;
  position: relative;
  margin-top: 30px;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  row-gap: 30px;
}

.promotion-row .col-md-4 {
  position: relative;
}

.promotion-row h3 {
  font-size: 20px;
  margin: 20px 0;
}

.promotionimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  z-index: -1;
}

.promotionimgsmall {
  position: absolute;
  top: -20px;
  right: 0;
  width: 100px;
  height: 100px;
  z-index: 10;
}

.anti-scale {
  transform: scale(1);
  transition: all 0.3s ease;
}

a:hover .anti-scale {
  transform: scale(1.1);
}

.fa-disc::before {
  content: "●";
  font-style: normal;
  font-weight: normal;
  padding-right: 5px;
}

.service-transit {
  row-gap: 20px;
  margin-bottom: 20px;
}

.service-transit-bpx {
  max-width: 320px;
  background: #f9f9f9;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  height: 100%;
}

.service-transit-bpx > a {
  width: 100%;
  max-width: 320px;
  overflow: hidden;
  display: block;
  height: 192px;
}

.service-transit-bpx img {
  object-fit: cover;
  transform: scale(1);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.service-transit-bpx:hover img {
  transform: scale(1.1);
}

/* .service-transit-bpx:hover {
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
} */

.service-transit-bpx h3 {
  line-height: 24px;
  padding: 15px;
}

.service-transit-bpx:hover h3 a {
  color: rgb(var(--primary)) !important;
}

.GDuNIT > a {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  height: 195px;
  display: inline-block;
}

.GDuNIT img {
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.GDuNIT:hover a img {
  transform: scale(1.1);
}

i.qaf::before {
  align-self: flex-start;
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  color: #ffffff;
  content: "?";
  width: 18px;
  height: 18px;
  border-radius: 24px;
  text-align: center;
  background: #d7d7d7;
  font-style: normal;
  font-weight: 550;
  line-height: 18px;
}

.pro-pdf-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  height: 220px;
  background-size: 96% auto;
  background-position: 30px center;
  margin-bottom: 1rem;
  border: #eee solid 1px;
  margin-bottom: 1rem;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-color: #fff;
  overflow: hidden;
}

.pro-pdf-link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/download.webp);
  background-color: #00000029;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  display: none;
}

.pro-pdf-link:hover::before {
  display: unset;
}

.pro-pdf-link span {
  display: inline-block !important;
  font-size: 1rem;
  background: rgb(var(--primary));
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  word-spacing: 0.2px;
  letter-spacing: 0.5px;
  border-radius: 50px;
  padding: 2px 10px;
}

.pro-pdf-link:hover {
  text-decoration: none !important;
}

.pro-pdf-link:hover span {
  display: none !important;
  text-decoration: none !important;
}

.pro-rowline {
  color: #fff;
  background: rgb(var(--primary));
  margin-bottom: 10px;
}

.pro-rowbox {
  border-bottom: #eee solid 1px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 10px 0;
}

.pro-btn {
  font-size: 1rem;
  background: rgb(var(--primary));
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  word-spacing: 0.2px;
  letter-spacing: 0.5px;
  border-radius: 50px;
  padding: 2px 10px;
}

.pro-btn:hover {
  background: #fe8e5d;
  color: #fff !important;
  text-decoration: none !important;
}

/* event */

.event-box {
  margin: 2.08rem 0;
  box-shadow: 1px 0 1.04rem rgba(21, 21, 21, 0.1);
  padding: 1.04rem;
  color: #333;
  transition: all ease 0.4s;
}

.event-dot {
  padding: 0;
  margin: 15px 0 0 0;
  height: auto;
  overflow: hidden;
  display: flex;
  column-gap: 25px;
  list-style: none;
  flex-wrap: wrap;
}

.completed-event {
  font-size: 2rem;
  color: #21b717;
  line-height: 3.125rem;
  display: inline-block;
  background-image: url(../img/icon06.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 4rem;
  background-size: contain;
}

.time-icon:before {
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../img/t.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.add-icon:before {
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../img/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.add1-icon:before {
  content: " ";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../img/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.rsp-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-bottom: 15px;
  border-bottom: #eee solid 1px;
}

.rsp-ul a {
  border: #00bcd4 solid 1px;
  border-radius: 4px;
  padding: 3px 10px;
}

.rsp-ul a:hover {
  background: rgb(var(--secondary));
  color: #fff;
  text-decoration: none;
}

h2.h2_tit,
.h2_tit,
.realtedinfo .h2_tit {
  border-left: #00bcd4 solid 4px !important;
  margin: 20px 0 !important;
  padding: 5px 10px !important;
  font-weight: 550 !important;
  font-size: 1.5rem !important;
}

.page-tab {
  display: flex;
  gap: 8px;
  position: sticky;
  top: 95px;
  left: 0;
  background: #fff;
  padding: 5px 15px;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 0;
  border: #eee solid 1px;
  height: 60px;
  border-bottom: rgb(var(--secondary)) solid 2px;
  box-shadow: 0 7px 7px #0000000f;
  z-index: 50;
  overflow-x: auto;
}

.nav-left-ad {
  position: sticky;
}

.page-tab span {
  cursor: pointer;
  color: #333;
  border-radius: 4px;
  width: auto;
  padding: 3px 10px;
  text-align: center;
  background: #eee;
  white-space: nowrap;
}

.page-tab span:hover {
  background: rgb(var(--secondary));
  color: #fff;
}

.page-tab span.active {
  background: rgb(var(--secondary));
  color: #fff;
}

.page-tab span:active {
  background: #05a7c4;
  color: #ffffffc9;
}

.page-tab .page-tab::-webkit-scrollbar {
  height: 3px;
}

@media screen and (max-width: 768px) {
  .page-tab {
    display: none;
  }
}

.page-tab::-webkit-scrollbar {
  height: 3px;
}

.card-hover {
  height: 226px;
  padding-bottom: 40px;
  text-decoration: none !important;
  color: #00bcd4;
}

a.card-hover:hover {
  text-decoration: none !important;
  color: #f36425;
}

.card-hover .card-con {
  /* opacity: 0; */
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.card-hover:hover .card-con {
  background: rgba(0, 0, 0, 0.5);
}

.card-hover .card-con p {
  transition: all 0.3s ease;
  line-height: 1.3;
  font-size: 0.875rem;
  color: #fff;
}

.card-hover:hover .card-con p {
  transform: translateY(-8px);
}

.pdf-l-box {
  margin: 3rem !important;
  position: relative;
  display: block;
}

/* .pdf-l-box img {
    display: block;
    margin: 0 auto;
} */

.pdf-l-box span {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: none;
}

.pdf-l-box:hover span {
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/***************************************************downLoadPdf**************************************************************/

.downLoadArea {
  position: relative;
  --width: 50%;
}

.downLoadArea .downLoadPdf {
  --pdfwidth: 31.25rem;
}

.downLoadArea .downLoad-title {
  font-weight: 100;
  font-size: 1.6rem;
  text-align: right;
}

.downLoadArea .downLoadContent {
  position: relative;
  --contentwidth: auto;
  margin-top: 1.2rem;
}

.downLoadArea .downLoadContent p {
  position: relative;
  padding-top: 1rem;
  font-weight: 550;
}

.downLoadArea .downLoadContent p::before {
  position: absolute;
  content: "";
  top: 0;
  height: 2px;
  width: 3rem;
  background-color: var(--Green-color);
}

.downLoadArea .downLoadContent button {
  margin-top: 1rem;
  border: none;
  background: none;
  font-size: 1rem;
  color: var(--Green-color);
  border-bottom: 1px solid var(--Green-color);
  cursor: pointer;
}

@media screen and (min-width: 1081px) {
  .downLoadArea {
    width: var(--width);
    margin-left: 2rem;
  }
  .downLoadArea .downLoadPdf {
    margin-right: 2rem;
    width: var(--pdfwidth);
    min-width: 31.25rem;
  }
  .downLoadArea .downLoadContent {
    width: var(--contentwidth);
  }
}

.downLoadInquiryView {
  position: fixed;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(21, 21, 21, 0.6);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}

.downLoadInquiryView > div {
  position: relative;
  width: 26rem;
  padding: 1.2rem;
  border-radius: 4px;
  --borderColor: #ffffff;
  border: 3px solid var(--borderColor);
  background-color: #ffffff;
  transition: all ease-in-out 0.4s;
}

.downLoadInquiryView > div .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.6rem;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}

.downLoadInquiryView > div .title {
  font-size: 1.6rem;
  margin: 1rem 0;
}

.downLoadInquiryView .close {
  border: #ff9c6f solid 1px;
  width: 34px;
  height: 34px;
  border-radius: 60px;
  color: #fff;
  background: #ff9c6f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.downLoadInquiryView .close:hover {
  color: #c5430b;
  border: rgb(243, 144, 98) solid 1px;
  background: #ffbb9c;
}

.dl-box {
  cursor: pointer;
  color: #00bcd4;
}

.dl-box:hover,
a.dl-box:hover {
  color: rgb(var(--primary));
  text-decoration: none;
}

.ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/***************************************************downLoadPdf**************************************************************/

.downLoadArea {
  position: relative;
  --width: 50%;
}

.downLoadArea .downLoadPdf {
  --pdfwidth: 31.25rem;
}

.downLoadArea .downLoad-title {
  font-weight: 100;
  font-size: 1.6rem;
  text-align: right;
}

.downLoadArea .downLoadContent {
  position: relative;
  --contentwidth: auto;
  margin-top: 1.2rem;
}

.downLoadArea .downLoadContent p {
  position: relative;
  padding-top: 1rem;
  font-weight: 550;
}

.downLoadArea .downLoadContent p::before {
  position: absolute;
  content: "";
  top: 0;
  height: 2px;
  width: 3rem;
  background-color: var(--Green-color);
}

.downLoadArea .downLoadContent button {
  margin-top: 1rem;
  border: none;
  background: none;
  font-size: 1rem;
  color: var(--Green-color);
  border-bottom: 1px solid var(--Green-color);
  cursor: pointer;
}

@media screen and (min-width: 1081px) {
  .downLoadArea {
    width: var(--width);
    margin-left: 2rem;
  }
  .downLoadArea .downLoadPdf {
    margin-right: 2rem;
    width: var(--pdfwidth);
    min-width: 31.25rem;
  }
  .downLoadArea .downLoadContent {
    width: var(--contentwidth);
  }
}

.downLoadInquiryView {
  position: fixed;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(21, 21, 21, 0.6);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}

.downLoadInquiryView > div {
  position: relative;
  width: 26rem;
  padding: 1.2rem;
  border-radius: 4px;
  --borderColor: #ffffff;
  border: 3px solid var(--borderColor);
  background-color: #ffffff;
  transition: all ease-in-out 0.4s;
}

.downLoadInquiryView > div .close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.6rem;
  transition: all ease-in-out 0.4s;
  cursor: pointer;
}

.downLoadInquiryView > div .title {
  font-size: 1.6rem;
  margin: 1rem 0;
}

.downLoadInquiryView .close {
  border: #ff9c6f solid 1px;
  width: 34px;
  height: 34px;
  border-radius: 60px;
  color: #fff;
  background: #ff9c6f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.downLoadInquiryView .close:hover {
  color: #c5430b;
  border: rgb(243, 144, 98) solid 1px;
  background: #ffbb9c;
}

.dl-box {
  cursor: pointer;
  color: #00bcd4;
}

.dl-box:hover,
a.dl-box:hover {
  color: rgb(var(--primary));
  text-decoration: none;
}

/***************************************************downLoadPdf**************************************************************/

@media screen and (max-width: 1000px) {
  .tablebox-m table {
    border: none;
  }
  .tablebox-m table tr:nth-child(1) {
    display: none;
  }
  .tablebox-m table tr {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    padding: 1px 15px;
  }
  .tablebox-m table tr th {
    display: none;
  }
  .tablebox-m table tr td {
    display: block;
    height: auto;
    width: auto !important;
    text-align: left !important;
    border: 0px solid #ccc;
    padding: 0px !important;
    background: #fff;
    margin: 15px 0;
  }
  .tablebox-m table tr td .table-inquiry {
    display: inline;
  }
  .tablebox-m table tr td a {
    display: inline !important;
    /* word-break: break-all; */
  }
  .tablebox-m table tr td a.learnmore {
    display: inline-flex !important;
  }
}

.und-line-sm::after {
  content: "";
  width: 45px;
  height: 1px;
  display: block;
  background: rgb(var(--primary));
  margin-top: 5px;
  margin-bottom: 15px;
}

.hot-list {
  list-style-image: url(../img/hot.svg);
}

.sp-title-1 a {
  color: #000;
}

.sp-title-1 a:hover {
  color: rgb(var(--primary));
}

.sp-style-2 {
  background: #f1fdff;
}

.keyword {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
  align-content: center;
}

.keyword > span {
  border: #db612c solid 1px;
  border-radius: 4px;
  padding: 3px 10px;
  color: #db612c;
}

.keyword > span:hover {
  color: #fff;
  background: #db612c;
}

.search-note::before {
  display: inline-block;
  content: "Note:";
  font-weight: bold;
  margin-right: 5px;
}

.search-note {
  font-size: 14px;
  padding: 15px 5px 0 5px;
}

#topInquiry {
  position: unset;
}

#sidemenufortab,
.close-button-sidemenufortab {
  display: none;
}

@media screen and (max-width: 768px) {
  #topInquiry {
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
    z-index: 996;
  }
  #sidemenufortab {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 224px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 60px;
    background: rgb(var(--primary));
    z-index: 9;
  }
  #sidemenufortab::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect y="4" width="30" height="4" fill="white"/><rect y="13" width="30" height="4" fill="white"/><rect y="22" width="30" height="4" fill="white"/></svg>')
      no-repeat center center;
    background-size: cover;
  }
  #sidemenufortab:after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sidemenufortab {
    opacity: 0;
    position: fixed;
    bottom: -100%;
    width: 100%;
    z-index: 999;
    transition: all ease-in-out 0.2s;
    padding: 0;
  }
  .sidemenufortab > div {
    overflow: auto;
    max-height: 55vh;
    background: #fff;
    border-radius: 15px 15px 0 0 !important;
  }
  .sidemenufortab.active {
    opacity: 1;
    bottom: 0;
  }
  .close-button-sidemenufortab {
    margin: 5px;
    border: rgb(var(--primary)) solid 2px;
    background: rgb(var(--primary));
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 99;
    display: block;
  }
  .pro-rowline {
    display: none;
  }
}

.shadow-or {
  box-shadow: 0 0.5rem 1rem #ff91627a !important;
}

#zoom_form_container {
  border-radius: 25px;
  padding: 25px;
  border: #eee solid 1px;
  margin: 25px auto;
  max-width: 768px;
  box-shadow: 0px 1rem 3rem 3px #00000065 !important;
}

#zoom_form_container h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.speaker {
  display: flex;
  gap: 2rem;
  padding: 2rem;
  background: #f8f8f8;
  border-radius: 24px;
  max-width: 1200px;
  margin: 0 auto 25px auto;
}
.speaker__avatar-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 360px;
}
.speaker__circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #d8d8d8;
  margin-bottom: 1rem;
  overflow: hidden;
}

.speaker__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speaker__name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.speaker__title {
  font-size: 1rem;
  color: #444;
  line-height: 1.5;
}
.speaker__desc {
  flex: 1;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 1200px) {
  .speaker {
    flex-direction: column;
    align-items: center;
  }
  .speaker__desc {
    text-align: left;
  }
  #zoom_form_container {
    box-shadow: none !important;
  }
}

.ico-arrow-down::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>')
    no-repeat center center;
  background-size: cover;
  display: inline-block;
}

#ql-go {
  position: sticky;
  top: 105px;
  background: #fff;
  /* border-bottom: rgb(var(--primary)) solid 2px; */
  z-index: 99;
}

#ql-go span.btn {
  padding: 5px 15px !important;
  font-weight: 700;
}

#ql-go ul {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: rgb(var(--primary)) solid 2px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

#ql-go ul li a {
  display: block;
  text-wrap: nowrap;
  border-radius: 60px;
  padding: 5px 15px;
  font-weight: 700;
}

#ql-go ul li.active a {
  background: #00bcd4;
  color: #fff !important;
}

#ql-go ul li a,
#ql-go ul li a::before {
  color: #000;
}

#ql-go ul li a:hover::before,
#ql-go ul li a:hover {
  color: rgb(var(--primary));
}

.imgb0db {
  position: relative;
  width: 210px;
  height: 270px;
  perspective: 1000px;
  margin: 25px auto 55px auto;
}

.imgb0db img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease;
  transform-origin: bottom center;
}

.imgb0db img:nth-child(1) {
  transform: rotate(-20deg);
}

.imgb0db img:nth-child(2) {
  transform: rotate(-10deg);
}

.imgb0db img:nth-child(3) {
  transform: rotate(0deg);
}

.imgb0db img:nth-child(4) {
  transform: rotate(10deg);
}

.imgb0db img:nth-child(5) {
  transform: rotate(20deg);
}

.sp-style-3 {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: flex-start;
}

.sp-style-3 .img {
  width: 76px;
  height: 76px;
}

.sp-style-3 .content {
  width: calc(100% - 86px);
}

.sp-style-3 .content p {
  margin: 0;
  padding: 0;
}

.pop-inquiry {
  cursor: pointer;
}

.tab-style-1 .tab-btns li {
  border-radius: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  background: #fff;
}

.tab-style-1 .tab-btns li h3 {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.tab-style-1 .tab-btns {
  border: none;
  padding: 15px 12px 15px 12px;
}

.tab-style-1 .tab-btns li.tab-btn.active-btn:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -17px;
  left: 50%;
  margin-left: -12px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: rgb(var(--primary));
  border-width: 0 12px 12px;
  z-index: 1200;
}

.tab-style-1 .content {
  border-top: rgb(var(--primary)) solid 1px;
}

@media screen and (max-width: 769px) {
  .tab-style-1 .tab-btns li.tab-btn.active-btn:after {
    display: none;
  }
  .tab-style-1 .content {
    border: none;
  }
  .table-m table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table-m table td {
    width: 100%;
  }
  .tab-btns {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .tab-style-1 .tab-btns li.tab-btn {
    text-wrap-mode: nowrap;
  }
}

.tooltip-box {
  position: relative;
}

.tooltip-box:hover .tooltip-self {
  display: block;
}

.tooltip-self {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(30, 30, 30, 1);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: wrap;
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.1;
  text-align: left;
}

.tooltip-self::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
  transform: translateX(-50%);
}

.tooltip-self a {
  color: #0ff;
  text-decoration: underline;
}

.faq-item-base {
  cursor: pointer;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  transition: all 300ms;
}
.faq-item-active {
  border-color: rgb(var(--primary));
  background-color: rgb(var(--primary) / 0.05);
}
.faq-item-active:hover {
  background-color: rgb(var(--primary) / 0.25);
}
.faq-item-inactive:hover {
  background-color: "#f9fafb";
}
.faq-question-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
.faq-answer-content {
  margin: 0;
  line-height: 1.625;
}
.faq-arrow-icon {
  float: right;
  transition: transform 300ms;
}
.faq-arrow-rotated {
  transform: rotate(180deg);
}

/* for old style */

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.h-100 {
  height: 100%;
}
.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.rounded-2 {
  border-radius: 0.5rem;
}

*[name="downloadPoster"] {
  cursor: pointer;
}

.leftnavli {
  max-height: 375px;
  overflow-y: auto;
}

.leftnavli::-webkit-scrollbar {
  width: 6px;
}

.leftnavli::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.leftnavli::-webkit-scrollbar-thumb {
  background: rgb(var(--primary));
  border-radius: 3px;
}

.leftnavli::-webkit-scrollbar-thumb:hover {
  background: rgb(var(--primary) / 0.8);
}

/* Firefox */
.leftnavli {
  scrollbar-width: thin;
  scrollbar-color: rgb(var(--primary)) #f1f1f1;
}
