body {
  color: #222;
}
.my-img-toggle {
  cursor: pointer;
}
.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}
.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -o-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  -moz-transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.my-img-toggle:hover.my-img-target img:nth-child(1), .my-img-toggle:hover .my-img-target img:nth-child(1), .my-img-toggle.active.my-img-target img:nth-child(1), .my-img-toggle.active .my-img-target img:nth-child(1) {
  opacity: 0;
}
.my-img-toggle:hover.my-img-target img:nth-child(2), .my-img-toggle:hover .my-img-target img:nth-child(2), .my-img-toggle.active.my-img-target img:nth-child(2), .my-img-toggle.active .my-img-target img:nth-child(2) {
  opacity: 1;
}
.page3 {
  display: flex;
  justify-content: center;
}
.page3 .el-pager li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
}
.page3 .el-pagination.is-background .btn-prev.is-active,
.page3 .el-pagination.is-background .btn-next.is-active,
.page3 .el-pagination.is-background .el-pager li.is-active {
  background-color: #17288b !important;
  color: #fff;
}
.page3 .el-pagination .btn-prev,
.page3 .el-pagination .btn-next {
  width: 98px;
  height: 40px;
  border-radius: 40px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
}
.page3 .el-pagination.is-background .btn-prev,
.page3 .el-pagination.is-background .btn-next,
.page3 .el-pagination.is-background .el-pager li {
  background-color: #fff;
  color: #333;
  font-family:
    'SourceRegular',
    'Î¢ÈíÑÅºÚ',
    Arial,
    Helvetica,
    sans-serif,
    Microsoft Yahei;
}

.page3 .el-pagination.is-background .btn-prev:hover,
.page3 .el-pagination.is-background .btn-next:hover,
.page3 .el-pagination.is-background .el-pager li:hover {
  background-color: #17288b;
  color: #fff;
}
.page3 .el-pagination.is-background .btn-prev:hover::before,
.page3 .el-pagination.is-background .btn-next:hover::after {
  filter: brightness(0) invert(1);
}
.page3 .el-pagination .btn-prev::before,
.page3 .el-pagination .btn-next::after {
  content: '';
  width: 13px;
  height: 13px;
}
.page3 .el-pagination .btn-prev::before {
  margin-right: 4px;
  background: url(/images_die/svg/arrow-left-01.svg) no-repeat center / contain;
}
.page3 .el-pagination .btn-next::after {
  margin-left: 4px;
  background: url(/images_die/svg/arrow-right-04.svg) no-repeat center / contain;
}

.page3 .el-pagination.is-background .btn-prev:disabled,
.page3 .el-pagination.is-background .btn-prev.is-disabled,
.page3 .el-pagination.is-background .btn-next:disabled,
.page3 .el-pagination.is-background .btn-next.is-disabled,
.page3 .el-pagination.is-background .el-pager li:disabled,
.page3 .el-pagination.is-background .el-pager li.is-disabled {
  opacity: 0.8;
  color: #333;
  background-color: #fff;
  pointer-events: none;
}
.page3 .el-pager li.is-active {
  font-weight: 400;
}
.page3 .el-pagination__editor.el-input {
  width: 72px;
}
.page3 .el-input__wrapper {
  box-shadow: none;
  border-radius: 40px;
}
.page3 .el-input__wrapper:hover {
  box-shadow: 0 0 0 1px #17288b inset;
}
.page3 .el-input__wrapper.is-focus {
  box-shadow: 0 0 0 1px #17288b inset;
}
.page3 .el-input__inner {
  height: 40px;
}
.page3 .el-pagination__classifier,
.page3 .el-pagination__jump {
  color: #666;
  font-family:
    'SourceRegular',
    'Î¢ÈíÑÅºÚ',
    Arial,
    Helvetica,
    sans-serif,
    Microsoft Yahei;
}
body {
  color: #222;
}

.page {
  padding-top: 1.1rem;
}

.breadcrumb .inner-box {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 15px;
}

.breadcrumb .inner-box .gray {
  color: #222;
  opacity: 0.6;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
}

.breadcrumb .inner-box img {
  width: 20px;
  height: 20px;
  display: block;
}

.breadcrumb .inner-box .current {
  color: #222;
  font-size: 14px;
  text-decoration: none;
}

.breadcrumb .inner-box .gray:hover,
.breadcrumb .inner-box .current:hover {
  color: #17288b;
  opacity: 1;
  font-family: SourceMedium;
}

.logo-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-title img {
  width: 24px;
  height: 24px;
  display: block;
}

.logo-title span {
  color: #0021b1;
  line-height: 36px;
}

.product-page .section-01 .inner-box {
  padding: 4.5454545455% 0 2.8409090909%;
}

.product-page .section-01 .inner-box .logo-title {
  margin-bottom: clamp(30px, 2.0833vw, 40px);
}

.product-page .section-01 .inner-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page .section-01 .inner-box .title-box .search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  padding: 0 20px;
  height: 60px;
  width: 370px;
}

.product-page .section-01 .inner-box .title-box .search-bar input {
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  color: #222;
  width: 100%;
  height: 100%;
}

.product-page .section-01 .inner-box .title-box .search-bar .search-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

.product-page .section-01 .inner-box .title-box .search-bar .search-icon img {
  width: 100%;
  height: 100%;
}
.product-page .section-01 .inner-box .page-titel {
  font-family: SourceMedium;
  font-weight: 500;
  line-height: 1.4888888889;
  width: calc(100% - 390px);
}

.product-page .section-01-1 {
  position: sticky;
  top: 0;
  z-index: 8;
}

.product-page .section-01-1 #type-tab {
  border-radius: 15px;
  background: #f8f8f8;
}

.product-page .section-01-1 .type-item,
.product-page .section-01-1 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(76px, 4.6875vw, 90px);
  position: relative;
  gap: 10px;
  cursor: pointer;
}

.product-page .section-01-1 .type-item span,
.product-page .section-01-1 .swiper-slide span {
  color: #222;
  transition: all 0.3s linear;
}

.product-page .section-01-1 .type-item::after,
.product-page .section-01-1 .swiper-slide::after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #d9d9d9;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.product-page .section-01-1 .swiper-slide:last-child::after {
  display: none;
}

.product-page .section-01-1 .type-item::before,
.product-page .section-01-1 .swiper-slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #17288b;
  position: absolute;
  left: 0px;
  bottom: 0;
  transform: scaleX(0%);
  transform-origin: center center;
  transition: all 0.3s linear;
}

.product-page .section-01-1 .type-item.active span,
.product-page .section-01-1 .swiper-slide.active span {
  color: #17288b;
  font-family: SourceMedium;
}

