.button {
  width: 11rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--color-black);
}
.large-title {
  margin: 6.5rem 0;
}
.large-title-tit {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  color: var(--text-1);
}
.large-title-msg {
  color: var(--text-2);
  font-size: 1.5rem;
  margin-top: 1.875rem;
  text-align: center;
}
.gls-wzt-swiper {
  position: relative;
  overflow: hidden;
}
.gls-wzt-swiper .gls-wzt-swiper-wrap {
  display: flex;
  transition: all 0.3s;
  width: 100vw;
}
.gls-wzt-swiper .gls-wzt-s-img-wrap {
  position: relative;
  width: 100vw;
  flex-shrink: 0;
}
.gls-wzt-swiper .gls-wzt-s-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gls-wzt-swiper .gls-wzt-s-img-wrap .pc {
  display: block;
}
.gls-wzt-swiper .gls-wzt-s-img-wrap .mb {
  display: none;
}
.gls-wzt-swiper .gls-wzt-s-img-wrap .gls-wzt-s-img-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(15%);
}
.gls-wzt-swiper .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
.gls-wzt-swiper .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner .text {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.gls-wzt-swiper .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner .text div:first-child {
  font-size: 2.8rem;
  max-width: 550px;
  font-weight: 700;
}
.gls-wzt-swiper .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner .text div:last-child {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 1px;
  transform: translateY(-5px);
}
.gls-wzt-swiper .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner .btn {
  font-weight: 700;
  color: var(--color-white);
  background-color: #ffba00;
  border: none;
  transition: 0.3s;
}
.gls-wzt-swiper .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner .btn:hover {
  transform: scale(1.1);
}
.gls-wzt-swiper .gls-wzt-s-dot-wrap {
  position: absolute;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  display: flex;
  gap: 0.875rem;
}
.gls-wzt-swiper .gls-wzt-s-dot-wrap .gls-wzt-s-dot {
  width: 3.125rem;
  height: 0.625rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.9375rem;
  transition: background 0.3s;
}
.gls-wzt-swiper .gls-wzt-s-dot-wrap .gls-wzt-s-dot:hover,
.gls-wzt-swiper .gls-wzt-s-dot-wrap .gls-wzt-s-dot.active {
  background: rgba(255, 255, 255, 0.8);
}
.gls-wzt-products {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 var(--layout-padding) !important;
}
.gls-wzt-products .gls-wzt-p-title .description {
  position: relative;
}
.gls-wzt-products .gls-wzt-p-title .description .description-link {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s;
  font-size: 1rem;
  margin-left: 1.875rem;
  border-bottom: 1px solid var(--text-2);
}
.gls-wzt-products .gls-wzt-p-title .description .description-link:hover {
  color: var(--brand-color);
  border-bottom: 1px solid var(--brand-color);
}
.gls-wzt-products .gls-wzt-p-wrap {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}
.gls-wzt-card-link {
  margin-top: 9.375rem;
  position: relative;
}
.gls-wzt-card-link .gls-wzt-cl-cover {
  width: 100%;
  min-height: 240px;
  max-height: 550px;
  object-fit: cover;
}
.gls-wzt-card-link .gls-wzt-cl-info {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  color: var(--color-white);
}
.gls-wzt-card-link .gls-wzt-cl-info .title {
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 700;
}
.gls-wzt-card-link .gls-wzt-cl-info .desc {
  max-width: 700px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.gls-wzt-card-link .gls-wzt-cl-info .btn {
  border: 1px solid var(--bg-white);
  margin-top: 3.125rem;
  transition: all 0.3s;
}
.gls-wzt-card-link .gls-wzt-cl-info .btn:hover {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
.gls-wzt-progress {
  margin: 0 auto;
  margin-top: 9.375rem;
  max-width: 1440px;
  padding: 0 var(--layout-padding);
}
.gls-wzt-progress .gls-wzt-pg-line {
  width: 100%;
  margin: 3rem 0;
  border: 1px solid var(--color-black);
  box-shadow: 0px 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
  position: relative;
}
.gls-wzt-progress .gls-wzt-pg-line .arrow {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.gls-wzt-progress .gls-wzt-pg-wrap {
  display: flex;
  flex-direction: column;
}
.gls-wzt-progress .gls-wzt-pg-wrap-left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: 180px;
  gap: 50px;
}
.gls-wzt-progress .gls-wzt-pg-wrap-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 180px;
  gap: 50px;
}
.gls-wzt-progress .gls-wzt-pg-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 400;
  gap: 1.25rem;
  padding: 1.25rem 3.75rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4.375rem;
  max-width: 350px;
  user-select: none;
}
.gls-wzt-progress .gls-wzt-pg-step img.first {
  display: block;
}
.gls-wzt-progress .gls-wzt-pg-step img.second {
  display: none;
}
.gls-wzt-progress .gls-wzt-pg-step:hover {
  background: var(--bg-white);
  box-shadow: 0px 8px 24px rgba(149, 157, 165, 0.2);
  color: var(--brand-color);
}
.gls-wzt-progress .gls-wzt-pg-step:hover > img.first {
  display: none;
}
.gls-wzt-progress .gls-wzt-pg-step:hover > img.second {
  display: block;
}
.gls-wzt-progress .gls-wzt-pg-step .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gls-wzt-qa {
  padding: 0 var(--layout-padding);
}
.gls-wzt-qa .gls-wzt-qa-item {
  margin-bottom: 3rem;
  margin-right: calc(1.875rem * 2);
  padding-left: 1.875rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid var(--bg-light-3);
  user-select: none;
}
.gls-wzt-qa .gls-wzt-qa-item .gls-wzt-qa-q {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: calc(1.375rem + 1.875rem);
  cursor: pointer;
}
.gls-wzt-qa .gls-wzt-qa-item .gls-wzt-qa-q::after {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(1.875rem * 0.5);
  transform: translateY(-50%);
  background: var(--brand-color);
}
.gls-wzt-qa .gls-wzt-qa-item .gls-wzt-qa-q .text {
  font-size: 1.375rem;
  font-weight: 400;
  color: var(--text-1);
  line-height: 1.875rem;
  word-break: break-all;
}
.gls-wzt-qa .gls-wzt-qa-item .gls-wzt-qa-q .arrow {
  flex-shrink: 0;
  margin-top: auto;
  margin-left: 1.25rem;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.gls-wzt-qa .gls-wzt-qa-item .gls-wzt-qa-a {
  padding: 0 calc(1.875rem / 2 + 1.375rem) 0 calc(1.875rem / 2 + 1.375rem);
  transition: all 0.3s;
  overflow: hidden;
}
.gls-wzt-qa .gls-wzt-qa-item .gls-wzt-qa-a .text {
  user-select: text;
  color: var(--text-light-3);
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.875rem;
}
.gls-wzt-comment {
  padding: 0 var(--layout-padding) !important;
}
.gls-wzt-comment .gls-wzt-c-wrap {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body {
  border: 1px solid #d6d6d6;
  border-radius: 1.25rem;
  background: #fbfbfb;
  width: 80%;
  padding: 2.5rem;
  padding-right: calc(5% * 2);
  position: relative;
  overflow: hidden;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-bg {
  position: absolute;
  right: -3rem;
  bottom: -6.25rem;
  z-index: 0;
  width: 22.6875rem;
  height: 22.6875rem;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-top {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-top .logo {
  height: 2.8125rem;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-top .logo img {
  height: 100%;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-top .star {
  display: flex;
  align-items: center;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-top .star .text {
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 12px;
  color: var(--color-black);
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-comment {
  margin-top: 1.5rem;
  color: var(--text-2);
  font-size: 20px;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-line {
  width: 550px;
  height: 0;
  border: 2px solid #e0e0e0;
  position: relative;
  margin-top: 1.5rem;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-line::after {
  content: "";
  border-radius: 50%;
  background-color: #e0e0e0;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-pics {
  display: flex;
  gap: 2.1875rem;
  margin-top: 2rem;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-pics .pic {
  width: 5.5625rem;
  height: 5.5625rem;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-arrow {
  display: flex;
  justify-content: center;
  flex: 1;
  gap: 30px;
  height: 100%;
  padding-bottom: calc(30px / 2);
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-arrow .gls-wzt-c-arrow-icon {
  background: var(--bg-white);
  border-radius: 50%;
  border: 2px solid #d6d6d6;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-arrow .gls-wzt-c-arrow-icon .icon {
  height: 1.5rem;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-arrow .gls-wzt-c-arrow-icon img {
  width: 60%;
  height: 60%;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-avatar {
  border: 1px solid #d6d6d6;
  background: var(--bg-light);
  height: 100%;
  width: 25%;
  position: absolute;
  right: 0;
  top: calc(-3.125rem - 30px);
  border-radius: 1.25rem 5rem 1.25rem 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-avatar .gls-wzt-c-avatar-wrap .avatar {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
}
.gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-avatar .gls-wzt-c-avatar-wrap .name {
  margin-top: 1.25rem;
  text-align: center;
}
.gls-wzt-blog {
  width: 100%;
  margin: 0 auto;
}
.gls-wzt-blog .gls-wzt-b-wrap {
  width: 100%;
  overflow: hidden;
  padding: 0 10px;
}
.gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner {
  gap: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  justify-content: center;
  align-content: center;
}
.gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card {
  display: none;
  width: 678px;
  flex-shrink: 0;
  cursor: pointer;
}
.gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card:nth-child(1),
.gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card:nth-child(2),
.gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card:nth-child(3),
.gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card:nth-child(4) {
  display: block;
}
.gls-wzt-blog .gls-wzt-b-more {
  margin: 3rem auto;
  display: flex;
  justify-content: center;
}
.gls-wzt-blog .gls-wzt-b-more .btn {
  transition: background 0.3s;
}
.gls-wzt-blog .gls-wzt-b-more .btn:hover {
  background-color: var(--brand-color);
  border: 1px solid var(--brand-color);
  color: var(--color-white);
}
@media (max-width: 1439px) {
  .gls-wzt-swiper .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner {
    gap: 2.5rem;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap-left {
    gap: 50px;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap-right {
    margin-left: 150px;
    gap: 50px;
  }
}
@media (max-width: 1267px) {
  .gls-wzt-progress .gls-wzt-pg-wrap-left {
    gap: 20px;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap-right {
    margin-left: 100px;
    gap: 20px;
  }
}
@media (max-width: 1167px) {
  .gls-wzt-progress .gls-wzt-pg-wrap-left .gls-wzt-pg-step {
    padding: 1.25rem 2rem;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap-right .gls-wzt-pg-step {
    padding: 1.25rem 2rem;
  }
  .gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card .gls-wzt-b-card-inner .gls-wzt-b-details .gls-wzt-b-details-top .title {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 1024px) {
  .gls-wzt-swiper .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner {
    gap: 1.875rem;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap-left {
    gap: 10px;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap-right {
    gap: 10px;
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-avatar {
    width: 30%;
  }
}
@media (max-width: 976px) {
  .gls-wzt-progress .gls-wzt-pg-wrap {
    display: grid;
    justify-content: center;
    grid-template-columns: 35% 2px 35%;
    gap: 30px;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap .gls-wzt-pg-line {
    width: 1px;
    margin: 0;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap .gls-wzt-pg-line .arrow {
    top: auto;
    bottom: -7px;
    right: 50%;
    transform: translateX(50%) rotateZ(90deg);
  }
  .gls-wzt-progress .gls-wzt-pg-wrap .gls-wzt-pg-wrap-left {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap .gls-wzt-pg-wrap-left .gls-wzt-pg-step {
    margin-bottom: 40%;
    flex-direction: column-reverse;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap .gls-wzt-pg-wrap-right {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap .gls-wzt-pg-wrap-right .gls-wzt-pg-step {
    margin-top: 40%;
  }
}
@media (max-width: 768px) {
  .gls-wzt-swiper {
    height: 85vw;
  }
  .gls-wzt-swiper .gls-wzt-swiper-wrap {
    height: 100%;
  }
  .gls-wzt-swiper .gls-wzt-swiper-wrap .gls-wzt-s-img-wrap {
    overflow: hidden;
  }
  .gls-wzt-swiper .gls-wzt-swiper-wrap .gls-wzt-s-img-wrap .pc {
    display: none;
  }
  .gls-wzt-swiper .gls-wzt-swiper-wrap .gls-wzt-s-img-wrap .mb {
    display: block;
  }
  .gls-wzt-swiper .gls-wzt-swiper-wrap .gls-wzt-s-img-wrap .gls-wzt-s-img-title {
    transform: translateY(30%) translateX(calc(50vw - 50%));
  }
  .gls-wzt-swiper .gls-wzt-swiper-wrap .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .gls-wzt-swiper .gls-wzt-swiper-wrap .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner .text {
    gap: 10px;
    text-shadow: 0 0 4px #666666;
  }
  .gls-wzt-swiper .gls-wzt-swiper-wrap .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner .text div:first-child {
    max-width: 280px;
    font-size: 1.6rem;
    text-align: center;
  }
  .gls-wzt-swiper .gls-wzt-swiper-wrap .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner .text div:last-child {
    font-size: 1.1rem;
    letter-spacing: 0;
    max-width: 280px;
    text-align: center;
  }
  .gls-wzt-swiper .gls-wzt-swiper-wrap .gls-wzt-s-img-wrap .gls-wzt-s-img-title .gls-wzt-s-img-title-inner .button.btn {
    min-width: 11rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.1rem;
  }
  .gls-wzt-swiper .gls-wzt-s-dot-wrap {
    bottom: 1rem;
  }
  .gls-wzt-products .gls-wzt-p-title {
    margin: 6.25rem auto;
    padding-bottom: calc(30px);
  }
  .gls-wzt-products .gls-wzt-p-title .description {
    margin-top: 1.25rem;
  }
  .gls-wzt-products .gls-wzt-p-title .description .description-link {
    top: auto;
    margin-left: auto;
    bottom: -30px;
    transform: translateX(-50%);
    left: 50%;
    font-size: 1.25rem;
  }
  .gls-wzt-products .gls-wzt-p-wrap {
    gap: 1.5rem;
    row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .gls-wzt-products .gls-wzt-p-wrap > div:last-child {
    display: none;
  }
  .gls-wzt-products .gls-wzt-p-wrap > div:nth-last-child(2) {
    display: none;
  }
  .gls-wzt-card-link .gls-wzt-cl-info .btn {
    margin-top: 0;
  }
  .gls-wzt-card-link .gls-wzt-cl-info .title {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
  }
  .gls-wzt-card-link .gls-wzt-cl-info .desc {
    max-width: 700px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.75rem;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .gls-wzt-comment {
    padding: 0 1rem;
  }
  .gls-wzt-comment .gls-wzt-c-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body {
    width: 95%;
    z-index: 1;
    padding-right: 2.5rem;
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-bg {
    display: none;
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-line {
    width: 130px;
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-comment {
    font-size: 1.2rem;
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-body .gls-wzt-c-body-top {
    margin-top: 0;
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-arrow {
    width: 45%;
    position: absolute;
    align-items: flex-end;
    bottom: calc(-3.125rem - 30px);
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-avatar {
    width: 55%;
    top: calc(3.125rem + 30px);
    border-radius: 0px 10px 10px 0px;
    align-items: flex-end;
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-avatar .gls-wzt-c-avatar-wrap {
    display: flex;
    align-items: center;
    padding-bottom: calc((3.125rem + 30px - 4.284rem) / 2);
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-avatar .gls-wzt-c-avatar-wrap .avatar {
    width: 4.284rem;
    height: 4.284rem;
  }
  .gls-wzt-comment .gls-wzt-c-wrap .gls-wzt-c-avatar .gls-wzt-c-avatar-wrap .name {
    font-size: 1.3rem;
    margin-left: 1.25rem;
    margin-top: 0;
  }
  .gls-wzt-qa {
    padding: 0 1rem !important;
  }
  .gls-wzt-qa .gls-wzt-qa-title {
    margin-top: calc(7.375rem * 2);
  }
  .gls-wzt-qa .gls-wzt-qa-item {
    padding-left: 0;
    margin-right: 0;
  }
  .gls-wzt-qa .gls-wzt-qa-item .gls-wzt-qa-q {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .gls-wzt-qa .gls-wzt-qa-item .gls-wzt-qa-q .arrow {
    margin-left: auto;
  }
  .gls-wzt-blog {
    padding: 0 1rem;
  }
  .gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
  .gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card {
    max-height: inherit;
    width: auto;
    display: none !important;
  }
  .gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card .gls-wzt-b-card-inner .gls-wzt-b-cover {
    border-radius: 10px 0 0 10px;
    width: 35%;
    flex-shrink: 0;
  }
  .gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card .gls-wzt-b-card-inner .gls-wzt-b-cover img {
    width: 100%;
  }
  .gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card .gls-wzt-b-card-inner .gls-wzt-b-details .gls-wzt-b-details-top .title {
    -webkit-line-clamp: 3;
    font-size: 1.75rem;
  }
  .gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card .gls-wzt-b-card-inner .gls-wzt-b-details .gls-wzt-b-details-top .desc {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card:nth-child(1),
  .gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card:nth-child(2) {
    display: block !important;
  }
  .gls-wzt-progress .gls-wzt-pg-wrap .gls-wzt-pg-wrap-left .gls-wzt-pg-step:hover,
  .gls-wzt-progress .gls-wzt-pg-wrap .gls-wzt-pg-wrap-right .gls-wzt-pg-step:hover {
    background: var(--bg-white);
    box-shadow: none;
    color: inherit;
  }
}
@media (max-width: 480px) {
  :root {
    --layout-padding: 1rem;
  }
  .gls-wzt-blog .gls-wzt-b-wrap .gls-wzt-b-wrap-inner .gls-wzt-b-card .gls-wzt-b-card-inner .gls-wzt-b-details .gls-wzt-b-details-top .title {
    -webkit-line-clamp: 2;
  }
}
