.home-slider .home-slider-wrap .home-slider-items .home-slider-item a {
  display: block;
  width: 100%;
  height: var(--home-slider-height); }
  .home-slider .home-slider-wrap .home-slider-items .home-slider-item a iframe, .home-slider .home-slider-wrap .home-slider-items .home-slider-item a video, .home-slider .home-slider-wrap .home-slider-items .home-slider-item a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: var(--home-slider-height);
    object-fit: cover;
    pointer-events: none; }
    .home-slider .home-slider-wrap .home-slider-items .home-slider-item a iframe:not([src], [src], [src]), .home-slider .home-slider-wrap .home-slider-items .home-slider-item a video:not([src], [src], [src]), .home-slider .home-slider-wrap .home-slider-items .home-slider-item a img:not([src], [src], [src]) {
      display: none; }

.home-slider .home-slider-wrap .swiper-pagination {
  bottom: 25px; }
  .home-slider .home-slider-wrap .swiper-pagination .swiper-pagination-bullet {
    border: 3px solid var(--current-dot-color);
    width: 20px;
    height: 20px;
    background: transparent;
    position: relative;
    opacity: 1;
    transition: all .35s; }
    .home-slider .home-slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--current-dot-color); }
      .home-slider .home-slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active[data-has-video="true"]:after {
        border-left-color: #FFF; }
    .home-slider .home-slider-wrap .swiper-pagination .swiper-pagination-bullet[data-has-video="true"]:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-style: solid;
      border-width: 5px;
      border-color: transparent;
      border-left-color: var(--current-dot-color);
      margin-left: 2.5px;
      transition: all .35s; }

.home-product-list {
  margin-top: -520px;
  display: block; }
  @media (min-width: 991px) {
    .home-product-list {
      margin-top: -500px; } }
  .home-product-list .home-product-list-head {
    max-width: 600px;
    height: 600px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto 50px;
    background: var(--color_main2); }
    .home-product-list .home-product-list-head h2 {
      margin-bottom: 6.5%;
      color: var(--color2);
      font-weight: 700; }
  .home-product-list .home-product-list-items {
    margin-bottom: 15px; }
    .home-product-list .home-product-list-items .swiper-button-prev {
      left: -35px; }
  .home-product-list .home-product-list-more {
    text-align: center; }

.home-product-video {
  position: relative;
  margin-top: 50px;
  padding-bottom: 35px;
  border-radius: 0 0 100px 100px;
  box-shadow: 0 9px 10px 0 rgba(208, 208, 208, 0.3);
  display: block; }
  @media (min-width: 991px) {
    .home-product-video {
      margin-top: 50px;
      box-shadow: 0 9px 10px 0 rgba(208, 208, 208, 0.3);
      border-radius: 0 0 292px 292px; } }
  .home-product-video .home-product-video-head {
    background-color: var(--color_main);
    padding: 57px 0 17px;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
    color: #fff;
    text-align: center; }
    .home-product-video .home-product-video-head span {
      position: relative;
      z-index: 1;
      font-size: 26pt;
      color: #FFF;
      font-weight: bold;
      text-transform: capitalize; }
    @media (min-width: 991px) {
      .home-product-video .home-product-video-head {
        padding: 100px 0 15px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        background: var(--color_main2);
        position: relative;
        z-index: 1; } }
    .home-product-video .home-product-video-head:after {
      background-color: var(--color_main3);
      display: block;
      content: "";
      height: 30px;
      width: 100%;
      position: absolute;
      top: 14px;
      left: 0; }
      @media (min-width: 767px) {
        .home-product-video .home-product-video-head:after {
          position: absolute;
          top: 27px;
          height: 55px; } }
    .home-product-video .home-product-video-head:before {
      background-color: #d31e47;
      height: 14px;
      display: block;
      content: "";
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 767px) {
        .home-product-video .home-product-video-head:before {
          height: 27px; } }
  .home-product-video .home-product-video-media video {
    width: 100%;
    overflow: hidden;
    box-shadow: 3px 3px 10px 0 rgba(157, 157, 157, 0.3);
    position: relative;
    height: 56vw;
    border-radius: 0 0 100px 100px; }
    @media (min-width: 991px) {
      .home-product-video .home-product-video-media video {
        width: 100%;
        max-height: 42vw;
        object-fit: cover;
        object-fit: cover;
        border-radius: 0 0 292px 292px; } }
    .home-product-video .home-product-video-media video:not([src]) {
      display: none; }
  .home-product-video .naviOut {
    max-width: 400px;
    margin: 0 auto;
    margin-top: -250px; }
    .home-product-video .naviOut .swiper-button-prev, .home-product-video .naviOut .swiper-button-next {
      top: 85% !important; }
    .home-product-video .naviOut .home-product-video-items {
      max-width: 370px;
      width: 100%;
      margin: 0 auto; }
      .home-product-video .naviOut .home-product-video-items .home-product-video-item {
        margin: 0 auto;
        text-align: center; }
        .home-product-video .naviOut .home-product-video-items .home-product-video-item .product-item .product-item-top .product-item-top-image .product-item-top-image-showcase {
          aspect-ratio: 2/3 !important; }
        .home-product-video .naviOut .home-product-video-items .home-product-video-item .product-item .product-item-detail {
          max-width: 280px;
          margin: 10px auto 0; }
          @media (min-width: 991px) {
            .home-product-video .naviOut .home-product-video-items .home-product-video-item .product-item .product-item-detail {
              max-width: 300px; } }

