.home-container .first-section {
    min-height: 80vh;
    background-color: var(--main-blue);
}

.night-time .home-container .first-section {
    background-color: var(--foreground-color);
}

.home-container .section {
    padding: calc(var(--gap) + 90px) calc(var(--gap) + 45px);
}

.home-container .section.second-section {
    padding: calc(var(--gap) + 15px) calc(var(--gap) + 45px);
}

.home-container .first-section .title-text {
    transition: all 1s;
    position: relative;
}

.night-time .home-container .first-section .title-text {
    color: #BCA466;
}

.home-container .first-section.animate .title-text:nth-child(2) {
    margin-left: 100px;
}

.home-container .first-section.animate .title-text:nth-child(3) {
    margin-left: 200px;
}

.home-container .first-section .title-text > span {
    font-family: 'Poppins-SemiBold';
    font-size: 115px;
    line-height: 130px;
    letter-spacing: -5px;
    color: #fff;
}

.home-container .first-section .title-text .title-content .desc {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.38px;
    line-height: 20px;
    margin: 25px 0px;
}

.home-container .second-section {
    background: white;
}

.home-container .second-section .desc {
    min-width: 25%;
    font-size: 16px;
    letter-spacing: 0.34px;
    line-height: 25px;
    margin-right: 50px;
}

.home-container .second-section .partners {
    gap: 50px;
    width: 75%;
}

.home-container .second-section .partner-logo {
    height: fit-content;
}

.home-container .third-section {
    padding: 0;
}

.home-container .third-section .hero-banner {
    position: relative;
    line-height: 0;
}

.home-container .third-section .hero-banner .background-image {
    width: 100%;
}

.home-container .third-section .hero-banner .title-wrapper {
    position: absolute;
    top: 75px;
    left: calc(var(--gap) + 45px);
    z-index: 1;
}

.home-container .third-section .hero-banner .title-wrapper .title {
    font-size: 60px;
    letter-spacing: -2.4px;
    line-height: 80px;
    font-family: 'Poppins-SemiBold';
    color: var(--main-blue);
}

.home-container .third-section .hero-banner::after {
    content: '';
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) -25%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-container .third-section .payment-types {
    background: #FFFFFF;
    padding: 0 calc(var(--gap) + 45px);
}

.home-container .third-section .payment-types .payment-type {
    max-width: 428px;
    border-left: 1px solid #214E5A;
    padding: 100px 0px;
    overflow: hidden;
}

.home-container .third-section .payment-types .payment-type .content-wrapper {
    padding: 0 25px;
    width: 100%;
    transition: all .8s;
    margin-left: -100%;
}

.home-container .third-section .payment-types.active .payment-type .content-wrapper {
    margin-left: 0%;
}

.home-container .third-section .payment-types .payment-type .content-wrapper .logo {
    width: fit-content;
    height: 51px;
}

.home-container .third-section .payment-types .payment-type .content-wrapper .title {
    font-size: 27px;
    letter-spacing: -0.81px;
    line-height: 34px;
    font-family: 'Poppins-Medium';
    margin: 15px 0 50px;
    max-width: 75%;
}

.home-container .third-section .payment-types .payment-type .content-wrapper .desc {
    font-size: 17px;
    letter-spacing: 0.34px;
    line-height: 25px;
}

.home-container .fourth-section {
    height: calc(100vh - 85px);
    background: var(--aqua-variant-2);
}

.home-container .fourth-section .content-wrapper .title {
    font-size: 50px;
    letter-spacing: -2.4px;
    line-height: 80px;
    font-family: 'Poppins-SemiBold';
    color: var(--main-blue);
}

.home-container .fourth-section .content-wrapper .desc {
    letter-spacing: 0.34px;
    line-height: 25px;
    max-width: 354px;
    margin: 15px 0 20px;
}

.home-container .fourth-section .content-wrapper .underline-button {
    height: 26px;
}

.home-container .underline-button-container {
    position: relative;
    transition: all 500ms ease;
    top: 0;
    border-bottom: 10px solid transparent;
    font-family: 'Poppins-SemiBold'; 
    font-size: 12px; 
    line-height: 15px; 
    text-transform: uppercase; 
    width: fit-content;
}

.home-container .underline-button-container:hover {
    top: 3px;
}

.home-container .underline-button-container::after {
    content: "";
    position: absolute;
    bottom: -3px;
    transition: all 500ms ease;
    width: 100%;
    height: 2px;
    background-color: var(--main-blue);
}

.home-container .underline-button-container:hover::after {
    bottom: calc(100% + 3px);
}

.home-container .fourth-section .column {
    width: 50%;
}

.home-container .fourth-section .left-side .content-wrapper {
    margin: auto 0 30px 0;
}

.home-container .fourth-section .right-side .content-wrapper {
    margin: 30px 0 auto auto;
}

.home-container .fifth-section {
    background: white;
}

.home-container .fifth-section .section-title {
    text-align: center;
    font-size: 60px;
    letter-spacing: -2.4px;
    font-family: 'Poppins-SemiBold';
    line-height: 80px;
    padding: 15px 0 50px;
    color: var(--main-blue);
}

