@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  z-index: 1;
  background: url("../../../assets/images/Home/banner-pattern.png");
  margin-top: var(--heading);
  padding: 230px 0 150px 0;
}
@media only screen and (max-width: 1024px) {
  .home-banner {
    padding: 230px 0 90px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner {
    padding: 160px 0 90px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner {
    padding: 160px 0 0px 0;
  }
}
.home-banner .container {
  max-width: 1180px;
}
.home-banner .flex-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .home-banner .flex-box {
    flex-direction: column;
    gap: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .flex-box {
    gap: 0;
  }
}
.home-banner .flex-box .col:first-child {
  flex: 0 1 50%;
}
@media only screen and (max-width: 768px) {
  .home-banner .flex-box .col:first-child {
    text-align: center;
  }
}
.home-banner .flex-box .col:first-child h2 {
  font-weight: 700;
  font-size: 20px;
  color: var(--primary);
  margin-bottom: 4px;
}
.home-banner .flex-box .col:first-child h1 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .home-banner .flex-box .col:first-child h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-banner .flex-box .col:first-child h1 {
    font-size: 30px;
  }
}
.home-banner .flex-box .col:first-child p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  max-width: 513px;
}
@media only screen and (max-width: 768px) {
  .home-banner .flex-box .col:first-child p {
    margin: auto;
  }
}
.home-banner .flex-box .col:first-child .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .home-banner .flex-box .col:first-child .btn {
    margin: 20px auto 0;
  }
}
.home-banner .flex-box .col:first-child .banner-swiper {
  width: 440px;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .home-banner .flex-box .col:first-child .banner-swiper {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .flex-box .col:first-child .banner-swiper {
    width: 100%;
  }
}
.home-banner .flex-box .col:first-child .banner-swiper .heading-banner-swiper {
  height: 63px;
}
@media only screen and (max-width: 1024px) {
  .home-banner .flex-box .col:first-child .banner-swiper .heading-banner-swiper {
    height: 53px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .flex-box .col:first-child .banner-swiper .heading-banner-swiper {
    height: 36px;
  }
}
.home-banner .flex-box .col:last-child figure {
  width: 515px;
  height: 296px;
  line-height: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-banner .flex-box .col:last-child figure {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .flex-box .col:last-child figure {
    width: 305px;
  }
}
.home-banner .flex-box .col:last-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner .flex-box .col:last-child figure figcaption {
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 77%;
  height: 85%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-banner .flex-box .col:last-child figure figcaption {
    height: 51%;
  }
}
.home-banner .flex-box .col:last-child figure figcaption .img-1 {
  width: 174px;
  height: 228px;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: 1s ease;
}
@media only screen and (max-width: 540px) {
  .home-banner .flex-box .col:last-child figure figcaption .img-1 {
    width: 104px;
    height: 138px;
  }
}
.home-banner .flex-box .col:last-child figure figcaption .img-1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner .flex-box .col:last-child figure figcaption .img-1.active {
  transform: translate(-50%, 0%);
}
.home-banner .flex-box .col:last-child figure figcaption .img-2 {
  width: 64px;
  height: 92px;
  line-height: 0;
  position: absolute;
  top: 10%;
  left: -15%;
  transform: translate(-50%, 0%);
  transition: 1s ease;
}
@media only screen and (max-width: 540px) {
  .home-banner .flex-box .col:last-child figure figcaption .img-2 {
    width: 45px;
    height: 55px;
  }
}
.home-banner .flex-box .col:last-child figure figcaption .img-2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner .flex-box .col:last-child figure figcaption .img-2.active {
  left: 15%;
}
.home-banner .flex-box .col:last-child figure figcaption .img-3 {
  width: 81px;
  height: 103px;
  line-height: 0;
  position: absolute;
  top: 10%;
  right: -30%;
  transform: translate(-35%, 0%);
  transition: 1s ease;
}
@media only screen and (max-width: 540px) {
  .home-banner .flex-box .col:last-child figure figcaption .img-3 {
    width: 53px;
    height: 56px;
  }
}
.home-banner .flex-box .col:last-child figure figcaption .img-3 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner .flex-box .col:last-child figure figcaption .img-3.active {
  right: 0%;
}
.home-banner .flex-box .col:last-child figure figcaption .img-4 {
  width: 56px;
  height: 56px;
  line-height: 0;
  position: absolute;
  bottom: 10%;
  left: -15%;
  transform: translate(-50%, 0%);
  transition: 1s ease;
}
@media only screen and (max-width: 540px) {
  .home-banner .flex-box .col:last-child figure figcaption .img-4 {
    width: 46px;
    height: 46px;
  }
}
.home-banner .flex-box .col:last-child figure figcaption .img-4 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner .flex-box .col:last-child figure figcaption .img-4.active {
  left: 15%;
}
.home-banner .flex-box .col:last-child figure figcaption .img-5 {
  width: 50px;
  height: 51px;
  line-height: 0;
  position: absolute;
  bottom: 10%;
  right: -18%;
  transform: translate(-50%, 0%);
  transition: 1s ease;
}
@media only screen and (max-width: 540px) {
  .home-banner .flex-box .col:last-child figure figcaption .img-5 {
    width: 40px;
    height: 56px;
    right: -25%;
  }
}
.home-banner .flex-box .col:last-child figure figcaption .img-5 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner .flex-box .col:last-child figure figcaption .img-5.active {
  right: 0%;
}

.home-secA {
  padding: 50px 0;
  background: var(--primary);
}
.home-secA .heading {
  text-align: center;
}
.home-secA .heading h2 {
  color: white;
  margin-bottom: 6px;
}
.home-secA .heading p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.6980392157);
}
@media only screen and (max-width: 540px) {
  .home-secA .heading p {
    line-height: 1.4;
  }
}
.home-secA .grid-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .home-secA .grid-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .grid-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.home-secA .grid-box .col {
  border: 1px solid rgba(195, 175, 118, 0.3215686275);
  padding: 20px;
  border-radius: 10px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-box .col {
    padding: 20px 10px;
  }
}
.home-secA .grid-box .col:hover {
  background: var(--secondary);
  border: 1px solid var(--secondary);
}
.home-secA .grid-box .col:hover figure svg path {
  stroke: var(--white);
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-box .col:last-child {
    grid-column: span 3;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) and (max-width: 540px) {
  .home-secA .grid-box .col:last-child {
    grid-column: initial;
  }
}
.home-secA .grid-box .col figure {
  width: 53px;
  height: 53px;
  margin: 0 auto 17px;
  line-height: 0;
}
.home-secA .grid-box .col figure svg {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secA .grid-box .col figure svg path {
  stroke: var(--secondary);
}
.home-secA .grid-box .col p {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: white;
}
@media only screen and (max-width: 540px) {
  .home-secA .grid-box .col p {
    line-height: 1.3;
  }
}
.home-secA .bottom-btn-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media only screen and (max-width: 540px) {
  .home-secA .bottom-btn-flex {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.home-secA .bottom-btn-flex .btn-secondary:hover svg path {
  fill: var(--secondary);
}

.home-secB {
  padding: 50px 0;
}
.home-secB .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box {
    flex-direction: column-reverse;
    gap: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box {
    gap: 20px;
  }
}
.home-secB .flex-box figure {
  width: 516px;
  height: 372px;
  line-height: 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-secB .flex-box figure {
    width: 466px;
    height: 312px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box figure {
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box figure {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home-secB .flex-box figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 0%, rgba(5, 5, 5, 0) 55.29%);
}
.home-secB .flex-box figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secB .flex-box figure .play-btn {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home-secB .flex-box figure .play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid var(--primary);
}
.home-secB .flex-box figcaption {
  flex: 1;
}
.home-secB .flex-box figcaption h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box figcaption h2 {
    text-align: center;
  }
}
.home-secB .flex-box figcaption p {
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6980392157);
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box figcaption p {
    text-align: center;
    max-width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box figcaption p {
    max-width: 98%;
    line-height: 1.4;
  }
}
.home-secB .flex-box figcaption ul {
  padding: 25px 0 25px 10px;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box figcaption ul {
    max-width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box figcaption ul {
    max-width: 95%;
  }
}
.home-secB .flex-box figcaption ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6980392157);
  position: relative;
}
.home-secB .flex-box figcaption ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url("../../../assets/images/Home/checked-ico.svg");
}
.home-secB .flex-box figcaption .bottom-btn-flex {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .home-secB .flex-box figcaption .bottom-btn-flex {
    margin: auto;
    justify-content: center;
    max-width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .flex-box figcaption .bottom-btn-flex {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 100%;
    gap: 10px;
  }
}

.home-secC {
  background: #F4F4F4;
  padding: 50px 0;
}
.home-secC h2 {
  text-align: center;
}
.home-secC .btn {
  margin: auto;
}
.home-secC .main-swiper {
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secC .main-swiper {
    padding: 20px 0 40px 0;
  }
}
.home-secC .main-swiper .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.home-secC .main-swiper .swiper .swiper-wrapper .swiper-slide figure {
  height: 252px;
  position: relative;
}
.home-secC .main-swiper .swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 0%, rgba(5, 5, 5, 0) 55.29%);
}
.home-secC .main-swiper .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .main-swiper .swiper .swiper-wrapper .swiper-slide figure h2 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.home-secD {
  padding: 50px 0 80px 0;
}
@media only screen and (max-width: 540px) {
  .home-secD {
    padding: 50px 0 0px 0;
  }
}
.home-secD h2 {
  text-align: center;
  margin-bottom: 30px;
}
.home-secD .tab-nav {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  width: 100%;
  overflow-x: auto;
  position: relative;
}
.home-secD .tab-nav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #C2C2C2;
  height: 2px;
  width: 100%;
  z-index: -1;
}
.home-secD .tab-nav li {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border-bottom: 2px solid #C2C2C2;
  padding: 0px 30px 16px;
  white-space: nowrap;
  transition: 0.5s ease;
}
.home-secD .tab-nav li.active {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}
.home-secD .tab-nav-content .tabs {
  margin: 40px 0;
  opacity: 0;
  transform: translateY(100px);
  transition: 0.7s ease;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-nav-content .tabs {
    margin: 30px 0 0 0;
  }
}
.home-secD .tab-nav-content .tabs.active {
  opacity: 1;
  transform: translateY(0);
}
.home-secD .tab-nav-content .tabs figure {
  height: 434px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-nav-content .tabs figure {
    height: 215px;
    margin-bottom: 10px;
  }
}
.home-secD .tab-nav-content .tabs figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secD .tab-nav-content .tabs figcaption {
  background: var(--primary);
  padding: 40px 30px;
  border-radius: 10px;
  width: 393px;
  position: absolute;
  bottom: -20%;
  left: 8%;
}
@media only screen and (max-width: 540px) {
  .home-secD .tab-nav-content .tabs figcaption {
    position: initial;
    width: 100%;
  }
}
.home-secD .tab-nav-content .tabs figcaption h3 {
  font-weight: 600;
  font-size: 36px;
  color: white;
  line-height: 1;
}
.home-secD .tab-nav-content .tabs figcaption ul {
  padding: 25px 0 25px 10px;
}
.home-secD .tab-nav-content .tabs figcaption ul li {
  padding-left: 20px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6980392157);
  position: relative;
}
.home-secD .tab-nav-content .tabs figcaption ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background: url("../../../assets/images/Home/checked-ico.svg");
}