@keyframes animateFanOutLeft {
  0% {
    transform: translate(95%, -25%) rotate(-5deg); }
  to {
    transform: translate(5%, -10%) rotate(-18.948deg); } }

@keyframes animateFanOutCenter {
  0% {
    transform: translateY(-20%) rotate(0deg); }
  to {
    transform: translateY(-20%) rotate(5.247deg); } }

@keyframes animateFanOutRight {
  0% {
    transform: translate(-95%, -25%) rotate(5deg); }
  to {
    transform: translateX(-10%) rotate(20.344deg); } }

@keyframes animateFanOutTop {
  0% {
    transform: translate(95%, 65%) rotate(-10deg); }
  to {
    transform: translate(25%, 15%) rotate(-20deg); } }

@keyframes animateFanOutMiddle {
  0% {
    transform: translate(-50%, -30%) rotate(0deg); }
  to {
    transform: translate(-35%, -30%) rotate(6deg); } }

@keyframes animateFanOutBottom {
  0% {
    transform: translate(105%, -135%) rotate(10deg); }
  to {
    transform: translate(40%, -60%) rotate(-10deg); } }

.home-card {
  margin-top: 50px;
  display: block; }
  @media (min-width: 992px) {
    .home-card .home-card-wrap {
      top: 0;
      padding: 150px 0 100px;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      gap: 40px;
      max-width: 1350px;
      margin-left: auto;
      margin-right: auto; } }
  .home-card .home-card-wrap h2 {
    color: #d31e47;
    text-align: center;
    font-size: 32pt;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px; }
    @media (min-width: 992px) {
      .home-card .home-card-wrap h2 {
        text-align: left;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 23%;
        font-size: 30pt; } }
  .home-card .home-card-wrap .home-card-items {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: -35px; }
    @media (min-width: 992px) {
      .home-card .home-card-wrap .home-card-items {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: calc(76% - 40px);
        margin-bottom: 0; } }
    .home-card .home-card-wrap .home-card-items .home-card-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      width: 40%;
      height: 201px;
      padding: 25px 20px;
      gap: 8px;
      border-radius: 25px; }
      @media (min-width: 992px) {
        .home-card .home-card-wrap .home-card-items .home-card-item {
          height: 464px;
          width: 33.3%;
          height: 360px;
          border-radius: 43px;
          -ms-flex-pack: end;
          justify-content: flex-end;
          gap: 30px; } }
      @media (min-width: 992px) {
        .home-card .home-card-wrap .home-card-items .home-card-item:first-child {
          transform: translate(95%, -25%) rotate(-5deg); }
          .home-card .home-card-wrap .home-card-items .home-card-item:first-child.animateFanOut {
            animation-name: animateFanOutLeft;
            animation-duration: 2s;
            animation-iteration-count: 1;
            animation-fill-mode: both;
            z-index: 3; } }
      @media (max-width: 991px) {
        .home-card .home-card-wrap .home-card-items .home-card-item:first-child {
          background-color: #e15741;
          position: relative;
          z-index: 1;
          transform: translate(95%, 65%) rotate(-10deg); }
          .home-card .home-card-wrap .home-card-items .home-card-item:first-child.animateFanOut {
            animation-name: animateFanOutTop;
            animation-duration: 2s;
            animation-iteration-count: 1;
            animation-fill-mode: both; } }
      @media (min-width: 992px) {
        .home-card .home-card-wrap .home-card-items .home-card-item:nth-child(2) {
          transform: translateY(-20%) rotate(0deg); }
          .home-card .home-card-wrap .home-card-items .home-card-item:nth-child(2).animateFanOut {
            animation-name: animateFanCenter;
            animation-duration: 2s;
            animation-iteration-count: 1;
            animation-fill-mode: both;
            z-index: 3; } }
      @media (max-width: 991px) {
        .home-card .home-card-wrap .home-card-items .home-card-item:nth-child(2) {
          background-color: #f37a21;
          z-index: 2;
          -ms-flex-item-align: end;
          align-self: flex-end;
          position: relative;
          transform: translate(-50%, -30%) rotate(0deg);
          transform: translate(-26%, -30%) rotate(6deg); } }
      @media (min-width: 992px) {
        .home-card .home-card-wrap .home-card-items .home-card-item:last-child {
          transform: translate(-95%, -25%) rotate(5deg); }
          .home-card .home-card-wrap .home-card-items .home-card-item:last-child.animateFanOut {
            animation-name: animateFanOutRight;
            animation-duration: 2s;
            animation-iteration-count: 1;
            animation-fill-mode: both;
            z-index: 3; } }
      @media (max-width: 991px) {
        .home-card .home-card-wrap .home-card-items .home-card-item:last-child {
          background-color: #d31e47;
          transform: translate(105%, -135%) rotate(10deg);
          position: relative;
          z-index: 1; }
          .home-card .home-card-wrap .home-card-items .home-card-item:last-child.animateFanOut {
            animation-name: animateFanOutBottom;
            animation-duration: 2s;
            animation-iteration-count: 1;
            animation-fill-mode: both; } }
      .home-card .home-card-wrap .home-card-items .home-card-item .home-card-item-media {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
        .home-card .home-card-wrap .home-card-items .home-card-item .home-card-item-media img {
          object-fit: cover;
          height: auto;
          width: 75%;
          margin: auto;
          display: block;
          transition: .2s ease; }
          @media (min-width: 992px) {
            .home-card .home-card-wrap .home-card-items .home-card-item .home-card-item-media img {
              max-width: 75%;
              width: auto; } }
      .home-card .home-card-wrap .home-card-items .home-card-item .home-card-item-info {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        gap: 6px; }
        @media (min-width: 767px) {
          .home-card .home-card-wrap .home-card-items .home-card-item .home-card-item-info {
            gap: 12px; } }
        .home-card .home-card-wrap .home-card-items .home-card-item .home-card-item-info strong {
          color: #fff;
          font-size: 10px;
          text-transform: uppercase;
          font-weight: 400; }
          @media (min-width: 767px) {
            .home-card .home-card-wrap .home-card-items .home-card-item .home-card-item-info strong {
              font-size: 16px; } }
        .home-card .home-card-wrap .home-card-items .home-card-item .home-card-item-info span {
          background: var(--color_main2);
          width: 40px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 999px;
          color: #FFF; }

.home-group-tab {
  display: block;
  margin-top: 50px; }
  .home-group-tab .home-group-tab-head .titleStyle1 {
    margin: 0; }
    .home-group-tab .home-group-tab-head .titleStyle1 h2 {
      font-size: 2.5rem;
      text-align: center;
      margin: 0;
      color: var(--color_main);
      font-weight: bold; }
    .home-group-tab .home-group-tab-head .titleStyle1 span {
      text-align: start; }
  .home-group-tab .home-group-tab-head ul {
    border-radius: 40px;
    background: #efefef;
    width: 100%;
    max-width: 800px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    margin: 26px auto; }
    @media (max-width: 480px) {
      .home-group-tab .home-group-tab-head ul {
        gap: 10px;
        white-space: nowrap;
        justify-content: space-between;
        overflow: auto hidden; } }
    .home-group-tab .home-group-tab-head ul li {
      font-size: 1.15rem;
      flex: 1; }
      .home-group-tab .home-group-tab-head ul li a {
        color: #bfbfbf;
        font-size: 11px;
        font-weight: bold;
        padding: 10px 2px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 40px;
        transition: .2s ease; }
        @media (min-width: 992px) {
          .home-group-tab .home-group-tab-head ul li a {
            padding: 16px 5px;
            font-size: 1.5rem; } }
      .home-group-tab .home-group-tab-head ul li.active a {
        box-shadow: 3px 3px 1.5px 0 rgba(110, 110, 110, 0.78);
        color: #fff;
        background-color: var(--color_main); }
        .home-group-tab .home-group-tab-head ul li.active a:hover {
          color: var(--color2) !important; }
      .home-group-tab .home-group-tab-head ul li:hover a {
        color: var(--color_main); }
  .home-group-tab .home-group-tab-body > ul > li {
    display: none; }
    .home-group-tab .home-group-tab-body > ul > li.active {
      display: block; }
    .home-group-tab .home-group-tab-body > ul > li .home-group-tab-body-products.swiper-initialized .swiper-slide {
      padding: 12px 10px; }
      @media (min-width: 1200px) {
        .home-group-tab .home-group-tab-body > ul > li .home-group-tab-body-products.swiper-initialized .swiper-slide {
          padding: 0 20px; } }
    .home-group-tab .home-group-tab-body > ul > li .home-group-tab-body-products .product-item {
      padding: 0; }

.home-policy {
  display: block;
  margin-top: 50px; }
  .home-policy .home-policy-wrap {
    background: var(--color_main2);
    border-radius: 25px 25px 0 0;
    padding-top: 42px;
    padding-bottom: 20px; }
    @media (min-width: 1200px) {
      .home-policy .home-policy-wrap {
        border-radius: 98px 98px 0 0;
        padding-top: 72px;
        padding-bottom: 50px; } }
    .home-policy .home-policy-wrap .home-policy-items {
      padding-left: 0;
      margin-bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .home-policy .home-policy-wrap .home-policy-items li {
        list-style: none;
        text-align: center;
        margin-bottom: 1.786em;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
        .home-policy .home-policy-wrap .home-policy-items li .image {
          margin-bottom: 1em;
          padding-left: 25px;
          padding-right: 25px; }
          .home-policy .home-policy-wrap .home-policy-items li .image img {
            height: 60px;
            width: auto;
            max-width: 70px; }
        .home-policy .home-policy-wrap .home-policy-items li h6 {
          color: #FFF;
          font-size: 1.1rem;
          margin-bottom: .588em; }
        .home-policy .home-policy-wrap .home-policy-items li p {
          color: #FFF;
          font-size: 1rem; }
        @media (min-width: 992px) {
          .home-policy .home-policy-wrap .home-policy-items li {
            padding-left: 6rem;
            padding-right: 6rem; } }
        @media (min-width: 1200px) {
          .home-policy .home-policy-wrap .home-policy-items li {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            margin-bottom: 0;
            padding-left: 2em;
            padding-right: 2em; }
            .home-policy .home-policy-wrap .home-policy-items li .image {
              margin-bottom: 1em;
              padding-left: 25px;
              padding-right: 25px; }
              .home-policy .home-policy-wrap .home-policy-items li .image img {
                height: 60px;
                width: auto;
                max-width: 70px; }
            .home-policy .home-policy-wrap .home-policy-items li h6 {
              color: #FFF;
              font-size: 1.35rem; }
            .home-policy .home-policy-wrap .home-policy-items li p {
              color: #FFF;
              font-size: 1rem; } }

.home-bigbancontent {
  position: relative; }
  .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data img {
    width: 100%;
    max-width: 100%;
    height: 58vw;
    object-fit: cover; }
    @media (min-width: 768px) {
      .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data img {
        height: 40vw; } }
  .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data-info {
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 20px;
    transform: none;
    padding: 0;
    top: 10px; }
    @media (min-width: 992px) {
      .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data-info {
        max-width: 415px;
        top: unset;
        bottom: 50px;
        left: 14%; } }
    .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data-info h3 {
      letter-spacing: 0;
      text-align: left;
      font-size: 25px; }
      @media (min-width: 1200px) {
        .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data-info h3 {
          font-size: 30pt; } }
    .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data-info p {
      margin-top: 5px;
      font-size: 12px;
      line-height: 1.33;
      max-width: 210px;
      text-align: left; }
      @media (min-width: 1200px) {
        .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data-info p {
          margin-top: 10px;
          max-width: 288px;
          font-size: 16px;
          line-height: 1.25; } }
    .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data-info button {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: auto;
      width: 125px;
      height: 40px;
      font-size: 15px;
      color: #fff;
      border: none;
      outline: none;
      border-radius: 48px;
      background: linear-gradient(270deg, var(--color_main2), var(--color_main));
      cursor: pointer;
      position: absolute;
      bottom: 0;
      font-weight: bold; }
      .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data-info button:hover {
        background: #fff;
        color: var(--color_main2);
        border: 2px solid var(--color_main2); }
      @media (min-width: 1200px) {
        .home-bigbancontent .home-bigbancontent-section .home-bigbancontent-section-data-info button {
          margin-top: 10px;
          height: 60px;
          width: 213px;
          font-size: 20px;
          position: relative; } }

@media (min-width: 992px) {
  .home-bigban .home-bigban-wrap {
    height: 37.5vw;
    margin-bottom: 95px; } }

.home-bigban .home-bigban-wrap .home-bigban-list {
  width: 100%;
  overflow: hidden; }
  .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .thumb {
      height: 77vw;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background-image: var(--background);
      background-position: 50%;
      background-size: 169%;
      background-repeat: no-repeat; }
      @media (min-width: 992px) {
        .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .thumb {
          height: 37.5vw;
          background-size: cover; } }
    @media (min-width: 992px) {
      .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content {
        position: absolute;
        top: 10%;
        padding: 0 12%; } }
    @media (min-width: 1200px) {
      .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content {
        position: absolute;
        top: 20%;
        padding: 0 12%; } }
    @media (max-width: 991px) {
      .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content {
        margin-top: 25px;
        box-shadow: 0 4.1px 6.3px -1.9px rgba(105, 104, 104, 0.38);
        margin-bottom: 30px; } }
    .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .sub-content {
      position: absolute;
      top: 3%;
      left: 0;
      padding: 0 6%; }
      @media (min-width: 992px) {
        .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .sub-content {
          position: static;
          padding: 0 0 0 15px;
          max-width: 550px; } }
      .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .sub-content p {
        color: #fff;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        font-weight: 600; }
        .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .sub-content p.name {
          font-size: 25px;
          text-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); }
    .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content {
      margin-top: 25px; }
      .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content .desc {
        color: #3b3b3b;
        font-size: 12px;
        line-height: 1.25;
        max-width: 217px;
        margin: auto;
        text-align: left;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (max-width: 767px) {
          .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content .desc {
            max-width: calc(100% - 30px);
            font-size: 14px; } }
      .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 25px auto 60px;
        width: 145px;
        height: 40px;
        font-size: 15px;
        color: #fff;
        border: none;
        outline: none;
        border-radius: 48px;
        background: linear-gradient(270deg, var(--color_main1), var(--color_main2));
        cursor: pointer; }
        @media (max-width: 1200px) {
          .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content button {
            margin: 25px auto; } }
      @media (min-width: 768px) {
        .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content {
          max-width: 400px;
          margin: 50px auto 0; } }
      @media (min-width: 992px) {
        .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content {
          margin-top: 17px;
          padding: 40px 15px 50px;
          background: rgba(255, 255, 255, 0.5755);
          border-radius: 35px;
          position: relative;
          margin-left: 0; }
          .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content .desc {
            color: #3b3b3b;
            line-height: 1.25;
            max-width: 217px;
            margin: auto;
            text-align: left;
            display: block;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            overflow: hidden;
            text-overflow: ellipsis; } }
    @media (min-width: 992px) and (min-width: 768px) {
      .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content .desc {
        line-height: 1.35;
        max-width: 360px;
        font-size: 20px; } }
      @media (min-width: 992px) {
          .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content button {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 25px auto 60px;
            width: 145px;
            height: 40px;
            font-size: 15px;
            color: #fff;
            border: none;
            outline: none;
            border-radius: 48px;
            background: linear-gradient(270deg, var(--color_main), var(--color_main2));
            cursor: pointer; } }
    @media (min-width: 992px) and (min-width: 768px) {
      .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content button {
        height: 60px;
        width: 213px;
        font-size: 20px; } }
    @media (min-width: 992px) and (min-width: 992px) {
      .home-bigban .home-bigban-wrap .home-bigban-list .home-bigban-list-item a .home-bigban-list-item-content .main-content button {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0; } }

.home-groupban .home-groupban-section {
  margin-bottom: 80px;
  min-height: 165px; }
  @media (min-width: 1200px) {
    .home-groupban .home-groupban-section {
      margin-top: 222px;
      margin-bottom: 200px; } }
  .home-groupban .home-groupban-section .home-groupban-wrap {
    position: relative;
    padding: 0 15px;
    position: relative; }
    .home-groupban .home-groupban-section .home-groupban-wrap .title {
      margin-left: -5px;
      color: #fff;
      font-size: 22px;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 40px;
      background: #f37a21;
      width: 250px;
      height: 47px;
      margin-bottom: 0; }
      @media (min-width: 1200px) {
        .home-groupban .home-groupban-section .home-groupban-wrap .title {
          width: 425px;
          height: 80px;
          position: absolute;
          top: -130px;
          left: -4vw; } }
    .home-groupban .home-groupban-section .home-groupban-wrap .sub-title {
      height: 47px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffc113;
      font-size: 22px;
      background-color: #d31e47;
      border-radius: 40px;
      position: relative;
      padding: 0 15px; }
      @media (min-width: 1200px) {
        .home-groupban .home-groupban-section .home-groupban-wrap .sub-title {
          height: 80px;
          position: absolute;
          top: -50px;
          left: -2vw;
          padding: 0 40px; } }
    .home-groupban .home-groupban-section .home-groupban-wrap .home-groupban-gallery-items {
      border-radius: 41px;
      background: #efefef;
      box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.16);
      padding: 25px;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1rem; }
      @media (max-width: 991px) {
        .home-groupban .home-groupban-section .home-groupban-wrap .home-groupban-gallery-items {
          grid-template-columns: repeat(2, 1fr);
          padding: 0;
          background: 0;
          box-shadow: 0; } }
      .home-groupban .home-groupban-section .home-groupban-wrap .home-groupban-gallery-items > * {
        min-width: 0; }
      .home-groupban .home-groupban-section .home-groupban-wrap .home-groupban-gallery-items .home-groupban-gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 2; }
    .home-groupban .home-groupban-section .home-groupban-wrap .sub-title-email-tag {
      height: 47px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffc113;
      font-size: 20px;
      background-color: #d31e47;
      border-radius: 40px;
      position: relative;
      padding: 0 15px;
      margin-left: auto;
      margin-top: 15px; }
      @media (min-width: 1200px) {
        .home-groupban .home-groupban-section .home-groupban-wrap .sub-title-email-tag {
          font-size: 40px;
          height: 80px;
          position: absolute;
          top: -50px;
          left: -4vw;
          padding: 0 40px;
          top: auto;
          left: auto;
          right: -6vw;
          bottom: -50px;
          margin-top: -30px; } }
      .home-groupban .home-groupban-section .home-groupban-wrap .sub-title-email-tag span:first-of-type {
        height: 80px;
        line-height: 80px; }
      .home-groupban .home-groupban-section .home-groupban-wrap .sub-title-email-tag span.social-tag {
        display: inline-flex;
        color: #ffc113;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 40px;
        height: 47px;
        color: #fff;
        gap: 5px;
        font-size: 12px;
        position: absolute;
        right: 10px;
        bottom: -47px;
        background: #f37a21;
        padding: 0 30px;
        -ms-flex-align: center;
        align-items: center; }
        @media (min-width: 1200px) {
          .home-groupban .home-groupban-section .home-groupban-wrap .sub-title-email-tag span.social-tag {
            height: 80px;
            font-size: 22px;
            left: 0;
            bottom: -80px;
            right: unset;
            padding: 0 40px; } }
