@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.plu-ico {
  width: 100px !important;
  height: 100px !important;
  border-radius: 6px;
}

.banner.vendor-banner {
  background: var(--primary-light);
}
.banner.vendor-banner .flex {
  padding: 70px 0 0;
  background: url(../../images/vector/logo_gray.svg) no-repeat;
  background-position: 74% 100%;
}
@media only screen and (max-width: 675px) {
  .banner.vendor-banner .flex {
    padding: 3rem 0 0;
    background: none;
  }
}
.banner.vendor-banner .flex .content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
}
@media only screen and (max-width: 991px) {
  .banner.vendor-banner .flex .content {
    flex: 0 1 100%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 675px) {
  .banner.vendor-banner .flex .content {
    text-align: center;
  }
}
.banner.vendor-banner .flex .content h1 {
  max-width: 532px;
}
@media only screen and (max-width: 1152px) {
  .banner.vendor-banner .flex .content h1 {
    max-width: 500px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.vendor-banner .flex .content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.vendor-banner .flex .content h1 {
    font-size: 24px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner.vendor-banner .flex .content .ico {
  flex: 0 1 auto;
  width: 83px;
  line-height: 0;
}
@media only screen and (max-width: 1152px) {
  .banner.vendor-banner .flex .content .ico {
    width: 62px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.vendor-banner .flex .content .ico {
    width: 52px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.vendor-banner .flex .content .ico {
    display: none;
  }
}
.banner.vendor-banner .flex .content .ico img {
  width: 100%;
}
.banner.vendor-banner .flex .content .inf {
  flex: 1;
  padding-left: 34px;
}
@media only screen and (max-width: 991px) {
  .banner.vendor-banner .flex .content .inf {
    padding-left: 22px;
  }
}
@media only screen and (max-width: 675px) {
  .banner.vendor-banner .flex .content .inf {
    flex: 0 1 100%;
    padding-left: 0;
  }
}
.banner.vendor-banner .flex .content .inf p {
  margin-top: 28px;
  color: var(--text);
  font-size: 20px;
}
@media only screen and (max-width: 675px) {
  .banner.vendor-banner .flex .content .inf p {
    font-size: 16px;
    margin-top: 15px;
  }
}
.banner.vendor-banner .flex .content .inf p span {
  color: var(--primary);
  font-weight: 700;
}
.banner.vendor-banner .flex .content .inf .btn-wrap {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 13px;
}
@media only screen and (max-width: 675px) {
  .banner.vendor-banner .flex .content .inf .btn-wrap {
    justify-content: center;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 520px) {
  .banner.vendor-banner .flex .content .inf .btn-wrap .btn {
    font-size: 14px;
    --height: 38px;
    --padding: 20px;
  }
}
.banner.vendor-banner .flex .colB {
  flex: 0 1 34%;
  line-height: 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .banner.vendor-banner .flex .colB {
    margin-left: auto;
    margin-top: -16%;
  }
}
@media only screen and (max-width: 675px) {
  .banner.vendor-banner .flex .colB {
    margin-top: 0;
    flex: 0 1 80%;
    margin-top: 3.5rem;
  }
}
.banner.vendor-banner .flex .colB figure {
  height: 100%;
}
.banner.vendor-banner .flex .colB figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.banner.vendor-banner .flex .colB .img-wrap {
  position: absolute;
  top: 0%;
  left: 0%;
  --size: 115px;
}
@media only screen and (max-width: 991px) {
  .banner.vendor-banner .flex .colB .img-wrap {
    --size: 85px;
    left: -15%;
  }
}
@media only screen and (max-width: 675px) {
  .banner.vendor-banner .flex .colB .img-wrap {
    left: 0;
  }
}
.banner.vendor-banner .flex .colB .img-wrap .ico-img {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  border-radius: 5px;
  background: var(--white);
  position: relative;
  width: var(--size);
  height: calc(var(--size) * 0.9131);
}
.banner.vendor-banner .flex .colB .img-wrap .ico-img:not(:last-child) {
  margin-bottom: 20px;
}
.banner.vendor-banner .flex .colB .img-wrap .ico-img:nth-child(2) {
  margin-left: -70%;
}
.banner.vendor-banner .flex .colB .img-wrap .ico-img .ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 13px;
  transition: 0.8s ease;
}
.banner.vendor-banner .flex .colB .img-wrap .ico-img .ico:not(.active) {
  transition: 0.2s ease;
  opacity: 0;
  transform: translateY(10px);
}
.banner.vendor-banner .flex .colB .img-wrap .ico-img .ico img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.vendor-secA {
  padding: 84px 0 120px;
}
@media only screen and (max-width: 991px) {
  .vendor-secA {
    padding: 70px 0 90px;
  }
}
@media only screen and (max-width: 540px) {
  .vendor-secA {
    padding: 40px 0 60px;
  }
}
.vendor-secA .heading {
  max-width: 640px;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 540px) {
  .vendor-secA .heading {
    margin: 0 auto 2rem;
  }
}
.vendor-secA .heading h3 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .vendor-secA .heading h3 {
    padding-bottom: 0;
  }
}
.vendor-secA .heading p.subheading {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
}
@media only screen and (max-width: 540px) {
  .vendor-secA .heading p.subheading {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 540px) {
  .vendor-secA .heading p {
    font-size: 14px;
  }
}
.vendor-secA.slider-container .benefits-wrap {
  position: relative;
}
.vendor-secA.slider-container .benefits-wrap .benefits-slider {
  overflow: hidden;
  margin: 0 60px;
}
@media only screen and (max-width: 540px) {
  .vendor-secA.slider-container .benefits-wrap .benefits-slider {
    margin: 0;
  }
}
.vendor-secA.slider-container .benefits-wrap .benefits-slider .col-md {
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
}
.vendor-secA.slider-container .benefits-wrap .benefits-slider .col-md::before {
  display: none;
}
.vendor-secA.slider-container .benefits-wrap .benefits-slider .col-md h6 {
  line-height: 1.2;
}
.vendor-secA.slider-container .benefits-wrap .benefits-slider .col-md .ico {
  font-size: 40px;
  text-align: right;
  font-weight: 500;
  color: var(--primary);
}
.vendor-secA.slider-container .benefits-wrap .benefits-slider .col-md p {
  font-size: 14px;
  padding-top: 10px;
  color: #666;
}
@media only screen and (max-width: 540px) {
  .vendor-secA.slider-container .benefits-wrap .swiper-nav.swiper-group {
    display: none;
  }
}
.vendor-secA.slider-container p.note {
  max-width: 850px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.vendor-secA .flex {
  row-gap: 30px;
}
.vendor-secA .flex .col-md {
  flex: 1;
  text-align: center;
  --ico: 60px;
  --arrow: 20px;
}
@media only screen and (max-width: 991px) {
  .vendor-secA .flex .col-md {
    flex: 0 1 50%;
  }
  .vendor-secA .flex .col-md::before {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .vendor-secA .flex .col-md {
    flex: 100%;
  }
}
.vendor-secA .flex .col-md:not(:last-child) {
  position: relative;
}
.vendor-secA .flex .col-md:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--primary);
}
.vendor-secA .flex .col-md:not(:last-child)::before {
  left: auto;
  width: var(--arrow);
  background-position: 0 50%;
  background-size: 100% auto;
  right: calc(var(--arrow) * -1);
  background: transparent;
}
.vendor-secA .flex .col-md .ico {
  line-height: 0;
  height: var(--ico);
  width: var(--ico);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.vendor-secA .flex .col-md .ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vendor-secA .flex .col-md h6, .vendor-secA .flex .col-md p {
  color: var(--text);
}
.vendor-secA .flex .col-md h6 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (max-width: 540px) {
  .vendor-secA .flex .col-md h6 {
    font-size: 18px;
  }
}
.vendor-secA .flex .col-md p {
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 540px) {
  .vendor-secA .flex .col-md p {
    font-size: 14px;
  }
}

.vendor-secB {
  padding: 90px 0;
}
@media only screen and (max-width: 1152px) {
  .vendor-secB {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .vendor-secB {
    padding: 3.2rem 0;
  }
}
.vendor-secB .heading {
  margin-bottom: 74px;
}
@media only screen and (max-width: 1152px) {
  .vendor-secB .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 520px) {
  .vendor-secB .heading {
    margin-bottom: 2rem;
  }
}
.vendor-secB .supp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 1152px) {
  .vendor-secB .supp-grid {
    gap: 12px;
  }
}
@media only screen and (max-width: 520px) {
  .vendor-secB .supp-grid {
    grid-template-columns: 100%;
  }
}
.vendor-secB .supp-grid .item {
  border-radius: 5px;
  overflow: hidden;
}
.vendor-secB .supp-grid .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.vendor-secB .supp-grid .item:hover figure img {
  transform: scale(1.2);
}
.vendor-secB .supp-grid .item figure img {
  aspect-ratio: 1.4;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .vendor-secB .supp-grid .item figure img {
    aspect-ratio: 1.2;
  }
}
.vendor-secB .supp-grid .item figcaption {
  text-align: center;
  padding: 0 30px 35px;
  color: var(--white);
}
@media only screen and (max-width: 991px) {
  .vendor-secB .supp-grid .item figcaption {
    padding: 0 22px 22px;
  }
}
.vendor-secB .supp-grid .item figcaption .play-btn {
  margin: 0 auto 38px;
}
@media only screen and (max-width: 991px) {
  .vendor-secB .supp-grid .item figcaption .play-btn {
    --btnsize: 38px;
    margin: 0 auto 16px;
  }
}
@media only screen and (max-width: 520px) {
  .vendor-secB .supp-grid .item figcaption .play-btn {
    --btnsize: 55px;
    margin-bottom: 4rem;
  }
}
.vendor-secB .supp-grid .item figcaption .nm-div .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .vendor-secB .supp-grid .item figcaption .nm-div .name {
    font-size: 16px;
  }
}
.vendor-secB .supp-grid .item figcaption .nm-div .plc {
  font-size: 14px;
  margin-top: 4px;
}
@media only screen and (max-width: 991px) {
  .vendor-secB .supp-grid .item figcaption .nm-div .plc {
    font-size: 13px;
    margin-top: 3px;
  }
}

.vendor-secC {
  padding: 75px 0 100px;
}
@media only screen and (max-width: 1152px) {
  .vendor-secC {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 520px) {
  .vendor-secC {
    padding: 3.2rem 0;
  }
}
.vendor-secC .heading {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1152px) {
  .vendor-secC .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 520px) {
  .vendor-secC .heading {
    margin-bottom: 2rem;
  }
}
.vendor-secC .faq-content .col {
  border: 1px solid #CCCCCC;
  transition: 0.5s ease;
  border-radius: 5px;
  --paddingtb: 18px;
  --paddinglr: 25px;
  --icon: 15px;
}
@media only screen and (max-width: 1024px) {
  .vendor-secC .faq-content .col {
    --paddingtb: 15px;
    --paddinglr: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .vendor-secC .faq-content .col {
    --paddingtb: 8px;
    --paddinglr: 15px;
  }
}
.vendor-secC .faq-content .col:not(:last-child) {
  margin-bottom: 19px;
}
@media only screen and (max-width: 520px) {
  .vendor-secC .faq-content .col:not(:last-child) {
    margin-bottom: 12px;
  }
}
.vendor-secC .faq-content .col.active {
  border-color: var(--secondary);
}
.vendor-secC .faq-content .col.active .title p {
  color: var(--secondary);
}
.vendor-secC .faq-content .col.active .title::before {
  background: var(--black);
  transform: rotate(-90deg);
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.vendor-secC .faq-content .col .title {
  position: relative;
  cursor: pointer;
  padding: var(--paddingtb) var(--paddinglr);
}
.vendor-secC .faq-content .col .title::before {
  content: "";
  position: absolute;
  height: var(--icon);
  width: var(--icon);
  left: calc(100% - (var(--icon) + var(--paddinglr)));
  top: 50%;
  translate: 0 -50%;
  --gray: url(../../icon/arrow-down-gray.svg) no-repeat;
  --black: url(../../icon/arrow-down-black.svg) no-repeat;
  background: var(--gray);
  transition: 0.5s ease;
  transform-origin: center;
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.vendor-secC .faq-content .col .title p {
  font-weight: 600;
  transition: 0.5s ease;
  padding-right: 40px;
}
@media only screen and (max-width: 675px) {
  .vendor-secC .faq-content .col .title p {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 520px) {
  .vendor-secC .faq-content .col .title p {
    font-size: 15px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 320px) {
  .vendor-secC .faq-content .col .title p {
    font-size: 14px;
  }
}
.vendor-secC .faq-content .col article .content {
  padding: 0 var(--paddinglr) var(--paddingtb);
}
.vendor-secC .faq-content .col article .content * {
  font-size: 15px;
  color: var(--text);
}
@media only screen and (max-width: 520px) {
  .vendor-secC .faq-content .col article .content * {
    font-size: 14px;
  }
}/*# sourceMappingURL=vendor.css.map */