.product-page .section-01-1 .type-item.active::before,
.product-page .section-01-1 .swiper-slide.active::before {
  transform: scaleX(100%);
}

.product-page .section-01-1 .type-item:hover span,
.product-page .section-01-1 .swiper-slide:hover span {
  color: #17288b;
  font-family: SourceMedium;
}

.product-page .section-02 {
  background: #ecf1f6;
}

.product-page .section-02 .inner-box {
  display: flex;
  align-items: flex-start;
  gap: 4.5454545455%;
  padding-top: 2.8409090909%;
  padding-bottom: 5.6818181818%;
}

.product-page .section-02 .left-sidebar {
  width: 25.5681818182%;
  flex-shrink: 0;
  position: sticky;
  top: calc(25px + clamp(76px, 4.6875vw, 90px));
}

.product-page .section-02 .left-sidebar .sidebar-card {
  background: #fff;
  border-radius: 8px;
  padding: 10.8108108108%;
  width: 100%;
}

.product-page .section-02 .left-sidebar .sidebar-card .category-section {
  /* margin-top: 13.7931034483%; */
}

.product-page .section-02 .left-sidebar .sidebar-card .category-section .category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-page .section-02 .left-sidebar .sidebar-card .category-section .category-header .header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.product-page .section-02 .left-sidebar .sidebar-card .category-section .category-header .header-left .icon-box {
  width: clamp(24px, 1.5625vw, 30px);
  height: clamp(24px, 1.5625vw, 30px);
}

.product-page .section-02 .left-sidebar .sidebar-card .category-section .category-header .header-left .icon-box img {
  width: 100%;
  height: 100%;
}

.product-page .section-02 .left-sidebar .sidebar-card .category-section .divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 10.3448275862%;
}

.product-page .section-02 .left-sidebar .sidebar-card .category-group {
  margin-top: 10.3448275862%;
}

.product-page .section-02 .left-sidebar .sidebar-card .category-group .category-title {
  color: #222;
  line-height: 1.45;
}

.product-page .section-02 .left-sidebar .sidebar-card .category-group .subcategory-list {
  margin-top: 10.3448275862%;
}

.product-page .section-02 .left-sidebar .sidebar-card .category-group .subcategory-list .subcategory-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.product-page
  .section-02
  .left-sidebar
  .sidebar-card
  .category-group
  .subcategory-list
  .subcategory-item
  + .subcategory-item {
  margin-top: 8.6206896552%;
}

.product-page
  .section-02
  .left-sidebar
  .sidebar-card
  .category-group
  .subcategory-list
  .subcategory-item
  .radio-circle {
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
  border-radius: 50px;
  border: 1px solid #b6c6de;
  background: #f5f5f5;
  flex-shrink: 0;
  position: relative;
}

.product-page
  .section-02
  .left-sidebar
  .sidebar-card
  .category-group
  .subcategory-list
  .subcategory-item
  .radio-circle
  img {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  opacity: 0;
  max-width: calc(100% + 2px);
}

.product-page
  .section-02
  .left-sidebar
  .sidebar-card
  .category-group
  .subcategory-list
  .subcategory-item
  .radio-selected {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.product-page .section-02 .left-sidebar .sidebar-card .category-group .subcategory-list .subcategory-item .item-label {
  color: #666;
}

.product-page
  .section-02
  .left-sidebar
  .sidebar-card
  .category-group
  .subcategory-list
  .subcategory-item
  .item-label.active {
  color: #444;
}

.product-page
  .section-02
  .left-sidebar
  .sidebar-card
  .category-group
  .subcategory-list
  .subcategory-item.active
  .radio-circle
  img {
  opacity: 1;
}

.product-page .section-02 .right-box {
  flex: 1;
  min-width: 0;
}

.product-page .section-02 .right-box .product-grid {
  display: flex;
  gap: 3.2520325203%;
  flex-wrap: wrap;
}

.product-page .section-02 .right-box .product-grid .product-card {
  width: 48.3739837398%;
  background: #fff;
  border-radius: 8px;
  padding: 2.4390243902% 3.2520325203%;
  margin-bottom: 3.2520325203%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition: all 0.3s linear;
  cursor: pointer;
}

.product-page .section-02 .right-box .product-grid .product-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.product-page .section-02 .right-box .product-grid .product-card .card-body .product-name {
  /* display: flex;
  align-items: center; */
  gap: 10px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.product-page .section-02 .right-box .product-grid .product-card .card-body .divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}

.product-page .section-02 .right-box .product-grid .product-card .card-body .product-desc {
  color: #666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3em;
}

.product-page .section-02 .right-box .product-grid .product-card .card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.product-page .section-02 .right-box .product-grid .product-card .card-footer .learn-more {
  color: #17288b;
  white-space: nowrap;
}

.product-page .section-02 .right-box .product-grid .product-card .card-footer .arrow-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.product-page .section-02 .right-box .product-grid .product-card .card-footer .arrow-icon img {
  width: 100%;
  height: 100%;
}

.product-page .section-02 .right-box .product-grid .product-card .card-footer .arrow-btn {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  flex-shrink: 0;
  transition: all 0.3s linear;
  position: relative;
}

.product-page .section-02 .right-box .product-grid .product-card .card-footer .arrow-btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s linear;
  transform-origin: center center;
}