.home-container .fifth-section .types-list .type-column {
    width: calc(50% - 50px);
    margin-right: 50px;
    border-top: 1px solid #D5D5D5;
    padding: 35px 0;
    cursor: pointer;
    overflow: hidden;
    height: fit-content;
}

.home-container .fifth-section .types-list .type-column .dropdown {
    height: 0px;
    overflow: hidden;
    transition: all 700ms;
}

.home-container .fifth-section .types-list .type-column .title {
    font-size: 27px;
    letter-spacing: -0.81px;
    line-height: 34px;
    font-family: 'Poppins-Medium';
}

.home-container .fifth-section .types-list .type-column .desc {
    font-size: 17px;
    letter-spacing: -0.34px;
    line-height: 25px;
    margin: 15px 0 15px;
    transition: all 500ms;
    margin-left: -25px;
    opacity: 0;
    
}

.home-container .fifth-section .types-list .type-column.animate .desc {
    margin-left: 0%;
    opacity: 1;
}

.home-container .fifth-section .types-list .type-column .underline-button {
    height: 26px;
    display: block;
    opacity: 0;
    transition: all 500ms;
}

.home-container .fifth-section .types-list .type-column.animate .underline-button {
    opacity: 1;
}

.home-container .fifth-section .types-list .type-column .tear-dot {
    height: 30px;
    min-width: 30px;
    margin-right: 25px;
    background: var(--main-blue);
    border-radius: 100%;
}

.home-container .fifth-section .types-list .type-column:hover .tear-dot , .home-container .fifth-section .types-list .type-column.animate .tear-dot {
    background: #000;
}

.home-container .sixth-section {
    background: var(--yellow-variant-3);
    color: var(--main-blue);
    padding: calc(var(--gap) + 50px) calc(var(--gap) + 45px) calc(var(--gap) + 75px);
}

.home-container .sixth-section .section-caption {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 22px;
    margin-bottom: 25px;
    text-align: center;
}

.home-container .sixth-section .quote-section {
    max-width: 821px;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 100px;
    font-size: 30px;
    letter-spacing: -0.9px;
    line-height: 36px;
    font-family: 'Poppins-Medium';
}