.home-secE {
  padding: 50px 0;
}
.home-secE h2 {
  text-align: center;
}
.home-secE .grid-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding: 40px 0;
}
@media only screen and (max-width: 1024px) {
  .home-secE .grid-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .grid-box {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 0 40px 0;
    gap: 10px;
  }
}
.home-secE .grid-box .col {
  border: 1px solid #1A1A4B;
  border-radius: 10px;
  padding: 30px 0px;
}
.home-secE .grid-box .col figure {
  margin: 0 auto 20px;
  width: 50px;
  height: 50px;
}
.home-secE .grid-box .col figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secE .grid-box .col h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: var(--primary);
  margin-bottom: 10px;
}
.home-secE .grid-box .col p {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 20px;
}
.home-secE .btn {
  margin: auto;
}

.home-secF {
  background: var(--primary);
  padding: 50px 0;
}
.home-secF h2 {
  color: white;
  text-align: center;
}
.home-secF .btn {
  margin: auto;
}
.home-secF .main-swiper {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 540px) {
  .home-secF .main-swiper {
    padding: 20px 0 50px 0;
  }
}
.home-secF .main-swiper .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
}
.home-secF .main-swiper .swiper .swiper-wrapper .swiper-slide figure {
  height: 205px;
  overflow: hidden;
}
.home-secF .main-swiper .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secF .main-swiper .swiper .swiper-wrapper .swiper-slide figcaption {
  padding: 20px;
  text-align: center;
}
.home-secF .main-swiper .swiper .swiper-wrapper .swiper-slide figcaption h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.home-secF .main-swiper .swiper .swiper-wrapper .swiper-slide figcaption p {
  line-height: 1.2;
}