.product-page .section-02 .right-box .product-grid .product-card .card-footer .arrow-btn .nor {
  width: 24px;
  height: 24px;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.product-page .section-02 .right-box .product-grid .product-card .card-footer .arrow-btn .act {
  opacity: 0;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}

.product-page .section-02 .right-box .product-grid .product-card:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.product-page .section-02 .right-box .product-grid .product-card:hover .product-name {
  color: #17288b;
  font-family: SourceMedium;
}

.product-page .section-02 .right-box .product-grid .product-card:hover .card-footer .arrow-btn {
  background: #17288b;
}

.product-page .section-02 .right-box .product-grid .product-card:hover .card-footer .arrow-btn .nor {
  opacity: 0;
  transform: translate(-50%, -50%);
}

.product-page .section-02 .right-box .product-grid .product-card:hover .card-footer .arrow-btn .act {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.product-page .section-02 .right-box .product-grid .product-card:nth-last-child(1),
.product-page .section-02 .right-box .product-grid .product-card:nth-last-child(2) {
}

.product-page .section-02 .right-box .page-box {
  margin-top: 3.2520325203%;
}

.pro-info-page .section-01 .inner-box {
  padding: 4.5454545455% 0 2.8409090909%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-info-page .section-01 .inner-box h1 {
  font-family: SourceMedium;
  font-weight: 500;
  line-height: 1.4888888889;
  flex-grow: 1;
}

.pro-info-page .section-01 .inner-box .btns{
  flex-shrink: 0;
  margin-left: 10px;
  display: flex;
  column-gap: 0.1rem;
}

.pro-info-page .section-01 .inner-box .btn{
  width: 1rem;
  height: 0.5rem;
  border-radius: 100px;
  background-color: #E8EEF8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-info-page .section-01 .inner-box .btn:hover{
  background-color: #17288B;
}

.pro-info-page .section-01 .inner-box .btn.status1 span{
  transform: rotate(180deg);
}

.pro-info-page .section-01 .inner-box .btn span{
  width: 0.2rem;
}

.pro-info-page .section-02 {
  background: #fff;
}

.pro-info-page .section-02 .inner-box {
  display: flex;
  align-items: flex-start;
  gap: 5.6818181818%;
  padding-bottom: 5.6818181818%;
}

.pro-info-page .section-02 .left-sidebar {
  width: 22.7272727273%;
  flex-shrink: 0;
  position: sticky;
  top: clamp(76px, 4.6875vw, 90px);
}

.pro-info-page .section-02 .left-sidebar .nav-card {
  background: #e8eef8;
  border: 1px solid #dde4ef;
  border-radius: 8px;
  padding: 9.75%;
}

.pro-info-page .section-02 .left-sidebar .nav-card .nav-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.pro-info-page .section-02 .left-sidebar .nav-card .nav-header .nav-icon {
  width: clamp(24px, 1.5625vw, 30px);
  height: clamp(24px, 1.5625vw, 30px);
  flex-shrink: 0;
}

.pro-info-page .section-02 .left-sidebar .nav-card .nav-header .nav-icon img {
  width: 100%;
  height: 100%;
}

.pro-info-page .section-02 .left-sidebar .nav-card .nav-header span {
  font-family: SourceMedium;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.pro-info-page .section-02 .left-sidebar .nav-card .nav-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 9.375%;
}

.pro-info-page .section-02 .left-sidebar .nav-card .nav-menu {
  margin-top: 9.375%;
  display: flex;
  flex-direction: column;
}

.pro-info-page .section-02 .left-sidebar .nav-card .nav-menu .nav-item {
  color: #222;
  cursor: pointer;
  transition: color 0.3s linear;
  line-height: 1.4375;
}

.pro-info-page .section-02 .left-sidebar .nav-card .nav-menu .nav-item.active {
  color: #17288b;
  font-family: SourceMedium;
}

.pro-info-page .section-02 .left-sidebar .nav-card .nav-menu .nav-item:hover {
  color: #17288b;
  font-family: SourceMedium;
}

.pro-info-page .section-02 .left-sidebar .nav-card .nav-menu .nav-item + .nav-item {
  margin-top: 9.375%;
}

.pro-info-page .section-02 .left-sidebar .consult-card {
  background: #f8f8f8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10%;
  margin-top: 20px;
  height: clamp(60px, 3.645833vw, 70px);
}

.pro-info-page .section-02 .left-sidebar .consult-card .consult-icon {
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
  flex-shrink: 0;
}

.pro-info-page .section-02 .left-sidebar .consult-card .consult-icon img {
  width: 100%;
  height: 100%;
}

.pro-info-page .section-02 .left-sidebar .doc-card {
  background: #f8f8f8;
  border-radius: 8px;
  margin-top: 20px;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10%;
  height: clamp(60px, 3.645833vw, 70px);
  justify-content: space-between;
}
.pro-info-page .section-02 .left-sidebar .doc-card .doc-header .left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pro-info-page .section-02 .left-sidebar .doc-card .doc-header .doc-icon {
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
  flex-shrink: 0;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-header .doc-icon img {
  width: 100%;
  height: 100%;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-header .download-btn {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-header .download-btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  transform-origin: center center;
  width: 24px;
  height: 24px;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-header .download-btn .nor {
  opacity: 1;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-header .download-btn .act {
  opacity: 0;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10% 7.5%;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list .doc-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list .doc-item .doc-name {
  flex: 1;
  min-width: 0;
  color: #666;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list .doc-item .download-btn {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list .doc-item .download-btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
  transform-origin: center center;
  width: 24px;
  height: 24px;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list .doc-item .download-btn .nor {
  opacity: 1;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list .doc-item .download-btn .act {
  opacity: 0;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list .doc-item:hover .doc-name {
  color: #17288b;
  text-decoration: underline;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list .doc-item:hover .download-btn {
  background: #17288b;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list .doc-item:hover .download-btn .nor {
  opacity: 0;
}

.pro-info-page .section-02 .left-sidebar .doc-card .doc-list .doc-item:hover .download-btn .act {
  opacity: 1;
}

.pro-info-page .section-02 .right-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  font-weight: 400;
}

.pro-info-page .section-02 .right-content .info-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 7.9365079365%;
}

.pro-info-page .section-02 .right-content .info-section:last-child {
  padding-bottom: 0;
}

.pro-info-page .section-02 .right-content .info-section .section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.pro-info-page .section-02 .right-content .info-section .section-header .section-icon {
  width: clamp(24px, 1.5625vw, 30px);
  height: clamp(24px, 1.5625vw, 30px);
  flex-shrink: 0;
}

.pro-info-page .section-02 .right-content .info-section .section-header .section-icon img {
  width: 100%;
  height: 100%;
}

.pro-info-page .section-02 .right-content .info-section .section-header span {
  font-family: SourceMedium;
  line-height: 1.4583333333;
}

.pro-info-page .section-02 .right-content .info-section .section-desc {
  color: #222;
  line-height: 28px;
}

.pro-info-page .section-02 .right-content .info-section table {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  line-height: 1.5;
}

.pro-info-page .section-02 .right-content .info-section table th,
.pro-info-page .section-02 .right-content .info-section table td {
  border-right: 1px solid #fff;
  padding: 15px 10px;
  text-align: center;
  font-weight: 400;
}

.pro-info-page .section-02 .right-content .info-section table th {
  color: #fff;
  background: #17288b;
}

.pro-info-page .section-02 .right-content .info-section table td {
  color: #222;
  background: #e8eef8;
  font-weight: 400;
}

.pro-info-page .section-02 .right-content .info-section .notice-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pro-info-page .section-02 .right-content .info-section .notice-list .notice-item {
  display: flex;
  gap: 10px;
}

.pro-info-page .section-02 .right-content .info-section .notice-list .notice-item span {
  font-weight: 400;
  line-height: 1.5;
}

.pro-info-page .section-02 .right-content .info-section .notice-list .notice-item .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #17288b;
  flex-shrink: 0;
  margin-top: calc((1.5em - 8px) / 2);
}

.solution-page .section-01 .inner-box {
  padding: 4.5454545455% 0;
}

.solution-page .section-01 .inner-box .logo-title {
  margin-bottom: 2.8409090909%;
}

.solution-page .section-01 .inner-box .block-title {
  text-align: center;
}

.solution-page .section-01 .inner-box .block-title .title {
  font-family: SourceMedium;
  line-height: 1.4888888889;
  margin-bottom: 20px;
}

.solution-page .section-01 .inner-box .block-title .text {
  line-height: 1.5;
}

.solution-page .section-02 .inner-box {
  display: flex;
  align-items: flex-start;
  gap: 4.5454545455%;
  padding-bottom: 3.4090909091%;
}

.solution-page .section-02 .left-sidebar {
  width: 25.5681818182%;
  flex-shrink: 0;
  position: sticky;
  top: clamp(76px, 4.6875vw, 90px);
}

.solution-page .section-02 .left-sidebar .filter-card {
  background: #e8eef8;
  border: 1px solid #dde4ef;
  border-radius: 8px;
  padding: 8.6666666667%;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-header {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.4583333333;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-header .filter-icon {
  width: clamp(24px, 1.5625vw, 30px);
  height: clamp(24px, 1.5625vw, 30px);
  flex-shrink: 0;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-header .filter-icon img {
  width: 100%;
  height: 100%;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 8.1081081081%;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-menu {
  margin-top: 8.1081081081%;
  display: flex;
  flex-direction: column;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-menu .filter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  line-height: 1.45;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-menu .filter-item + .filter-item {
  margin-top: 8.1081081081%;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-menu .filter-item .radio-circle {
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
  border-radius: 50px;
  border: 1px solid #b6c6de;
  background: #f5f5f5;
  flex-shrink: 0;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-menu .filter-item .radio-checked {
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
  flex-shrink: 0;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-menu .filter-item .radio-checked img {
  width: 100%;
  height: 100%;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-menu .filter-item .item-label {
  color: #666;
}

.solution-page .section-02 .left-sidebar .filter-card .filter-menu .filter-item.active .item-label {
  color: #222;
  font-family: SourceMedium;
}

.solution-page .section-02 .right-content {
  flex: 1;
  min-width: 0;
}

.solution-page .section-02 .right-content .solution-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2520325203%;
}

.solution-page .section-02 .right-content .solution-grid .solution-card {
  width: 48.3739837398%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
  margin-bottom: 3.2520325203%;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-image {
  aspect-ratio: 595/280;
  overflow: hidden;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s linear;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body {
  background: #f5f6f8;
  padding: 6.7226890756%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body .body-content {
  display: flex;
  flex-direction: column;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body .body-content .card-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  line-height: 1.5;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body .body-content .title-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 15px;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body .body-content .card-desc {
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3.1875em;
  line-height: 1.59375;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body .card-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body .card-footer .learn-more {
  color: #17288b;
  white-space: nowrap;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body .card-footer .arrow-btn {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  flex-shrink: 0;
  transition: all 0.3s linear;
  position: relative;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body .card-footer .arrow-btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.3s linear;
  transform-origin: center center;
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body .card-footer .arrow-btn .nor {
  width: 24px;
  height: 24px;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.solution-page .section-02 .right-content .solution-grid .solution-card .card-body .card-footer .arrow-btn .act {
  opacity: 0;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}

.solution-page .section-02 .right-content .solution-grid .solution-card.card--shadow .card-body {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.solution-page .section-02 .right-content .solution-grid .solution-card.card--featured .card-body {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.solution-page .section-02 .right-content .solution-grid .solution-card.card--featured .card-footer .arrow-btn {
  background: #17288b;
}

.solution-page .section-02 .right-content .solution-grid .solution-card.card--featured .card-footer .arrow-btn .nor {
  opacity: 0;
}

.solution-page .section-02 .right-content .solution-grid .solution-card.card--featured .card-footer .arrow-btn .act {
  opacity: 1;
}

.solution-page .section-02 .right-content .solution-grid .solution-card:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.solution-page .section-02 .right-content .solution-grid .solution-card:hover .card-image img {
  transform: scale(1.05);
}

.solution-page .section-02 .right-content .solution-grid .solution-card:hover .card-title {
  color: #17288b;
  font-family: SourceMedium;
}

.solution-page .section-02 .right-content .solution-grid .solution-card:hover .card-footer .arrow-btn {
  background: #17288b;
}

.solution-page .section-02 .right-content .solution-grid .solution-card:hover .card-footer .arrow-btn .nor {
  opacity: 0;
}

.solution-page .section-02 .right-content .solution-grid .solution-card:hover .card-footer .arrow-btn .act {
  opacity: 1;
}

.sustainable-page .section-01 {
  background: url(/images_die/deve-02-02.webp) no-repeat center center;
  background-size: cover;
}

.sustainable-page .section-01 .inner-box {
  padding-top: 4.5454545455%;
  padding-bottom: 8.5227272727%;
}

.sustainable-page .section-01 .inner-box .logo-title {
  margin-bottom: 4.5454545455%;
}

.sustainable-page .section-01 .inner-box .block-block {
  width: 90.9090909091%;
  margin: 0 auto;
}

.sustainable-page .section-01 .inner-box .block-title {
  margin-bottom: 3.75%;
}

.sustainable-page .section-01 .inner-box .block-title h1 {
  font-family: SourceMedium;
  line-height: 1.4888888889;
  margin-bottom: 20px;
  font-weight: 500;
}

.sustainable-page .section-01 .inner-box .block-title p {
  line-height: 1.6666666667;
}

.sustainable-page .section-01 .inner-box .sustainable-cards {
  display: flex;
  gap: 3.125%;
}

.sustainable-page .section-01 .inner-box .sustainable-cards .card {
  width: 31.25%;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0px 20px 50px 0px rgba(98, 98, 98, 0.15);
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
}

.sustainable-page .section-01 .inner-box .sustainable-cards .card .card-image {
  border-radius: 8px;
  overflow: hidden;
}

.sustainable-page .section-01 .inner-box .sustainable-cards .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sustainable-page .section-01 .inner-box .sustainable-cards .card .card-text {
  padding: 6.5217391304% 4.347826087%;
  display: flex;
  flex-direction: column;
}

.sustainable-page .section-01 .inner-box .sustainable-cards .card .card-text .card-title {
  white-space: nowrap;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  line-height: 1.46875;
}

.sustainable-page .section-01 .inner-box .sustainable-cards .card .card-text .card-desc {
  color: #666;
  line-height: 2;
}

.sustainable-page .section-01 .inner-box .sustainable-cards .card .card-text .card-desc.status1{
  line-height: 1.5;
  max-height: 9em;
  overflow: auto;
}

.sustainable-page .section-01 .inner-box .sustainable-cards .card:hover {
  box-shadow: 0px 25px 60px 0px rgba(98, 98, 98, 0.25);
}

.sustainable-page .section-01 .inner-box .sustainable-cards .card:hover .card-title {
  color: #17288b;
  font-family: SourceMedium;
}

.sustainable-page .section-bg {
  background: url(/images_die/deve-02-01.webp);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.sustainable-page .section-02 .inner-box {
  padding-top: 4.5454545455%;
  padding-bottom: 8.5227272727%;
}

.sustainable-page .section-02 .inner-box .logo-title {
  margin-bottom: 2.8409090909%;
}

.sustainable-page .section-02 .inner-box .practice-wrapper {
  width: 90.9090909091%;
  margin: 0 auto;
}

.sustainable-page .section-02 .inner-box .practice-wrapper .tab-bar {
  background: #fff;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 3.625%;
}

.sustainable-page .section-02 .inner-box .practice-wrapper .tab-bar .tab-item {
  padding: 0 clamp(35px, 2.604166vw, 50px);
  height: 50px;
  border-radius: 50px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sustainable-page .section-02 .inner-box .practice-wrapper .tab-bar .tab-item:hover {
  color: #17288b;
}

.sustainable-page .section-02 .inner-box .practice-wrapper .tab-bar .tab-item.active {
  background: #17288b;
  color: #fff;
  font-family: SourceMedium;
}

.sustainable-page .section-02 .inner-box .practice-wrapper .practice-list {
  display: flex;
  flex-direction: column;
}

.sustainable-page .section-02 .inner-box .practice-wrapper .practice-list .divider--thick {
  height: 3px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}

.sustainable-page .section-02 .inner-box .practice-wrapper .practice-list .practice-item {
  display: flex;
  gap: 40px;
  padding: 3.125% 0;
  justify-content: space-between;
}

.sustainable-page .section-02 .inner-box .practice-wrapper .practice-list .practice-item .item-title {
  max-width: 300px;
  flex-shrink: 0;
  white-space: nowrap;
  font-family: SourceMedium;
  color: #222;
}

.sustainable-page .section-02 .inner-box .practice-wrapper .practice-list .practice-item .item-desc {
  max-width: 74.5%;
  width: 1192px;
  color: #222;
  line-height: 1.75;
}

.sustainable-page .section-02 .inner-box .practice-wrapper .practice-list .divider--thin {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}

.sustainable-page .section-03 .inner-box {
  padding-top: 4.5454545455%;
  padding-bottom: 5.6818181818%;
}

.sustainable-page .section-03 .inner-box .logo-title {
  margin-bottom: 4.5454545455%;
}

.sustainable-page .section-03 .inner-box .goals-wrapper {
  width: 90.9090909091%;
  margin: 0 auto;
}

.sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid {
  display: flex;
}

.sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-card {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-width: 0;
}

.sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-card .card-overlay {
  position: absolute;
  left: 10%;
  top: 8.3333333333%;
}

.sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-card .card-overlay .card-title {
  color: #fff;
  white-space: nowrap;
  line-height: 1.4722222222;
  font-family: SourceMedium;
}

.sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-card .card-list {
  margin-top: 20px;
}

.sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-card .card-list p {
  color: #fff;
  line-height: 1.75;
  white-space: nowrap;
}

.sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-right .goal-card .card-overlay {
  top: 16.6666666667%;
}

.sustainable-page .section-04 .inner-box {
  padding-top: 4.5454545455%;
  padding-bottom: 5.6818181818%;
}

.sustainable-page .section-04 .inner-box .logo-title {
  margin-bottom: 2.8977272727%;
}

.sustainable-page .section-04 .inner-box .report-wrapper {
  width: 90.9090909091%;
  margin: 0 auto;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-title {
  font-family: SourceMedium;
  font-weight: 500;
  line-height: 1.4888888889;
  margin-bottom: 3.125%;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content {
  display: flex;
  gap: 6.25%;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-list {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-list .report-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-list .report-item .item-left {
  display: flex;
  align-items: center;
  gap: 11px;
  width: calc(100% - clamp(24px, 1.5625vw, 30px) - 10px);
}

.sustainable-page
  .section-04
  .inner-box
  .report-wrapper
  .report-content
  .report-list
  .report-item
  .item-left
  .pdf-icon {
  width: clamp(28px, 1.8229vw, 35px);
  height: clamp(28px, 1.8229vw, 35px);
  flex-shrink: 0;
}

.sustainable-page
  .section-04
  .inner-box
  .report-wrapper
  .report-content
  .report-list
  .report-item
  .item-left
  .pdf-icon
  img {
  width: 100%;
  height: 100%;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-list .report-item .item-left span {
  transition: all 0.1s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-list .report-item .download-icon {
  width: clamp(24px, 1.5625vw, 30px);
  height: clamp(24px, 1.5625vw, 30px);
  flex-shrink: 0;
  cursor: pointer;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-list .report-item .download-icon img {
  width: 100%;
  height: 100%;
}

.sustainable-page
  .section-04
  .inner-box
  .report-wrapper
  .report-content
  .report-list
  .report-item:hover
  .item-left
  span {
  color: #17288b;
  font-family: SourceMedium;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-list .report-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 3.3333333333% 0;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-list .report-divider:last-child {
  margin-bottom: 0;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-image {
  flex: 1;
}

.sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

.kcxfz{display: flex;justify-content: space-between;align-items: center;align-content: center;}

.kcxfz.status1 .krt .ul1 .li .txt2 .wz span{
  width: auto;
  margin: 0 5px;
  word-break: break-word;
}

.kcxfz .klt{width: calc((480 / 1600) * 100%);line-height: 1.34;}

.kcxfz .klt .ktt1{color: #17288B;line-height: 2;flex-shrink: 0;}

.kcxfz .klt .ktt2{margin: .2rem 0 .2rem;flex-shrink: 0;}

.kcxfz .klt .anniu{display: flex;line-height: 24px;flex-shrink: 0;}

.kcxfz .klt .anniu .btn{position: relative;cursor: pointer;padding:0 8px 10px 0;margin-right: 20px;color: #999;}

.kcxfz .klt .anniu .btn s{display: block;width: 0%;height: 2px;background: #17288B;position: absolute;left: 0;bottom: 0;z-index: 2;}

.kcxfz .klt .anniu .btn:hover,.kcxfz .klt .anniu .btn.act{color: #222;}

.kcxfz .klt .anniu .btn:hover s,.kcxfz .klt .anniu .btn.act s{width: 100%;}

.kcxfz .klt .tcs{
  margin-top: 10px;
  line-height: 1.8;
  color: #666;
  flex-grow: 1;
  overflow: auto;
  width: 100%;
  box-sizing: content-box;
  padding-right: 5px;
}

.kcxfz .klt .tcs .tc{display: none;transition: none!important;}

.kcxfz .klt .tcs .tc.act{display: block;}

.kcxfz .klt .ul1{position: relative;width: 100%;}

.kcxfz .klt .ul1 .li{
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  max-height: 5.5rem;
  display: flex;
  flex-direction: column;
}

.kcxfz .klt .ul1 .li.act{opacity: 1;top: 0px;position: relative;pointer-events: visible;}


.kcxfz .krt{width: calc((1050 / 1600) * 100%);}

.kcxfz .krt .ul1{display: flex;justify-content: space-between;}

.kcxfz .krt .ul1 .li{width: calc((140 / 1050) * 100%);position: relative;overflow: hidden;border-radius: 12px;background: rgba(235, 248, 235, 0.5);cursor: pointer;}

.kcxfz .krt .ul1 .li .img{width: 100%;height: 5.5rem;opacity: 0;}

.kcxfz .krt .ul1 .li .img > img{display: block;width: 100%;height: 100%;object-fit: cover;}

.kcxfz .krt .ul1 .li .img .txt1{position: absolute;width: 100%;left: 0;bottom: 0;z-index: 3;color: #fff;padding: .5rem;display: flex;white-space:nowrap;opacity: 0;align-content: center;align-content: center;}

.kcxfz .krt .ul1 .li .img .txt1 .ico{width: .4rem;margin-right: 10px;}

.kcxfz .krt .ul1 .li .txt2{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 3;padding: 40px 10px;display: flex;flex-wrap: wrap;align-content: space-between;justify-content: center;}

.kcxfz .krt .ul1 .li .txt2 .wz{width: 100%;text-align: center;}

.kcxfz .krt .ul1 .li .txt2 .wz span{
  width: 1em;
  display: block;
  margin: 0 auto;
}

.kcxfz .krt .ul1 .li:nth-child(2){background: rgba(217, 231, 249, 0.5);}

.kcxfz .krt .ul1 .li:nth-child(3){background: rgba(255, 240, 235, 0.5);}


.kcxfz .krt .ul1 .li.act{width: calc((728 / 1050) * 100%);}

.kcxfz .krt .ul1 .li.act .txt2{opacity: 0;}

.kcxfz .krt .ul1 .li.act .img{opacity: 1;}

.kcxfz .krt .ul1 .li.act .img .txt1{opacity: 1;}








.contact-page .section-01 .inner-box {
  padding: 4.5454545455% 0;
}

.contact-page .section-02 {
  background: #fff;
}

.contact-page .section-02 .inner-box {
  padding-bottom: 5.6818181818%;
}

.contact-page .section-02 .contact-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-page .section-02 .contact-wrapper .info-card {
  max-width: 500px;
  flex-shrink: 0;
  background: #e8eef8;
  border: 1px solid #dde4ef;
  border-radius: 8px;
  padding: 2.2727272727%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-page .section-02 .contact-wrapper .info-card .company-name {
  color: #222;
  font-family: SourceMedium;
  line-height: 1.46875;
}

.contact-page .section-02 .contact-wrapper .info-card .info-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}

.contact-page .section-02 .contact-wrapper .info-card .info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-page .section-02 .contact-wrapper .info-card .info-list .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-page .section-02 .contact-wrapper .info-card .info-list .info-item .info-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.contact-page .section-02 .contact-wrapper .info-card .info-list .info-item .info-icon img {
  width: 100%;
  height: 100%;
}

.contact-page .section-02 .contact-wrapper .info-card .info-list .info-item span {
  line-height: normal;
  color: #222;
}

.contact-page .section-02 .contact-wrapper .divider-line {
  width: 1px;
  align-self: stretch;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.1);
}

.contact-page .section-02 .contact-wrapper .form-section {
  width: 62.5%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.contact-page .section-02 .contact-wrapper .form-section .form-top-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-page .section-02 .contact-wrapper .form-section .form-top-group .btn-row {
  display: flex;
  gap: 4.5454545455%;
  align-items: center;
}

.contact-page .section-02 .contact-wrapper .form-section .form-top-group .btn-row .btn-order {
  background: #f9f9f9;
  width: 192px;
  border: 1px solid #ececec;
  height: clamp(44px, 2.91666vw, 56px);
  border-radius: 6px;
  color: #222;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  font-family: SourceMedium;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-page .section-02 .contact-wrapper .form-section .form-top-group .btn-row .btn-order img {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s linear;
  border-radius: 0 6px 0 0;
}

.contact-page .section-02 .contact-wrapper .form-section .form-top-group .btn-row .btn-order:hover {
  border: 1px solid #17288b;
  color: #17288b;
  background: #fff;
}

.contact-page .section-02 .contact-wrapper .form-section .form-top-group .btn-row .active {
  background: #17288b;
  border: none;
  color: #fff;
}

.contact-page .section-02 .contact-wrapper .form-section .form-top-group .btn-row .active:hover {
  border: none;
  color: #fff;
  background: #17288b;
}

.contact-page .section-02 .contact-wrapper .form-section .form-top-group .btn-row .active img {
  opacity: 1;
}

.contact-page .section-02 .contact-wrapper .form-section .form-top-group .form-desc {
  color: #222;
  line-height: 30px;
  font-weight: 400;
}

.contact-page .section-02 .contact-wrapper .form-section .form-grid-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-page .section-02 .contact-wrapper .form-section .form-grid-group.active {
  display: flex;
}
.contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row {
  display: flex;
  gap: 40px;
}

.contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row .form-group {
  flex: 1;
}

.contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row .form-group .field-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row .form-group .field-label .required {
  color: red;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row
  .form-group
  .field-label
  .label-text {
  white-space: nowrap;
  color: #222;
}

.contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row .form-group .field-input {
  height: 44px;
  background: #f5f6f8;
  border: 1px solid #ececec;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row .form-group .field-input input {
  padding: 0 20px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #222;
  font-family: inherit;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row
  .form-group
  .field-input
  input::placeholder {
  color: #999;
}

.contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row .form-group .field-input select {
  padding: 0 20px;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  font-size: 14px;
  color: #999;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row
  .form-group
  .field-input
  .select-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row
  .form-group
  .field-input
  .select-arrow
  img {
  width: 100%;
  height: 100%;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row
  .form-group
  .field-input
  .captcha-img {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
  width: 145px;
  overflow: hidden;
  cursor: pointer;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row
  .form-group
  .field-input
  .captcha-img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row .form-group .field-textarea {
  height: 150px;
  background: #f5f6f8;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 13px 20px;
  display: flex;
  align-items: flex-start;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row
  .form-group
  .field-textarea
  textarea {
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  resize: none;
  font-size: 14px;
  color: #222;
  font-family: inherit;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row
  .form-group
  .field-textarea
  textarea::placeholder {
  color: #999;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row.form-row--radio
  .form-group:first-child {
  width: calc(490 / 1100 * 100%);
  flex-shrink: 0;
  flex: none;
}
.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row.form-row--radio
  .form-group:last-child {
  flex: auto;
}

.contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row.form-row--radio .radio-group {
  display: flex;
  gap: 30px;
  padding: 12px 10px;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row.form-row--radio
  .radio-group
  .radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: auto;
  cursor: pointer;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row.form-row--radio
  .radio-group
  .radio-item
  .radio-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row.form-row--radio
  .radio-group
  .radio-item
  .radio-icon::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9;
  transform: scale(0);
  transition: all 0.2s linear;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row.form-row--radio
  .radio-group
  .radio-item.active
  .radio-icon {
  border: 1px solid #17288b;
}

.contact-page
  .section-02
  .contact-wrapper
  .form-section
  .form-grid-group
  .form-row.form-row--radio
  .radio-group
  .radio-item.active
  .radio-icon::after {
  transform: scale(1);
  background: #17288b;
}

.contact-page .section-02 .contact-wrapper .form-section .form-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
}

.contact-page .section-02 .contact-wrapper .form-section .submit-row {
  display: flex;
  gap: 40px;
  align-items: center;
}

.contact-page .section-02 .contact-wrapper .form-section .submit-row .btn-submit {
  background: #17288b;
  height: clamp(48px, 3.125vw, 60px);
  padding: 11px 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  width: 180px;
  white-space: nowrap;
}

.contact-page .section-02 .contact-wrapper .form-section .submit-row .btn-reset {
  background: #f0f0f0;
  height: clamp(48px, 3.125vw, 60px);
  width: 180px;
  padding: 11px 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  transition: all 0.2s linear;
}

.contact-page .section-02 .contact-wrapper .form-section .submit-row .btn-reset:hover {
  border: 1px solid #17288b;
  color: #17288b;
  background: #fff;
}

@media (max-width: 1600px) {
  .contact-page .section-02 .contact-wrapper .form-section {
    width: 60%;
  }
}

html::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-gutter: stable;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.custom-scrollbar {
  position: fixed;
  top: 0;
  right: 0;
  width: 6px;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.custom-scrollbar:hover,
.custom-scrollbar.is-dragging {
  opacity: 1;
}

body:hover .custom-scrollbar {
  opacity: 1;
}

.custom-scrollbar .track {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.custom-scrollbar .thumb {
  position: absolute;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  cursor: default;
  pointer-events: auto;
  transition: background 0.2s;
}

.custom-scrollbar .thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .kcxfz .krt .ul1 .li .txt2 .wz.status1{
    font-size: 150%;
  }
  .kcxfz .krt .ul1 .li .txt2 .wz.status1 span{
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }

  .product-page .section-01 .inner-box {
    padding: 50px 0 20px;
  }

  .product-page .place-block .box .inner-box {
    padding-bottom: 30px !important;
  }

  .product-page .section-02 .inner-box {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0 50px;
  }

  .product-page .section-02 .left-sidebar {
    position: static;
    width: 100%;
  }

  .product-page .section-02 .left-sidebar .sidebar-card {
    padding: 20px;
  }

  .product-page .section-02 .left-sidebar .sidebar-card .category-section {
    /* margin-top: 20px; */
  }

  .product-page .section-02 .left-sidebar .sidebar-card .category-section .divider {
    margin-top: 20px;
  }

  .product-page .section-02 .left-sidebar .sidebar-card .divider {
    margin-top: 20px;
  }

  .product-page .section-02 .left-sidebar .sidebar-card .category-group {
    margin-top: 20px;
  }

  .product-page .section-02 .left-sidebar .sidebar-card .category-group .subcategory-list {
    margin-top: 20px;
  }

  .product-page
    .section-02
    .left-sidebar
    .sidebar-card
    .category-group
    .subcategory-list
    .subcategory-item
    .item-label.active {
    font-size: 14px;
  }

  .product-page .section-02 .left-sidebar .sidebar-card .category-group .category-title {
    font-size: 14px;
  }

  .product-page .section-02 .left-sidebar .sidebar-card .category-section .category-header .header-left span {
    font-size: 16px;
  }

  .product-page
    .section-02
    .left-sidebar
    .sidebar-card
    .category-group
    .subcategory-list
    .subcategory-item
    + .subcategory-item {
    margin-top: 20px;
  }

  .product-page .section-02 .right-box {
    width: 100%;
  }

  .product-page .section-02 .right-box .product-grid {
    gap: 20px;
  }

  .product-page .section-02 .right-box .product-grid .product-card {
    padding: 20px;
    margin-bottom: 0;
    width: 100%;
  }

  .product-page .section-02 .right-box .page-box {
    margin-top: 30px;
  }

  .pro-info-page .section-01 .inner-box {
    padding: 30px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pro-info-page .section-01 .inner-box .btns{
    margin-left: 0;
    margin-top: 15px;
  }

  .pro-info-page .section-02 .inner-box {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 50px;
  }

  .pro-info-page .section-02 .left-sidebar {
    width: 100%;
    position: static;
  }

  .pro-info-page .section-02 .left-sidebar .nav-card {
    padding: 20px;
  }

  .pro-info-page .section-02 .left-sidebar .nav-card .nav-divider {
    margin-top: 30px;
  }

  .pro-info-page .section-02 .left-sidebar .nav-card .nav-menu {
    margin-top: 30px;
  }

  .pro-info-page .section-02 .left-sidebar .nav-card .nav-menu .nav-item + .nav-item {
    margin-top: 30px;
  }

  .pro-info-page .section-02 .left-sidebar .consult-card {
    padding: 0 20px;
  }

  .pro-info-page .section-02 .left-sidebar .doc-card .doc-header {
    padding: 0 20px;
  }

  .pro-info-page .section-02 .left-sidebar .doc-card .doc-list {
    padding: 0 20px 30px;
  }

  .pro-info-page .section-02 .right-content {
    flex: auto;
    width: 100%;
  }

  .pro-info-page .section-02 .right-content .info-section + .info-section {
    margin-top: 50px;
  }

  .pro-info-page .section-02 .right-content .info-section .spec-table {
    overflow: auto;
  }

  .pro-info-page .section-02 .right-content .info-section .spec-table table {
    min-width: 900px;
  }

  .solution-page .section-01 .inner-box {
    padding: 30px 0;
  }

  .solution-page .section-01 .inner-box .logo-title {
    margin-bottom: 30px;
  }

  .solution-page .section-02 .box .inner-box {
    flex-direction: column;
    padding-bottom: 50px;
    gap: 30px;
  }

  .solution-page .section-02 .box .inner-box .left-sidebar {
    width: 100%;
    position: static;
  }

  .solution-page .section-02 .box .inner-box .left-sidebar .filter-card {
    padding: 20px;
  }

  .solution-page .section-02 .box .inner-box .left-sidebar .filter-card .filter-divider {
    margin-top: 30px;
  }

  .solution-page .section-02 .box .inner-box .left-sidebar .filter-card .filter-menu {
    margin-top: 30px;
  }

  .solution-page .section-02 .box .inner-box .left-sidebar .filter-card .filter-menu .filter-item + .filter-item {
    margin-top: 30px;
  }

  .solution-page .section-02 .box .inner-box .right-content {
    width: 100%;
    flex: auto;
  }

  .solution-page .section-02 .box .inner-box .right-content .solution-grid {
    gap: 30px;
  }

  .solution-page .section-02 .box .inner-box .right-content .solution-grid .solution-card {
    width: 100%;
    margin-bottom: 0;
  }

  .solution-page .section-02 .box .inner-box .right-content .solution-grid .solution-card .card-body {
    padding: 20px;
  }

  .contact-page .section-01 .inner-box {
    padding: 50px 0 10px;
  }

  .contact-page .section-02 .inner-box {
    padding-bottom: 50px;
  }

  .contact-page .section-02 .contact-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .contact-page .section-02 .contact-wrapper .divider-line {
    display: none;
  }

  .contact-page .section-02 .contact-wrapper .info-card {
    width: 100%;
    padding: 20px;
  }

  .contact-page .section-02 .contact-wrapper .form-section {
    width: 100%;
  }

  .contact-page .section-02 .contact-wrapper .form-section .form-top-group .btn-row .btn-order {
    font-size: 14px;
    width: 100%;
  }

  .contact-page .section-02 .contact-wrapper .form-section .form-top-group {
    gap: 10px;
  }

  .contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row {
    flex-direction: column;
    gap: 30px;
  }

  .contact-page .section-02 .contact-wrapper .form-section .form-grid-group .form-row .form-group {
    width: 100%;
  }

  .contact-page .section-02 .contact-wrapper .form-section .submit-row {
    gap: 30px;
  }

  .sustainable-page .section-01 .inner-box {
    padding: 50px 0 30px;
  }

  .sustainable-page .section-01 .inner-box .logo-title {
    margin-bottom: 10px;
  }

  .sustainable-page .section-01 .inner-box .block-title h1 {
    margin-bottom: 10px;
  }

  .sustainable-page .section-01 .inner-box .block-block {
    width: 100%;
  }

  .sustainable-page .section-01 .inner-box .block-title {
    margin-bottom: 20px;
  }

  .sustainable-page .section-01 .inner-box .sustainable-cards {
    flex-direction: column;
    gap: 20px;
  }

  .sustainable-page .section-01 .inner-box .sustainable-cards .card .card-text {
    padding: 20px 0;
  }

  .sustainable-page .section-01 .inner-box .sustainable-cards .card {
    width: 100%;
  }

  .sustainable-page .section-02 .inner-box {
    padding: 30px 0;
  }

  .sustainable-page .section-02 .inner-box .logo-title {
    margin-bottom: 10px;
  }

  .sustainable-page .section-02 .inner-box .practice-wrapper {
    width: 100%;
  }

  .sustainable-page .section-02 .inner-box .practice-wrapper .tab-bar {
    overflow: auto;
    width: 100%;
  }

  .sustainable-page .section-02 .inner-box .practice-wrapper .tab-bar .tab-item {
    padding: 0 20px;
    height: 44px;
  }

  .sustainable-page .section-02 .inner-box .practice-wrapper .practice-list .practice-item {
    padding: 30px 0;
    flex-direction: column;
    gap: 20px;
  }

  .sustainable-page .section-02 .inner-box .practice-wrapper .practice-list .practice-item .item-desc {
    max-width: 100%;
    width: 100%;
  }

  .sustainable-page .section-03 .inner-box {
    padding: 0 0 50px;
  }

  .sustainable-page .section-03 .inner-box .goals-wrapper {
    width: 100%;
  }

  .sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid {
    flex-direction: column;
  }

  .sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-card {
    width: 100%;
  }

  .sustainable-page .section-03 {
    padding-top: 30px;
  }

  .sustainable-page .section-03 .inner-box .logo-title {
    margin-bottom: 15px;
  }

  .sustainable-page .section-04 .inner-box .logo-title {
    margin-bottom: 5px;
  }

  .sustainable-page .section-04 .inner-box {
    padding: 0;
  }

  .sustainable-page .section-04 .inner-box .report-wrapper {
    width: 100%;
  }

  .sustainable-page .section-04 .inner-box .report-wrapper .report-title {
    margin-bottom: 30px;
  }

  .sustainable-page .section-04 .inner-box .report-wrapper .report-content {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .sustainable-page .section-04 .inner-box .report-wrapper .report-content .report-list .report-item .item-left {
    width: 100%;
  }
  .sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-card img {
    min-height: 180px;
    object-fit: cover;
  }
  .sustainable-page .section-03 .inner-box .goals-wrapper .goals-grid .goal-card .card-list {
    margin-top: 10px;
  }

  .product-page .section-01 .inner-box .logo-title {
    margin-bottom: 10px;
  }
  .product-page .section-01 .inner-box .title-box {
    flex-direction: column;
    gap: 30px;
  }
  .product-page .section-01 .inner-box .title-box .page-titel {
    width: 100%;
  }
  .product-page .section-01 .inner-box .title-box .search-bar {
    width: 100%;
    height: 50px;
  }



  .kcxfz{display: block;}

  .kcxfz .klt{width: 100%;}

  .kcxfz .krt{width: 100%;margin-top: 20px;}








}
<!--ºÄÊ±1787444983.7907Ãë-->