.home-container .sixth-section .quote-logo {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.home-container .sixth-section .quote-logo img {
    margin-right: 25px;
    opacity: 0.2;
    cursor: pointer;
    max-width: 150px;
}

.home-container .sixth-section .quote-logo img:hover, .home-container .sixth-section .quote-logo img.selected {
    opacity: 1;
}

.home-container .seventh-section {
    background: #fff;
}

.home-container .seventh-section .section-title {
    text-align: center;
    font-size: 60px;
    letter-spacing: -2.4px;
    line-height: 80px;
    font-family: 'Poppins-SemiBold';
    color: var(--main-blue);
    margin-bottom: 25px;
}

.home-container .seventh-section .section-caption {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 50px;
}

.home-container .seventh-section .case-term {
    background: var(--aqua-variant-2);
}

.home-container .eighth-section {
    background: var(--main-blue);
    padding: calc(var(--gap) + 100px) calc(var(--gap) + 45px);
}

.home-container .eighth-section .title {
    font-size: 60px;
    letter-spacing: -2.4px;
    line-height: 80px;
    color: #fff;
}

.home-container .eighth-section .title:nth-child(2) {
    margin-bottom: 25px;
}

.slider {
    background: white;
    margin-left: 25px;
    overflow: hidden;
    position: relative;
  }
  
  .slide-track {
    display: inline-block;
    animation: move 20s linear infinite;
    white-space: nowrap;
  }
  
  .slide-track > * {
    padding: 0 2vw;
    display: inline-block;
  }
  
  @keyframes move {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  .slider::before,
  .slider::after 
  {
    background: linear-gradient(to right,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  
  .slider::before {
    left: 0;
    top: 0;
  }
  
.home-container .fourth-section .content-wrapper.active,
.home-container .fifth-section .section-title.active,
.home-container .seventh-section .section-title.active,
.home-container .seventh-section .section-caption.active
{
    transform: translateY(0);
    opacity: 1;
}

.home-container .fourth-section .content-wrapper,
.home-container .fifth-section .section-title,
.home-container .seventh-section .section-title,
.home-container .seventh-section .section-caption
{
    transform: translateY(60px);
    opacity: 0;
    transition: opacity 1s, transform 1s;
}
@media screen and (max-width:767px) {
    .home-container .section {
        padding: var(--gap);
    }
    
    .home-container .first-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: calc(100vh - 76px)
    }

    .home-container .first-section .title-text > span {
        font-family: 'Poppins-SemiBold';
        font-size: 50px;
        letter-spacing: -2px;
        line-height: 55px;
    }

    .home-container .first-section.animate .title-text:nth-child(2) {
        margin-left: 20px;
    }

    .home-container .first-section.animate .title-text:nth-child(3) {
        margin-left: 40px;
    }

    .home-container .first-section .title-text .title-content .desc {
        font-size: 14px;
        margin: 15px 0px;
        max-width: 234px;
    }

    .home-container .first-section .title-text .title-content .pc-button span
    {
        margin-left: 0;
        margin-right: 0;
        font-size: 10px;
    }

    .home-container .second-section {
        flex-direction: column;
    }

    .home-container .second-section .desc {
        max-width: unset;
        margin-right: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .home-container .second-section .partners {
        overflow: auto;
        flex-wrap: nowrap;
        margin: 25px 0;
        padding-bottom: 15px;
        width: 100%;
    }

    .home-container .third-section {
        padding: 0;
    }

    .home-container .third-section .hero-banner .title-wrapper {
        padding: var(--gap);
        top: 30%;
        bottom: 50px;
        left: 0px;
    }

    .home-container .third-section .hero-banner .background-image {
        width: 100%;
        height: 35vh;
        object-fit: cover;
    }
    
    .home-container .third-section .hero-banner .title-wrapper .title {
        font-size: 35px;
        letter-spacing: -1.4px;
        line-height: 40px;
        font-family: 'Poppins-SemiBold';
    }

    .home-container .third-section .payment-types {
        padding: var(--gap);
    }

    .home-container .third-section .payment-types .payment-type {
        max-width: 100%;
        padding: 25px 0px;
    }

    .home-container .third-section .payment-types .payment-type .content-wrapper .logo {
        height: 30px;
        width: 35px;
    } 

    .home-container .third-section .payment-types .payment-type .content-wrapper .title {
        margin: 5px 0 15px;
        max-width: 100%;
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 20px;
    }

    .home-container .third-section .payment-types .payment-type .content-wrapper .desc {
        font-size: 14px;
        line-height: 18px;
    }

    .home-container .fourth-section {
        flex-direction: column-reverse;
        height: auto;
    }

    .home-container .fourth-section .column {
        width: 100%;
        height: 25vh;
    }

    .home-container .fourth-section .right-side
    {
        margin-bottom: 35%;
    }

    .home-container .fourth-section .right-side .content-wrapper {
        margin: 50px 0 auto;
    }

    .home-container .fourth-section .left-side .content-wrapper {
        margin: 0;
    }

    .home-container .fourth-section .content-wrapper .title {
        font-size: 35px;
        letter-spacing: -1.4px;
        line-height: 40px;
    }

    .home-container .fourth-section .content-wrapper .desc {
        font-size: 14px;
        letter-spacing: 0.28px;
        line-height: 18px;
        max-width: 100%;
    }

    .home-container .fifth-section .section-title {
        font-size: 35px;
        letter-spacing: -1.4px;
        line-height: 42px;
        text-align: left;   
    }

    .home-container .fifth-section .types-list .type-column {
        width: 100%;
        margin-right: 0px;
        border-top: none;
        border-bottom: 1px solid #214E5A;
    }

    .home-container .fifth-section .types-list .type-column .tear-dot {
        height: 20px;
        min-width: 20px;
    }

    .home-container .fifth-section .types-list .type-column .title {
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 20px;
    }

    .home-container .fifth-section .types-list .type-column .dropdown {
        margin-left: -35px;
    }

    .home-container .fifth-section {
        padding: var(--gap) var(--gap) 75px;
    }

    .home-container .sixth-section {
        padding: 50px 35px;
    }

    .home-container .sixth-section .section-caption {
        font-size: 10px;
        letter-spacing: 0.2px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .home-container .sixth-section .swiper-slide .quote {
        font-size: 20px;
        letter-spacing: -0.6px;
        line-height: 25px;
        text-align: center;
        font-family: 'Poppins-Medium';
    }

    .home-container .sixth-section .swiper-slide .logo {
        height: 25px;
        margin: 10px auto 50px auto;
    }

    .swiper-pagination-bullet-active, .swiper-pagination-bullet {
        background: var(--accent-color-2);
        height: 6px;
        width: 6px;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0px;
    }

    .home-container .seventh-section .section-title {
        font-size: 35px;
        letter-spacing: -1.4px;
        line-height: 42px;
    }

    .home-container .seventh-section .section-caption {
        font-size: 14px;
        letter-spacing: 0.28px;
        line-height: 18px;
        padding: 0 20px;
    }

    .home-container .seventh-section .results.grid-view {
        overflow: auto;
        grid-auto-flow: column;
    }

    .home-container .seventh-section a.case-item{
        min-width: 281px;
    }

    .home-container .eighth-section {
        height: 75vh;
    }

    .home-container .eighth-section .pc-button.reverse {
        width: fit-content;
        padding: 5px 40px;
    }

    .home-container .eighth-section .title {
        font-size: 35px;
        letter-spacing: -1.4px;
        line-height: 40px;
        font-family: 'Poppins-SemiBold';
    }

    .home-container .eighth-section .title:nth-child(2) {
        margin-bottom: 20px;
    }

    .home-container .fifth-section .types-list .type-column:hover .tear-dot {
        background: var(--accent-color-2);
    }

    .home-container .fifth-section .types-list .type-column.animate .tear-dot
    {
        background: var(--foreground-color);
    }
    
    .slider::before,
    .slider::after 
    {
      width: 40px;
    }

    .home-container .third-section .payment-types
    {
        flex-wrap: wrap;
    }
}