.home-secG .banner {
  line-height: 0;
  height: calc(100vh - var(--headerheight));
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home-secG .banner {
    height: calc(80vh - var(--headerheight));
  }
}
@media only screen and (max-width: 768px) {
  .home-secG .banner {
    height: calc(60vh - var(--headerheight));
  }
}
@media only screen and (max-width: 540px) {
  .home-secG .banner {
    height: calc(85vh - var(--headerheight));
  }
}
.home-secG .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 0%, rgba(102, 102, 102, 0) 100%);
  z-index: 1;
}
.home-secG .banner video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secG .banner .banner-wrapper .container figure {
  width: 73px;
  height: 125px;
  line-height: 0;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 540px) {
  .home-secG .banner .banner-wrapper .container figure {
    width: 53px;
    height: 88px;
  }
}
.home-secG .banner .banner-wrapper .container figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secG .banner .banner-wrapper .container h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  max-width: 573px;
  color: white;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 540px) {
  .home-secG .banner .banner-wrapper .container h2 {
    line-height: 1.3;
    font-size: 28px;
    margin: 0 auto 20px;
  }
}
.home-secG .banner .banner-wrapper .container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secG .banner .banner-wrapper .container p {
    color: rgba(255, 255, 255, 0.7882352941);
    font-size: 16px;
    max-width: 80%;
    margin: auto;
  }
}
.home-secG .banner .banner-wrapper .container a {
  line-height: 1.3;
  margin: 20px auto 0;
}

.home-secH {
  padding: 50px 0;
  background: #F5F8F9;
}
.home-secH .heading {
  text-align: center;
}
.home-secH .heading h2 {
  margin-bottom: 5px;
  line-height: 1.1;
}
@media only screen and (max-width: 540px) {
  .home-secH .heading h2 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secH .heading p {
    font-size: 16px;
    line-height: 1.1;
    max-width: 80%;
    margin: auto;
  }
}
.home-secH .main-swiper {
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 540px) {
  .home-secH .main-swiper {
    padding: 40px 0 0 0;
  }
}
.home-secH .main-swiper .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.home-secH .main-swiper .swiper .swiper-wrapper .swiper-slide figure {
  height: 252px;
  position: relative;
  height: 342px;
  border-radius: 5px;
}
.home-secH .main-swiper .swiper .swiper-wrapper .swiper-slide figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.65) 0%, rgba(5, 5, 5, 0) 55.29%);
}
.home-secH .main-swiper .swiper .swiper-wrapper .swiper-slide figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secH .main-swiper .swiper .swiper-wrapper .swiper-slide figure .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-secH .main-swiper .swiper .swiper-wrapper .swiper-slide figure figcaption {
  position: absolute;
  width: 100%;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-secH .main-swiper .swiper .swiper-wrapper .swiper-slide figure figcaption h2 {
  color: var(--white);
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.home-secH .main-swiper .swiper .swiper-wrapper .swiper-slide figure figcaption p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: white;
}

.home-secI {
  padding: 50px 0;
}
.home-secI h2 {
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secI .col1 {
    display: none;
  }
}
.home-secI .flex-box {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin: 80px 0 50px 0;
}
@media only screen and (max-width: 768px) {
  .home-secI .flex-box {
    gap: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .home-secI .flex-box {
    margin: 30px 0 20px 0;
  }
}
.home-secI .flex-box .col:first-child figure {
  width: 201px;
  height: 345px;
  line-height: 0;
}
.home-secI .flex-box .col:first-child figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secI .flex-box .col:last-child {
  flex: 1;
  max-width: 577px;
}
.home-secI .flex-box .col:last-child .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1294117647);
  position: relative;
}
.home-secI .flex-box .col:last-child .col.active .title h6 {
  font-weight: 600;
  color: var(--primary);
}
.home-secI .flex-box .col:last-child .col.active .title .ico {
  rotate: 180deg;
}
.home-secI .flex-box .col:last-child .col .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  cursor: pointer;
}
.home-secI .flex-box .col:last-child .col .title h6 {
  padding: 14px 50px 14px 21px;
  color: #666666;
  cursor: pointer;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  position: relative;
  transition: 0.5s ease;
  flex: 1;
}
@media only screen and (max-width: 540px) {
  .home-secI .flex-box .col:last-child .col .title h6 {
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }
}
.home-secI .flex-box .col:last-child .col .title .ico {
  flex: 0 1 auto;
  width: 20px;
  height: 20px;
  background-image: url(../../icon/icon_down.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.home-secI .flex-box .col:last-child .col article {
  display: none;
}
.home-secI .flex-box .col:last-child .col article .content-desc {
  padding: 0px 30px 40px 30px;
}
.home-secI .flex-box .col:last-child .col article .content-desc p {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 540px) {
  .home-secI .flex-box .col:last-child .col article .content-desc {
    padding: 10px 20px 20px 20px;
  }
  .home-secI .flex-box .col:last-child .col article .content-desc p {
    font-size: 14px;
  }
}
.home-secI .flex-box .col:last-child .col article .content-desc .heading {
  display: flex;
  justify-content: space-between;
}
.home-secI .flex-box .col:last-child .col article .content-desc .heading .title {
  font-family: Work Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.home-secI .flex-box .col:last-child .col article .content-desc .heading .button {
  height: 48px;
  border-radius: 5px;
  border-width: 1px;
  padding: 14px 40px;
  gap: 10px;
  border: 1px solid black;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: black;
}
@media only screen and (max-width: 767px) {
  .home-secI .flex-box .col:last-child .col article .content-desc .heading .button {
    height: 30px;
    border-radius: 5px;
    border-width: 1px;
    padding: 9px 10px;
    gap: 10px;
    border: 1px solid black;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
  }
}/*# sourceMappingURL=home.css.map */